diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e9f406c..288749e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +# 2.41.3 + * Performance optimizations to tile reading, writing, and overzooming +* Automatically vary the tile size limit by zoom level to match the intended retain-points-multiplier multiplication +* Fix decompression error when bailing out because a tile can't be made small enough +* Search harder for a feature size threshold to make the tile small enough before giving up # 2.41.2 diff --git a/README.md b/README.md index 5f641e675..6d49ffff5 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ the same layer, enclose them in an `all` expression so they will all be evaluate If you use `-Bg`, it will guess a zoom level that will keep at most 50,000 features in the densest tile. You can also specify a marker-width with `-Bg`*width* to allow fewer features in the densest tile to compensate for the larger marker, or `-Bf`*number* to allow at most *number* features in the densest tile. - * `--retain-points-multiplier=`_multiple_: Retain the specified multiple of points instead of just the number of points that would ordinarily be retained by the drop rate. These can be thinned out later with the `-m` option to `tippecanoe-overzoom`. The start of each cluster is marked in the feature sequence by the `tippecanoe:retain_points_multiplier_first` attribute. + * `--retain-points-multiplier=`_multiple_: Retain the specified multiple of points instead of just the number of points that would ordinarily be retained by the drop rate. These can be thinned out later with the `-m` option to `tippecanoe-overzoom`. The start of each cluster is marked in the feature sequence by the `tippecanoe:retain_points_multiplier_first` attribute. The `--tile-size-limit` will also be extended at low zoom levels to allow for the multiplied features. * `--drop-denser=`_percentage_: When dropping dots at zoom levels below the base zoom, give the specified _percentage_ preference to retaining points in sparse areas and dropping points in dense areas. * `--limit-base-zoom-to-maximum-zoom` or `-Pb`: Limit the guessed base zoom not to exceed the maxzoom, even if this would put more than the requested number of features in a base zoom tile. diff --git a/main.cpp b/main.cpp index 3f0654484..43d365181 100644 --- a/main.cpp +++ b/main.cpp @@ -2757,7 +2757,7 @@ std::pair read_input(std::vector &sources, char *fname, i std::atomic midx(0); std::atomic midy(0); std::vector strategies; - int written = traverse_zooms(fd, size, stringpool, &midx, &midy, maxzoom, minzoom, outdb, outdir, buffer, fname, tmpdir, gamma, full_detail, low_detail, min_detail, pool_off, initial_x, initial_y, simplification, maxzoom_simplification, layermaps, prefilter, postfilter, attribute_accum, filter, strategies, iz, shared_nodes_map, nodepos); + int written = traverse_zooms(fd, size, stringpool, &midx, &midy, maxzoom, minzoom, outdb, outdir, buffer, fname, tmpdir, gamma, full_detail, low_detail, min_detail, pool_off, initial_x, initial_y, simplification, maxzoom_simplification, layermaps, prefilter, postfilter, attribute_accum, filter, strategies, iz, shared_nodes_map, nodepos, basezoom, droprate); if (maxzoom != written) { if (written > minzoom) { diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 8c0eae550..13995fd07 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -29,7 +29,11 @@ significant travel corridor. .PP The easiest way to install tippecanoe on OSX is with Homebrew \[la]http://brew.sh/\[ra]: .PP +.RS +.nf $ brew install tippecanoe +.fi +.RE .PP On Ubuntu it will usually be easiest to build from the source repository: .PP @@ -574,7 +578,7 @@ If you use \fB\fC\-Bg\fR, it will guess a zoom level that will keep at most 50,0 You can also specify a marker\-width with \fB\fC\-Bg\fR\fIwidth\fP to allow fewer features in the densest tile to compensate for the larger marker, or \fB\fC\-Bf\fR\fInumber\fP to allow at most \fInumber\fP features in the densest tile. .IP \(bu 2 -\fB\fC\-\-retain\-points\-multiplier=\fR\fImultiple\fP: Retain the specified multiple of points instead of just the number of points that would ordinarily be retained by the drop rate. These can be thinned out later with the \fB\fC\-m\fR option to \fB\fCtippecanoe\-overzoom\fR\&. The start of each cluster is marked in the feature sequence by the \fB\fCtippecanoe:retain_points_multiplier_first\fR attribute. +\fB\fC\-\-retain\-points\-multiplier=\fR\fImultiple\fP: Retain the specified multiple of points instead of just the number of points that would ordinarily be retained by the drop rate. These can be thinned out later with the \fB\fC\-m\fR option to \fB\fCtippecanoe\-overzoom\fR\&. The start of each cluster is marked in the feature sequence by the \fB\fCtippecanoe:retain_points_multiplier_first\fR attribute. The \fB\fC\-\-tile\-size\-limit\fR will also be extended at low zoom levels to allow for the multiplied features. .IP \(bu 2 \fB\fC\-\-drop\-denser=\fR\fIpercentage\fP: When dropping dots at zoom levels below the base zoom, give the specified \fIpercentage\fP preference to retaining points in sparse areas and dropping points in dense areas. diff --git a/tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json b/tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json new file mode 100644 index 000000000..ab2e583e0 --- /dev/null +++ b/tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json @@ -0,0 +1,22258 @@ +{ "type": "FeatureCollection", "properties": { +"antimeridian_adjusted_bounds": "-122.538670,37.705764,-12.240000,37.836443", +"bounds": "-122.538670,37.705764,-12.240000,37.836443", +"center": "-122.519531,37.705764,10", +"description": "tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json.check.mbtiles", +"format": "pbf", +"generator_options": "./tippecanoe -q -a@ -f -o tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json.check.mbtiles -z10 --retain-points-multiplier 10 -M10000 --drop-smallest-as-needed tests/muni/muni.json", +"json": "{\"vector_layers\":[{\"id\":\"muni\",\"description\":\"\",\"minzoom\":0,\"maxzoom\":10,\"fields\":{\"name\":\"String\"}},{\"id\":\"subway\",\"description\":\"\",\"minzoom\":0,\"maxzoom\":10,\"fields\":{\"name\":\"String\"}}],\"tilestats\":{\"layerCount\":2,\"layers\":[{\"layer\":\"muni\",\"count\":4592,\"geometry\":\"Point\",\"attributeCount\":1,\"attributes\":[{\"attribute\":\"name\",\"count\":1000,\"type\":\"string\",\"values\":[\" 4th St & Brannan St\",\" Conzelman Rd & Mccullough Rd\",\"100 O'Shaughnessy Blvd\",\"101 Dakota St\",\"1095 CONNECTICUT ST\",\"10th Ave & Ortega St\",\"10th Ave & Pacheco St\",\"10th Ave & Quintara St\",\"1100 Lake Merced Blvd\",\"115 TELEGRAPH Hill Blvd\",\"117 Warren Dr\",\"11th St & Bryant St\",\"11th St & Folsom St\",\"11th St & Harrison St\",\"11th St & Howard St\",\"11th St & Market St\",\"11th St & Mission St\",\"11th St/btw Market & Mission\",\"120 Portola Dr\",\"126 Miraloma Dr\",\"13th St & Gateview Ave\",\"14 Dakota St\",\"14th Avenue & Geary Boulevard\",\"14th Ave & Quintara St\",\"14th Ave & Santiago St\",\"14th Ave & Taraval St\",\"14th Ave & Ulloa St\",\"14th St & Alpine Ter\",\"14th St & Castro St\",\"14th St & Church St\",\"14th St & Mission St\",\"14th St & Noe St\",\"14th St & SANCHEZ ST\",\"14th St & Sanchez St\",\"150 Otis St\",\"15th Ave & Noriega St\",\"15th Ave & Ortega St\",\"15th Ave & Pacheco St\",\"15th Ave & Quintara St\",\"15th Ave & Taraval St\",\"15th Ave & Ulloa St\",\"15th Ave & West Portal Ave\",\"15th St & Mission St\",\"16 th St & South Van Ness\",\"164 Addison St\",\"1650 Geneva Ave\",\"1697 7th Ave\",\"16th Ave & Lawton St\",\"16th Ave & Lomita Ave\",\"16th Ave & Moraga St\",\"16th Ave & Noriega St\",\"16th Ave & Ortega St\",\"16th Ave & Pacheco St\",\"16th Avenue at Lawton Street\",\"16th St & 4th St\",\"16th St & Bryant St\",\"16th St & Church St\",\"16th St & Dolores St\",\"16th St & Folsom St\",\"16th St & Guerrero St\",\"16th St & Harrison St\",\"16th St & Kansas St\",\"16th St & Mission St\",\"16th St & Missouri St\",\"16th St & Potrero Ave\",\"16th St & San Bruno Ave\",\"16th St & Shotwell St\",\"16th St & South Van Ness\",\"16th St & Valencia St\",\"16th St & Vermont St\",\"16th St & Wisconsin St\",\"16th St& Rhode Island St\",\"16th Street & 4th Street\",\"16th Street & Missouri St\",\"16th Street & Rhode Islandi St\",\"16th Street & Wisconsin St\",\"170 Buckingham Way\",\"1701 Geneva Ave\",\"1721 Geneva Ave\",\"1725 Sunnydale Ave\",\"1730 3rd St\",\"1731 3RD ST\",\"1750 Geneva Ave\",\"176 Rhode Island St\",\"1798 Laguna Honda Blvd\",\"17TH ST & KANSAS ST\",\"17th Ave & Quintara St\",\"17th Ave & Rivera St\",\"17th Ave & Santiago St\",\"17th St & Belvedere St\",\"17th St & Castro St\",\"17th St & Clayton St\",\"17th St & Cole St\",\"17th St & De Haro St\",\"17th St & Diamond St\",\"17th St & Kansas St\",\"17th St & Noe St\",\"17th St & Wisconsin St\",\"1800 Sunnydale Ave\",\"18th St & 3rd St\"]}]},{\"layer\":\"subway\",\"count\":19,\"geometry\":\"Point\",\"attributeCount\":1,\"attributes\":[{\"attribute\":\"name\",\"count\":18,\"type\":\"string\",\"values\":[\"Metro Castro Station/Downtown\",\"Metro Castro Station/Outbound\",\"Metro Church Station/Downtown\",\"Metro Church Station/Outbound\",\"Metro Civic Center Station/Downtn\",\"Metro Civic Center Station/Downtown\",\"Metro Civic Center Station/Outbd\",\"Metro Embarcadero Station\",\"Metro Embarcadero Station/Downtown\",\"Metro Forest Hill Station/Downtown\",\"Metro Montgomery Station/Downtown\",\"Metro Montgomery Station/Outbound\",\"Metro Powell Station/Downtown\",\"Metro Powell Station/Outbound\",\"Metro Van Ness Station\",\"Metro Van Ness Station/Downtown\",\"Metro Van Ness Station/Outbound\",\"Van Ness Station Outbound\"]}]}]}}", +"maxzoom": "10", +"minzoom": "0", +"name": "tests/muni/out/-z10_--retain-points-multiplier_10_-M10000_--drop-smallest-as-needed.json.check.mbtiles", +"strategies": "[{\"dropped_by_rate\":4591},{\"dropped_by_rate\":4591},{\"dropped_by_rate\":4561},{\"dropped_by_rate\":4511},{\"dropped_by_rate\":4401},{\"dropped_by_rate\":4121},{\"dropped_by_rate\":3411},{\"dropped_by_rate\":1650},{\"dropped_by_rate\":10,\"dropped_as_needed\":1882,\"tile_size_desired\":68578},{\"dropped_as_needed\":3965,\"tile_size_desired\":72631},{\"dropped_as_needed\":4635,\"tile_size_desired\":67988}]", +"tippecanoe_decisions": "{\"basezoom\":10,\"droprate\":2.5,\"retain_points_multiplier\":10}", +"type": "overlay", +"version": "2" +}, "features": [ +{ "type": "FeatureCollection", "properties": { "zoom": 0, "x": 0, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.857507 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 1, "x": 0, "y": 0 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.788081 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 0, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.840157 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.770715 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.770715 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 1 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 1, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.541504, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.519531, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr NS/W-SB", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & South Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.709899 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.779399 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 3, "x": 3, "y": 3 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.822802 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 2, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.536011, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.536011, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.827141 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.827141 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.508545, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr NS/W-SB", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & KIRKHAM ST", "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave&Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St - Ramp", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & SANCHEZ ST", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & EVANS AVE", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Galvez Ave", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.360229, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & South Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.775057 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 4, "x": 7, "y": 6 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.818463 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 5, "x": 5, "y": 12 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.538757, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.536011, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.533264, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.522278, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Wawona/46th Ave /SF Zoo", "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr NS/W-SB", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Fulton", "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & KIRKHAM ST", "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton Street & Shrader Street", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Shrader St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Turk St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Ord St", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave&Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "West Potral & Sola Blvd NW-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave at Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Brighton Ave", "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Melrose Ave", "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St NW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St SE-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Gough St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay St & Midway St", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Ferry Building", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Ferry Building", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & MARKET ST", "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear St & Market St", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.816293 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.816293 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 5th St", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 4th St", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lech Walesa St", "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Market St", "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St - Ramp", "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & SANCHEZ ST", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Division St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Powell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & De Haro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM ST & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "380 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Marengo St", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & EVANS AVE", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Galvez Ave", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Newhall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street at Palou Ave SE", "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.382202, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Muni Metro East/Not a public stop", "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & ARTHUR AVE", "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.360229, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City BART West Station Rd.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Orizaba Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "274 Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & South Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Tioga Ave", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Delta St", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "356 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.714245 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.775057 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 5, "x": 14, "y": 12 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.238770, 37.820633 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 6, "x": 10, "y": 24 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.538757, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 708 }, "geometry": { "type": "Point", "coordinates": [ -122.536011, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 706 }, "geometry": { "type": "Point", "coordinates": [ -122.531891, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 707 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.523651, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 1087 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.525024, 37.830395 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Storey Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 598 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 639 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_sequence": 629 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_sequence": 630 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_sequence": 709 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St & Moraga Ave", "tippecanoe:retain_points_multiplier_sequence": 710 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 690 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Graham St", "tippecanoe:retain_points_multiplier_sequence": 689 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 631 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 632 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1126 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd&Girard Rd NW-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 1172 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_sequence": 1032 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 803 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Funston Ave & Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Barnard Rd", "tippecanoe:retain_points_multiplier_sequence": 802 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Barnard Rd", "tippecanoe:retain_points_multiplier_sequence": 801 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio YMCA Center N-MB/SB", "tippecanoe:retain_points_multiplier_sequence": 1173 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Letterman Dr", "tippecanoe:retain_points_multiplier_sequence": 805 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 804 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 945 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 953 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 944 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 797 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 574 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 798 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 795 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 796 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 845 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 570 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Fort Mason access road/Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "FORT MASON/Bus isl nr guard gate", "tippecanoe:retain_points_multiplier_sequence": 1111 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Marina Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Marina Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 571 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 578 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 577 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1141 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 576 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 575 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 885 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & Merrie Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 811 }, "geometry": { "type": "Point", "coordinates": [ -122.512665, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 485 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 487 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 486 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 1078 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.511292, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 1158 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 611 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 593 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1054 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1059 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 592 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza St&32 AVE", "tippecanoe:retain_points_multiplier_sequence": 1169 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Fulton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Cross Over Dr & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1015 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 889 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 591 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1052 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 590 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1053 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 890 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 891 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 717 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 892 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 893 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 589 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 588 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1051 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 587 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1050 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 586 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 716 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 715 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 719 }, "geometry": { "type": "Point", "coordinates": [ -122.507172, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 735 }, "geometry": { "type": "Point", "coordinates": [ -122.507172, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 718 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 917 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 975 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Wawona/46th Ave /SF Zoo", "tippecanoe:retain_points_multiplier_sequence": 1002 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 567 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 568 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 720 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 894 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "37th AVE & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 1188 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 895 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 896 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 897 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 898 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 915 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 916 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 942 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 974 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 813 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 814 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 812 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 914 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 913 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 912 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 911 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 910 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 908 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 909 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 907 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 1013 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 1012 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_sequence": 1080 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_sequence": 484 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 1089 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 483 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr NS/W-SB", "tippecanoe:retain_points_multiplier_sequence": 1175 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 579 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 763 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 1156 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 764 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Cornwall St & 5th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cornwall St", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Corwall St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 1101 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & California St", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Fulton", "tippecanoe:retain_points_multiplier_sequence": 1092 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 883 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 884 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 607 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 608 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 605 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 606 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 609 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 610 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 594 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "TEA GARDEN DR/DeYoung Museum", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 496 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 495 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 494 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & KIRKHAM ST", "tippecanoe:retain_points_multiplier_sequence": 1076 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 1077 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 493 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 492 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 2nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 561 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 562 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "500 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 743 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "513 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 744 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 747 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 748 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Willard St", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Walnut St", "tippecanoe:retain_points_multiplier_sequence": 848 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 794 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 800 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 793 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 799 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton Street & Shrader Street", "tippecanoe:retain_points_multiplier_sequence": 1135 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Shrader St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 866 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 533 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 532 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 1145 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 530 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 901 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 902 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 906 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 905 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Scott St", "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & St Joseph'S Ave", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 941 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Turk St", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 633 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 531 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 534 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 535 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 522 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 524 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Shrader St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 749 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1095 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Cole St", "tippecanoe:retain_points_multiplier_sequence": 745 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Cole St", "tippecanoe:retain_points_multiplier_sequence": 746 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 771 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 705 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Market St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "539 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "795 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "800 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 700 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 695 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 701 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Ord St", "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Collingwood St", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave&Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1162 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 943 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 995 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 993 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 1104 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 1060 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 992 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 994 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 996 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 997 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1003 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 1004 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_sequence": 807 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Lorenzo Ave", "tippecanoe:retain_points_multiplier_sequence": 809 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Dorchester Way", "tippecanoe:retain_points_multiplier_sequence": 779 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_sequence": 808 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 655 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 658 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 657 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 656 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 825 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 826 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "West Potral & Sola Blvd NW-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 1181 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 877 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 1120 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 878 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 886 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 828 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 827 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY Ave", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 1045 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Avenue & Holloway St", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Denslowe Dr", "tippecanoe:retain_points_multiplier_sequence": 540 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 541 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1018 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1019 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1017 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Northgate Dr", "tippecanoe:retain_points_multiplier_sequence": 644 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & El Verano Way", "tippecanoe:retain_points_multiplier_sequence": 643 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Saint Elmo WayE", "tippecanoe:retain_points_multiplier_sequence": 645 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1016 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Saint Elmo Way", "tippecanoe:retain_points_multiplier_sequence": 1020 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Yerba Buena Ave", "tippecanoe:retain_points_multiplier_sequence": 770 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 769 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 767 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 768 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 766 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 510 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave at Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 1091 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 765 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Brighton Ave", "tippecanoe:retain_points_multiplier_sequence": 508 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 509 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 732 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 733 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 24th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 515 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 516 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "6 Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 778 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Dawnview Way & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 780 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Glenview Dr & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 506 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 806 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Dawnview Way & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 1155 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 736 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 513 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 514 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 538 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 517 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 518 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 539 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 1093 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 651 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Farnum St", "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Digby St", "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Farnum St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 923 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 924 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 922 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 921 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 927 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Melrose Ave", "tippecanoe:retain_points_multiplier_sequence": 925 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_sequence": 642 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 926 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 641 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa Park BART/Mezzanine level", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 646 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 830 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1171 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 836 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park Bart Station", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 505 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 831 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1055 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1039 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 726 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 500 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1075 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 640 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & San Juan Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 837 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 724 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 725 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 1150 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 722 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 723 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 1046 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 683 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 681 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 680 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 756 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 754 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 753 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 650 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 488 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 553 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "HYDE STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 649 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 547 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 599 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 600 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 952 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 951 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St NW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 1180 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St SE-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 1174 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 950 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 949 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 967 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 966 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 961 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 962 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 957 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 958 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 972 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 973 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 774 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 955 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 775 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 956 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 777 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 573 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 776 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 999 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 839 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Gough St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 507 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 838 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1183 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 918 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 919 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 550 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 551 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 549 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Mason St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 954 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Union St", "tippecanoe:retain_points_multiplier_sequence": 627 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Green St", "tippecanoe:retain_points_multiplier_sequence": 623 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Green St", "tippecanoe:retain_points_multiplier_sequence": 622 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 948 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 946 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 947 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 628 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 548 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 998 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 499 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 497 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 842 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 772 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Pacific Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 626 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 624 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 625 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 572 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Powell St", "tippecanoe:retain_points_multiplier_sequence": 740 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Powell St", "tippecanoe:retain_points_multiplier_sequence": 739 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 787 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1000 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1146 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.808699 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay St & Midway St", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 647 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 648 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 482 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1049 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1097 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 601 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 854 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 853 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Union St", "tippecanoe:retain_points_multiplier_sequence": 856 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Green St", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 847 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 481 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 480 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 840 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 841 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1001 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 857 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 844 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 843 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 852 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 846 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 762 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 1103 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 904 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 855 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1140 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "BUSH ST & Battery St", "tippecanoe:retain_points_multiplier_sequence": 1072 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 696 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1094 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 691 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Ferry Building", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 1029 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Ferry Building", "tippecanoe:retain_points_multiplier_sequence": 1096 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & MARKET ST", "tippecanoe:retain_points_multiplier_sequence": 1070 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear St & Market St", "tippecanoe:retain_points_multiplier_sequence": 882 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 1084 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 703 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & STEUART STREET S-MB/BZ", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1152 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Front & Market St", "tippecanoe:retain_points_multiplier_sequence": 1187 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Front St", "tippecanoe:retain_points_multiplier_sequence": 697 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Market St", "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 663 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Fremont St", "tippecanoe:retain_points_multiplier_sequence": 674 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Natoma St", "tippecanoe:retain_points_multiplier_sequence": 1130 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "TRANS BAY TERMINAL/RAMP S", "tippecanoe:retain_points_multiplier_sequence": 920 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Main St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St. & Folsom St.", "tippecanoe:retain_points_multiplier_sequence": 1149 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM & BEALE", "tippecanoe:retain_points_multiplier_sequence": 1186 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom & Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 1185 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & The Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 527 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero&Harrison St NW-NS/PS", "tippecanoe:retain_points_multiplier_sequence": 1177 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1144 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.823887 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.367096, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 929 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.816293 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 928 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.816293 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1143 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.822802 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 4th St", "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.367096, 37.821718 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 1142 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Franklin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 960 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 959 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1184 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1159 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 731 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 971 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 970 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "VAN NESS AVE & OFARRELL ST", "tippecanoe:retain_points_multiplier_sequence": 1160 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 537 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 638 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 637 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 511 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 528 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 529 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 597 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 523 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 903 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 773 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 729 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 728 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 781 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 810 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 491 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Turk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 554 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 636 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 489 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 490 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St&Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1098 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 635 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 634 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 552 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Post St", "tippecanoe:retain_points_multiplier_sequence": 498 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 782 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 963 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 536 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 512 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_sequence": 964 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1133 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lech Walesa St", "tippecanoe:retain_points_multiplier_sequence": 1036 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 969 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 968 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1033 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Market St", "tippecanoe:retain_points_multiplier_sequence": 965 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "S. Van Ness Ave. & Market St.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1148 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 880 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 686 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1102 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "150 Otis St", "tippecanoe:retain_points_multiplier_sequence": 737 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Otis St & 12th St", "tippecanoe:retain_points_multiplier_sequence": 738 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 665 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 664 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St - Ramp", "tippecanoe:retain_points_multiplier_sequence": 1064 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 1048 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & SANCHEZ ST", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1106 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Dolores St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 699 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 987 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 986 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 980 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 981 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 982 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 984 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 983 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 13th St", "tippecanoe:retain_points_multiplier_sequence": 666 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 667 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 668 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1151 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "15th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 669 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Division St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 785 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Powell St", "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 786 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 788 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 730 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 789 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "ELLIS ST & MASON ST", "tippecanoe:retain_points_multiplier_sequence": 1082 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 621 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Powell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 702 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 888 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 727 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 698 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 692 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 887 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 694 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 693 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 704 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "5TH ST & FOLSOM ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1081 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 526 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "6th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 938 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 937 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 935 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 936 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 546 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 1139 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Second Street & Folsom Street", "tippecanoe:retain_points_multiplier_sequence": 1134 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1100 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1170 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 933 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 934 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 1088 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 932 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 931 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 930 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd Street & King St", "tippecanoe:retain_points_multiplier_sequence": 1125 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Berry St", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_sequence": 1109 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_sequence": 1108 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_sequence": 1117 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & De Haro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 595 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 823 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 1168 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 1164 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Utah St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 990 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 820 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 821 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 991 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 822 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission Bay South & 4th St SE-FS/ BZ", "tippecanoe:retain_points_multiplier_sequence": 1166 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & 4th Street", "tippecanoe:retain_points_multiplier_sequence": 1167 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1165 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "1731 3RD ST", "tippecanoe:retain_points_multiplier_sequence": 1074 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Gene Friend Way", "tippecanoe:retain_points_multiplier_sequence": 1110 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 659 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 660 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 661 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 662 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1116 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & 23RD ST", "tippecanoe:retain_points_multiplier_sequence": 1066 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1118 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_sequence": 1047 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 1107 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 1025 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 679 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_sequence": 678 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 824 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 985 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 670 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Precita Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 684 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 989 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 988 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Power St", "tippecanoe:retain_points_multiplier_sequence": 1189 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Fair Ave", "tippecanoe:retain_points_multiplier_sequence": 673 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 687 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM ST & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 1086 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 1085 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Silver Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 685 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 872 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 871 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 939 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 940 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 870 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 1129 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 1131 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Craut St", "tippecanoe:retain_points_multiplier_sequence": 869 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Murray St", "tippecanoe:retain_points_multiplier_sequence": 682 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 755 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 790 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 791 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 758 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 792 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 757 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "831 Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1030 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Gates St", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 867 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 868 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 873 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 874 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1154 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "CRESCENT AVE & ELLSWORTH ST", "tippecanoe:retain_points_multiplier_sequence": 1079 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellsworth St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Hampshire St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 525 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 783 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 784 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th Street & Potrero Avenue", "tippecanoe:retain_points_multiplier_sequence": 1136 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1034 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "380 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 1105 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Marengo St", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 555 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 25th Street", "tippecanoe:retain_points_multiplier_sequence": 1137 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 25th Street", "tippecanoe:retain_points_multiplier_sequence": 1138 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 583 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 584 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 581 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 582 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 742 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & EVANS AVE", "tippecanoe:retain_points_multiplier_sequence": 1067 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Galvez Ave", "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 580 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 759 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 760 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 761 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1122 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1121 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave&Santa Fe Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1099 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 876 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 875 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Thornton Dr&Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 1163 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 861 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 862 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 863 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Holyoke St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1014 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 613 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 612 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 616 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 614 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 615 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 620 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 619 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Newhall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1035 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 1127 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 1128 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 1114 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 741 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street at Palou Ave SE", "tippecanoe:retain_points_multiplier_sequence": 1065 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & WILLIAMS ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1068 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 1113 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 1112 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 978 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 976 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 977 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 750 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Muni Metro East/Not a public stop", "tippecanoe:retain_points_multiplier_sequence": 1132 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 1124 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 1119 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 1115 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 1123 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & ARTHUR AVE", "tippecanoe:retain_points_multiplier_sequence": 1073 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 544 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 545 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.382202, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 596 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point & Acacia", "tippecanoe:retain_points_multiplier_sequence": 1157 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 653 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Middle Point Rd", "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 652 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 542 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 543 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 654 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "MIDDLE POINT RD & HARE ST", "tippecanoe:retain_points_multiplier_sequence": 1071 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Middle Point Rd E", "tippecanoe:retain_points_multiplier_sequence": 558 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 721 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 556 }, "geometry": { "type": "Point", "coordinates": [ -122.376709, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 557 }, "geometry": { "type": "Point", "coordinates": [ -122.376709, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Osceola Dr", "tippecanoe:retain_points_multiplier_sequence": 604 }, "geometry": { "type": "Point", "coordinates": [ -122.382202, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 603 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1063 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 881 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 819 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 818 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 688 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 1062 }, "geometry": { "type": "Point", "coordinates": [ -122.361603, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 565 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 566 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 563 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 564 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 569 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 817 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Church Access Rd SW-NS-SB", "tippecanoe:retain_points_multiplier_sequence": 1178 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way NW-FS/sb", "tippecanoe:retain_points_multiplier_sequence": 1176 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way SE-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 1179 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 1182 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_sequence": 585 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City BART West Station Rd.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1147 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.706640 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 815 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 816 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Orizaba Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 734 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 851 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "274 Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 849 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 850 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & GoeThe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 677 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Evergreen St", "tippecanoe:retain_points_multiplier_sequence": 672 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 834 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 1056 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 835 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 1057 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 832 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 833 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 1058 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 829 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 675 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 676 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 502 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Amazon Ave", "tippecanoe:retain_points_multiplier_sequence": 671 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1153 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "GENEVA AVE & MISSION ST", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "London St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 602 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 504 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 503 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 501 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 879 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & South Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 1090 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 752 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 751 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Blythdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 858 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 899 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Hahn St", "tippecanoe:retain_points_multiplier_sequence": 979 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 1031 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 521 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 520 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 519 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 900 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 617 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 618 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1007 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Tioga Ave", "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Delta St", "tippecanoe:retain_points_multiplier_sequence": 1040 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1041 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1061 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1044 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1043 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "356 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 1005 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 1037 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 1038 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1011 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 1010 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 1008 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 1009 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 864 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 865 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 1006 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 1042 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 859 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 860 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1028 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 1027 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 1026 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Thomas Mellon Dr", "tippecanoe:retain_points_multiplier_sequence": 1161 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 560 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 559 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.714245 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1021 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 711 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 713 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 1023 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 714 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 712 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 1083 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 1022 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1069 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 1024 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 6, "x": 29, "y": 24 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.819548 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 7, "x": 20, "y": 49 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1097 }, "geometry": { "type": "Point", "coordinates": [ -122.538757, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 1750 }, "geometry": { "type": "Point", "coordinates": [ -122.536011, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 1748 }, "geometry": { "type": "Point", "coordinates": [ -122.532578, 37.832022 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 1749 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.832022 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 552 }, "geometry": { "type": "Point", "coordinates": [ -122.527084, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 553 }, "geometry": { "type": "Point", "coordinates": [ -122.527084, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 1025 }, "geometry": { "type": "Point", "coordinates": [ -122.523651, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_sequence": 1024 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.828768 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 2689 }, "geometry": { "type": "Point", "coordinates": [ -122.530518, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 1023 }, "geometry": { "type": "Point", "coordinates": [ -122.524338, 37.830395 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1604 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.836361 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 1605 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.833649 ] } } +, +{ "type": "Feature", "properties": { "name": " Conzelman Rd & Mccullough Rd", "tippecanoe:retain_points_multiplier_sequence": 2851 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.833649 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 1606 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.833649 ] } } +, +{ "type": "Feature", "properties": { "name": "Conzelman Rd & Mccullough Rd", "tippecanoe:retain_points_multiplier_sequence": 2853 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.833649 ] } } +, +{ "type": "Feature", "properties": { "name": "US101 Offramp/Sausalito Lateral Rd", "tippecanoe:retain_points_multiplier_sequence": 1820 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.835819 ] } } +, +{ "type": "Feature", "properties": { "name": "Alexander Dr & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 2852 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.833107 ] } } +, +{ "type": "Feature", "properties": { "name": "Conzelman Rd/GGNRA entrance sign", "tippecanoe:retain_points_multiplier_sequence": 746 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.833107 ] } } +, +{ "type": "Feature", "properties": { "name": "Conzelman Rd/GGNRA entrance sign", "tippecanoe:retain_points_multiplier_sequence": 747 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_sequence": 745 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "Merchant St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1551 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Bowley St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 485 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Bowley Ave", "tippecanoe:retain_points_multiplier_sequence": 484 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Bowley St", "tippecanoe:retain_points_multiplier_sequence": 1449 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "BOWLEY ST & GIBSON RD", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Stillwell Rd", "tippecanoe:retain_points_multiplier_sequence": 2613 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Pershing Dr", "tippecanoe:retain_points_multiplier_sequence": 1451 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Pershing Dr", "tippecanoe:retain_points_multiplier_sequence": 1450 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Bridge/Parking Lot", "tippecanoe:retain_points_multiplier_sequence": 1123 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "GOLDEN GATE BRIDGE/TOLL PLAZA", "tippecanoe:retain_points_multiplier_sequence": 1124 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Storey Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1452 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1550 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_sequence": 1522 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_sequence": 1523 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_sequence": 1751 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St & Moraga Ave", "tippecanoe:retain_points_multiplier_sequence": 1752 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 1700 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Graham St", "tippecanoe:retain_points_multiplier_sequence": 1699 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 1526 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 1527 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/PX", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1524 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Anza St", "tippecanoe:retain_points_multiplier_sequence": 1448 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza Blvd & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza Blvd & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Graham St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 2775 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/PX", "tippecanoe:retain_points_multiplier_sequence": 1525 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 1290 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1289 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Transit Center", "tippecanoe:retain_points_multiplier_sequence": 2773 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Transit Center NS-??/BZ", "tippecanoe:retain_points_multiplier_sequence": 2915 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2776 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd&Girard Rd NW-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 2914 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_sequence": 2571 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1998 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Funston Ave & Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 820 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Barnard Rd", "tippecanoe:retain_points_multiplier_sequence": 1997 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Barnard Rd", "tippecanoe:retain_points_multiplier_sequence": 1996 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio YMCA Center N-MB/SB", "tippecanoe:retain_points_multiplier_sequence": 2916 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Letterman Dr", "tippecanoe:retain_points_multiplier_sequence": 2000 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1999 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN DR/Tides Bldg", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1465 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN DR & LINCOLN BLVD", "tippecanoe:retain_points_multiplier_sequence": 1466 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN HOSPITAL", "tippecanoe:retain_points_multiplier_sequence": 1196 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN DR & LOMBARD ST", "tippecanoe:retain_points_multiplier_sequence": 2640 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1391 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 912 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Richardson Ave & Francisco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2045 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 1455 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 1456 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Lyon St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1491 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Baker St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 633 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 921 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 914 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 636 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2391 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 2411 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 2390 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1992 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1380 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1993 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 1988 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 1989 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 2128 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1370 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 638 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1457 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1458 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Mallorca Way", "tippecanoe:retain_points_multiplier_sequence": 637 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & STEINER ST", "tippecanoe:retain_points_multiplier_sequence": 2683 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 2419 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1028 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1029 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1039 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Cervantes Blvd", "tippecanoe:retain_points_multiplier_sequence": 1032 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Fort Mason access road/Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 544 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 543 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 542 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "FORT MASON/Bus isl nr guard gate", "tippecanoe:retain_points_multiplier_sequence": 2742 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Marina Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Marina Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1098 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 635 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 634 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1031 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1030 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2234 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Union St", "tippecanoe:retain_points_multiplier_sequence": 1048 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2399 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2714 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2400 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2392 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2590 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2393 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2397 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2398 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2416 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 2415 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2235 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1372 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 925 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1371 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 916 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 915 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 586 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & California St", "tippecanoe:retain_points_multiplier_sequence": 913 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1026 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1027 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1036 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1373 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1387 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1386 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 2818 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1382 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1381 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2236 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 605 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2233 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & California St", "tippecanoe:retain_points_multiplier_sequence": 2232 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 612 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 2515 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2113 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1044 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1045 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1046 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2114 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & Merrie Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2011 }, "geometry": { "type": "Point", "coordinates": [ -122.511978, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.510605, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 1170 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 626 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 1172 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 1171 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 625 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 2672 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 812 }, "geometry": { "type": "Point", "coordinates": [ -122.510605, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "V.A. Hospital", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1619 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2791 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "V.A. HOSPITAL", "tippecanoe:retain_points_multiplier_sequence": 1618 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2010 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2002 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "43rd Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "43rd Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2001 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_sequence": 1195 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_sequence": 1194 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 624 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 623 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 806 }, "geometry": { "type": "Point", "coordinates": [ -122.507172, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 807 }, "geometry": { "type": "Point", "coordinates": [ -122.506485, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 805 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St t& 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2878 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 841 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 2877 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 803 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 804 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 802 }, "geometry": { "type": "Point", "coordinates": [ -122.498245, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 1125 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 1126 }, "geometry": { "type": "Point", "coordinates": [ -122.510605, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 1490 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1423 }, "geometry": { "type": "Point", "coordinates": [ -122.508545, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1424 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 2847 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Juda St", "tippecanoe:retain_points_multiplier_sequence": 2846 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 1421 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2629 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 1422 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2628 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1420 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2616 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2630 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1419 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 698 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 697 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 840 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 839 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 577 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 696 }, "geometry": { "type": "Point", "coordinates": [ -122.491379, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 578 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 579 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 695 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 838 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2947 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 837 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza St&32 AVE", "tippecanoe:retain_points_multiplier_sequence": 2907 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 801 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "32ND AVE & ANZA St", "tippecanoe:retain_points_multiplier_sequence": 2948 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "FULTON ST & 31ST AVE", "tippecanoe:retain_points_multiplier_sequence": 2692 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 576 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 575 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 574 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 573 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 694 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 835 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 836 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 693 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 692 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 691 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 834 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 833 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 572 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Anza St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1104 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Fulton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Cross Over Dr & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 2540 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1105 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1103 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 35th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1487 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1485 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1486 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 1484 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1483 }, "geometry": { "type": "Point", "coordinates": [ -122.488632, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 1482 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Judah St", "tippecanoe:retain_points_multiplier_sequence": 2252 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 1428 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 2612 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 1427 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2253 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1418 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 2610 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1417 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 2611 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 2254 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 2255 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 1770 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 2256 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 2257 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1416 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2608 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1769 }, "geometry": { "type": "Point", "coordinates": [ -122.491379, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1768 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 1767 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1766 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 1765 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 1480 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 1481 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1479 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 1477 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 1478 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1475 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1476 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "LINC. WAY & 19TH AVE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Cross Over Dr&Lincoln St", "tippecanoe:retain_points_multiplier_sequence": 2895 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "LINCOLN WAY & 19TH AVE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1415 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1414 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 2609 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1413 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2607 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1412 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 1764 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 25th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1763 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1411 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2631 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1410 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2606 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "19 Ave & Juda St", "tippecanoe:retain_points_multiplier_sequence": 2845 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1762 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1778 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.506485, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1828 }, "geometry": { "type": "Point", "coordinates": [ -122.507172, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 1776 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 46th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1777 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 1775 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 1774 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 2034 }, "geometry": { "type": "Point", "coordinates": [ -122.507172, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1773 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 1772 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 1771 }, "geometry": { "type": "Point", "coordinates": [ -122.498245, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2033 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2032 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2031 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2030 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 2029 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2311 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 2453 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Wawona/46th Ave /SF Zoo", "tippecanoe:retain_points_multiplier_sequence": 2516 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2205 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "SLOAT BLVD & 47TH AVE", "tippecanoe:retain_points_multiplier_sequence": 2673 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 2203 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 2204 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2201 }, "geometry": { "type": "Point", "coordinates": [ -122.500992, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2202 }, "geometry": { "type": "Point", "coordinates": [ -122.500992, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2199 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2200 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Amory Rd", "tippecanoe:retain_points_multiplier_sequence": 2844 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Armory Rd & Herbst Rd", "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1363 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 1364 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 1779 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 2258 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "37th AVE & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 2946 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 2259 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 2260 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 2261 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 2262 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 35th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2028 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 2263 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 2264 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2026 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2027 }, "geometry": { "type": "Point", "coordinates": [ -122.491379, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 2025 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 2024 }, "geometry": { "type": "Point", "coordinates": [ -122.488632, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 2023 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2265 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 2266 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 2267 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 2313 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 2633 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 2623 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 2312 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 2268 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 2310 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 2309 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2307 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2308 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2382 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2452 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2021 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2022 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 2020 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2019 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2017 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2018 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 2015 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 2016 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2014 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2306 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2305 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2304 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 2303 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2302 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2300 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2301 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2299 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2198 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 2211 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2191 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2933 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2190 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Yorba St", "tippecanoe:retain_points_multiplier_sequence": 2270 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Yorba St", "tippecanoe:retain_points_multiplier_sequence": 2269 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 2195 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 2197 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 2196 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Everglade Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2208 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Constanso Way", "tippecanoe:retain_points_multiplier_sequence": 2206 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & El Mirasol Pl", "tippecanoe:retain_points_multiplier_sequence": 2207 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Sylvan Dr", "tippecanoe:retain_points_multiplier_sequence": 2212 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 2213 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Forest View Dr", "tippecanoe:retain_points_multiplier_sequence": 2209 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Paraiso Pl", "tippecanoe:retain_points_multiplier_sequence": 2210 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2194 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 1167 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 1168 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 551 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 2528 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 2527 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_sequence": 2676 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_sequence": 1169 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 2691 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 1164 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Pinto Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Acevedo Ave .", "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr NS/W/SB", "tippecanoe:retain_points_multiplier_sequence": 2918 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "281 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 550 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "280 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 549 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "170 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 547 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "190 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 548 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "91 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 546 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 545 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 1088 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 1087 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr NS/W-SB", "tippecanoe:retain_points_multiplier_sequence": 2919 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 1086 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 1389 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 798 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 1132 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 570 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 571 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 690 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 14 Ave", "tippecanoe:retain_points_multiplier_sequence": 2810 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 688 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 689 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Avenue & Geary Boulevard", "tippecanoe:retain_points_multiplier_sequence": 2801 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 1107 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1903 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 1106 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1902 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 832 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 831 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 568 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 569 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 2564 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 2645 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 567 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 564 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 565 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 566 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 1899 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 2872 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 1900 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1101 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1102 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 815 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1901 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 1100 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 2809 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 2808 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Cornwall St & 5th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 749 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cornwall St", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Corwall St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 2717 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 563 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 562 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 580 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & California St", "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 687 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 2nd Ave", "tippecanoe:retain_points_multiplier_sequence": 686 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 3rd Ave", "tippecanoe:retain_points_multiplier_sequence": 830 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 3rd Ave", "tippecanoe:retain_points_multiplier_sequence": 829 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Cherry St", "tippecanoe:retain_points_multiplier_sequence": 2111 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Cherry St", "tippecanoe:retain_points_multiplier_sequence": 584 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 581 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & California St", "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 945 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Jordan Ave", "tippecanoe:retain_points_multiplier_sequence": 950 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Euclid Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "ARGUELLO BLVD & EUCLID AVE", "tippecanoe:retain_points_multiplier_sequence": 2696 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 2nd Ave", "tippecanoe:retain_points_multiplier_sequence": 685 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Clement St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2949 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 842 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 843 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1115 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 622 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 1099 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Fulton", "tippecanoe:retain_points_multiplier_sequence": 2699 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Stanyan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2380 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 808 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 809 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Stanyan StW", "tippecanoe:retain_points_multiplier_sequence": 819 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 2227 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 818 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1281 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1282 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 2229 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2228 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 2230 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 1473 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 1474 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 1471 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 1472 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1488 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1489 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1425 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "TEA GARDEN DR/DeYoung Museum", "tippecanoe:retain_points_multiplier_sequence": 1122 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1469 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1357 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St. & 9th Ave.", "tippecanoe:retain_points_multiplier_sequence": 2838 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave. & Irving St.", "tippecanoe:retain_points_multiplier_sequence": 2839 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1407 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1408 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 2603 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 16th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2605 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Avenue at Lawton Street", "tippecanoe:retain_points_multiplier_sequence": 2686 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 1409 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 2604 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1426 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 1188 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 1187 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1186 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1185 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1184 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & KIRKHAM ST", "tippecanoe:retain_points_multiplier_sequence": 2670 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 2671 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1183 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1182 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1470 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1467 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1468 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1356 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1355 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1405 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1406 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 1404 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1403 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 1354 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 2nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1353 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1358 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1090 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 618 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 619 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "500 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 1857 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "513 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 1858 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 1861 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 1862 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Willard St", "tippecanoe:retain_points_multiplier_sequence": 1094 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1180 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1181 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "7th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 2725 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Locksley Ave", "tippecanoe:retain_points_multiplier_sequence": 2504 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "455 Warren Dr", "tippecanoe:retain_points_multiplier_sequence": 2503 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "1798 Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_sequence": 1444 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Noriega StE", "tippecanoe:retain_points_multiplier_sequence": 1443 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "400 Warren Dr E", "tippecanoe:retain_points_multiplier_sequence": 2502 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Iris Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 949 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Iris Ave", "tippecanoe:retain_points_multiplier_sequence": 948 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Laurel St", "tippecanoe:retain_points_multiplier_sequence": 598 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Laurel St", "tippecanoe:retain_points_multiplier_sequence": 597 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Walnut St & California St", "tippecanoe:retain_points_multiplier_sequence": 2501 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Collins St", "tippecanoe:retain_points_multiplier_sequence": 947 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Collins St", "tippecanoe:retain_points_multiplier_sequence": 946 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 951 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 1113 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 1114 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 845 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_sequence": 846 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Walnut St", "tippecanoe:retain_points_multiplier_sequence": 2131 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 1987 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 610 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 611 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 1995 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 1986 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 1994 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 952 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1742 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1109 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1991 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1990 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1110 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Baker St", "tippecanoe:retain_points_multiplier_sequence": 844 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 2378 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 2379 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Chabot Ter", "tippecanoe:retain_points_multiplier_sequence": 2368 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Chabot Ter", "tippecanoe:retain_points_multiplier_sequence": 2369 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 810 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 811 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 816 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton Street & Shrader Street", "tippecanoe:retain_points_multiplier_sequence": 2803 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 817 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Shrader St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 2160 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 1280 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 1279 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 2825 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1268 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Central Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2371 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1741 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 814 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1739 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 813 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister S t& Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2875 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1740 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Central Ave", "tippecanoe:retain_points_multiplier_sequence": 2370 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 2377 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 2376 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Lyon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2881 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1262 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1263 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1745 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1744 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1275 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1276 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1746 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1747 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Central Ave", "tippecanoe:retain_points_multiplier_sequence": 1267 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 930 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 929 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2284 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2285 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 2295 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 2294 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1111 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & St Joseph'S Ave", "tippecanoe:retain_points_multiplier_sequence": 1116 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 2366 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 847 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Ellis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 920 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 919 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1112 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 917 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 955 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 918 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 966 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 967 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 2296 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 2297 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 964 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 965 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1043 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1042 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 1033 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 1034 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 957 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 956 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Turk St", "tippecanoe:retain_points_multiplier_sequence": 1047 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1035 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2364 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 2365 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1531 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1530 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 2367 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 1533 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 1532 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2876 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1534 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 926 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Broderick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1264 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1269 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 924 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1270 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 928 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 927 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1246 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1545 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1544 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1278 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1535 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1037 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1038 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1277 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1283 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1284 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 922 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 923 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1247 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1252 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1244 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1245 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 718 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 717 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1243 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1242 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Waller St", "tippecanoe:retain_points_multiplier_sequence": 721 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 716 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 620 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 2226 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Shrader St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1863 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 2705 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 713 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 616 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 617 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 714 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1859 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1860 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 719 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 720 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Waller St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1093 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 705 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1091 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 2716 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1092 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Haight St", "tippecanoe:retain_points_multiplier_sequence": 1743 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1250 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1251 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Masonic St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2569 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 700 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 701 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 707 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 708 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Piedmont St", "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Clifford Ter", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Piedmont St", "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Clifford Ter", "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "ASHBURY ST & CLAYTON ST", "tippecanoe:retain_points_multiplier_sequence": 2681 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 715 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 1924 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 1734 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 795 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 796 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 699 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 704 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 771 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 702 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 772 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 703 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2079 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2080 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Danvers St", "tippecanoe:retain_points_multiplier_sequence": 774 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Danvers St", "tippecanoe:retain_points_multiplier_sequence": 773 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "320 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 764 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "341 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 765 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Market St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 706 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "539 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 766 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 777 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 776 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 783 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 782 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "795 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 767 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "800 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 768 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 559 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 558 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2078 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ter & Roosevelt Way", "tippecanoe:retain_points_multiplier_sequence": 561 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way&Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 2726 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ter & Roosevelt Way", "tippecanoe:retain_points_multiplier_sequence": 560 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Alpine Ter", "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2077 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Museum Way", "tippecanoe:retain_points_multiplier_sequence": 2081 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Douglass St", "tippecanoe:retain_points_multiplier_sequence": 775 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 868 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Tunnel East Portal", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2732 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 855 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 856 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 858 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 1715 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 857 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1717 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 1716 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 859 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 1727 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1710 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 1728 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 778 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 779 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Ord St", "tippecanoe:retain_points_multiplier_sequence": 781 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1230 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1295 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Eureka St", "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 992 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 993 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 994 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "21st St & Douglass St", "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Douglass St & Alvarado St", "tippecanoe:retain_points_multiplier_sequence": 937 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 995 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 996 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 860 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 861 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 862 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Collingwood St", "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 863 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 865 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 864 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 16th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2013 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Santiago St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 2218 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Santiago St & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2217 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 2012 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Cragmont Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2035 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 1827 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1826 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 2036 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Forest Side Ave", "tippecanoe:retain_points_multiplier_sequence": 2384 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Forest Side Ave", "tippecanoe:retain_points_multiplier_sequence": 2383 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Lenox Way", "tippecanoe:retain_points_multiplier_sequence": 2385 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & West Portal Ave Leave", "tippecanoe:retain_points_multiplier_sequence": 2829 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & WEST PORTAL AVE", "tippecanoe:retain_points_multiplier_sequence": 2682 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2389 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 2386 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 2498 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 2387 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave&Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2892 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 2388 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 2497 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2495 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2723 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2634 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2494 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2496 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 2499 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 2500 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Clarendon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1439 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Forest Hill Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 2548 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Clarendon Woods S", "tippecanoe:retain_points_multiplier_sequence": 682 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hosp/Clarendon Hall", "tippecanoe:retain_points_multiplier_sequence": 670 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Galewood Circle", "tippecanoe:retain_points_multiplier_sequence": 683 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Clarendon Ave", "tippecanoe:retain_points_multiplier_sequence": 1821 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Olympia Way", "tippecanoe:retain_points_multiplier_sequence": 684 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 1822 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/opp Forest Hill", "tippecanoe:retain_points_multiplier_sequence": 2703 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/opp Forest Hill", "tippecanoe:retain_points_multiplier_sequence": 1441 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/FOREST HILL STA", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2702 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/Forest Hill Sta", "tippecanoe:retain_points_multiplier_sequence": 2704 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Dewey Blvd", "tippecanoe:retain_points_multiplier_sequence": 1440 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Hospital Entr Rd/Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_sequence": 1442 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hospital/Main Hosp", "tippecanoe:retain_points_multiplier_sequence": 1492 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Vasquez Ave", "tippecanoe:retain_points_multiplier_sequence": 1445 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Balceta Ave", "tippecanoe:retain_points_multiplier_sequence": 2517 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Balceta Ave", "tippecanoe:retain_points_multiplier_sequence": 1197 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Balceta Ave", "tippecanoe:retain_points_multiplier_sequence": 1198 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hospital/E Parkng Lot", "tippecanoe:retain_points_multiplier_sequence": 2046 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2518 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 2519 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_sequence": 2005 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Lorenzo Ave", "tippecanoe:retain_points_multiplier_sequence": 2007 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Dorchester Way", "tippecanoe:retain_points_multiplier_sequence": 1940 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_sequence": 2006 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 1620 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 1623 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 1622 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 1621 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Del Sur Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1939 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "MYRA WAY & DALEWOOD", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Dalewood Way", "tippecanoe:retain_points_multiplier_sequence": 1575 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2193 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd. & 19th Ave.", "tippecanoe:retain_points_multiplier_sequence": 2833 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2192 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2828 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2071 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2072 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "West Potral & Sola Blvd NW-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 2929 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2214 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2761 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2215 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 2239 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2074 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2073 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & 19th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 997 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 2070 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 998 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 1368 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2625 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 1367 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA BLVD & SLOAT BLVD", "tippecanoe:retain_points_multiplier_sequence": 2675 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1799 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_sequence": 2242 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_sequence": 2241 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Clara Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2240 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Santa Clara Ave & Saint Francis Blvd", "tippecanoe:retain_points_multiplier_sequence": 2157 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Santa Clara Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 2156 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Anselmo Ave", "tippecanoe:retain_points_multiplier_sequence": 2790 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 1810 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 2620 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 1809 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 2619 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 1788 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 1787 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY Ave", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 2594 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Avenue & Holloway St", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Denslowe Dr", "tippecanoe:retain_points_multiplier_sequence": 1299 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1300 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 797 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Beverly St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1298 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Beverly St & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Beverly St", "tippecanoe:retain_points_multiplier_sequence": 826 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 1366 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 1794 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 2618 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Westgate Dr", "tippecanoe:retain_points_multiplier_sequence": 1812 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 827 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St&Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 2736 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Vernon St", "tippecanoe:retain_points_multiplier_sequence": 828 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2543 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_sequence": 2544 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 2542 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Northgate Dr", "tippecanoe:retain_points_multiplier_sequence": 1564 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & El Verano Way", "tippecanoe:retain_points_multiplier_sequence": 1561 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Saint Elmo WayE", "tippecanoe:retain_points_multiplier_sequence": 1569 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 2541 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Saint Elmo Way", "tippecanoe:retain_points_multiplier_sequence": 2545 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Yerba Buena Ave", "tippecanoe:retain_points_multiplier_sequence": 1923 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 1912 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Plymouth Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1565 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 1566 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 1571 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 1570 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 2621 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 1811 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Fairfield Way", "tippecanoe:retain_points_multiplier_sequence": 1796 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 1800 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 2617 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Dorado Ter", "tippecanoe:retain_points_multiplier_sequence": 1795 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1917 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 1918 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 1802 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 1786 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&Lee Ave", "tippecanoe:retain_points_multiplier_sequence": 2737 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 1801 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & Capitol AVE", "tippecanoe:retain_points_multiplier_sequence": 2668 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_sequence": 1222 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Granada Ave", "tippecanoe:retain_points_multiplier_sequence": 1219 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & PLYMOUTH AVE", "tippecanoe:retain_points_multiplier_sequence": 2667 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1907 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 1908 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 1906 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 1223 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave at Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 2695 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 1905 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Brighton Ave", "tippecanoe:retain_points_multiplier_sequence": 1218 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 1221 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 1823 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 1824 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & City View Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2189 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "PORTOLA DR/McAteer High School", "tippecanoe:retain_points_multiplier_sequence": 2004 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "PARKRIDGE DR & CRESTLINE DR", "tippecanoe:retain_points_multiplier_sequence": 1985 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "74 Crestline Dr", "tippecanoe:retain_points_multiplier_sequence": 800 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "40 CRESTLINE DR", "tippecanoe:retain_points_multiplier_sequence": 799 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Parkridge Dr & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 1984 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hopkins Ave", "tippecanoe:retain_points_multiplier_sequence": 780 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "925 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 769 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "956 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 770 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Crestline Dr & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 2566 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 24th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1233 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1234 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "6 Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 1938 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Dawnview Way & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 936 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 1941 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Glenview Dr & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 1216 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 2003 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 487 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Dawnview Way & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 935 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 2870 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Duncan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2685 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Cameo Way", "tippecanoe:retain_points_multiplier_sequence": 942 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Fowler Ave & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 821 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Fowler Ave", "tippecanoe:retain_points_multiplier_sequence": 2332 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Evelyn Way", "tippecanoe:retain_points_multiplier_sequence": 2329 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "100 O'Shaughnessy Blvd", "tippecanoe:retain_points_multiplier_sequence": 1829 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Marietta Dr", "tippecanoe:retain_points_multiplier_sequence": 2338 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Isola Way", "tippecanoe:retain_points_multiplier_sequence": 2336 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Isola Way", "tippecanoe:retain_points_multiplier_sequence": 2335 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Reposa Way", "tippecanoe:retain_points_multiplier_sequence": 2339 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Reposa Way & Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2076 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Reposa Way", "tippecanoe:retain_points_multiplier_sequence": 2724 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Reposa Way & Myra Way", "tippecanoe:retain_points_multiplier_sequence": 2075 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 1576 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 1577 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_sequence": 1574 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Del Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 1830 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Del Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 1831 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_sequence": 2334 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_sequence": 2333 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1832 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1231 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1232 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1296 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1089 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1235 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1236 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1297 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Douglass St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 1237 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "5157 Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 880 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Amber Dr", "tippecanoe:retain_points_multiplier_sequence": 941 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 943 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 885 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 887 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 2700 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1603 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 866 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 867 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 898 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 899 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 889 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 26th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 888 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 895 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 896 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 890 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 891 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 905 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 906 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 892 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2711 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 904 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 884 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 903 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 902 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 886 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Addison St", "tippecanoe:retain_points_multiplier_sequence": 881 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Berkeley Way", "tippecanoe:retain_points_multiplier_sequence": 883 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Berkeley", "tippecanoe:retain_points_multiplier_sequence": 882 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 900 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 901 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 908 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 907 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 893 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 894 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 911 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 910 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 909 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Farnum St", "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Digby St", "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Farnum St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 1017 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1567 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_sequence": 1568 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1563 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1562 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 2743 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Gennessee St & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 1134 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Gennessee St & Flood Ave", "tippecanoe:retain_points_multiplier_sequence": 1133 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_sequence": 1883 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_sequence": 1882 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Judson Ave & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1390 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1052 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 2330 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 2331 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 2328 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 2327 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 2341 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Melrose Ave", "tippecanoe:retain_points_multiplier_sequence": 2337 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_sequence": 1560 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 2340 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 1559 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (South Entrance)", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1881 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN LOOP", "tippecanoe:retain_points_multiplier_sequence": 1884 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Phelan Ave", "tippecanoe:retain_points_multiplier_sequence": 1806 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2575 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 1792 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "GENEVA AVE & GENEVA AVE", "tippecanoe:retain_points_multiplier_sequence": 1149 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 1793 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1797 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_sequence": 1220 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1572 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Howth St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1301 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1200 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1201 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1798 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1463 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 1464 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 2930 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave/Balboa Park Bart Station", "tippecanoe:retain_points_multiplier_sequence": 1789 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1807 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2099 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa Park BART/Mezzanine level", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1573 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2087 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2910 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 2096 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park Bart Station", "tippecanoe:retain_points_multiplier_sequence": 1142 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1212 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2089 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2622 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2088 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 2095 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_sequence": 1141 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_sequence": 1140 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 2097 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "SAN JOSE AVE & GENEVA AVE", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "SAN JOSE AVE & GENEVA AVE", "tippecanoe:retain_points_multiplier_sequence": 2648 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "GENEVA AVE & SAN JOSE AVE", "tippecanoe:retain_points_multiplier_sequence": 1215 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2585 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 1808 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 1199 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 1152 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 2669 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1147 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1148 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 1557 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1558 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2586 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2107 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2106 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2587 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Nantucket Ave", "tippecanoe:retain_points_multiplier_sequence": 2098 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_sequence": 1556 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Baden St", "tippecanoe:retain_points_multiplier_sequence": 668 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Baden St & Circular Ave", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 1555 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Diamond St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Bosworth St", "tippecanoe:retain_points_multiplier_sequence": 897 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 1131 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 1130 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 669 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2166 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2167 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_sequence": 2090 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Ynez Ave", "tippecanoe:retain_points_multiplier_sequence": 2108 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & San Juan Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2104 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 1804 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 1805 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 2850 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1790 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1791 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 2596 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 1684 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1677 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1676 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 519 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1663 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1803 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & OCEAN AVENUE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 1685 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Francis St", "tippecanoe:retain_points_multiplier_sequence": 1668 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Excelsior Ave", "tippecanoe:retain_points_multiplier_sequence": 1665 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1012 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 1013 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 522 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1878 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 1875 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 1874 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 1596 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1173 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1330 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "HYDE STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1582 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1316 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1578 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Bay St", "tippecanoe:retain_points_multiplier_sequence": 722 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 735 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 1579 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1392 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.808699 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 2871 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1959 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1583 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1584 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2642 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 2244 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 990 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 2577 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1972 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1973 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1958 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1588 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1587 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1453 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1454 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2410 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2409 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St NW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 2927 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St SE-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 2917 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2402 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2401 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2444 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2443 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2800 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave&North Point St SE-NS/BZ", "tippecanoe:retain_points_multiplier_sequence": 2926 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2433 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Street & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2868 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1585 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1586 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1928 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Francisco Street & Polk Street", "tippecanoe:retain_points_multiplier_sequence": 2807 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 2430 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 639 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2436 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 2437 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2421 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2422 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 2450 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 2451 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 1934 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2417 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 1935 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2418 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1374 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2506 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2505 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2109 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2510 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2122 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2123 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2110 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2126 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2127 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Van Ness Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1847 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1925 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1926 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 1930 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1839 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1840 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2440 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1385 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2441 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1384 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1937 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1379 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1936 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2511 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2116 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Gough St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1217 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 672 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 2115 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 681 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2934 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 607 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2449 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St &Van ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2932 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1313 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1312 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1319 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1318 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 1325 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 1324 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 728 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2315 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2316 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 729 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1322 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1323 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 1321 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Vallejo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1332 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2407 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2408 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2404 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2403 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2314 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2318 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 725 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2317 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 726 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Lombard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 733 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 732 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1512 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1513 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Mason St", "tippecanoe:retain_points_multiplier_sequence": 734 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 1962 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 1963 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 1968 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 1967 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 727 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Mason St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2412 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Union St", "tippecanoe:retain_points_multiplier_sequence": 1520 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Green St", "tippecanoe:retain_points_multiplier_sequence": 1515 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Green St", "tippecanoe:retain_points_multiplier_sequence": 1514 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 736 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 737 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2396 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2394 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2395 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 1521 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1314 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1315 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1836 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 1328 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1835 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 1327 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1376 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1375 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1377 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2508 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1320 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 674 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2509 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1193 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 677 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 1189 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2120 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 1927 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 606 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 596 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Pine St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1931 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2118 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1329 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & California St", "tippecanoe:retain_points_multiplier_sequence": 1317 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 591 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 592 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1191 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2121 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 600 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 599 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Taylor St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1846 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1845 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1383 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2507 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 675 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2514 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 680 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1838 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 1519 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1837 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Pacific Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1518 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1516 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1517 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1378 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1842 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1841 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1966 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2512 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 593 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 614 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 556 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 555 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1192 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2286 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Jones St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1401 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 613 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 601 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 602 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2827 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay St & Midway St", "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 1580 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 1581 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1158 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 969 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2600 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 970 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2707 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1459 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "225 TELEGRAPH Hill Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2322 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "TELEGRAPH Hill Blvd & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 2324 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "TELEGRAPH Hill Blvd & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 2325 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "COIT TOWER", "tippecanoe:retain_points_multiplier_sequence": 712 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "TELEGRAPH Hill Blvd & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2323 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "115 TELEGRAPH Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 2321 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2251 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 2420 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2246 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2245 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1844 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "BROADWAY & GRANT AVE", "tippecanoe:retain_points_multiplier_sequence": 2662 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2405 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2406 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2413 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2414 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Broadway", "tippecanoe:retain_points_multiplier_sequence": 723 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Broadway", "tippecanoe:retain_points_multiplier_sequence": 724 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 989 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 2138 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2137 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2141 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 979 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 980 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_sequence": 981 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Green St", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2557 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 1843 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2139 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_sequence": 982 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Battery St", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 2883 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2909 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1979 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2130 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1157 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 730 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 731 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 1155 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 673 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2117 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 589 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 676 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2119 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Sacramento St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1159 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & California St", "tippecanoe:retain_points_multiplier_sequence": 1154 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 594 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 595 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 608 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 609 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & California St", "tippecanoe:retain_points_multiplier_sequence": 1961 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & California St", "tippecanoe:retain_points_multiplier_sequence": 1960 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "CALIFORNIA ST & POWELL ST", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "CALIFORNIA ST & POWELL ST", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1978 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Post St", "tippecanoe:retain_points_multiplier_sequence": 1976 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Post St", "tippecanoe:retain_points_multiplier_sequence": 1977 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2250 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2249 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 2298 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1947 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 590 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2008 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2287 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2513 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2142 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 678 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2125 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2124 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 603 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2136 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2129 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 604 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 679 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 582 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 583 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Front St", "tippecanoe:retain_points_multiplier_sequence": 588 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 1153 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 1898 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 557 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1160 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1156 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 1945 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "POST & MONTGOMERY", "tippecanoe:retain_points_multiplier_sequence": 2867 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1895 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2721 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2293 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2140 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2816 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 554 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "BUSH ST & Battery St", "tippecanoe:retain_points_multiplier_sequence": 2664 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 1713 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 2701 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1701 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Davis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO & BROADWAY", "tippecanoe:retain_points_multiplier_sequence": 971 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "BROADWAY & THE EMBARCADERO", "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO & BROADWAY", "tippecanoe:retain_points_multiplier_sequence": 972 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 5", "tippecanoe:retain_points_multiplier_sequence": 988 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 5", "tippecanoe:retain_points_multiplier_sequence": 987 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Washington St", "tippecanoe:retain_points_multiplier_sequence": 991 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 1", "tippecanoe:retain_points_multiplier_sequence": 986 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Drumm St", "tippecanoe:retain_points_multiplier_sequence": 671 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 2112 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Front St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1897 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 585 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Davis St & California St", "tippecanoe:retain_points_multiplier_sequence": 2826 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 1896 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Davis St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 874 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 2715 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Drumm St & California St", "tippecanoe:retain_points_multiplier_sequence": 938 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Drumm St", "tippecanoe:retain_points_multiplier_sequence": 587 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Main St", "tippecanoe:retain_points_multiplier_sequence": 1726 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Beale St", "tippecanoe:retain_points_multiplier_sequence": 1714 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Ferry Building", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 978 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 2567 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Ferry Building", "tippecanoe:retain_points_multiplier_sequence": 2706 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & MARKET ST", "tippecanoe:retain_points_multiplier_sequence": 2661 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear St & Market St", "tippecanoe:retain_points_multiplier_sequence": 2225 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 2684 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Steuart St", "tippecanoe:retain_points_multiplier_sequence": 1732 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "EMBARCADERO & ST", "tippecanoe:retain_points_multiplier_sequence": 2694 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "STEUART ST & FRANCISCO ST", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1495 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St & Market St", "tippecanoe:retain_points_multiplier_sequence": 2238 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2237 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "MUNI METRO TNL & DRUMM ST", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "MUNI METRO TNL & DRUMM ST", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & STEUART STREET S-MB/BZ", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2863 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Front & Market St", "tippecanoe:retain_points_multiplier_sequence": 2943 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Front St", "tippecanoe:retain_points_multiplier_sequence": 1718 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1096 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1632 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Fremont St", "tippecanoe:retain_points_multiplier_sequence": 1669 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Natoma St", "tippecanoe:retain_points_multiplier_sequence": 2793 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "TRANS BAY TERMINAL/RAMP S", "tippecanoe:retain_points_multiplier_sequence": 2320 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Main", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2944 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1494 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Main St", "tippecanoe:retain_points_multiplier_sequence": 1681 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission & Main St", "tippecanoe:retain_points_multiplier_sequence": 2896 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Beale St", "tippecanoe:retain_points_multiplier_sequence": 1662 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 1694 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 1493 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St. & Beale St.", "tippecanoe:retain_points_multiplier_sequence": 2835 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Transbay Temporary Terminal", "tippecanoe:retain_points_multiplier_sequence": 2319 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 2843 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St. & Howard St.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2834 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St. & Howard St.", "tippecanoe:retain_points_multiplier_sequence": 2836 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St. & Howard St.", "tippecanoe:retain_points_multiplier_sequence": 2842 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 1095 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Mission St", "tippecanoe:retain_points_multiplier_sequence": 984 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Mission St", "tippecanoe:retain_points_multiplier_sequence": 985 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St&Mission St", "tippecanoe:retain_points_multiplier_sequence": 2713 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Tunnel entry-not a stop-use Folsom Stn", "tippecanoe:retain_points_multiplier_sequence": 1696 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Howard St", "tippecanoe:retain_points_multiplier_sequence": 983 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 1311 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Main St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1076 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St. & Folsom St.", "tippecanoe:retain_points_multiplier_sequence": 2841 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM & BEALE", "tippecanoe:retain_points_multiplier_sequence": 2940 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 974 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom & Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 2936 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 976 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 977 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 975 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & The Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 1260 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero&Harrison St NW-NS/PS", "tippecanoe:retain_points_multiplier_sequence": 2922 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "13th St & Gateview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.828226 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 13th St", "tippecanoe:retain_points_multiplier_sequence": 2822 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.828226 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 12th St", "tippecanoe:retain_points_multiplier_sequence": 2823 }, "geometry": { "type": "Point", "coordinates": [ -122.376022, 37.825514 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Halibut Ct", "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.824430 ] } } +, +{ "type": "Feature", "properties": { "name": "AVENUE B & Gateview AVE", "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.823887 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 2556 }, "geometry": { "type": "Point", "coordinates": [ -122.374649, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue C", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 2824 }, "geometry": { "type": "Point", "coordinates": [ -122.372589, 37.823887 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St. & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 2831 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue E", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.824430 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2821 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.369156, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.367096, 37.825514 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 2343 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.815751 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 2342 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.816293 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 615 }, "geometry": { "type": "Point", "coordinates": [ -122.369156, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 5th St", "tippecanoe:retain_points_multiplier_sequence": 2820 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 4th St", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.821718 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 2819 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "62 Macalla St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1552 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd/Bldg 240", "tippecanoe:retain_points_multiplier_sequence": 2697 }, "geometry": { "type": "Point", "coordinates": [ -122.364349, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Northgate Rd & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 1602 }, "geometry": { "type": "Point", "coordinates": [ -122.363663, 37.811411 ] } } +, +{ "type": "Feature", "properties": { "name": "North Gate Rd and Macalla Rd", "tippecanoe:retain_points_multiplier_sequence": 2698 }, "geometry": { "type": "Point", "coordinates": [ -122.364349, 37.811411 ] } } +, +{ "type": "Feature", "properties": { "name": "Hillcrest St & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 1291 }, "geometry": { "type": "Point", "coordinates": [ -122.363663, 37.810326 ] } } +, +{ "type": "Feature", "properties": { "name": "Hillcrest St & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 1292 }, "geometry": { "type": "Point", "coordinates": [ -122.363663, 37.810326 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2282 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2283 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1121 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1120 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2289 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2290 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2291 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1944 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 853 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 852 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 1946 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 953 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 954 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 963 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Franklin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 848 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2435 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2434 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2935 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2882 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1819 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2448 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2447 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "VAN NESS AVE & OFARRELL ST", "tippecanoe:retain_points_multiplier_sequence": 2884 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 958 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1537 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1538 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Gough st", "tippecanoe:retain_points_multiplier_sequence": 2874 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 2431 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 2432 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2381 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 825 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1548 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1536 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1549 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1286 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1543 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1542 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1227 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1265 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1266 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1447 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1040 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1041 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1248 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1241 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "785 Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1528 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 1228 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1274 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1226 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1272 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fell St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1018 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1271 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Oak St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1783 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 1446 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1249 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2894 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Page St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1848 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1719 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Mccoppin St", "tippecanoe:retain_points_multiplier_sequence": 2485 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1720 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccoppin St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1553 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1933 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1932 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2292 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2288 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 851 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1119 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1929 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1817 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1815 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1942 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 849 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2009 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1179 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 824 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1546 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1547 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 961 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 1174 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 962 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2374 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1175 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 959 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2372 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Turk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1331 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1541 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1177 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1178 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St&Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 2709 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1540 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1539 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1326 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Post St", "tippecanoe:retain_points_multiplier_sequence": 1190 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1943 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1814 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 960 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1948 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1118 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Mason St", "tippecanoe:retain_points_multiplier_sequence": 854 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2855 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1816 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2729 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St&Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2720 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellis St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 968 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Leavenworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2375 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 822 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 823 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2373 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2849 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1529 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St N", "tippecanoe:retain_points_multiplier_sequence": 2789 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1712 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1706 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1707 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2438 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1285 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1229 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_sequence": 2439 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2798 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lech Walesa St", "tippecanoe:retain_points_multiplier_sequence": 2576 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 2446 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 2445 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2572 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Market St", "tippecanoe:retain_points_multiplier_sequence": 2442 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St/btw Market & Mission", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2787 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Market St", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Market St", "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 1176 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "GROVE AND LARKIN", "tippecanoe:retain_points_multiplier_sequence": 2799 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1273 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1725 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1724 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1708 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH St AND MARKET St", "tippecanoe:retain_points_multiplier_sequence": 2864 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "S. Van Ness Ave. & Market St.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2840 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2223 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1693 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2718 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "150 Otis St", "tippecanoe:retain_points_multiplier_sequence": 1833 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Otis St & 12th St", "tippecanoe:retain_points_multiplier_sequence": 1834 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 1642 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 1641 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 11th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1059 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1058 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1259 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Hermann St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1287 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Hermann St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1288 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Deboce Ave temp bus terminal", "tippecanoe:retain_points_multiplier_sequence": 2937 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St", "tippecanoe:retain_points_multiplier_sequence": 939 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St", "tippecanoe:retain_points_multiplier_sequence": 940 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 664 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St - Ramp", "tippecanoe:retain_points_multiplier_sequence": 2647 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 665 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 2599 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & SANCHEZ ST", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 666 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2730 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 667 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Sanchez St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2216 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1709 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 2632 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 1731 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 1730 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 653 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 2945 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 654 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2597 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Dolores St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 655 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 1722 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 2482 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 2481 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2468 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2469 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2470 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Sanchez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 656 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/18th St", "tippecanoe:retain_points_multiplier_sequence": 2066 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2565 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/20th St", "tippecanoe:retain_points_multiplier_sequence": 2067 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/20th St", "tippecanoe:retain_points_multiplier_sequence": 2068 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 657 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/22nd St", "tippecanoe:retain_points_multiplier_sequence": 2069 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2471 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2472 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2473 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2475 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2474 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 13th St", "tippecanoe:retain_points_multiplier_sequence": 1643 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1644 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1645 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2858 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "15th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1646 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1060 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1061 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1647 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2614 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1648 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness &16th St", "tippecanoe:retain_points_multiplier_sequence": 2856 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16 th St & South Van Ness", "tippecanoe:retain_points_multiplier_sequence": 2862 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & South Van Ness", "tippecanoe:retain_points_multiplier_sequence": 2859 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1062 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Division St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 514 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 931 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 513 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 512 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1063 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 496 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 495 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 497 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 498 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 515 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 516 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1649 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1650 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1651 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1652 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2860 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2861 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1064 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1065 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2880 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1066 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20St", "tippecanoe:retain_points_multiplier_sequence": 2879 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 499 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 500 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 501 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1067 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1068 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1964 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1108 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1965 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1974 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1818 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1975 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "ELLIS ST & MASON ST", "tippecanoe:retain_points_multiplier_sequence": 2679 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 1511 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1971 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL & MARKET TURNTABLE", "tippecanoe:retain_points_multiplier_sequence": 2728 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1970 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL STREET TURNABLE IN IB", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell/Market", "tippecanoe:retain_points_multiplier_sequence": 1969 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Cyril Magnin St & Market St", "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1711 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Powell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1729 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2248 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1117 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 1813 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 1721 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1703 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 2247 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1705 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1704 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1733 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 6th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1640 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1639 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1638 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1637 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Jessie St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1400 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 850 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Kearny St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1723 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1702 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1635 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1634 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Stevenson St", "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2939 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Minna St", "tippecanoe:retain_points_multiplier_sequence": 2797 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1636 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1633 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "5TH ST & FOLSOM ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2678 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1055 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1054 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1255 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1057 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1056 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "6th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1257 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1256 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 1258 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 493 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 494 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 2637 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 2554 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 2357 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 2356 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 2354 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 2355 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1310 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 2815 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Second Street & Folsom Street", "tippecanoe:retain_points_multiplier_sequence": 2802 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2830 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1053 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "FREMONT & FOLSOM", "tippecanoe:retain_points_multiplier_sequence": 2941 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1254 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd ST & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 2938 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Perry St", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "HARRISON & FREMONT", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2942 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & Main St", "tippecanoe:retain_points_multiplier_sequence": 1261 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 973 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 2638 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 2796 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 2814 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2712 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 2908 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 2352 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 2353 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 2690 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 2351 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 4th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1437 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 2652 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & King St", "tippecanoe:retain_points_multiplier_sequence": 2786 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & King St", "tippecanoe:retain_points_multiplier_sequence": 2781 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 2760 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & King St", "tippecanoe:retain_points_multiplier_sequence": 2649 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1438 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Berry St", "tippecanoe:retain_points_multiplier_sequence": 2774 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 2639 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2350 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2349 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd Street & King St", "tippecanoe:retain_points_multiplier_sequence": 2770 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Berry St", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_sequence": 2734 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_sequence": 2733 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_sequence": 2754 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1949 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1950 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1951 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2486 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2493 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2492 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2487 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 2869 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Townsend St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 933 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 932 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 2058 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 2059 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2050 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2051 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1429 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & De Haro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 875 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 1433 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2060 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 2904 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 2898 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 878 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 876 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 20th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 502 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1953 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2488 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2489 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1952 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 503 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 504 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 505 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 506 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 507 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Utah St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2490 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2052 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2053 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2491 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2054 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Southern Heights Ave & De Haro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2159 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Southern Heights Ave & De Haro St", "tippecanoe:retain_points_multiplier_sequence": 2158 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & Southern Heights Ave", "tippecanoe:retain_points_multiplier_sequence": 879 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2529 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2055 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "176 Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 2049 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23RD ST & KANSAS ST", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1430 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Wisconsin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2530 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & Madera St", "tippecanoe:retain_points_multiplier_sequence": 2533 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & Madera St", "tippecanoe:retain_points_multiplier_sequence": 2532 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 877 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2531 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 2903 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 2899 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2595 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 738 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 739 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission Bay South & 4th St SE-FS/ BZ", "tippecanoe:retain_points_multiplier_sequence": 2901 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & 4th Street", "tippecanoe:retain_points_multiplier_sequence": 2902 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 2900 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "1731 3RD ST", "tippecanoe:retain_points_multiplier_sequence": 2666 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Gene Friend Way", "tippecanoe:retain_points_multiplier_sequence": 2735 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Mariposa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2771 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2755 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & MARIPOSA ST", "tippecanoe:retain_points_multiplier_sequence": 2656 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Tennessee St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2326 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Mariposa St.", "tippecanoe:retain_points_multiplier_sequence": 2772 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2650 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2811 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 740 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1624 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1625 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 1626 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 1627 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Dakota St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2812 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Dakota St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2813 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Dakota St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 872 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Turner Ter", "tippecanoe:retain_points_multiplier_sequence": 1628 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Turner Ter", "tippecanoe:retain_points_multiplier_sequence": 1629 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Mississippi St", "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Watchman Way", "tippecanoe:retain_points_multiplier_sequence": 1631 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Watchman Way", "tippecanoe:retain_points_multiplier_sequence": 1630 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "14 Dakota St", "tippecanoe:retain_points_multiplier_sequence": 870 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "101 Dakota St", "tippecanoe:retain_points_multiplier_sequence": 871 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & 20TH ST", "tippecanoe:retain_points_multiplier_sequence": 2651 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2753 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2756 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Minnesota St", "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Minnesota St", "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2752 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & 23RD ST", "tippecanoe:retain_points_multiplier_sequence": 2657 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2757 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 658 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 27th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1759 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 1760 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 1761 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 659 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 660 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2477 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 663 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_sequence": 2598 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 2731 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 662 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 2555 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 661 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Mateo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 644 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Randall St & Whitney St", "tippecanoe:retain_points_multiplier_sequence": 2041 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney St & Fairmount Street", "tippecanoe:retain_points_multiplier_sequence": 2539 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Miguel St", "tippecanoe:retain_points_multiplier_sequence": 646 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Miguel St", "tippecanoe:retain_points_multiplier_sequence": 645 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 641 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 642 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 1656 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 647 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Fairmount St", "tippecanoe:retain_points_multiplier_sequence": 643 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "San jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 2890 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2102 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randall St", "tippecanoe:retain_points_multiplier_sequence": 2100 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randall St", "tippecanoe:retain_points_multiplier_sequence": 2103 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 2891 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2101 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Appleton Ave", "tippecanoe:retain_points_multiplier_sequence": 1661 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Appleton Ave", "tippecanoe:retain_points_multiplier_sequence": 1660 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1675 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_sequence": 1674 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2062 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 763 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 762 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2476 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1653 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2857 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2478 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 2480 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 2479 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St. & Valencia St.", "tippecanoe:retain_points_multiplier_sequence": 2832 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez & Bartlett", "tippecanoe:retain_points_multiplier_sequence": 2886 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 1654 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 631 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Precita Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1686 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 2484 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 2483 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Power St", "tippecanoe:retain_points_multiplier_sequence": 2950 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Fair Ave", "tippecanoe:retain_points_multiplier_sequence": 1666 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 1695 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 632 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1070 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1069 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1071 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 629 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 630 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 2817 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom & Cesar Chavz St", "tippecanoe:retain_points_multiplier_sequence": 2887 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1072 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Bessie St", "tippecanoe:retain_points_multiplier_sequence": 1073 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Precita Ave", "tippecanoe:retain_points_multiplier_sequence": 1078 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Stoneman St", "tippecanoe:retain_points_multiplier_sequence": 1079 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Florida St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 628 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 1655 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 756 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 757 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_sequence": 753 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_sequence": 752 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 751 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 750 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 2064 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 2065 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 758 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 759 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 760 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 1074 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 1075 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM ST & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 2688 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 2687 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 1081 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 1080 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 1077 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Nevada St & Cortland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1782 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bradford St", "tippecanoe:retain_points_multiplier_sequence": 754 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "CORTLAND AVE & BRONTE ST", "tippecanoe:retain_points_multiplier_sequence": 2677 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 649 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 648 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Rotteck St", "tippecanoe:retain_points_multiplier_sequence": 483 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Still St & Lyell St", "tippecanoe:retain_points_multiplier_sequence": 2243 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Milton St", "tippecanoe:retain_points_multiplier_sequence": 482 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Milton St", "tippecanoe:retain_points_multiplier_sequence": 481 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Marsily St", "tippecanoe:retain_points_multiplier_sequence": 480 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Silver Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1692 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2182 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2181 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2361 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2362 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 2180 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 2792 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_sequence": 2794 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Craut St", "tippecanoe:retain_points_multiplier_sequence": 2175 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Murray St", "tippecanoe:retain_points_multiplier_sequence": 1683 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Richland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1688 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Richland Ave", "tippecanoe:retain_points_multiplier_sequence": 1687 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 789 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & College Ave", "tippecanoe:retain_points_multiplier_sequence": 786 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Leese St", "tippecanoe:retain_points_multiplier_sequence": 788 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Agnon Ave", "tippecanoe:retain_points_multiplier_sequence": 784 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2173 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2174 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Stoneybrook Ave", "tippecanoe:retain_points_multiplier_sequence": 2363 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 2178 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1870 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 1871 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 1877 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 518 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 517 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1735 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 521 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Excelsior Ave", "tippecanoe:retain_points_multiplier_sequence": 1736 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 520 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1876 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 523 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1980 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 1982 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 1880 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 1983 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 1879 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "DUBLIN ST & BRAZIL AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "DUBLIN ST & LAGRANDE AVE", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 2063 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 790 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Arnold Ave", "tippecanoe:retain_points_multiplier_sequence": 785 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Roscoe St", "tippecanoe:retain_points_multiplier_sequence": 794 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Porter St", "tippecanoe:retain_points_multiplier_sequence": 791 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd/St Mary's Park bridge", "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "989 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1010 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 2061 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "831 Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2568 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Gates St", "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 2170 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 2171 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 2183 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 2184 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 2866 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "CRESCENT AVE & ELLSWORTH ST", "tippecanoe:retain_points_multiplier_sequence": 2674 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 787 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellsworth St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 1011 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Putnam St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 793 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Putnam St", "tippecanoe:retain_points_multiplier_sequence": 792 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 2177 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 2176 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & University St", "tippecanoe:retain_points_multiplier_sequence": 1022 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Felton St", "tippecanoe:retain_points_multiplier_sequence": 2427 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Boylston St", "tippecanoe:retain_points_multiplier_sequence": 2168 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Holyoke St", "tippecanoe:retain_points_multiplier_sequence": 2179 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_sequence": 1021 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_sequence": 1020 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1019 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1506 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1507 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 2425 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 2426 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2423 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2424 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 2428 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 2429 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 2537 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 508 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Hampshire St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1253 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 509 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 510 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 511 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1954 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1955 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th Street & Potrero Avenue", "tippecanoe:retain_points_multiplier_sequence": 2804 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Potrero Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1957 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1956 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "C. Chavez St&Florida St", "tippecanoe:retain_points_multiplier_sequence": 2889 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 627 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "228 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 524 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1431 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2056 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 1432 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2057 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2573 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "380 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 525 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_sequence": 761 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 533 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bayshore Blvd", "tippecanoe:retain_points_multiplier_sequence": 755 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2727 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 527 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 532 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Marengo St", "tippecanoe:retain_points_multiplier_sequence": 536 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 1333 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Barneveld Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1785 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Barneveld Ave", "tippecanoe:retain_points_multiplier_sequence": 1784 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 2348 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 2345 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 2344 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 2347 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 2346 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Elmira St", "tippecanoe:retain_points_multiplier_sequence": 1334 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 1336 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 1335 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Connecticut St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Connecticut St", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 742 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 741 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1001 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1000 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 744 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 743 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Dakota St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 873 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1009 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 25th Street", "tippecanoe:retain_points_multiplier_sequence": 2805 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 25th Street", "tippecanoe:retain_points_multiplier_sequence": 2806 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 1398 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 1399 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 1396 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 1397 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 1856 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Oakdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1892 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1893 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1855 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1008 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 2708 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1394 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1395 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1007 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1006 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 2759 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 999 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & EVANS AVE", "tippecanoe:retain_points_multiplier_sequence": 2658 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Galvez Ave", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1393 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 1889 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 1890 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 1891 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 2765 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 2763 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Hudson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "New Hall & Hudsons SW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 2905 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "New Hall & Hudson SW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 2906 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Kirkwood Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2764 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Kirkwood Ave", "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Kirkwood/La Salle", "tippecanoe:retain_points_multiplier_sequence": 2777 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Kirkwood/La Salle", "tippecanoe:retain_points_multiplier_sequence": 2750 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Kirkwood/La Salle", "tippecanoe:retain_points_multiplier_sequence": 2785 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Boutwell St", "tippecanoe:retain_points_multiplier_sequence": 530 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Augusta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 528 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2186 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2185 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 2153 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Charter Oak Ave", "tippecanoe:retain_points_multiplier_sequence": 2172 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 537 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 539 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 538 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 2169 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 2152 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave&Santa Fe Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2710 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 2188 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 2187 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 492 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Thornton Dr&Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 2897 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 491 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 531 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2148 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2149 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2150 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & San Bruno Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Donner Ave", "tippecanoe:retain_points_multiplier_sequence": 1887 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 1888 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Vesta St & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 2459 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 1894 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 1886 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 1885 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 1293 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 1294 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Holyoke St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2538 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 1499 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 1498 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 1503 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 1501 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 1502 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 1510 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 1509 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1868 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bayshore St & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 2911 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 1864 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Wheat St", "tippecanoe:retain_points_multiplier_sequence": 1869 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Crane St", "tippecanoe:retain_points_multiplier_sequence": 1866 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 1496 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 1497 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 1500 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Mansell St", "tippecanoe:retain_points_multiplier_sequence": 2151 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 1508 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Venus St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2360 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 2358 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 2359 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 2047 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 2048 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & Reddy St", "tippecanoe:retain_points_multiplier_sequence": 2536 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave&Newhall St", "tippecanoe:retain_points_multiplier_sequence": 2893 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1854 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 1601 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Newhall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2574 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 2778 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 2784 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 2749 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1849 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street at Palou Ave SE", "tippecanoe:retain_points_multiplier_sequence": 2654 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Lane St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1853 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 2085 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Lane St & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 2766 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 2084 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Lane St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 2762 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 1852 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2534 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2535 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & WILLIAMS ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2659 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 2748 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 2747 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 2458 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 2456 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 2457 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 1867 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Salinas Ave & Gould St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2912 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Carr St", "tippecanoe:retain_points_multiplier_sequence": 1865 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Salinas Ave", "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Ingerson Ave", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 2779 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 2746 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 2767 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 2783 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Key St", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "PAUL AVE & CARR ST", "tippecanoe:retain_points_multiplier_sequence": 2653 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Gilman Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1127 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Gilman Ave", "tippecanoe:retain_points_multiplier_sequence": 2913 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2788 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1051 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 1050 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 1129 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2455 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2454 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1049 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Muni Metro East/Not a public stop", "tippecanoe:retain_points_multiplier_sequence": 2795 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750087 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 2769 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 2758 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_sequence": 2751 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 2768 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & ARTHUR AVE", "tippecanoe:retain_points_multiplier_sequence": 2665 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Evans Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1613 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1615 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1614 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Cargo Way & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 869 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Cargo Way", "tippecanoe:retain_points_multiplier_sequence": 2848 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Cargo Way", "tippecanoe:retain_points_multiplier_sequence": 1612 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "MENDELL ST/Opposite US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 1617 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "MENDELL ST/US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 1616 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 2601 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 1005 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1306 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1307 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1016 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1003 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 1434 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1002 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point & Acacia", "tippecanoe:retain_points_multiplier_sequence": 2873 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1609 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Middle Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1004 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1608 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1851 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1435 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1436 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1597 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1598 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1600 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Cashmere St", "tippecanoe:retain_points_multiplier_sequence": 1303 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & Hudson Ave", "tippecanoe:retain_points_multiplier_sequence": 621 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ardath Ct", "tippecanoe:retain_points_multiplier_sequence": 1302 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1599 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2083 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 1349 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1850 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1611 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 1607 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 1348 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 1309 }, "geometry": { "type": "Point", "coordinates": [ -122.382202, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 1308 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Harbor Rd", "tippecanoe:retain_points_multiplier_sequence": 1346 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Harbor Rd", "tippecanoe:retain_points_multiplier_sequence": 1347 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1304 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1305 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1610 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "MIDDLE POINT RD & HARE ST", "tippecanoe:retain_points_multiplier_sequence": 2663 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Middle Point Rd E", "tippecanoe:retain_points_multiplier_sequence": 1345 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1781 }, "geometry": { "type": "Point", "coordinates": [ -122.378769, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 1343 }, "geometry": { "type": "Point", "coordinates": [ -122.377396, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 1344 }, "geometry": { "type": "Point", "coordinates": [ -122.377396, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Osceola Dr", "tippecanoe:retain_points_multiplier_sequence": 1462 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1461 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1350 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1342 }, "geometry": { "type": "Point", "coordinates": [ -122.376022, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1341 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 1340 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Kirkwood Ave & Dormitory Rd", "tippecanoe:retain_points_multiplier_sequence": 1161 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Dormitory Rd", "tippecanoe:retain_points_multiplier_sequence": 1780 }, "geometry": { "type": "Point", "coordinates": [ -122.374649, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 1339 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 1338 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 1337 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Earl St & Kirkwood Ave", "tippecanoe:retain_points_multiplier_sequence": 944 }, "geometry": { "type": "Point", "coordinates": [ -122.373276, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2644 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 2224 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 2044 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 2043 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 1698 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 2641 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 1361 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 1362 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 1359 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 1360 }, "geometry": { "type": "Point", "coordinates": [ -122.496185, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Bucareli Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1224 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 1165 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 1166 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_sequence": 2920 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Bucareli Dr", "tippecanoe:retain_points_multiplier_sequence": 1388 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Grijalva Dr", "tippecanoe:retain_points_multiplier_sequence": 1225 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood way & Grace community Church NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 2928 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Grace SE-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 2923 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautista Cir", "tippecanoe:retain_points_multiplier_sequence": 1085 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 2602 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1163 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 1162 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_sequence": 710 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_sequence": 709 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Cambon Dr", "tippecanoe:retain_points_multiplier_sequence": 1084 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 711 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Cambon Dr", "tippecanoe:retain_points_multiplier_sequence": 1083 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Chumasero Dr", "tippecanoe:retain_points_multiplier_sequence": 1082 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1365 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 2040 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Church Access Rd SW-NS-SB", "tippecanoe:retain_points_multiplier_sequence": 2924 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way NW-FS/sb", "tippecanoe:retain_points_multiplier_sequence": 2921 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way SE-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 2925 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 652 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 2931 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 650 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_sequence": 1402 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 651 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Palmetto Av", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1369 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2646 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2643 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 2037 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 486 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 488 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2231 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City BART West Station Rd.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2837 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 2038 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 2039 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Orizaba Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 1825 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 490 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 2134 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 489 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "274 Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 2132 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 2133 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Crystal St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 1910 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 1909 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Thrift St", "tippecanoe:retain_points_multiplier_sequence": 1922 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Thrift St", "tippecanoe:retain_points_multiplier_sequence": 1921 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Montana St", "tippecanoe:retain_points_multiplier_sequence": 1916 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Montana St", "tippecanoe:retain_points_multiplier_sequence": 1915 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_sequence": 1913 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_sequence": 1914 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lobos St", "tippecanoe:retain_points_multiplier_sequence": 1911 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1920 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Plymouth Ave", "tippecanoe:retain_points_multiplier_sequence": 2135 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 1919 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Sickles Ave", "tippecanoe:retain_points_multiplier_sequence": 2105 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2164 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2165 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 2615 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1689 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 2854 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1690 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & GoeThe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1672 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Evergreen St", "tippecanoe:retain_points_multiplier_sequence": 1664 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 2093 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 2624 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 2094 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2626 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2091 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2092 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2627 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 2086 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1682 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Allison St", "tippecanoe:retain_points_multiplier_sequence": 1658 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 1680 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 1679 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Morse St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 2885 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Guttenberg St", "tippecanoe:retain_points_multiplier_sequence": 1673 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Foote Ave", "tippecanoe:retain_points_multiplier_sequence": 1667 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_sequence": 1691 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Acton St", "tippecanoe:retain_points_multiplier_sequence": 1657 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lawrence Ave", "tippecanoe:retain_points_multiplier_sequence": 1678 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1670 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1671 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1203 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Amazon Ave", "tippecanoe:retain_points_multiplier_sequence": 1659 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2865 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "GENEVA AVE & MISSION ST", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "London St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1460 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 1209 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 1208 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 1202 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1591 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 1206 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Amazon Ave", "tippecanoe:retain_points_multiplier_sequence": 1589 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1593 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 1590 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1738 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 1595 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 1594 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1592 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 1207 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Cordova Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1981 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 1205 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1737 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Munich St", "tippecanoe:retain_points_multiplier_sequence": 1204 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Munich St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1697 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 1210 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Prague St", "tippecanoe:retain_points_multiplier_sequence": 2220 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 2222 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 2221 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 748 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2219 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & South Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 640 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1136 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1135 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1137 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1138 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 2693 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1873 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1872 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1139 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1143 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 2275 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 2276 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "1900 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2271 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "1901 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2272 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1144 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 2719 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 2722 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cielito Dr", "tippecanoe:retain_points_multiplier_sequence": 1151 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cielito Dr E", "tippecanoe:retain_points_multiplier_sequence": 1150 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Blythdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2143 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 2278 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Hahn St", "tippecanoe:retain_points_multiplier_sequence": 2462 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2570 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 1240 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 1239 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 1238 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2280 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1504 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1505 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2741 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2466 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sawyer St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2739 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2465 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 2461 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2279 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 2273 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 2274 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 2460 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 2467 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1214 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2144 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 1213 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 1145 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 1146 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_sequence": 2635 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_sequence": 1211 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.706640 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_sequence": 2163 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Macdonald Ave", "tippecanoe:retain_points_multiplier_sequence": 2162 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2161 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.706640 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2522 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Tioga Ave", "tippecanoe:retain_points_multiplier_sequence": 934 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Delta St", "tippecanoe:retain_points_multiplier_sequence": 2588 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2589 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2636 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2593 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2592 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "356 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2520 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 2580 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 2581 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2082 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2582 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2583 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2464 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2463 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2584 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2579 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2578 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Arleta Ave & Alpha St", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Alpha St", "tippecanoe:retain_points_multiplier_sequence": 2042 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2526 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 2525 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 2523 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 2524 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2154 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2155 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 2521 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 2591 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2145 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2146 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 526 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "SAN BRUNO AVE & BAYSHORE BLVD", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2655 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2147 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd/Arleta/Blanken", "tippecanoe:retain_points_multiplier_sequence": 2782 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd/Arleta/Blanken", "tippecanoe:retain_points_multiplier_sequence": 2745 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd/Arleta/Blanken", "tippecanoe:retain_points_multiplier_sequence": 2780 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 2740 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 529 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Leland Ave@Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 2738 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Leland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 535 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 541 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Hester Ave", "tippecanoe:retain_points_multiplier_sequence": 534 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 540 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 2563 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 2561 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 2562 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2277 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 2281 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2560 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 2559 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 2558 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 1015 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Thomas Mellon Dr", "tippecanoe:retain_points_multiplier_sequence": 2888 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 1352 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1351 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1128 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_sequence": 1014 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_sequence": 1904 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Giants Dr", "tippecanoe:retain_points_multiplier_sequence": 2744 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.712072 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2546 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1755 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1757 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 2549 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1758 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1756 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 2680 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 2547 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 2660 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 2551 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Outbd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2552 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtn", "tippecanoe:retain_points_multiplier_sequence": 1754 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Church Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 2553 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Church Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1753 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Powell Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 2550 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Powell Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1554 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784283 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 7, "x": 59, "y": 49 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.240143, 37.820090 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 40, "y": 99 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 775 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Wawona/46th Ave /SF Zoo", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 794 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Great Hwy & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 700 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "SLOAT BLVD & 47TH AVE", "tippecanoe:retain_points_multiplier_sequence": 864 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 698 }, "geometry": { "type": "Point", "coordinates": [ -122.503395, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 699 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 696 }, "geometry": { "type": "Point", "coordinates": [ -122.501335, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 697 }, "geometry": { "type": "Point", "coordinates": [ -122.500648, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 694 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 695 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Amory Rd", "tippecanoe:retain_points_multiplier_sequence": 904 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Armory Rd & Herbst Rd", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Zoo Rd", "tippecanoe:retain_points_multiplier_sequence": 680 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 681 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 682 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 727 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Vicente St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 728 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 729 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 730 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 731 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 774 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 693 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 707 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Yorba St", "tippecanoe:retain_points_multiplier_sequence": 732 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 690 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 37th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 692 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 691 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 726 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 724 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 725 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 722 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 723 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 689 }, "geometry": { "type": "Point", "coordinates": [ -122.491722, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Everglade Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 704 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Constanso Way", "tippecanoe:retain_points_multiplier_sequence": 701 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & El Mirasol Pl", "tippecanoe:retain_points_multiplier_sequence": 703 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Sylvan Dr", "tippecanoe:retain_points_multiplier_sequence": 708 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 709 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Forest View Dr", "tippecanoe:retain_points_multiplier_sequence": 705 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Paraiso Pl", "tippecanoe:retain_points_multiplier_sequence": 706 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 26th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 688 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Crestlake Dr", "tippecanoe:retain_points_multiplier_sequence": 702 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 687 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 685 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 686 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 928 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 800 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 865 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 870 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 801 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_sequence": 929 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_sequence": 927 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Pinto Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Acevedo Ave .", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr NS/W/SB", "tippecanoe:retain_points_multiplier_sequence": 920 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "281 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "280 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "170 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "91 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 790 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 789 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 792 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 793 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 776 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Ave & Claremont Ave", "tippecanoe:retain_points_multiplier_sequence": 849 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Clarendon Ave", "tippecanoe:retain_points_multiplier_sequence": 577 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Lorenzo Ave", "tippecanoe:retain_points_multiplier_sequence": 583 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 582 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "126 Miraloma Dr", "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "MYRA WAY & DALEWOOD", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 684 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 683 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 902 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 600 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "West Potral & Sola Blvd NW-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 925 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 710 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 601 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 791 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "WEST PORTAL AVE & SLOAT BLVD", "tippecanoe:retain_points_multiplier_sequence": 863 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 844 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 845 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 599 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 501 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_sequence": 720 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Ana Ave", "tippecanoe:retain_points_multiplier_sequence": 718 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Ana Ave", "tippecanoe:retain_points_multiplier_sequence": 719 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Clara Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 717 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Santa Clara Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 650 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 513 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 512 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 841 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 492 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 896 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 897 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_sequence": 866 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Denslowe Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Cardenas Ave & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Banbury Dr", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Beverly St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Beverly St & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 496 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Westgate Dr", "tippecanoe:retain_points_multiplier_sequence": 514 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St&Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 879 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Vernon St", "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St&Vernon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 880 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_sequence": 861 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Aleso Ave", "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Jacinto Way", "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Yerba Buena Ave", "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Ravenwood Dr", "tippecanoe:retain_points_multiplier_sequence": 816 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 815 }, "geometry": { "type": "Point", "coordinates": [ -122.459450, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 814 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Northgate Dr", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & El Verano Way", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Saint Elmo WayE", "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 813 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Saint Elmo Way", "tippecanoe:retain_points_multiplier_sequence": 817 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 569 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 568 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Faxon Ave", "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 573 }, "geometry": { "type": "Point", "coordinates": [ -122.457390, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 842 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 502 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Dorado Ter", "tippecanoe:retain_points_multiplier_sequence": 497 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Ashton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & JULES AVE", "tippecanoe:retain_points_multiplier_sequence": 860 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Faxon Ave", "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_sequence": 505 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 574 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 503 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & Capitol AVE", "tippecanoe:retain_points_multiplier_sequence": 859 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Granada Ave", "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & PLYMOUTH AVE", "tippecanoe:retain_points_multiplier_sequence": 858 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 564 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 565 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 563 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Brighton Ave", "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Lee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Molimo Dr", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Molimo Dr", "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Reposa Way & Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 602 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_sequence": 757 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & El Sereno Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 754 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & El Sereno Ct", "tippecanoe:retain_points_multiplier_sequence": 753 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Bella Vista Way", "tippecanoe:retain_points_multiplier_sequence": 752 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Marietta Dr", "tippecanoe:retain_points_multiplier_sequence": 759 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "636 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 750 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_sequence": 517 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 516 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St (south)/Diamond Hts", "tippecanoe:retain_points_multiplier_sequence": 873 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Berkeley Way", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Farnum St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Digby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Farnum St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "164 Addison St", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "33 Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 756 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster Street & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 900 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Gennessee St & Flood Ave", "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 550 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_sequence": 549 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "Judson Ave & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Judson Ave & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Flood Ave", "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 755 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 751 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 761 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Melrose Ave", "tippecanoe:retain_points_multiplier_sequence": 758 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 760 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_sequence": 553 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_sequence": 554 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (South Entrance)", "tippecanoe:retain_points_multiplier_sequence": 548 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Harold Ave", "tippecanoe:retain_points_multiplier_sequence": 498 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN LOOP", "tippecanoe:retain_points_multiplier_sequence": 552 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN LOOP", "tippecanoe:retain_points_multiplier_sequence": 551 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Phelan Ave", "tippecanoe:retain_points_multiplier_sequence": 509 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 494 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 495 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 499 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Howth St & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Louisburg St", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Howth St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 500 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Niagra Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 926 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 510 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 617 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa Park BART/Mezzanine level", "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 614 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park Bart Station", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 615 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Green Yard-San Jose & Ocean", "tippecanoe:retain_points_multiplier_sequence": 910 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 511 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 862 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 833 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 834 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Nantucket Ave", "tippecanoe:retain_points_multiplier_sequence": 616 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Baden St", "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Chenery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Natick St", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Bosworth St", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 657 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_sequence": 612 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Ynez Ave", "tippecanoe:retain_points_multiplier_sequence": 622 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & San Juan Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 620 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 506 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 507 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 493 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 838 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 508 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 543 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Norton St", "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & BRAZIL AVE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 504 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & OCEAN AVENUE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Francis St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Ruth St", "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 547 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 546 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 542 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Bemis St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Bemis St & Addison St", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Mateo St", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Randall St & Whitney St", "tippecanoe:retain_points_multiplier_sequence": 589 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney St & Fairmount Street", "tippecanoe:retain_points_multiplier_sequence": 810 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Miguel St", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Fairmount St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "San jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 914 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 619 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 915 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 618 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Appleton Ave", "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 596 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM ST & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 868 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prentiss St", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Nevada St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 488 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bradford St", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Rotteck St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Still St & Lyell St", "tippecanoe:retain_points_multiplier_sequence": 721 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Milton St", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Marsily St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "4080 Mission St", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Lyell St & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Rousseau St & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 598 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Trumbull St", "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Trumbull St", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 673 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 766 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 670 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Craut St", "tippecanoe:retain_points_multiplier_sequence": 664 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Murray St", "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Richland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & College Ave", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Leese St", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Agnon Ave", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 663 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Stoneybrook Ave", "tippecanoe:retain_points_multiplier_sequence": 767 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 668 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 667 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 545 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 539 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 544 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Excelsior Ave", "tippecanoe:retain_points_multiplier_sequence": 480 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Munich St", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 484 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 579 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Madison St", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 872 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "DUBLIN ST & BRAZIL AVE", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 597 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Arnold Ave", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Roscoe St", "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Porter St", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd/St Mary's Park bridge", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "989 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 595 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Anderson St", "tippecanoe:retain_points_multiplier_sequence": 909 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "945 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "909 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "831 Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 826 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Gates St", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 660 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 661 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 674 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 908 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Flosom St", "tippecanoe:retain_points_multiplier_sequence": 905 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "346 Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Putnam St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 666 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 665 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & University St", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Felton St", "tippecanoe:retain_points_multiplier_sequence": 771 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Boylston St", "tippecanoe:retain_points_multiplier_sequence": 659 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Holyoke St", "tippecanoe:retain_points_multiplier_sequence": 669 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 770 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 768 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 769 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 773 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 805 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 807 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Woolsey St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 772 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & University St", "tippecanoe:retain_points_multiplier_sequence": 809 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 806 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & University St", "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 877 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Marengo St", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Elmira St", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Revere Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Industrial St", "tippecanoe:retain_points_multiplier_sequence": 520 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 676 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 532 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 531 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 675 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 530 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 529 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 528 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Oakdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 560 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 558 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 559 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 889 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 890 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Hudson/Innes", "tippecanoe:retain_points_multiplier_sequence": 891 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Boutwell St", "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Augusta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 677 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Charter Oak Ave", "tippecanoe:retain_points_multiplier_sequence": 662 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 642 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Merrill St", "tippecanoe:retain_points_multiplier_sequence": 672 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Merrill St", "tippecanoe:retain_points_multiplier_sequence": 671 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Felton St", "tippecanoe:retain_points_multiplier_sequence": 638 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Burrows St & Girard St M.L. King School", "tippecanoe:retain_points_multiplier_sequence": 931 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Girard St", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Augusta St", "tippecanoe:retain_points_multiplier_sequence": 658 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave&Santa Fe Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 874 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 679 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 678 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 635 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 636 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Donner Ave", "tippecanoe:retain_points_multiplier_sequence": 556 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 557 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Vesta St & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 781 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 555 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Bowdoin St", "tippecanoe:retain_points_multiplier_sequence": 803 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Bowdoin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 804 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 808 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 649 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 648 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Dwight St", "tippecanoe:retain_points_multiplier_sequence": 637 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 640 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 641 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Bayshore St & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 918 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 533 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Wheat St", "tippecanoe:retain_points_multiplier_sequence": 538 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Crane St", "tippecanoe:retain_points_multiplier_sequence": 535 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Mansell St", "tippecanoe:retain_points_multiplier_sequence": 639 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Salinas Ave & Bayshore St", "tippecanoe:retain_points_multiplier_sequence": 917 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 644 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 645 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Bridge View Dr", "tippecanoe:retain_points_multiplier_sequence": 762 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Venus St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 765 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 763 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 764 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 593 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 594 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave&Newhall St", "tippecanoe:retain_points_multiplier_sequence": 916 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 892 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Bayview St", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 827 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Lane St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 527 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 609 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Lane St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 888 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 802 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 780 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 779 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 536 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Armstrong Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 895 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 876 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Fitzgerald Ave", "tippecanoe:retain_points_multiplier_sequence": 878 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 537 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Salinas Ave & Gould St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 919 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Carr St", "tippecanoe:retain_points_multiplier_sequence": 534 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Salinas Ave", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 893 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Key St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "PAUL AVE & CARR ST", "tippecanoe:retain_points_multiplier_sequence": 853 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 778 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 777 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Hawes St & Gilman Ave", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Mendell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.385979, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "EVANS AVE/US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "EVANS AVE/Opposite US Post Office", "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.383919, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.381859, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.381172, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point & Acacia", "tippecanoe:retain_points_multiplier_sequence": 911 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Middle Point Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 525 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 526 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.385979, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Cashmere St", "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ardath Ct", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney Young Cir & Progress St", "tippecanoe:retain_points_multiplier_sequence": 811 }, "geometry": { "type": "Point", "coordinates": [ -122.383232, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney Young Cir & Progress St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 812 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 608 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 524 }, "geometry": { "type": "Point", "coordinates": [ -122.385292, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 523 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 607 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 522 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 491 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 606 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 521 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.381859, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Harbor Rd", "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.379799, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.379799, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "MIDDLE POINT RD & HARE ST", "tippecanoe:retain_points_multiplier_sequence": 856 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Middle Point Rd E", "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 487 }, "geometry": { "type": "Point", "coordinates": [ -122.378769, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Osceola Dr", "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Beatrice Ln", "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Baldwin Ct", "tippecanoe:retain_points_multiplier_sequence": 489 }, "geometry": { "type": "Point", "coordinates": [ -122.381172, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 519 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 518 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Kiska Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Harbor Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 486 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Kiska Rd & Reardon Rd", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 490 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.375679, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Kirkwood Ave & Dormitory Rd", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Dormitory Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 485 }, "geometry": { "type": "Point", "coordinates": [ -122.374306, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.373619, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.372246, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Earl St & Kirkwood Ave", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.372932, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Donahue St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 851 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 714 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 592 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 591 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 848 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "515 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Garces Dr", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Bucareli Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_sequence": 921 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Bucareli Dr", "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Grijalva Dr", "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood way & Grace community Church NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 924 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautista Cir", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 839 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "FONT BLVD & GONZALEZ DR", "tippecanoe:retain_points_multiplier_sequence": 869 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Josepha Ave", "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Cambon Dr", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Chumasero Dr", "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 818 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 588 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way NW-FS/sb", "tippecanoe:retain_points_multiplier_sequence": 922 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way SE-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 923 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA BLVD/S.F. Golf Club", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 852 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 850 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 584 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 715 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 585 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Arch ST", "tippecanoe:retain_points_multiplier_sequence": 930 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Arch St & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Belle Ave", "tippecanoe:retain_points_multiplier_sequence": 716 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City Bart Station", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.705825 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City BART West Station Rd.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 903 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.706912 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 586 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 587 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Orizaba Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 515 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 626 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "274 Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 623 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 625 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Crystal St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 566 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Thrift St", "tippecanoe:retain_points_multiplier_sequence": 576 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Montana St", "tippecanoe:retain_points_multiplier_sequence": 572 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 570 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_sequence": 571 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lobos St", "tippecanoe:retain_points_multiplier_sequence": 567 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 624 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 562 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "PLYMOUTH AVE & BROAD ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 867 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 575 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Sickles Ave", "tippecanoe:retain_points_multiplier_sequence": 621 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 656 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 840 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.705825 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 906 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy", "tippecanoe:retain_points_multiplier_sequence": 901 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.706640 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy St", "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.706912 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & GoeThe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.707455 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Evergreen St", "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.707455 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 613 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 846 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 610 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 611 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 843 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Morse St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 912 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Guttenberg St", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Foote Ave", "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Acton St", "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lawrence Ave", "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Oliver St", "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 907 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "London St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.715603 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Athens St", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brunswick St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Curtis St & Prague St", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Amazon Ave", "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 483 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Drake St", "tippecanoe:retain_points_multiplier_sequence": 578 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Munich St & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 482 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Munich St", "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Munich St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Prague St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 713 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 712 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Naylor St", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 481 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Russia Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 603 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 580 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 581 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 711 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 871 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 541 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 540 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 740 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 741 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "1900 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 735 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "1901 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 736 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 875 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cielito Dr", "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Esquina Dr", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "1800 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 734 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "1725 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 733 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 855 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 743 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 630 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Brookdale Ave", "tippecanoe:retain_points_multiplier_sequence": 628 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Blythdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 627 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 744 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Hahn St", "tippecanoe:retain_points_multiplier_sequence": 786 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 746 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Valley Middle School", "tippecanoe:retain_points_multiplier_sequence": 836 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 885 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 887 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 787 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sawyer St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 886 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 783 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 745 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 738 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 739 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 782 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 788 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 747 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_sequence": 629 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707998 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_sequence": 847 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 655 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.707998 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Macdonald Ave", "tippecanoe:retain_points_multiplier_sequence": 653 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 652 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Street & Schwerin Street", "tippecanoe:retain_points_multiplier_sequence": 899 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 651 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_sequence": 654 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 825 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Tioga Ave", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 835 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 837 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "356 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 795 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 829 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 830 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 884 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 883 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Leland Ave", "tippecanoe:retain_points_multiplier_sequence": 831 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Leland Ave", "tippecanoe:retain_points_multiplier_sequence": 604 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Cora St", "tippecanoe:retain_points_multiplier_sequence": 785 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Cora St", "tippecanoe:retain_points_multiplier_sequence": 737 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 605 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 832 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 828 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Arleta Ave & Alpha St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Alpha St", "tippecanoe:retain_points_multiplier_sequence": 590 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Leland Ave@Alpha St", "tippecanoe:retain_points_multiplier_sequence": 881 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 784 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "367 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 796 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 799 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 798 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 646 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 647 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 797 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 631 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "3801 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 632 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 643 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "3947 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 633 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "SAN BRUNO AVE & SOMERSET ST", "tippecanoe:retain_points_multiplier_sequence": 857 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 634 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Leland Ave@Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 882 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Hester Ave", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 824 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 823 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 742 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 749 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 748 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 894 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 898 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE & BAYSHORE BLVD", "tippecanoe:retain_points_multiplier_sequence": 854 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_sequence": 822 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 821 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 820 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 819 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Thomas Mellon Dr", "tippecanoe:retain_points_multiplier_sequence": 913 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & LANSDALE AVE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_sequence": 561 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.712072 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 40, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1192 }, "geometry": { "type": "Point", "coordinates": [ -122.538757, 37.832294 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 1913 }, "geometry": { "type": "Point", "coordinates": [ -122.536354, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 1911 }, "geometry": { "type": "Point", "coordinates": [ -122.532234, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 1912 }, "geometry": { "type": "Point", "coordinates": [ -122.530861, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 570 }, "geometry": { "type": "Point", "coordinates": [ -122.527084, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 571 }, "geometry": { "type": "Point", "coordinates": [ -122.527084, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 1107 }, "geometry": { "type": "Point", "coordinates": [ -122.523308, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1106 }, "geometry": { "type": "Point", "coordinates": [ -122.527771, 37.829040 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 2924 }, "geometry": { "type": "Point", "coordinates": [ -122.530174, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_sequence": 1105 }, "geometry": { "type": "Point", "coordinates": [ -122.524338, 37.830395 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd & Bodsworth Rd", "tippecanoe:retain_points_multiplier_sequence": 3077 }, "geometry": { "type": "Point", "coordinates": [ -122.524338, 37.830395 ] } } +, +{ "type": "Feature", "properties": { "name": "Bunker Rd & Field Rd", "tippecanoe:retain_points_multiplier_sequence": 569 }, "geometry": { "type": "Point", "coordinates": [ -122.523308, 37.831480 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd & Light House", "tippecanoe:retain_points_multiplier_sequence": 3076 }, "geometry": { "type": "Point", "coordinates": [ -122.529488, 37.821718 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Stables", "tippecanoe:retain_points_multiplier_sequence": 573 }, "geometry": { "type": "Point", "coordinates": [ -122.515411, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Rifle Range", "tippecanoe:retain_points_multiplier_sequence": 572 }, "geometry": { "type": "Point", "coordinates": [ -122.508888, 37.833107 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 1752 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.836090 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1751 }, "geometry": { "type": "Point", "coordinates": [ -122.502022, 37.836361 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 1753 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.833921 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 1754 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.833649 ] } } +, +{ "type": "Feature", "properties": { "name": "US101 Offramp/Sausalito Lateral Rd", "tippecanoe:retain_points_multiplier_sequence": 1989 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.835819 ] } } +, +{ "type": "Feature", "properties": { "name": "Alexander Dr & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 3054 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.833107 ] } } +, +{ "type": "Feature", "properties": { "name": "Conzelman Rd/GGNRA entrance sign", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 779 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.832836 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_sequence": 777 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.829582 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_sequence": 778 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Br Tunnel/Merchant Rd", "tippecanoe:retain_points_multiplier_sequence": 1227 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Merchant St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1691 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Bowley St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 493 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Bowley Ave", "tippecanoe:retain_points_multiplier_sequence": 492 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Stillwell Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2867 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Pershing Dr", "tippecanoe:retain_points_multiplier_sequence": 1582 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Bridge/Parking Lot", "tippecanoe:retain_points_multiplier_sequence": 1225 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "GOLDEN GATE BRIDGE/TOLL PLAZA", "tippecanoe:retain_points_multiplier_sequence": 1228 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Br Tunnel/Merchant Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1226 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "957 Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1580 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "957 Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1581 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Cowles St", "tippecanoe:retain_points_multiplier_sequence": 1579 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B650", "tippecanoe:retain_points_multiplier_sequence": 1662 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B650", "tippecanoe:retain_points_multiplier_sequence": 1661 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Cowles St", "tippecanoe:retain_points_multiplier_sequence": 1688 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Cowles St", "tippecanoe:retain_points_multiplier_sequence": 1689 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Storey Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1583 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1690 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_sequence": 1660 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_sequence": 1915 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St & Moraga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1916 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Graham St", "tippecanoe:retain_points_multiplier_sequence": 1857 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 1665 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/PX", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1663 }, "geometry": { "type": "Point", "coordinates": [ -122.456703, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Anza St", "tippecanoe:retain_points_multiplier_sequence": 1578 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Graham St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 2992 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/PX", "tippecanoe:retain_points_multiplier_sequence": 1664 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 1415 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Transit Center", "tippecanoe:retain_points_multiplier_sequence": 2990 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Transit Center NS-??/BZ", "tippecanoe:retain_points_multiplier_sequence": 3115 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "220 Halleck St", "tippecanoe:retain_points_multiplier_sequence": 1413 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_sequence": 1914 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Graham St & Moraga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2993 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Moraga Ave & Graham St", "tippecanoe:retain_points_multiplier_sequence": 1858 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 1414 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2994 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Girard Rd", "tippecanoe:retain_points_multiplier_sequence": 2840 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 2181 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Funston Ave & Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 857 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Barnard Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2180 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio YMCA Center N-MB/SB", "tippecanoe:retain_points_multiplier_sequence": 3116 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Letterman Dr", "tippecanoe:retain_points_multiplier_sequence": 2182 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN DR/Tides Bldg", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1600 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN HOSPITAL", "tippecanoe:retain_points_multiplier_sequence": 1302 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1520 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.804630 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 974 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.802460 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & North Point St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 993 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1726 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 3041 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Richardson Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2241 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Richardson Ave & Francisco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2242 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 1591 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Lyon St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1634 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Baker St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 655 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Francisco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 984 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 978 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1585 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1584 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Sumner Ave", "tippecanoe:retain_points_multiplier_sequence": 2184 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Simonds Loop", "tippecanoe:retain_points_multiplier_sequence": 2183 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2645 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 2644 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2175 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1511 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2176 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2172 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2173 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 2328 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1500 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Scott St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2372 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 1123 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 669 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 668 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 666 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 667 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1592 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1593 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Mallorca Way", "tippecanoe:retain_points_multiplier_sequence": 663 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & STEINER ST", "tippecanoe:retain_points_multiplier_sequence": 2918 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1110 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & North Point St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1125 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Cervantes Blvd", "tippecanoe:retain_points_multiplier_sequence": 1113 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY St & GREENWICH St", "tippecanoe:retain_points_multiplier_sequence": 3080 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.802460 ] } } +, +{ "type": "Feature", "properties": { "name": "BAY St & WEBSTER St", "tippecanoe:retain_points_multiplier_sequence": 3051 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Fort Mason access road/Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 562 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 561 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Buchanan St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 560 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "FORT MASON/Bus isl nr guard gate", "tippecanoe:retain_points_multiplier_sequence": 2974 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 657 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 656 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1112 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1111 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1586 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 3146 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 670 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2460 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Union St", "tippecanoe:retain_points_multiplier_sequence": 1134 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2650 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2646 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2854 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2648 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2649 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2664 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2461 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1502 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 990 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 979 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 606 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & California St", "tippecanoe:retain_points_multiplier_sequence": 976 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1512 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 623 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Green St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1330 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 2462 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1108 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1109 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1121 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1515 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 3033 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1513 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2463 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1122 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2765 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 624 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2459 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & California St", "tippecanoe:retain_points_multiplier_sequence": 2458 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 630 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 2777 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2312 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sacramento St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1130 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2313 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 609 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 610 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 2334 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2333 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_sequence": 2204 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "902 Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 2185 }, "geometry": { "type": "Point", "coordinates": [ -122.513008, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & Merrie Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2205 }, "geometry": { "type": "Point", "coordinates": [ -122.511978, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 1276 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 647 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 646 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 2909 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 849 }, "geometry": { "type": "Point", "coordinates": [ -122.510605, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1277 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 850 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 2203 }, "geometry": { "type": "Point", "coordinates": [ -122.508545, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2201 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2202 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "V.A. Hospital", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1764 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 3002 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2200 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2187 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "43rd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "43rd Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2186 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_sequence": 1301 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_sequence": 1300 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "42nd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 888 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 886 }, "geometry": { "type": "Point", "coordinates": [ -122.500648, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 890 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 645 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 644 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 843 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 844 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 842 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 889 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.500648, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 887 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 3087 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 840 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 841 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 839 }, "geometry": { "type": "Point", "coordinates": [ -122.497902, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 1229 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_sequence": 1230 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 1631 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & La Playa St", "tippecanoe:retain_points_multiplier_sequence": 1632 }, "geometry": { "type": "Point", "coordinates": [ -122.509575, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah/La Playa/Ocean Beach", "tippecanoe:retain_points_multiplier_sequence": 2916 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 1628 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1550 }, "geometry": { "type": "Point", "coordinates": [ -122.508545, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1551 }, "geometry": { "type": "Point", "coordinates": [ -122.508202, 37.760130 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 1549 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1548 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 2875 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 885 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Legion Of Honor Dr & Clement St", "tippecanoe:retain_points_multiplier_sequence": 1577 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 884 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 595 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 740 }, "geometry": { "type": "Point", "coordinates": [ -122.491379, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 597 }, "geometry": { "type": "Point", "coordinates": [ -122.490349, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 598 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 739 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 32nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 883 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 3143 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 882 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 881 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 596 }, "geometry": { "type": "Point", "coordinates": [ -122.488289, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 29th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 738 }, "geometry": { "type": "Point", "coordinates": [ -122.488976, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 737 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 880 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 879 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.497215, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Anza St&32 AVE", "tippecanoe:retain_points_multiplier_sequence": 3107 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 35th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 838 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 837 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 835 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 836 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "32ND AVE & ANZA St", "tippecanoe:retain_points_multiplier_sequence": 3144 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.492065, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.490005, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "FULTON ST & 31ST AVE", "tippecanoe:retain_points_multiplier_sequence": 2928 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton S t& 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3086 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1213 }, "geometry": { "type": "Point", "coordinates": [ -122.488976, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton S t& 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 3085 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 1212 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 594 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 593 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 592 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 735 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 736 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 734 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 22nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 733 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 732 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 878 }, "geometry": { "type": "Point", "coordinates": [ -122.482796, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 877 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 591 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 730 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 20th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 731 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 876 }, "geometry": { "type": "Point", "coordinates": [ -122.479362, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 18th Ave", "tippecanoe:retain_points_multiplier_sequence": 729 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 728 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 874 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 875 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Anza St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1210 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Fulton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Cross Over Dr & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 2810 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1211 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1208 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.477989, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1209 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 1206 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 1207 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 18th Ave", "tippecanoe:retain_points_multiplier_sequence": 1204 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 18th Ave", "tippecanoe:retain_points_multiplier_sequence": 1205 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Park Presidio", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3082 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "37th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "36th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Irving St", "tippecanoe:retain_points_multiplier_sequence": 2486 }, "geometry": { "type": "Point", "coordinates": [ -122.495842, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 35th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1627 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1625 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1626 }, "geometry": { "type": "Point", "coordinates": [ -122.491722, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 1624 }, "geometry": { "type": "Point", "coordinates": [ -122.490349, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1623 }, "geometry": { "type": "Point", "coordinates": [ -122.488632, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 29th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1622 }, "geometry": { "type": "Point", "coordinates": [ -122.488289, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Judah St", "tippecanoe:retain_points_multiplier_sequence": 2487 }, "geometry": { "type": "Point", "coordinates": [ -122.495842, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 1554 }, "geometry": { "type": "Point", "coordinates": [ -122.495842, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 2488 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1547 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 2866 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 2491 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 2492 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 1936 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Moraga St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2493 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 2494 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 1935 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 2865 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1546 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1934 }, "geometry": { "type": "Point", "coordinates": [ -122.491722, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1933 }, "geometry": { "type": "Point", "coordinates": [ -122.490349, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 1932 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1931 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 1930 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1620 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 1621 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1618 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1619 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1616 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1617 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 1614 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 1615 }, "geometry": { "type": "Point", "coordinates": [ -122.479362, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1612 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 19th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1613 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2864 }, "geometry": { "type": "Point", "coordinates": [ -122.486572, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 1545 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 1929 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 1928 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 1927 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 1926 }, "geometry": { "type": "Point", "coordinates": [ -122.482796, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1544 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1543 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2863 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.760130 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1945 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.506485, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 1998 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 1944 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 1943 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 1942 }, "geometry": { "type": "Point", "coordinates": [ -122.503395, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 2228 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Lower Great Hwy & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 1231 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "Rivera St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 2289 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1941 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 1940 }, "geometry": { "type": "Point", "coordinates": [ -122.500992, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1939 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 1938 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 1937 }, "geometry": { "type": "Point", "coordinates": [ -122.497902, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2227 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2226 }, "geometry": { "type": "Point", "coordinates": [ -122.502022, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2225 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2224 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 2223 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 2572 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 2702 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Wawona/46th Ave /SF Zoo", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2778 }, "geometry": { "type": "Point", "coordinates": [ -122.504425, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2571 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 2570 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2569 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 42nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2568 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 2567 }, "geometry": { "type": "Point", "coordinates": [ -122.498245, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 2566 }, "geometry": { "type": "Point", "coordinates": [ -122.497902, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "Great Hwy & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 1232 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 2431 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "SLOAT BLVD & 47TH AVE", "tippecanoe:retain_points_multiplier_sequence": 2911 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 2429 }, "geometry": { "type": "Point", "coordinates": [ -122.503395, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 2430 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2427 }, "geometry": { "type": "Point", "coordinates": [ -122.501335, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2428 }, "geometry": { "type": "Point", "coordinates": [ -122.500648, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 2425 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2426 }, "geometry": { "type": "Point", "coordinates": [ -122.498932, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Amory Rd", "tippecanoe:retain_points_multiplier_sequence": 3049 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Armory Rd & Herbst Rd", "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Zoo Rd", "tippecanoe:retain_points_multiplier_sequence": 2411 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 1411 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 2412 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 2413 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1492 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 1493 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & Sunset Blvd", "tippecanoe:retain_points_multiplier_sequence": 1946 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 2495 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "37th AVE & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 3142 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2498 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 2499 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 2500 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.497215, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2502 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Rivera St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 2288 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 2501 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 2222 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 2220 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 35th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2221 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 2503 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2218 }, "geometry": { "type": "Point", "coordinates": [ -122.491035, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2219 }, "geometry": { "type": "Point", "coordinates": [ -122.491035, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 2217 }, "geometry": { "type": "Point", "coordinates": [ -122.488976, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 2216 }, "geometry": { "type": "Point", "coordinates": [ -122.486916, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2505 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 2506 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 2507 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 2565 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 35th Ave", "tippecanoe:retain_points_multiplier_sequence": 2564 }, "geometry": { "type": "Point", "coordinates": [ -122.492752, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 2508 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Vicente St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2509 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 2510 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 2511 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 2512 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2562 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2563 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2561 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2639 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.740585 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 2701 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2215 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 27th Ave", "tippecanoe:retain_points_multiplier_sequence": 2214 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2213 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 2212 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2211 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2210 }, "geometry": { "type": "Point", "coordinates": [ -122.476273, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.746557 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 2560 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2559 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 2558 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 2557 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2556 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2554 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 2555 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2553 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2424 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 2438 }, "geometry": { "type": "Point", "coordinates": [ -122.496872, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Yorba St", "tippecanoe:retain_points_multiplier_sequence": 2513 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 2421 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 37th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2423 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 2422 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2504 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2496 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2497 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 2489 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 2490 }, "geometry": { "type": "Point", "coordinates": [ -122.493782, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 2420 }, "geometry": { "type": "Point", "coordinates": [ -122.491722, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Everglade Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2435 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Constanso Way", "tippecanoe:retain_points_multiplier_sequence": 2432 }, "geometry": { "type": "Point", "coordinates": [ -122.489319, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & El Mirasol Pl", "tippecanoe:retain_points_multiplier_sequence": 2434 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Sylvan Dr", "tippecanoe:retain_points_multiplier_sequence": 2439 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 2440 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Forest View Dr", "tippecanoe:retain_points_multiplier_sequence": 2436 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Paraiso Pl", "tippecanoe:retain_points_multiplier_sequence": 2437 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 26th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2419 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 1273 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 1274 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Crestlake Dr", "tippecanoe:retain_points_multiplier_sequence": 2433 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 23rd Ave", "tippecanoe:retain_points_multiplier_sequence": 2418 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 2416 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 2417 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 3127 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 568 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 2791 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2912 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_sequence": 1275 }, "geometry": { "type": "Point", "coordinates": [ -122.484169, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 2927 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2792 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 1269 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_sequence": 3128 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_sequence": 3126 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_sequence": 1175 }, "geometry": { "type": "Point", "coordinates": [ -122.482452, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_sequence": 1174 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Pinto Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Acevedo Ave .", "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr NS/W/SB", "tippecanoe:retain_points_multiplier_sequence": 3118 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "281 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 567 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "280 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 566 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "170 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 565 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "91 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 564 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "90 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 563 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 1181 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 1180 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Serrano Dr", "tippecanoe:retain_points_multiplier_sequence": 1179 }, "geometry": { "type": "Point", "coordinates": [ -122.479706, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1517 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 832 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Cardenas Ave", "tippecanoe:retain_points_multiplier_sequence": 1238 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 590 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 625 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 626 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "CALIFORNIA ST & FUNSTON AVE", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 589 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 727 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 726 }, "geometry": { "type": "Point", "coordinates": [ -122.473869, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 725 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 723 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 724 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Avenue & Geary Boulevard", "tippecanoe:retain_points_multiplier_sequence": 3016 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 873 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 872 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 587 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 588 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 2832 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 585 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 586 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 721 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 722 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 870 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 2880 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 3053 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "7th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 720 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 871 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 2082 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Balboa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2083 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1202 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1203 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 853 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Presidio Blvd & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 2084 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 1200 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3026 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 1201 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 1198 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 1199 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 1196 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 1197 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Cornwall St & 5th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 783 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cornwall St", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 584 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 583 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 599 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Clement St", "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 718 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 719 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 869 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 2nd Ave", "tippecanoe:retain_points_multiplier_sequence": 717 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 3rd Ave", "tippecanoe:retain_points_multiplier_sequence": 868 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Cherry St", "tippecanoe:retain_points_multiplier_sequence": 2310 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Cherry St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 603 }, "geometry": { "type": "Point", "coordinates": [ -122.456703, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 600 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1010 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Jordan Ave", "tippecanoe:retain_points_multiplier_sequence": 1014 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Cherry St", "tippecanoe:retain_points_multiplier_sequence": 604 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Maple St", "tippecanoe:retain_points_multiplier_sequence": 619 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 1018 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 1020 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Clement St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 3145 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.781298 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1219 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.781298 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Commonwealth St", "tippecanoe:retain_points_multiplier_sequence": 894 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Cabrillo St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 643 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 1195 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Fulton", "tippecanoe:retain_points_multiplier_sequence": 2935 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 1193 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 1194 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Turk St", "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 2617 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 2635 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Stanyan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2636 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 845 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 846 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Stanyan StW", "tippecanoe:retain_points_multiplier_sequence": 856 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1404 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1405 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 2453 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2452 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 2454 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 1610 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 1611 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 1609 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1630 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1552 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "TEA GARDEN DR/DeYoung Museum", "tippecanoe:retain_points_multiplier_sequence": 1224 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "CONCOURSE DR/Academy of Sciences", "tippecanoe:retain_points_multiplier_sequence": 1223 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1607 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1608 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 1539 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1606 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "LINCOLN&9AV(NEW STOP)", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3012 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1604 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1537 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1538 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1542 }, "geometry": { "type": "Point", "coordinates": [ -122.473869, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Avenue at Lawton Street", "tippecanoe:retain_points_multiplier_sequence": 2922 }, "geometry": { "type": "Point", "coordinates": [ -122.473869, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 1541 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1553 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 1292 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Lomita Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1291 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.756330 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 1925 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Noriega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 1540 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 1289 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1290 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1288 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 1287 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & KIRKHAM ST", "tippecanoe:retain_points_multiplier_sequence": 2906 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.760130 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 2907 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1286 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1605 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1602 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1603 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1486 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1535 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1536 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 1534 }, "geometry": { "type": "Point", "coordinates": [ -122.462883, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 1533 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 1485 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 3rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1601 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 2041 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "513 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 3074 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1629 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & 2nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1484 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Irving St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1487 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 1183 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 638 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "500 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 2042 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "513 Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 2043 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Hillway Ave", "tippecanoe:retain_points_multiplier_sequence": 2045 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Willard St", "tippecanoe:retain_points_multiplier_sequence": 1187 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Willard St", "tippecanoe:retain_points_multiplier_sequence": 2048 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1284 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 1285 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Locksley Ave", "tippecanoe:retain_points_multiplier_sequence": 2762 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "455 Warren Dr", "tippecanoe:retain_points_multiplier_sequence": 2759 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "1798 Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_sequence": 1571 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "400 Warren Dr E", "tippecanoe:retain_points_multiplier_sequence": 2758 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "345 Warren Dr E", "tippecanoe:retain_points_multiplier_sequence": 2757 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Devonshire Way", "tippecanoe:retain_points_multiplier_sequence": 2761 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Christopher Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2760 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "117 Warren Dr", "tippecanoe:retain_points_multiplier_sequence": 2756 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Oakpark Dr", "tippecanoe:retain_points_multiplier_sequence": 2763 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakpark Dr & Forest Knolls Dr", "tippecanoe:retain_points_multiplier_sequence": 1990 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 716 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 628 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 629 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 1019 }, "geometry": { "type": "Point", "coordinates": [ -122.453613, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Iris Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1013 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Laurel St", "tippecanoe:retain_points_multiplier_sequence": 617 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Laurel St", "tippecanoe:retain_points_multiplier_sequence": 616 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Walnut St & California St", "tippecanoe:retain_points_multiplier_sequence": 2755 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1012 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Collins St", "tippecanoe:retain_points_multiplier_sequence": 1011 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1015 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 1218 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 892 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_sequence": 893 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Walnut St", "tippecanoe:retain_points_multiplier_sequence": 2332 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_sequence": 2171 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2178 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & California St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2170 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2177 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1016 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1017 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2179 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 601 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 2531 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 2532 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1903 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1214 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2174 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 1215 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 891 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 2631 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 2632 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Chabot Ter", "tippecanoe:retain_points_multiplier_sequence": 2621 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Chabot Ter", "tippecanoe:retain_points_multiplier_sequence": 2622 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Roselyn Ter", "tippecanoe:retain_points_multiplier_sequence": 2634 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Roselyn Ter", "tippecanoe:retain_points_multiplier_sequence": 2633 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 847 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 848 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 854 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 855 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Shrader St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 2376 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 1403 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1387 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1386 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1384 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1385 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Turk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1910 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1902 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Central Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2624 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1901 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 852 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1900 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 851 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Central Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2623 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 2629 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Central Ave", "tippecanoe:retain_points_multiplier_sequence": 3084 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Central Ave & McAllister St", "tippecanoe:retain_points_multiplier_sequence": 2833 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 3089 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1376 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1377 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1907 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1906 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Masonic Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1397 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1398 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1908 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1909 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Central Ave", "tippecanoe:retain_points_multiplier_sequence": 1383 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 1396 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 607 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & California St", "tippecanoe:retain_points_multiplier_sequence": 977 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 995 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 975 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 997 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 996 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 2534 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 2547 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1216 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & St Joseph'S Ave", "tippecanoe:retain_points_multiplier_sequence": 1220 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2619 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 895 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Ellis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 983 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 982 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1217 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 980 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Eddy St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 981 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1034 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 2548 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 2549 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 1129 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1131 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 2535 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1132 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 896 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 897 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1117 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1118 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1031 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1032 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1128 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 1114 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1115 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1022 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Turk St", "tippecanoe:retain_points_multiplier_sequence": 1133 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1116 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2618 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1669 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 2620 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 1670 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Divisadero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3083 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1671 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 991 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 992 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 985 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 988 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1378 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 1379 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buena Vista East Ave", "tippecanoe:retain_points_multiplier_sequence": 1346 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Broderick St", "tippecanoe:retain_points_multiplier_sequence": 1380 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1388 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 989 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1389 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 994 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 1351 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1682 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1681 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1401 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 1402 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1399 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1672 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1124 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1400 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1406 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 1407 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 986 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 987 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.770986 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1360 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 1359 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1362 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1361 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "Shrader St & Haight St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2377 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Waller St", "tippecanoe:retain_points_multiplier_sequence": 2455 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.768272 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1186 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 2451 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1350 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1349 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Waller St", "tippecanoe:retain_points_multiplier_sequence": 756 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Frederick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 754 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 639 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 2450 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 2047 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Shrader St", "tippecanoe:retain_points_multiplier_sequence": 2046 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 2940 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & Cole St", "tippecanoe:retain_points_multiplier_sequence": 2044 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 755 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Alma St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 751 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Alma St", "tippecanoe:retain_points_multiplier_sequence": 752 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.769901 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Waller St", "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1356 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Haight St", "tippecanoe:retain_points_multiplier_sequence": 1904 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Waller St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1185 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 1184 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Haight St", "tippecanoe:retain_points_multiplier_sequence": 1905 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1357 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Central Ave", "tippecanoe:retain_points_multiplier_sequence": 1348 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buena Vista West Ave", "tippecanoe:retain_points_multiplier_sequence": 1347 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Frederick St", "tippecanoe:retain_points_multiplier_sequence": 1899 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Masonic St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2839 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 743 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 746 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Parnassus Ave", "tippecanoe:retain_points_multiplier_sequence": 747 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Piedmont St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Clifford Ter", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Clifford Ter", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "ASHBURY ST & CLAYTON ST", "tippecanoe:retain_points_multiplier_sequence": 2917 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Upper Ter & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 2675 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Upper Ter & Buena Vista Ave West", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2674 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "414 Roosevelt Way", "tippecanoe:retain_points_multiplier_sequence": 2279 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Lower Ter", "tippecanoe:retain_points_multiplier_sequence": 2283 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Clifford Ter", "tippecanoe:retain_points_multiplier_sequence": 2282 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 750 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Carmel St", "tippecanoe:retain_points_multiplier_sequence": 753 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 2101 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 1892 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Belvedere St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 829 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Carmel St & Twin Peaks Blvd", "tippecanoe:retain_points_multiplier_sequence": 830 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 804 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 744 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 805 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2281 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Danvers St", "tippecanoe:retain_points_multiplier_sequence": 807 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "320 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 800 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Mars St", "tippecanoe:retain_points_multiplier_sequence": 814 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "210 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 799 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Danvers St", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Market St", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Iron Aly", "tippecanoe:retain_points_multiplier_sequence": 813 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Clayton St", "tippecanoe:retain_points_multiplier_sequence": 1873 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Market St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 745 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "539 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 801 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 810 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.756330 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_sequence": 809 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.756330 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 816 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "795 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 802 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 580 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 579 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "BUENA VISTA TER & BUENA VISTA AVE E", "tippecanoe:retain_points_multiplier_sequence": 581 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.768815 ] } } +, +{ "type": "Feature", "properties": { "name": "Park Hill Ave & Buena Vista East", "tippecanoe:retain_points_multiplier_sequence": 2081 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2280 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ter & Roosevelt Way", "tippecanoe:retain_points_multiplier_sequence": 582 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Alpine Ter", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Museum Way", "tippecanoe:retain_points_multiplier_sequence": 2284 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Douglass St", "tippecanoe:retain_points_multiplier_sequence": 808 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Diamond St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 925 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 926 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.768815 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 14th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 907 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 908 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce St/Noe St/Duboce Park", "tippecanoe:retain_points_multiplier_sequence": 2932 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Tunnel East Portal", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2960 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 909 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 910 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 912 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 1874 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 911 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1875 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 1886 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1870 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Noe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 811 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Ord St", "tippecanoe:retain_points_multiplier_sequence": 815 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Hattie St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1068 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1062 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1063 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 21st St", "tippecanoe:retain_points_multiplier_sequence": 1334 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1335 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1422 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Eureka St", "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 1064 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 1065 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "21st St & Douglass St", "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Douglass St & Alvarado St", "tippecanoe:retain_points_multiplier_sequence": 1003 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1066 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 913 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 914 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 915 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 916 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Collingwood St", "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 917 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 919 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 918 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 920 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 921 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Ortega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 2209 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 16th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2208 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.473869, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Santiago St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 2444 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Santiago St & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2443 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 2206 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Cragmont Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2229 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 1997 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Ortega St", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Ortega St & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 1996 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 2231 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 2207 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Cragmont Ave", "tippecanoe:retain_points_multiplier_sequence": 2230 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 17th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2552 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 2551 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St. & 17th Ave.", "tippecanoe:retain_points_multiplier_sequence": 3045 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 2750 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Forest Side Ave", "tippecanoe:retain_points_multiplier_sequence": 2641 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Forest Side Ave", "tippecanoe:retain_points_multiplier_sequence": 2640 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Lenox Way", "tippecanoe:retain_points_multiplier_sequence": 2642 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Station", "tippecanoe:retain_points_multiplier_sequence": 2643 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2752 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 2749 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 2753 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 2754 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2703 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Ave & Claremont Ave", "tippecanoe:retain_points_multiplier_sequence": 2883 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Clarendon Ave", "tippecanoe:retain_points_multiplier_sequence": 2121 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Clarendon Ave", "tippecanoe:retain_points_multiplier_sequence": 1304 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Clarendon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1566 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Forest Hill Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 2818 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Clarendon Woods S", "tippecanoe:retain_points_multiplier_sequence": 714 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hosp/Clarendon Hall", "tippecanoe:retain_points_multiplier_sequence": 699 }, "geometry": { "type": "Point", "coordinates": [ -122.456703, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Galewood Circle", "tippecanoe:retain_points_multiplier_sequence": 715 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Clarendon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1991 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 1992 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/opp Forest Hill", "tippecanoe:retain_points_multiplier_sequence": 2938 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/FOREST HILL STA", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2937 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Dewey Blvd", "tippecanoe:retain_points_multiplier_sequence": 1567 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Hospital Entr Rd/Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_sequence": 1570 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hospital/Main Hosp", "tippecanoe:retain_points_multiplier_sequence": 1635 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Vasquez Ave", "tippecanoe:retain_points_multiplier_sequence": 1574 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Balceta Ave", "tippecanoe:retain_points_multiplier_sequence": 2779 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.746557 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Balceta Ave", "tippecanoe:retain_points_multiplier_sequence": 1303 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hospital/E Parkng Lot", "tippecanoe:retain_points_multiplier_sequence": 2243 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Hernandez Ave", "tippecanoe:retain_points_multiplier_sequence": 2780 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Hernandez Ave", "tippecanoe:retain_points_multiplier_sequence": 2781 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2784 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 2785 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_sequence": 2190 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Lorenzo Ave", "tippecanoe:retain_points_multiplier_sequence": 2193 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2191 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 1766 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Marne Ave", "tippecanoe:retain_points_multiplier_sequence": 1768 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Juanita Way", "tippecanoe:retain_points_multiplier_sequence": 1767 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "126 Miraloma Dr", "tippecanoe:retain_points_multiplier_sequence": 1765 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Idora Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1569 }, "geometry": { "type": "Point", "coordinates": [ -122.456703, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Idora Ave", "tippecanoe:retain_points_multiplier_sequence": 1568 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Waithman Way", "tippecanoe:retain_points_multiplier_sequence": 2194 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Rex Ave", "tippecanoe:retain_points_multiplier_sequence": 2192 }, "geometry": { "type": "Point", "coordinates": [ -122.457390, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 1573 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 1572 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_sequence": 2188 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Del Sur Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2123 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "MYRA WAY & DALEWOOD", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2415 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2414 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 3044 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2275 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "West Potral & Sola Blvd NW-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 3124 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & West Portal Ave", "tippecanoe:retain_points_multiplier_sequence": 2441 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 2276 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 2751 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "WEST PORTAL AVE & SLOAT BLVD", "tippecanoe:retain_points_multiplier_sequence": 2910 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal/Sloat/St Francis Circle", "tippecanoe:retain_points_multiplier_sequence": 2872 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2873 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1069 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 2273 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1070 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 1499 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1966 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_sequence": 2469 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Ana Ave", "tippecanoe:retain_points_multiplier_sequence": 2467 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Ana Ave", "tippecanoe:retain_points_multiplier_sequence": 2468 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Clara Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2466 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Santa Clara Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 2371 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 1978 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 1977 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 2869 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 1957 }, "geometry": { "type": "Point", "coordinates": [ -122.467690, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 3008 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 3009 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_sequence": 2919 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Denslowe Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1426 }, "geometry": { "type": "Point", "coordinates": [ -122.474213, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1427 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 831 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Cardenas Ave & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 637 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Banbury Dr", "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 1428 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Beverly St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1425 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Beverly St & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 1498 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 1961 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Westgate Dr", "tippecanoe:retain_points_multiplier_sequence": 1979 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 865 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St&Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 2965 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Vernon St", "tippecanoe:retain_points_multiplier_sequence": 866 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St&Vernon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2966 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_sequence": 2902 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 867 }, "geometry": { "type": "Point", "coordinates": [ -122.465286, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Aleso Ave", "tippecanoe:retain_points_multiplier_sequence": 1713 }, "geometry": { "type": "Point", "coordinates": [ -122.464600, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Jacinto Way", "tippecanoe:retain_points_multiplier_sequence": 1714 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Yerba Buena Ave", "tippecanoe:retain_points_multiplier_sequence": 1769 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Ravenwood Dr", "tippecanoe:retain_points_multiplier_sequence": 2814 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2813 }, "geometry": { "type": "Point", "coordinates": [ -122.459450, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 2812 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Northgate Dr", "tippecanoe:retain_points_multiplier_sequence": 1709 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & El Verano Way", "tippecanoe:retain_points_multiplier_sequence": 1705 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Saint Elmo WayE", "tippecanoe:retain_points_multiplier_sequence": 1712 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 2811 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Saint Elmo Way", "tippecanoe:retain_points_multiplier_sequence": 2815 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 2093 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 2092 }, "geometry": { "type": "Point", "coordinates": [ -122.457733, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Faxon Ave", "tippecanoe:retain_points_multiplier_sequence": 1706 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 2097 }, "geometry": { "type": "Point", "coordinates": [ -122.457390, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 1716 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_sequence": 1715 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 2870 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 1967 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Dorado Ter", "tippecanoe:retain_points_multiplier_sequence": 1962 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 864 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Ashton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1318 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 1324 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & JULES AVE", "tippecanoe:retain_points_multiplier_sequence": 2901 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Faxon Ave", "tippecanoe:retain_points_multiplier_sequence": 1321 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 1320 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_sequence": 1970 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2098 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_sequence": 1968 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & Capitol AVE", "tippecanoe:retain_points_multiplier_sequence": 2900 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_sequence": 1326 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Granada Ave", "tippecanoe:retain_points_multiplier_sequence": 1322 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & PLYMOUTH AVE", "tippecanoe:retain_points_multiplier_sequence": 2899 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2088 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Holloway Ave", "tippecanoe:retain_points_multiplier_sequence": 2089 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_sequence": 2087 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Brighton Ave", "tippecanoe:retain_points_multiplier_sequence": 1319 }, "geometry": { "type": "Point", "coordinates": [ -122.454987, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Lee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1325 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 1993 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 1994 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Starview Way", "tippecanoe:retain_points_multiplier_sequence": 2102 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & Aquavista Way", "tippecanoe:retain_points_multiplier_sequence": 2408 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 2410 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "City View Way & Knollview Way", "tippecanoe:retain_points_multiplier_sequence": 928 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 2782 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Woodside Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2195 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 2783 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 2596 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 2003 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & City View Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2409 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "PORTOLA DR/McAteer High School", "tippecanoe:retain_points_multiplier_sequence": 2189 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "PARKRIDGE DR & CRESTLINE DR", "tippecanoe:retain_points_multiplier_sequence": 2169 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "74 Crestline Dr", "tippecanoe:retain_points_multiplier_sequence": 834 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "40 CRESTLINE DR", "tippecanoe:retain_points_multiplier_sequence": 833 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Parkridge Dr & Burnett Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2168 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hopkins Ave", "tippecanoe:retain_points_multiplier_sequence": 812 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "925 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 803 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "Crestline Dr & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 2836 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Crestline Dr", "tippecanoe:retain_points_multiplier_sequence": 498 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Cuesta Ct", "tippecanoe:retain_points_multiplier_sequence": 806 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 24th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1337 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "6 Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 2120 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "Dawnview Way & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 1001 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 2124 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.746557 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 499 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "DIAMOND HEIGHTS BLVD & PORTOLA", "tippecanoe:retain_points_multiplier_sequence": 2903 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 2122 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 1340 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Clipper St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 741 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Clipper St & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 742 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.746557 ] } } +, +{ "type": "Feature", "properties": { "name": "DUNCAN ST & AMBER DR", "tippecanoe:retain_points_multiplier_sequence": 2920 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Cameo Way", "tippecanoe:retain_points_multiplier_sequence": 1007 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Fowler Ave & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 858 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Fowler Ave", "tippecanoe:retain_points_multiplier_sequence": 2590 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Evelyn Way", "tippecanoe:retain_points_multiplier_sequence": 2587 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "100 O'Shaughnessy Blvd", "tippecanoe:retain_points_multiplier_sequence": 1999 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Marietta Dr", "tippecanoe:retain_points_multiplier_sequence": 2595 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Isola Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2592 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Reposa Way", "tippecanoe:retain_points_multiplier_sequence": 2597 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Reposa Way & Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 2278 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_sequence": 1721 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Molimo Dr", "tippecanoe:retain_points_multiplier_sequence": 1723 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Molimo Dr", "tippecanoe:retain_points_multiplier_sequence": 1722 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Reposa Way & Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2277 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 1724 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Omar Way", "tippecanoe:retain_points_multiplier_sequence": 1725 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1720 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Del Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 2000 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_sequence": 2591 }, "geometry": { "type": "Point", "coordinates": [ -122.448120, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & El Sereno Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2586 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & El Sereno Ct", "tippecanoe:retain_points_multiplier_sequence": 2585 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Bella Vista Way", "tippecanoe:retain_points_multiplier_sequence": 2584 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Marietta Dr", "tippecanoe:retain_points_multiplier_sequence": 2594 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "636 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 2582 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_sequence": 2002 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2001 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1336 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1423 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1182 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1338 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1424 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Hoffman Ave", "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1067 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Douglass St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1002 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Douglass St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 1339 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "5157 Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 944 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Amber Dr", "tippecanoe:retain_points_multiplier_sequence": 1006 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Duncan St & Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 1008 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Duncan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 947 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 951 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 952 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 25th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 953 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 923 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 922 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & Elizabeth St", "tippecanoe:retain_points_multiplier_sequence": 927 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 2936 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 924 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 964 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 965 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 954 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 961 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 955 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 956 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 968 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 969 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 28th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 957 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2946 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 950 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 948 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St (south)/Diamond Hts", "tippecanoe:retain_points_multiplier_sequence": 2931 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 958 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 959 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 946 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 949 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Berkeley Way", "tippecanoe:retain_points_multiplier_sequence": 945 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 966 }, "geometry": { "type": "Point", "coordinates": [ -122.436104, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Conrad St", "tippecanoe:retain_points_multiplier_sequence": 967 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Farnum St", "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Moffitt St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 970 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Arbor St", "tippecanoe:retain_points_multiplier_sequence": 960 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 973 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 971 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Addison St & Digby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Farnum St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 1096 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "164 Addison St", "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 972 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "33 Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 1856 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2589 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 1144 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 1141 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Mangels Ave", "tippecanoe:retain_points_multiplier_sequence": 1142 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster Street & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 3023 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1710 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Ridgewood Ave", "tippecanoe:retain_points_multiplier_sequence": 1711 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1708 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Gennessee St & Flood Ave", "tippecanoe:retain_points_multiplier_sequence": 1240 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2066 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_sequence": 2065 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "Judson Ave & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1518 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Judson Ave & Gennessee St", "tippecanoe:retain_points_multiplier_sequence": 1519 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 1707 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 1143 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Flood Ave", "tippecanoe:retain_points_multiplier_sequence": 1139 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1140 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 2588 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "900 Teresita Blvd", "tippecanoe:retain_points_multiplier_sequence": 2583 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2599 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Melrose Ave", "tippecanoe:retain_points_multiplier_sequence": 2593 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_sequence": 1703 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Stillings Ave", "tippecanoe:retain_points_multiplier_sequence": 2598 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 1701 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1704 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 1702 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_sequence": 2069 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_sequence": 2070 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (South Entrance)", "tippecanoe:retain_points_multiplier_sequence": 2064 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Harold Ave", "tippecanoe:retain_points_multiplier_sequence": 1963 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN LOOP", "tippecanoe:retain_points_multiplier_sequence": 2068 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN LOOP", "tippecanoe:retain_points_multiplier_sequence": 2067 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Phelan Ave", "tippecanoe:retain_points_multiplier_sequence": 1974 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 1959 }, "geometry": { "type": "Point", "coordinates": [ -122.451553, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 1960 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1964 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1323 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1717 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Howth St & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 1430 }, "geometry": { "type": "Point", "coordinates": [ -122.451210, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Louisburg St", "tippecanoe:retain_points_multiplier_sequence": 1718 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Howth St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1429 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1307 }, "geometry": { "type": "Point", "coordinates": [ -122.449837, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 1965 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1598 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Louisburg St & Niagra Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1599 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 3125 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1975 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 2301 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1246 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa Park BART/Mezzanine level", "tippecanoe:retain_points_multiplier_sequence": 1719 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2298 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park Bart Station", "tippecanoe:retain_points_multiplier_sequence": 1247 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Niagra Ave", "tippecanoe:retain_points_multiplier_sequence": 2299 }, "geometry": { "type": "Point", "coordinates": [ -122.447433, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Green Yard-San Jose & Ocean", "tippecanoe:retain_points_multiplier_sequence": 3079 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 1976 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 1305 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_sequence": 1254 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 2905 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1252 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 485 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_sequence": 484 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 1699 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_sequence": 1697 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 1695 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1700 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2851 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 2852 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Nantucket Ave", "tippecanoe:retain_points_multiplier_sequence": 2300 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_sequence": 1698 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Baden St", "tippecanoe:retain_points_multiplier_sequence": 697 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 1696 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_sequence": 487 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_sequence": 486 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Chenery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 963 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 674 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Natick St", "tippecanoe:retain_points_multiplier_sequence": 678 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Bosworth St", "tippecanoe:retain_points_multiplier_sequence": 962 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 1237 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave/Glen Park Station", "tippecanoe:retain_points_multiplier_sequence": 1236 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 698 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2384 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_sequence": 2296 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Ynez Ave", "tippecanoe:retain_points_multiplier_sequence": 2306 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & San Juan Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2304 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 1971 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 1972 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1958 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 2858 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 1837 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1829 }, "geometry": { "type": "Point", "coordinates": [ -122.439194, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1973 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2059 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Norton St", "tippecanoe:retain_points_multiplier_sequence": 1835 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & BRAZIL AVE", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1969 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "MISSION ST & OCEAN AVENUE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 1838 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Francis St", "tippecanoe:retain_points_multiplier_sequence": 1823 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1090 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1092 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 541 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Ruth St", "tippecanoe:retain_points_multiplier_sequence": 1842 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 1841 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 2063 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2062 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 2058 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 1745 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.806258 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1278 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.806258 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1460 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "HYDE STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1730 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1448 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "HYDE STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.805715 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1522 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Jones St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 1530 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.807343 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1727 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.806258 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Bay St", "tippecanoe:retain_points_multiplier_sequence": 757 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 1728 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1521 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.808428 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Jefferson St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3078 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.807343 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1732 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1733 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2884 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.807885 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 2845 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.807614 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2156 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2157 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2146 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.805715 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1736 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 662 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 664 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Octavia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 665 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 660 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 661 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 658 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 659 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1589 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1590 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2660 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St NW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 3122 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St SE-FS/BZ", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3117 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2651 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 2690 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2683 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1734 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1735 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "Francisco Street & Polk Street", "tippecanoe:retain_points_multiplier_sequence": 3024 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Chestnut St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2679 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.802460 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 2678 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.802460 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1731 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2107 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 2109 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2685 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2667 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798662 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 2699 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2116 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2665 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.798662 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Green St", "tippecanoe:retain_points_multiplier_sequence": 2108 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 2117 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1501 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1509 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 1510 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1504 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2767 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2764 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2308 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2772 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2322 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2309 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2324 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2325 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Vallejo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2700 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1503 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 2766 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Broadway", "tippecanoe:retain_points_multiplier_sequence": 2676 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2693 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Van Ness Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2022 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 2103 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 2104 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2111 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2017 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2018 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2687 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2776 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2680 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "JACKSON ST & POLK ST", "tippecanoe:retain_points_multiplier_sequence": 2908 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2119 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2118 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2315 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 701 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 2314 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 713 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 3133 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2696 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & California St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2677 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2114 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2326 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2879 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 2106 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2694 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St &Van ness Ave", "tippecanoe:retain_points_multiplier_sequence": 3131 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1446 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.804630 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Chestnut St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1450 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 1458 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 763 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2574 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "TAYLOR STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804630 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 764 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.804088 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1455 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 1453 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2658 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 1452 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2654 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Green St", "tippecanoe:retain_points_multiplier_sequence": 1456 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 1462 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2659 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2656 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2655 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2573 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2575 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 760 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 761 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "COLUMBUS AVE & CHESTNUT ST", "tippecanoe:retain_points_multiplier_sequence": 2892 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Lombard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 767 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.802460 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1655 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2150 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 2151 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 2155 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 762 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2149 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 2478 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2666 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 1654 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 2662 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Mason St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2661 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Green St", "tippecanoe:retain_points_multiplier_sequence": 1656 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Union St", "tippecanoe:retain_points_multiplier_sequence": 769 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Columbus Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2647 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 1659 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1653 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 1652 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2011 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2010 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1447 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2007 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1505 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1507 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2770 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 706 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1457 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2768 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2012 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2013 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1508 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1451 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2771 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 707 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2320 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & California St", "tippecanoe:retain_points_multiplier_sequence": 2105 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 627 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 615 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 3130 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2317 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & California St", "tippecanoe:retain_points_multiplier_sequence": 1449 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 1298 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2321 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 618 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 1459 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Hyde St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 575 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2537 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 1296 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 1293 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 2541 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2008 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 1506 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Taylor St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2021 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1514 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2769 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 704 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Taylor St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2775 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 712 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Mason St", "tippecanoe:retain_points_multiplier_sequence": 2015 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Mason St", "tippecanoe:retain_points_multiplier_sequence": 2014 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Pacific Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1658 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1657 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2019 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 2154 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2773 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sproule Ln", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2330 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 708 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 710 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2318 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 614 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 633 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 577 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 576 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1299 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2538 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 632 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 620 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2550 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 2543 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3042 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay St & Midway St", "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.805986 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 1729 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.807343 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1261 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.807071 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 1040 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_sequence": 2861 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.806800 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2941 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 1594 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 1587 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 2477 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2475 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 1588 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.803545 ] } } +, +{ "type": "Feature", "properties": { "name": "225 TELEGRAPH Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 2578 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "TELEGRAPH Hill Blvd & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 2580 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "COIT TOWER", "tippecanoe:retain_points_multiplier_sequence": 749 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "TELEGRAPH Hill Blvd & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2579 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2484 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2473 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Columbus Ave", "tippecanoe:retain_points_multiplier_sequence": 2472 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 768 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.799205 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2653 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2652 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2480 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "BROADWAY & GRANT AVE", "tippecanoe:retain_points_multiplier_sequence": 2894 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2657 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.800832 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Montgomery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2663 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Broadway", "tippecanoe:retain_points_multiplier_sequence": 758 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Broadway", "tippecanoe:retain_points_multiplier_sequence": 759 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Grant Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2006 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 766 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "COLUMBUS AVE & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 1262 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2009 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Chestnut St", "tippecanoe:retain_points_multiplier_sequence": 1044 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "Embarcadero & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2939 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.805173 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 2342 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 2341 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Union St", "tippecanoe:retain_points_multiplier_sequence": 2346 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.801375 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.802189 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1049 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 1050 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1051 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Green St", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 2347 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2016 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.797306 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2825 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2020 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2343 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_sequence": 1052 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Broadway", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.798391 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 3091 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 3111 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2163 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 2479 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Washington St", "tippecanoe:retain_points_multiplier_sequence": 2485 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Clay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2148 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2327 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2471 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2481 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2331 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 1260 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 765 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 1258 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Grant Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 703 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2316 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 612 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 705 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2319 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & California St", "tippecanoe:retain_points_multiplier_sequence": 1257 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2160 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2159 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 631 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 2147 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2545 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2162 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Post St", "tippecanoe:retain_points_multiplier_sequence": 2161 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2483 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2482 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 2130 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 613 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 2197 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 2539 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "POST & GRANT", "tippecanoe:retain_points_multiplier_sequence": 3071 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Washington St", "tippecanoe:retain_points_multiplier_sequence": 770 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.795949 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2774 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 709 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2323 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 621 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 2340 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2329 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Montgomery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 622 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 711 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Front St", "tippecanoe:retain_points_multiplier_sequence": 702 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Sacramento St", "tippecanoe:retain_points_multiplier_sequence": 2345 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 2307 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & California St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2339 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 3007 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 602 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Front St", "tippecanoe:retain_points_multiplier_sequence": 611 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 1256 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2080 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 578 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 1263 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1259 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2127 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Pine St", "tippecanoe:retain_points_multiplier_sequence": 2344 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2077 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2954 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 2546 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St & Battery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 574 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Battery St", "tippecanoe:retain_points_multiplier_sequence": 1871 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 2nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1859 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 1888 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.790252 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Market St", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "TRANS BAY TERMINAL/TERMINAL W", "tippecanoe:retain_points_multiplier_sequence": 2576 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.788895 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Stevenson St", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Stevenson St", "tippecanoe:retain_points_multiplier_sequence": 3030 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Davis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO & BROADWAY", "tippecanoe:retain_points_multiplier_sequence": 1041 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "BROADWAY & THE EMBARCADERO", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO & BROADWAY", "tippecanoe:retain_points_multiplier_sequence": 1042 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 5", "tippecanoe:retain_points_multiplier_sequence": 1057 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 5", "tippecanoe:retain_points_multiplier_sequence": 1056 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1059 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Drumm St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 700 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 2311 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.794593 ] } } +, +{ "type": "Feature", "properties": { "name": "Davis St & California St", "tippecanoe:retain_points_multiplier_sequence": 936 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Front St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2079 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 605 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Pine St & Davis St", "tippecanoe:retain_points_multiplier_sequence": 2078 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Davis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2949 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Drumm St & California St", "tippecanoe:retain_points_multiplier_sequence": 1004 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Drumm St", "tippecanoe:retain_points_multiplier_sequence": 608 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Main St", "tippecanoe:retain_points_multiplier_sequence": 1884 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & BEALE ST", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1060 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Washington St", "tippecanoe:retain_points_multiplier_sequence": 1061 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.796221 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Market St", "tippecanoe:retain_points_multiplier_sequence": 1055 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794864 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Ferry Building", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1048 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & SPEAR ST", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1638 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St & Market St", "tippecanoe:retain_points_multiplier_sequence": 2465 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "MUNI METRO TNL & DRUMM ST", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.794322 ] } } +, +{ "type": "Feature", "properties": { "name": "Don Chee Way/Steuart St", "tippecanoe:retain_points_multiplier_sequence": 1191 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 3039 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2464 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Front & Market St", "tippecanoe:retain_points_multiplier_sequence": 3140 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Market St", "tippecanoe:retain_points_multiplier_sequence": 1190 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 1st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1777 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Fremont St", "tippecanoe:retain_points_multiplier_sequence": 1824 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Natoma St", "tippecanoe:retain_points_multiplier_sequence": 3004 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "TRANS BAY TERMINAL/RAMP S", "tippecanoe:retain_points_multiplier_sequence": 2577 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.789709 ] } } +, +{ "type": "Feature", "properties": { "name": "1st St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Main", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3141 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.791608 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1637 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission & Main St", "tippecanoe:retain_points_multiplier_sequence": 3100 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Beale St", "tippecanoe:retain_points_multiplier_sequence": 1818 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 1846 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Main St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 1636 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St. & Beale St.", "tippecanoe:retain_points_multiplier_sequence": 3046 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 1189 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 3109 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "Fremont St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 1188 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1053 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1054 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Steuart St&Mission St", "tippecanoe:retain_points_multiplier_sequence": 2948 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Tunnel entry-not a stop-use Folsom Stn", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1852 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 1444 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Hward St&Spear", "tippecanoe:retain_points_multiplier_sequence": 3068 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 1445 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop - Use Howard/Spear", "tippecanoe:retain_points_multiplier_sequence": 1443 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & The Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 1442 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.792422 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Main St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1169 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM & BEALE", "tippecanoe:retain_points_multiplier_sequence": 3137 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 1045 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1047 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790795 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 1046 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.790523 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & The Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 1373 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Mason Ct", "tippecanoe:retain_points_multiplier_sequence": 1342 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.828226 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Gateview Ave", "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.377396, 37.826870 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Bayside Dr", "tippecanoe:retain_points_multiplier_sequence": 1341 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.829853 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1343 }, "geometry": { "type": "Point", "coordinates": [ -122.373276, 37.829853 ] } } +, +{ "type": "Feature", "properties": { "name": "13th St & Gateview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.828497 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 12th St", "tippecanoe:retain_points_multiplier_sequence": 3037 }, "geometry": { "type": "Point", "coordinates": [ -122.376366, 37.825514 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Halibut Ct", "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.375679, 37.824430 ] } } +, +{ "type": "Feature", "properties": { "name": "AVENUE B & Gateview AVE", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.824158 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 2824 }, "geometry": { "type": "Point", "coordinates": [ -122.374992, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue C", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.374306, 37.823345 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 3038 }, "geometry": { "type": "Point", "coordinates": [ -122.372589, 37.823887 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue E", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.371559, 37.824430 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 13th St", "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 10th St", "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.368126, 37.827141 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue H", "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.823616 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.366753, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 2601 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.816022 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 635 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 5th St", "tippecanoe:retain_points_multiplier_sequence": 3036 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 4th St", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.821989 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.819819 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 3035 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue C", "tippecanoe:retain_points_multiplier_sequence": 634 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.818192 ] } } +, +{ "type": "Feature", "properties": { "name": "Treasure Island Rd & Macalla Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3005 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.813039 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla St & Nimitz Dr", "tippecanoe:retain_points_multiplier_sequence": 1693 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd & Nimitz Ct", "tippecanoe:retain_points_multiplier_sequence": 2933 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.811683 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.364693, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "California Ave & Avenue M", "tippecanoe:retain_points_multiplier_sequence": 636 }, "geometry": { "type": "Point", "coordinates": [ -122.364006, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "62 Macalla St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1692 }, "geometry": { "type": "Point", "coordinates": [ -122.364693, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd/Bldg 240", "tippecanoe:retain_points_multiplier_sequence": 2934 }, "geometry": { "type": "Point", "coordinates": [ -122.364349, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Northgate Rd & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 1749 }, "geometry": { "type": "Point", "coordinates": [ -122.363663, 37.811683 ] } } +, +{ "type": "Feature", "properties": { "name": "Hillcrest St & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 1416 }, "geometry": { "type": "Point", "coordinates": [ -122.363319, 37.810598 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 2533 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1222 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2542 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2544 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 2126 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 905 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 2128 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1021 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1028 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1029 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2536 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2196 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Gough St", "tippecanoe:retain_points_multiplier_sequence": 899 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Starr King Way & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2407 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2697 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2132 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Post St", "tippecanoe:retain_points_multiplier_sequence": 2695 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Franklin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 898 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2684 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 3090 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Van Ness Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1988 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2692 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1023 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "808 McAllister St", "tippecanoe:retain_points_multiplier_sequence": 1667 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1674 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1675 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 2681 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 2682 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2638 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 863 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1685 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1673 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1686 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1687 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 1119 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1390 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1120 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1391 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1409 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Webster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1410 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1680 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1679 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1332 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1381 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1382 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 1576 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1126 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1127 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1352 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 1353 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1345 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "785 Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1666 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 1333 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1395 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1331 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1393 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Fell St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1097 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1392 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Oak St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 1952 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 1575 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Page St & Octavia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2025 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 1358 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1355 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 3010 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 1883 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.770986 ] } } +, +{ "type": "Feature", "properties": { "name": "Page St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 2024 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1354 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 3099 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Page St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 2023 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1877 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Mccoppin St", "tippecanoe:retain_points_multiplier_sequence": 2741 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1878 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccoppin St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1694 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 2115 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Post St", "tippecanoe:retain_points_multiplier_sequence": 2113 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Post St", "tippecanoe:retain_points_multiplier_sequence": 2112 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2129 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2540 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 903 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2110 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1986 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1983 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2125 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 900 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2198 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1283 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1981 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1036 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Turk St", "tippecanoe:retain_points_multiplier_sequence": 2698 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1033 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 2630 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 2688 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 862 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.781298 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1683 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 1684 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1026 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 2627 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Golden Gate Ave", "tippecanoe:retain_points_multiplier_sequence": 1279 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1024 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 2625 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Turk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1461 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1678 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1281 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 1282 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St&Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 2944 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1677 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 1676 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Post St", "tippecanoe:retain_points_multiplier_sequence": 1297 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 904 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 1294 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Jones St & Post St", "tippecanoe:retain_points_multiplier_sequence": 1531 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2199 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Jones St", "tippecanoe:retain_points_multiplier_sequence": 901 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Leavenworth St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 1295 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1984 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellis St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1038 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellis St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 1037 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Jones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1982 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 1025 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2131 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1221 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.786996 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Mason St", "tippecanoe:retain_points_multiplier_sequence": 906 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3056 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1985 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2959 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St&Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2953 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellis St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1039 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1035 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1027 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Leavenworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2628 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 859 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 861 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 2626 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 3052 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1668 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St N", "tippecanoe:retain_points_multiplier_sequence": 3001 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1867 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1868 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Jones St", "tippecanoe:retain_points_multiplier_sequence": 860 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 2637 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 6th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1865 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1891 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Jones St", "tippecanoe:retain_points_multiplier_sequence": 3040 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1866 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.781298 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Market St", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2686 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1408 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 3013 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lech Walesa St", "tippecanoe:retain_points_multiplier_sequence": 2844 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 2691 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Market St", "tippecanoe:retain_points_multiplier_sequence": 2689 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Market St", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & Grove St", "tippecanoe:retain_points_multiplier_sequence": 1280 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "GROVE AND LARKIN", "tippecanoe:retain_points_multiplier_sequence": 3015 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1394 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 1882 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1790 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 1890 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "MARKET ST & VAN NESS AVE", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2448 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 2951 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "150 Otis St", "tippecanoe:retain_points_multiplier_sequence": 2004 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Otis St & 12th St", "tippecanoe:retain_points_multiplier_sequence": 2005 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 1792 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 11th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1791 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.773429 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Fulton St", "tippecanoe:retain_points_multiplier_sequence": 1454 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 1788 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1789 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1787 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St&Howard", "tippecanoe:retain_points_multiplier_sequence": 3069 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 1151 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 1154 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 11th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1153 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1152 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 1372 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Hermann St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1412 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Deboce Ave temp bus terminal", "tippecanoe:retain_points_multiplier_sequence": 3135 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce Ave & Church St", "tippecanoe:retain_points_multiplier_sequence": 1005 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 1872 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 1876 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.768815 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 696 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Market St", "tippecanoe:retain_points_multiplier_sequence": 2860 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Sanchez St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2442 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1869 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Sanchez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1889 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 686 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 1880 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 2739 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.769901 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2716 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.768272 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 2717 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2718 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2719 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2720 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2721 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2722 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2723 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Sanchez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 687 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2834 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/20th St", "tippecanoe:retain_points_multiplier_sequence": 2269 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/20th St", "tippecanoe:retain_points_multiplier_sequence": 2270 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Liberty St", "tippecanoe:retain_points_multiplier_sequence": 2835 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/Liberty St", "tippecanoe:retain_points_multiplier_sequence": 2274 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/21st St", "tippecanoe:retain_points_multiplier_sequence": 2271 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Right Of Way/21st St", "tippecanoe:retain_points_multiplier_sequence": 2272 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.756330 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 688 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Valencia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2724 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2725 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2727 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2726 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 2728 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 2729 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2730 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2731 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2732 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 13th St", "tippecanoe:retain_points_multiplier_sequence": 1793 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1794 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1795 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 3060 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.768272 ] } } +, +{ "type": "Feature", "properties": { "name": "15th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1796 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1155 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1797 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1798 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1799 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness &16th St", "tippecanoe:retain_points_multiplier_sequence": 3058 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16 th St & South Van Ness", "tippecanoe:retain_points_multiplier_sequence": 3066 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1156 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Shotwell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 1157 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 18th St", "tippecanoe:retain_points_multiplier_sequence": 3061 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1158 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.769901 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 11th St", "tippecanoe:retain_points_multiplier_sequence": 512 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Division St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 531 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 530 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1159 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 513 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 514 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 515 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 532 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 533 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1800 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1801 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1802 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1803 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 18 th St", "tippecanoe:retain_points_multiplier_sequence": 3065 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 20th St", "tippecanoe:retain_points_multiplier_sequence": 3062 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 1804 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 21st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1805 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1806 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1807 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 1808 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3063 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 3064 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1160 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1161 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20St", "tippecanoe:retain_points_multiplier_sequence": 3088 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.758773 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 516 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 517 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 518 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 519 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1162 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1163 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2152 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2153 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 2158 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 1987 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "ELLIS ST & MASON ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2914 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1030 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Cyril Magnin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2956 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Ellis street & Powell street", "tippecanoe:retain_points_multiplier_sequence": 3108 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "POWELL STREET TURNABLE OUT OB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Powell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1887 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 2476 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 1980 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 1879 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1861 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Ellis St", "tippecanoe:retain_points_multiplier_sequence": 2474 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1863 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1862 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1783 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 1885 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1864 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St &Stevenson St", "tippecanoe:retain_points_multiplier_sequence": 3057 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mary St", "tippecanoe:retain_points_multiplier_sequence": 2983 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 6th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1786 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1785 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1784 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.781298 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 902 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1860 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.787539 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Kearny St", "tippecanoe:retain_points_multiplier_sequence": 1881 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1781 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1780 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Minna St", "tippecanoe:retain_points_multiplier_sequence": 3011 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1782 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1778 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1779 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & New Montgomery St", "tippecanoe:retain_points_multiplier_sequence": 2999 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1441 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "5TH ST & FOLSOM ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2913 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1148 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1147 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1367 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Howard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1150 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1149 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "6th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 1370 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 1369 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 1371 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 510 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 511 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 2877 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 509 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Brannan St & 8th ST", "tippecanoe:retain_points_multiplier_sequence": 3073 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1368 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "6th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 2961 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 508 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 507 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 3048 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 2610 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 2609 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 2608 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1440 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Second Street & Folsom Street", "tippecanoe:retain_points_multiplier_sequence": 3017 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1146 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1145 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "FREMONT & FOLSOM", "tippecanoe:retain_points_multiplier_sequence": 3138 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1365 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd ST & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 3136 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Perry St", "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1366 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.782383 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 506 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Brannan St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 494 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & BRANNAN ST", "tippecanoe:retain_points_multiplier_sequence": 2904 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 1st St", "tippecanoe:retain_points_multiplier_sequence": 1364 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.786182 ] } } +, +{ "type": "Feature", "properties": { "name": "HARRISON & FREMONT", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3139 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & Main St", "tippecanoe:retain_points_multiplier_sequence": 1374 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 1043 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Townsend St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 1058 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.783469 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1562 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 1561 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2947 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 3110 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_sequence": 2925 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 2607 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1563 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & King St", "tippecanoe:retain_points_multiplier_sequence": 2888 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1564 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Berry St", "tippecanoe:retain_points_multiplier_sequence": 2991 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 6th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2881 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2606 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2605 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd Street & King St", "tippecanoe:retain_points_multiplier_sequence": 2988 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2963 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_sequence": 2978 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_sequence": 2979 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission Bay North & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 3102 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & Alameda St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2145 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.768272 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave&15th St", "tippecanoe:retain_points_multiplier_sequence": 2950 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2133 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2134 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2135 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2742 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2748 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2743 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 3072 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.770172 ] } } +, +{ "type": "Feature", "properties": { "name": "Division St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 998 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.769901 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Alameda St", "tippecanoe:retain_points_multiplier_sequence": 2259 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.768815 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2247 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 2248 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Kansas St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1555 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 2249 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 937 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 2250 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & De Haro St", "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 1558 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2260 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 3106 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 943 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 938 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2136 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 20th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 520 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2138 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2744 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2745 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2137 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 521 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 522 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 523 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 524 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 21st St", "tippecanoe:retain_points_multiplier_sequence": 2139 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2140 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "Sf General Hospital", "tippecanoe:retain_points_multiplier_sequence": 3129 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2141 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Utah St", "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Utah St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2746 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2251 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 2252 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2747 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Kansas St", "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2253 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & Southern Heights Ave", "tippecanoe:retain_points_multiplier_sequence": 2261 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "Southern Heights Ave & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 2374 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 939 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 940 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Southern Heights Ave & De Haro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2375 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Southern Heights Ave & De Haro St", "tippecanoe:retain_points_multiplier_sequence": 2373 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2793 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 2254 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "176 Rhode Island St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2246 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Vermont St", "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23RD ST & KANSAS ST", "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Rhode Island St", "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2255 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2256 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 941 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Carolina St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 640 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Wisconsin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & Madera St", "tippecanoe:retain_points_multiplier_sequence": 2798 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 942 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 2794 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 3105 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 3101 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2857 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 772 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 773 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 774 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission Bay South & 4th St SE-FS/ BZ", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3103 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & 4th Street", "tippecanoe:retain_points_multiplier_sequence": 3104 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.766915 ] } } +, +{ "type": "Feature", "properties": { "name": "1731 3RD ST", "tippecanoe:retain_points_multiplier_sequence": 2898 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Gene Friend Way", "tippecanoe:retain_points_multiplier_sequence": 2964 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "UCSF/Mission Bay", "tippecanoe:retain_points_multiplier_sequence": 2977 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "UCSF/Mission Bay", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2980 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "1730 3rd St", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.767187 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Minnesota St", "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Mariposa & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2841 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 2976 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "Tennessee St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 2581 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Mariposa St.", "tippecanoe:retain_points_multiplier_sequence": 2989 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 3027 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Arkansas St", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.759859 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 1770 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1771 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.760130 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1772 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 1773 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.760130 ] } } +, +{ "type": "Feature", "properties": { "name": "Texas St & Sierra St", "tippecanoe:retain_points_multiplier_sequence": 2600 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Arkansas St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Arkansas St & Madera St", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.756058 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & Connecticut St", "tippecanoe:retain_points_multiplier_sequence": 2797 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "1095 CONNECTICUT ST", "tippecanoe:retain_points_multiplier_sequence": 771 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Dakota St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3028 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "Dakota St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 3029 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.754701 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Turner Ter", "tippecanoe:retain_points_multiplier_sequence": 1774 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Turner Ter", "tippecanoe:retain_points_multiplier_sequence": 1775 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Mississippi St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Watchman Way", "tippecanoe:retain_points_multiplier_sequence": 1776 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "14 Dakota St", "tippecanoe:retain_points_multiplier_sequence": 934 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Iowa St", "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & 20th St", "tippecanoe:retain_points_multiplier_sequence": 2981 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Minnesota St", "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd ST & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 3014 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 23rd Street", "tippecanoe:retain_points_multiplier_sequence": 3021 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.755787 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 689 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 690 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 693 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 694 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 1921 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.746557 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 1922 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 691 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 692 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Dolores St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2734 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 29th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1923 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 1924 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 2859 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Day St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 695 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Bemis St & Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Bemis St & Addison St", "tippecanoe:retain_points_multiplier_sequence": 483 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Mateo St", "tippecanoe:retain_points_multiplier_sequence": 676 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Randall St & Whitney St", "tippecanoe:retain_points_multiplier_sequence": 2237 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney St & Fairmount Street", "tippecanoe:retain_points_multiplier_sequence": 2807 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Miguel St", "tippecanoe:retain_points_multiplier_sequence": 677 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & 30th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 673 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.742214 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 1813 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Cortland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1819 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 795 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 796 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 30th St", "tippecanoe:retain_points_multiplier_sequence": 1814 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_sequence": 679 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 680 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Fairmount St", "tippecanoe:retain_points_multiplier_sequence": 675 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "San jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 3096 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2303 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose& Randall St", "tippecanoe:retain_points_multiplier_sequence": 3097 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2302 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Appleton Ave", "tippecanoe:retain_points_multiplier_sequence": 1817 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1828 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_sequence": 1827 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2263 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 798 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2733 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1809 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2735 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2736 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "25TH ST & MISSION ST", "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 26th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1810 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 24th St", "tippecanoe:retain_points_multiplier_sequence": 3059 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2737 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 2738 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez & Bartlett", "tippecanoe:retain_points_multiplier_sequence": 3093 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 1811 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 3031 }, "geometry": { "type": "Point", "coordinates": [ -122.417908, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Precita Ave", "tippecanoe:retain_points_multiplier_sequence": 1839 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duncan St", "tippecanoe:retain_points_multiplier_sequence": 2740 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Power St", "tippecanoe:retain_points_multiplier_sequence": 3147 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Valencia St", "tippecanoe:retain_points_multiplier_sequence": 1849 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.744929 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 654 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1164 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2957 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1165 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 651 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 3032 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Bessie St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1166 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Stoneman St", "tippecanoe:retain_points_multiplier_sequence": 1172 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 652 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 653 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Alabama St", "tippecanoe:retain_points_multiplier_sequence": 648 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Florida St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 650 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 1812 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 789 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_sequence": 790 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_sequence": 787 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bocana St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 786 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 785 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 784 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 2266 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 2267 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Alabama St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2265 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Bernal Heights Blvd & Powhattan St", "tippecanoe:retain_points_multiplier_sequence": 3043 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Nevada St & Powhattan Ave", "tippecanoe:retain_points_multiplier_sequence": 1951 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "Bernal Heights Blvd & Powhattan Ave", "tippecanoe:retain_points_multiplier_sequence": 481 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Bernal Heights Blvd & Bradford St", "tippecanoe:retain_points_multiplier_sequence": 480 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 791 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 792 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 793 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "FOLSOM ST & JARBOE AVE", "tippecanoe:retain_points_multiplier_sequence": 2923 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 1173 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 1170 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prentiss St", "tippecanoe:retain_points_multiplier_sequence": 797 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Nevada St & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 1950 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bradford St", "tippecanoe:retain_points_multiplier_sequence": 788 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 682 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 681 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Rotteck St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 491 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Still St & Lyell St", "tippecanoe:retain_points_multiplier_sequence": 2470 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Milton St", "tippecanoe:retain_points_multiplier_sequence": 489 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Marsily St", "tippecanoe:retain_points_multiplier_sequence": 488 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "4080 Mission St", "tippecanoe:retain_points_multiplier_sequence": 1815 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 490 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Lyell St & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 1633 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Rousseau St & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 2268 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Trumbull St", "tippecanoe:retain_points_multiplier_sequence": 1847 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Trumbull St", "tippecanoe:retain_points_multiplier_sequence": 1848 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 2400 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2615 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2397 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Craut St", "tippecanoe:retain_points_multiplier_sequence": 2391 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Murray St", "tippecanoe:retain_points_multiplier_sequence": 1834 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Richland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1840 }, "geometry": { "type": "Point", "coordinates": [ -122.424774, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 824 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & College Ave", "tippecanoe:retain_points_multiplier_sequence": 821 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Leese St", "tippecanoe:retain_points_multiplier_sequence": 823 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Agnon Ave", "tippecanoe:retain_points_multiplier_sequence": 817 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 2390 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Stoneybrook Ave", "tippecanoe:retain_points_multiplier_sequence": 2616 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 2395 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 2394 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 1089 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 536 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 1091 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 2061 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1740 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 540 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2055 }, "geometry": { "type": "Point", "coordinates": [ -122.429581, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 2060 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 535 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 534 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 1893 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 538 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Excelsior Ave", "tippecanoe:retain_points_multiplier_sequence": 1894 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 537 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Munich St", "tippecanoe:retain_points_multiplier_sequence": 539 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 1898 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 542 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Persia Ave", "tippecanoe:retain_points_multiplier_sequence": 2165 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.423401, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 1103 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Madison St", "tippecanoe:retain_points_multiplier_sequence": 1102 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 2930 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "DUBLIN ST & BRAZIL AVE", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 2264 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Murray St", "tippecanoe:retain_points_multiplier_sequence": 825 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Arnold Ave", "tippecanoe:retain_points_multiplier_sequence": 820 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Roscoe St", "tippecanoe:retain_points_multiplier_sequence": 828 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Porter St", "tippecanoe:retain_points_multiplier_sequence": 826 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd/St Mary's Park bridge", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "989 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1088 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 2262 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 818 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 819 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Anderson St", "tippecanoe:retain_points_multiplier_sequence": 3075 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "945 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1087 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "909 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1086 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "831 Ellsworth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2838 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Gates St", "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 2387 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 2388 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 2401 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 3070 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 822 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Ogden St", "tippecanoe:retain_points_multiplier_sequence": 1171 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 1167 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Crescent Ave", "tippecanoe:retain_points_multiplier_sequence": 1168 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Flosom St", "tippecanoe:retain_points_multiplier_sequence": 3050 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "346 Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Putnam St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 827 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 2393 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 2392 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & University St", "tippecanoe:retain_points_multiplier_sequence": 1104 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Felton St", "tippecanoe:retain_points_multiplier_sequence": 2671 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Boylston St", "tippecanoe:retain_points_multiplier_sequence": 2386 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Holyoke St", "tippecanoe:retain_points_multiplier_sequence": 2396 }, "geometry": { "type": "Point", "coordinates": [ -122.410011, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1101 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 1099 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Cambridge St", "tippecanoe:retain_points_multiplier_sequence": 1100 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_sequence": 1098 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1648 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 2670 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2668 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2669 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 2673 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 2802 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 2804 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Woolsey St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2672 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & University St", "tippecanoe:retain_points_multiplier_sequence": 2806 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 2803 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & University St", "tippecanoe:retain_points_multiplier_sequence": 1651 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 525 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 526 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Hampshire St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1363 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 527 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 528 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 26th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 529 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.749544 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 24th St", "tippecanoe:retain_points_multiplier_sequence": 2142 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "24th Street & Potrero Avenue", "tippecanoe:retain_points_multiplier_sequence": 3018 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Potrero Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2144 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2143 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "C. Chavez St&Florida St", "tippecanoe:retain_points_multiplier_sequence": 3095 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 649 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "228 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 543 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 1556 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 25th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2257 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 1557 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2258 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & De Haro St", "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & De Haro St", "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 553 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 2878 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Bradford St & Esmeralda Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 496 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Bradford St & Bernal Heights Blvd", "tippecanoe:retain_points_multiplier_sequence": 495 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 555 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 556 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "380 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 544 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_sequence": 794 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 551 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2958 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.738413 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 545 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Cortland Ave", "tippecanoe:retain_points_multiplier_sequence": 550 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Marengo St", "tippecanoe:retain_points_multiplier_sequence": 554 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 1463 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 1464 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Loomis St", "tippecanoe:retain_points_multiplier_sequence": 2842 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Barneveld Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1953 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 2604 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 2602 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 2603 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Elmira St", "tippecanoe:retain_points_multiplier_sequence": 1465 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Revere Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1467 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 1466 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Industrial St", "tippecanoe:retain_points_multiplier_sequence": 2028 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 2403 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 2795 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 2796 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 775 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Connecticut St", "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 776 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 1071 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Dakota St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 935 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Napoleon St", "tippecanoe:retain_points_multiplier_sequence": 1078 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Napoleon St", "tippecanoe:retain_points_multiplier_sequence": 1077 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 2943 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1083 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 25th Street", "tippecanoe:retain_points_multiplier_sequence": 3022 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1528 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 1529 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 1526 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 1527 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 2040 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2039 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 2402 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 2038 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 2037 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 2036 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Oakdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2076 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1082 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 2942 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1524 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Quint St", "tippecanoe:retain_points_multiplier_sequence": 1525 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.740585 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1081 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Phelps St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1080 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 2982 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Galvez Ave", "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 1523 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Jerrold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2074 }, "geometry": { "type": "Point", "coordinates": [ -122.391129, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Mckinnon Ave", "tippecanoe:retain_points_multiplier_sequence": 2075 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 2985 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 2986 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.739227 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Hudson/Innes", "tippecanoe:retain_points_multiplier_sequence": 2995 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Boutwell St", "tippecanoe:retain_points_multiplier_sequence": 547 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Augusta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 546 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2404 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Charter Oak Ave", "tippecanoe:retain_points_multiplier_sequence": 2389 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Silver Ave", "tippecanoe:retain_points_multiplier_sequence": 2363 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Merrill St", "tippecanoe:retain_points_multiplier_sequence": 2399 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Merrill St", "tippecanoe:retain_points_multiplier_sequence": 2398 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Felton St", "tippecanoe:retain_points_multiplier_sequence": 2359 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Burrows St & Girard St M.L. King School", "tippecanoe:retain_points_multiplier_sequence": 3134 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Girard St", "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Augusta St", "tippecanoe:retain_points_multiplier_sequence": 2385 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave&Santa Fe Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2945 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 2406 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 2405 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 505 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 504 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 549 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2356 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 2357 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.727552 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Donner Ave", "tippecanoe:retain_points_multiplier_sequence": 2072 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 2073 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Vesta St & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 2708 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 2071 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 1417 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1418 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 1420 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Bowdoin St", "tippecanoe:retain_points_multiplier_sequence": 2800 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Bowdoin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2801 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 2805 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 1421 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 1419 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bacon St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 1641 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 1640 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_sequence": 1645 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 1643 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Hamilton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1644 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 1650 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 1649 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wayland St", "tippecanoe:retain_points_multiplier_sequence": 2370 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 2369 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Dwight St", "tippecanoe:retain_points_multiplier_sequence": 2358 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 2361 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 2362 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Bayshore St & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 3113 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 2049 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Wheat St", "tippecanoe:retain_points_multiplier_sequence": 2054 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Crane St", "tippecanoe:retain_points_multiplier_sequence": 2051 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1639 }, "geometry": { "type": "Point", "coordinates": [ -122.403145, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 1642 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Mansell St", "tippecanoe:retain_points_multiplier_sequence": 2360 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Salinas Ave & Bayshore St", "tippecanoe:retain_points_multiplier_sequence": 3112 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 2365 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 2366 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Bridge View Dr", "tippecanoe:retain_points_multiplier_sequence": 2611 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Venus St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2614 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 2612 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 2613 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 2244 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Reddy St & Williams Ave", "tippecanoe:retain_points_multiplier_sequence": 2245 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave&Newhall St", "tippecanoe:retain_points_multiplier_sequence": 3098 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street/Oakdale/Palou", "tippecanoe:retain_points_multiplier_sequence": 2996 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Bayview St", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.732168 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Newcomb Ave", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 2843 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Lane St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2035 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 2293 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Lane St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 2984 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 2799 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Lane St", "tippecanoe:retain_points_multiplier_sequence": 2707 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2706 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 2052 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Armstrong Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 3000 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_sequence": 2955 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Carroll Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Egbert Ave", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Fitzgerald Ave", "tippecanoe:retain_points_multiplier_sequence": 2962 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 2053 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Salinas Ave & Gould St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3114 }, "geometry": { "type": "Point", "coordinates": [ -122.398338, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Carr St", "tippecanoe:retain_points_multiplier_sequence": 2050 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Salinas Ave", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 2997 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Key St", "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "PAUL AVE & CARR ST", "tippecanoe:retain_points_multiplier_sequence": 2889 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1138 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 1137 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 1235 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2705 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2704 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1136 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1234 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 1135 }, "geometry": { "type": "Point", "coordinates": [ -122.389412, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Hawes St & Gilman Ave", "tippecanoe:retain_points_multiplier_sequence": 1375 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3025 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.755516 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Muni Metro East/Not a public stop", "tippecanoe:retain_points_multiplier_sequence": 3006 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Third St & Marin St", "tippecanoe:retain_points_multiplier_sequence": 2987 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2975 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & ARTHUR AVE", "tippecanoe:retain_points_multiplier_sequence": 2896 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Cargo Way & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 930 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Cargo Way & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 931 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Fairfax Ave", "tippecanoe:retain_points_multiplier_sequence": 3003 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1076 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Evans Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1760 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.740585 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1761 }, "geometry": { "type": "Point", "coordinates": [ -122.383919, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Cargo Way & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 932 }, "geometry": { "type": "Point", "coordinates": [ -122.383232, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "MENDELL ST/Opposite US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 1763 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "MENDELL ST/US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 1762 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 1075 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.740585 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Mendell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1438 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Mendell St", "tippecanoe:retain_points_multiplier_sequence": 1437 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 642 }, "geometry": { "type": "Point", "coordinates": [ -122.385979, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 1079 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "EVANS AVE/US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 1084 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "EVANS AVE/Opposite US Post Office", "tippecanoe:retain_points_multiplier_sequence": 1085 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1435 }, "geometry": { "type": "Point", "coordinates": [ -122.383919, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1436 }, "geometry": { "type": "Point", "coordinates": [ -122.384262, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1095 }, "geometry": { "type": "Point", "coordinates": [ -122.381859, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1073 }, "geometry": { "type": "Point", "coordinates": [ -122.381172, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Evans Ave", "tippecanoe:retain_points_multiplier_sequence": 1559 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1072 }, "geometry": { "type": "Point", "coordinates": [ -122.380829, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point & Acacia", "tippecanoe:retain_points_multiplier_sequence": 3081 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1757 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Middle Point Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1074 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1756 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 641 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 2033 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 2034 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Keith St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1560 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 1746 }, "geometry": { "type": "Point", "coordinates": [ -122.385979, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1748 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Cashmere St", "tippecanoe:retain_points_multiplier_sequence": 1432 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ardath Ct", "tippecanoe:retain_points_multiplier_sequence": 1431 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Newcomb Ave & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1747 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney Young Cir & Progress St", "tippecanoe:retain_points_multiplier_sequence": 2808 }, "geometry": { "type": "Point", "coordinates": [ -122.383232, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney Young Cir & Progress St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2809 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2292 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2032 }, "geometry": { "type": "Point", "coordinates": [ -122.385292, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2031 }, "geometry": { "type": "Point", "coordinates": [ -122.384949, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 2291 }, "geometry": { "type": "Point", "coordinates": [ -122.386322, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 1478 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 2030 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1956 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2290 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 2029 }, "geometry": { "type": "Point", "coordinates": [ -122.382545, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1759 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 1755 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Whitney Young Cir", "tippecanoe:retain_points_multiplier_sequence": 1439 }, "geometry": { "type": "Point", "coordinates": [ -122.381859, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Harbor Rd", "tippecanoe:retain_points_multiplier_sequence": 1477 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1433 }, "geometry": { "type": "Point", "coordinates": [ -122.379799, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1434 }, "geometry": { "type": "Point", "coordinates": [ -122.379799, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 1758 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "MIDDLE POINT RD & HARE ST", "tippecanoe:retain_points_multiplier_sequence": 2895 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Middle Point Rd E", "tippecanoe:retain_points_multiplier_sequence": 1475 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1949 }, "geometry": { "type": "Point", "coordinates": [ -122.378769, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_sequence": 1473 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.732983 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Hunters Point Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1474 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Osceola Dr", "tippecanoe:retain_points_multiplier_sequence": 1597 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "La Salle Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1596 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Beatrice Ln", "tippecanoe:retain_points_multiplier_sequence": 1476 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.730539 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Baldwin Ct", "tippecanoe:retain_points_multiplier_sequence": 1954 }, "geometry": { "type": "Point", "coordinates": [ -122.381172, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 2027 }, "geometry": { "type": "Point", "coordinates": [ -122.381516, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 2026 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Kiska Rd & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 1565 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Harbor Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1948 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Kiska Rd & Reardon Rd", "tippecanoe:retain_points_multiplier_sequence": 1255 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1955 }, "geometry": { "type": "Point", "coordinates": [ -122.379112, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 1480 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1479 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1472 }, "geometry": { "type": "Point", "coordinates": [ -122.375679, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 1471 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Kirkwood Ave & Dormitory Rd", "tippecanoe:retain_points_multiplier_sequence": 1264 }, "geometry": { "type": "Point", "coordinates": [ -122.375336, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Dormitory Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1947 }, "geometry": { "type": "Point", "coordinates": [ -122.374306, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 1470 }, "geometry": { "type": "Point", "coordinates": [ -122.373619, 37.730810 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 1469 }, "geometry": { "type": "Point", "coordinates": [ -122.372246, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_sequence": 1468 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Earl St & Kirkwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1009 }, "geometry": { "type": "Point", "coordinates": [ -122.372932, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_sequence": 1483 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Donahue St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 1000 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2886 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 2449 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 2240 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 2239 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 1855 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 2882 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 1490 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 1491 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1489 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "515 John Muir Dr", "tippecanoe:retain_points_multiplier_sequence": 1488 }, "geometry": { "type": "Point", "coordinates": [ -122.495155, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 1270 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1267 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 1268 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Garces Dr", "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Bucareli Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1327 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 1271 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 1272 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_sequence": 3119 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Bucareli Dr", "tippecanoe:retain_points_multiplier_sequence": 1516 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Grijalva Dr", "tippecanoe:retain_points_multiplier_sequence": 1329 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood way & Grace community Church NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 3123 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautista Cir", "tippecanoe:retain_points_multiplier_sequence": 1178 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Juan Bautista Cir & Font Blvd", "tippecanoe:retain_points_multiplier_sequence": 2862 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "FONT BLVD & GONZALEZ DR", "tippecanoe:retain_points_multiplier_sequence": 2926 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Gonzalez Dr", "tippecanoe:retain_points_multiplier_sequence": 1328 }, "geometry": { "type": "Point", "coordinates": [ -122.478333, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Gonzalez Dr & Josepha Ave", "tippecanoe:retain_points_multiplier_sequence": 1239 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1266 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 1265 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_sequence": 748 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Cambon Dr", "tippecanoe:retain_points_multiplier_sequence": 1177 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Chumasero Dr", "tippecanoe:retain_points_multiplier_sequence": 1176 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 1494 }, "geometry": { "type": "Point", "coordinates": [ -122.472496, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 2823 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.471466, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Font Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1497 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 2236 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way NW-FS/sb", "tippecanoe:retain_points_multiplier_sequence": 3120 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Summit Way SE-FS/SB", "tippecanoe:retain_points_multiplier_sequence": 3121 }, "geometry": { "type": "Point", "coordinates": [ -122.474556, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Galindo Ave", "tippecanoe:retain_points_multiplier_sequence": 685 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 683 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1532 }, "geometry": { "type": "Point", "coordinates": [ -122.471809, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Chumasero Dr & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 684 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_sequence": 1495 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA BLVD/S.F. Golf Club", "tippecanoe:retain_points_multiplier_sequence": 1496 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 2887 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 2885 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2232 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 497 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 500 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2456 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_sequence": 2233 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & Arch ST", "tippecanoe:retain_points_multiplier_sequence": 3132 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Arch St & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Belle Ave", "tippecanoe:retain_points_multiplier_sequence": 2457 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City Bart Station", "tippecanoe:retain_points_multiplier_sequence": 933 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.705825 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City BART West Station Rd.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3047 }, "geometry": { "type": "Point", "coordinates": [ -122.468719, 37.706912 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 2234 }, "geometry": { "type": "Point", "coordinates": [ -122.463226, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 2235 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Orizaba Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 1995 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 503 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2338 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Orizaba Ave", "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 502 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "274 Sagamore St", "tippecanoe:retain_points_multiplier_sequence": 2335 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 2337 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Crystal St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.460136, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2090 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Thrift St", "tippecanoe:retain_points_multiplier_sequence": 2100 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Montana St", "tippecanoe:retain_points_multiplier_sequence": 2096 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2094 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_sequence": 2095 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715875 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lobos St", "tippecanoe:retain_points_multiplier_sequence": 2091 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 501 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 2336 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 2086 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "PLYMOUTH AVE & BROAD ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2921 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2099 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Sickles Ave", "tippecanoe:retain_points_multiplier_sequence": 2305 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 2383 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 2868 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.705825 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1843 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose St", "tippecanoe:retain_points_multiplier_sequence": 3055 }, "geometry": { "type": "Point", "coordinates": [ -122.460480, 37.706097 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 1844 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy", "tippecanoe:retain_points_multiplier_sequence": 3034 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.706640 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy St", "tippecanoe:retain_points_multiplier_sequence": 1821 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.706912 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & GoeThe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1825 }, "geometry": { "type": "Point", "coordinates": [ -122.457047, 37.707455 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Evergreen St", "tippecanoe:retain_points_multiplier_sequence": 1820 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.707455 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 2297 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 2874 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 2294 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 2295 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 2871 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_sequence": 1850 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_sequence": 1851 }, "geometry": { "type": "Point", "coordinates": [ -122.448463, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 1750 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1833 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 1832 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 1831 }, "geometry": { "type": "Point", "coordinates": [ -122.445717, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Morse St & Lowell St", "tippecanoe:retain_points_multiplier_sequence": 3092 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Guttenberg St", "tippecanoe:retain_points_multiplier_sequence": 1826 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Foote Ave", "tippecanoe:retain_points_multiplier_sequence": 1822 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1845 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Acton St", "tippecanoe:retain_points_multiplier_sequence": 1816 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lawrence Ave", "tippecanoe:retain_points_multiplier_sequence": 1830 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Oliver St", "tippecanoe:retain_points_multiplier_sequence": 1836 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1310 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 3067 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "London St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1595 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_sequence": 1314 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.715603 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 1309 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1308 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Athens St", "tippecanoe:retain_points_multiplier_sequence": 1738 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brunswick St", "tippecanoe:retain_points_multiplier_sequence": 1739 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Curtis St & Prague St", "tippecanoe:retain_points_multiplier_sequence": 929 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1742 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Amazon Ave", "tippecanoe:retain_points_multiplier_sequence": 1737 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1743 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 1741 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_sequence": 1897 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 1744 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 1313 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Drake St", "tippecanoe:retain_points_multiplier_sequence": 2164 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Munich St & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 1853 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 780 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 1312 }, "geometry": { "type": "Point", "coordinates": [ -122.434044, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1896 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Munich St", "tippecanoe:retain_points_multiplier_sequence": 1311 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Munich St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1854 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Prague St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1315 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 2447 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_sequence": 2446 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 781 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 782 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 671 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Naylor St", "tippecanoe:retain_points_multiplier_sequence": 672 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 1895 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Russia Ave & Moscow St", "tippecanoe:retain_points_multiplier_sequence": 2285 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 2166 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 2167 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2445 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1242 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1241 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1243 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "1721 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1244 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 2929 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 2057 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_sequence": 2056 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 1245 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1248 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 2521 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_sequence": 2522 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "1900 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2516 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "1901 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2517 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_sequence": 1249 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 2952 }, "geometry": { "type": "Point", "coordinates": [ -122.423058, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Cielito Dr", "tippecanoe:retain_points_multiplier_sequence": 1253 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Esquina Dr", "tippecanoe:retain_points_multiplier_sequence": 1306 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "1800 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2515 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "1725 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2514 }, "geometry": { "type": "Point", "coordinates": [ -122.419624, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE & PERSIA AVE", "tippecanoe:retain_points_multiplier_sequence": 2891 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 2524 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2351 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Brookdale Ave", "tippecanoe:retain_points_multiplier_sequence": 2349 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Blythdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2348 }, "geometry": { "type": "Point", "coordinates": [ -122.418594, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 2525 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Hahn St", "tippecanoe:retain_points_multiplier_sequence": 2713 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1344 }, "geometry": { "type": "Point", "coordinates": [ -122.415848, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2527 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1646 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 1647 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Valley Middle School", "tippecanoe:retain_points_multiplier_sequence": 2855 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2971 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2973 }, "geometry": { "type": "Point", "coordinates": [ -122.411041, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2714 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sawyer St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2972 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 2710 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 2526 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 2519 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 2520 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2709 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 2715 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 2528 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_sequence": 2350 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 1316 }, "geometry": { "type": "Point", "coordinates": [ -122.420311, 37.708541 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Santos St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1317 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 1250 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707998 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 1251 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_sequence": 2876 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2382 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.707998 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Macdonald Ave", "tippecanoe:retain_points_multiplier_sequence": 2380 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.707183 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 2379 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Street & Schwerin Street", "tippecanoe:retain_points_multiplier_sequence": 3020 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.706368 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 2378 }, "geometry": { "type": "Point", "coordinates": [ -122.412071, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_sequence": 2381 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.708270 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2837 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Tioga Ave", "tippecanoe:retain_points_multiplier_sequence": 999 }, "geometry": { "type": "Point", "coordinates": [ -122.407608, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2853 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Rutland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2856 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "356 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2786 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 2847 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715331 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 2848 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2970 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2969 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Leland Ave", "tippecanoe:retain_points_multiplier_sequence": 2849 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Leland Ave", "tippecanoe:retain_points_multiplier_sequence": 2286 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Cora St", "tippecanoe:retain_points_multiplier_sequence": 2712 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Cora St", "tippecanoe:retain_points_multiplier_sequence": 2518 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.710171 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2287 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 2850 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Rutland St & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2846 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Arleta Ave & Alpha St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Alpha St", "tippecanoe:retain_points_multiplier_sequence": 2238 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.712615 ] } } +, +{ "type": "Feature", "properties": { "name": "Leland Ave@Alpha St", "tippecanoe:retain_points_multiplier_sequence": 2967 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 2711 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "367 Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2787 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2790 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_sequence": 2789 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 2367 }, "geometry": { "type": "Point", "coordinates": [ -122.399712, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wilde Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2368 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Brussels St", "tippecanoe:retain_points_multiplier_sequence": 2788 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.716418 ] } } +, +{ "type": "Feature", "properties": { "name": "3800 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2352 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "3801 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2353 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.714517 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Campbell Ave", "tippecanoe:retain_points_multiplier_sequence": 548 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 2364 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "3947 San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 2354 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "SAN BRUNO AVE & SOMERSET ST", "tippecanoe:retain_points_multiplier_sequence": 2897 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Arleta Ave", "tippecanoe:retain_points_multiplier_sequence": 2355 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.712344 ] } } +, +{ "type": "Feature", "properties": { "name": "Leland Ave@Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 2968 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Visitacion Ave", "tippecanoe:retain_points_multiplier_sequence": 559 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Hester Ave", "tippecanoe:retain_points_multiplier_sequence": 552 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 558 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 2831 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 482 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.712072 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 2830 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 2523 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 2530 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 2529 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 2998 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3019 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 557 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.709085 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE & BAYSHORE BLVD", "tippecanoe:retain_points_multiplier_sequence": 2890 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_sequence": 2829 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2828 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 2827 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Gillette Ave", "tippecanoe:retain_points_multiplier_sequence": 2826 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 1094 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Thomas Mellon Dr", "tippecanoe:retain_points_multiplier_sequence": 3094 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1482 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1481 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 1233 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.713973 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.713430 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & LANSDALE AVE", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.708813 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_sequence": 1093 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_sequence": 2085 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.712072 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2816 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1917 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1919 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 2819 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1920 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 1918 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 2915 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 2817 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.793236 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 2893 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 2820 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Outbd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2821 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Church Station/Outbound", "tippecanoe:retain_points_multiplier_sequence": 2822 }, "geometry": { "type": "Point", "coordinates": [ -122.429237, 37.767187 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 41, "y": 99 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Donahue St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.368126, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 41, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Avenue M & 13th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.829311 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 10th St", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.368469, 37.827141 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue H", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.823616 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.367096, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 5th St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.368126, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 4th St", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.367783, 37.821989 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.819819 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue C", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.818192 ] } } +, +{ "type": "Feature", "properties": { "name": "Treasure Island Rd & Macalla Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.371216, 37.813039 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla St & Nimitz Dr", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd & Nimitz Ct", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.811683 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "California Ave & Avenue M", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.364349, 37.820633 ] } } +, +{ "type": "Feature", "properties": { "name": "62 Macalla St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.365036, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd/Bldg 240", "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.364693, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Northgate Rd & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.363663, 37.811683 ] } } +, +{ "type": "Feature", "properties": { "name": "Hillcrest St & Macalla St", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.363319, 37.810598 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Donahue St & Innes Ave", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.369843, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.368126, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.365723, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Galvez Ave & Horne Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.365379, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 8, "x": 119, "y": 98 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.239799, 37.820090 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 81, "y": 198 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Zoo Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.728231 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.502537, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.499790, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Winston Dr & Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.478504, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.484341, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724157 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.485027, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "170 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.478848, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "91 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.477131, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.467861, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.475071, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.721170 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.472668, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Beverly St & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.465115, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.724972 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Ashton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.462025, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.724429 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.454128, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & Capitol AVE", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelan Ave & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.452412, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.728502 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (South Entrance)", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.724157 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.451725, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.446918, 37.723071 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.444859, 37.723071 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.447262, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Green Yard-San Jose & Ocean", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720356 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.443829, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.440052, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.726873 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723343 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.438679, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.723886 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.432156, 37.725515 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Ruth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.436275, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.721713 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.719269 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.728910 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Lisbon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.428722, 37.728502 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.720899 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.429409, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.721713 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.425976, 37.724701 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.724836 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.725244 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.416019, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & University St", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.727416 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.420483, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.416363, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.726601 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.413273, 37.724972 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Woolsey St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & University St", "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & University St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "Burrows St & Girard St M.L. King School", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.405033, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.403660, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Phelps St & Carroll Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.400913, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.408466, 37.726330 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.404346, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wayland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.402973, 37.726466 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.402630, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Dwight St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724157 ] } } +, +{ "type": "Feature", "properties": { "name": "Bayshore St & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723614 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.402973, 37.721170 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.404003, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Mansell St", "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.401257, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.397823, 37.723071 ] } } +, +{ "type": "Feature", "properties": { "name": "Armstrong Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Jennings St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.393360, 37.722121 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.727145 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.391644, 37.720356 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.389584, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727416 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.728502 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.382717, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Baldwin Ct", "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.381344, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Griffith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.379284, 37.728231 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Earl St & Kirkwood Ave", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.373104, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729181 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.368641, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.367954, 37.725379 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.365551, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727416 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.497730, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "515 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.495327, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.485371, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Garces Dr", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Bucareli Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.716010 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Grijalva Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.714924 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautista Cir", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "FONT BLVD & GONZALEZ DR", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709220 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.474384, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Chumasero Dr", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.715196 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.470264, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA BLVD/S.F. Golf Club", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.471294, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.469921, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.467175, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Arch St & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Belle Ave", "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "Daly City Bart Station", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.705689 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.463398, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.716010 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.711393 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.710307 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.705961 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy St", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.706776 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.453442, 37.713294 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.448292, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716825 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714652 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.711393 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Guttenberg St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Oliver St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.441082, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.715603 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.437992, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Athens St", "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.437305, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brunswick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.437992, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.433529, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Drake St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.426662, 37.711122 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.425632, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.710035 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709764 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.709220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Esquina Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "1800 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.419453, 37.710035 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.712208 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.416019, 37.711936 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Valley Middle School", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.413960, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.412586, 37.712751 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.712208 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.411556, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707862 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.418423, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.707047 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.708134 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Macdonald Ave", "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.412930, 37.707047 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.407436, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.405720, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.713838 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.407093, 37.713294 ] } } +, +{ "type": "Feature", "properties": { "name": "Arleta Ave & Alpha St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.710578 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.402287, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.400227, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713838 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Hester Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.713566 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.400913, 37.711936 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.399197, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.405033, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.711122 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.394733, 37.710850 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.390957, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.389240, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.709764 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.386837, 37.712072 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 81, "y": 197 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 461 }, "geometry": { "type": "Point", "coordinates": [ -122.538586, 37.832294 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_sequence": 732 }, "geometry": { "type": "Point", "coordinates": [ -122.536182, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 730 }, "geometry": { "type": "Point", "coordinates": [ -122.532406, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 731 }, "geometry": { "type": "Point", "coordinates": [ -122.530861, 37.831887 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.527256, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.527084, 37.832429 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_sequence": 428 }, "geometry": { "type": "Point", "coordinates": [ -122.523479, 37.831616 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 427 }, "geometry": { "type": "Point", "coordinates": [ -122.527599, 37.829040 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_sequence": 1120 }, "geometry": { "type": "Point", "coordinates": [ -122.530174, 37.824972 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 426 }, "geometry": { "type": "Point", "coordinates": [ -122.524338, 37.830395 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd & Light House", "tippecanoe:retain_points_multiplier_sequence": 1173 }, "geometry": { "type": "Point", "coordinates": [ -122.529659, 37.821853 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Stables", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.515411, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Rifle Range", "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.508717, 37.832972 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_sequence": 683 }, "geometry": { "type": "Point", "coordinates": [ -122.502365, 37.836090 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 684 }, "geometry": { "type": "Point", "coordinates": [ -122.493954, 37.833785 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 685 }, "geometry": { "type": "Point", "coordinates": [ -122.493954, 37.833514 ] } } +, +{ "type": "Feature", "properties": { "name": "US101 Offramp/Sausalito Lateral Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 772 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.835819 ] } } +, +{ "type": "Feature", "properties": { "name": "Alexander Dr & Conzelman Rd", "tippecanoe:retain_points_multiplier_sequence": 1166 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.833107 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.483997, 37.829446 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.829446 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Br Tunnel/Merchant Rd", "tippecanoe:retain_points_multiplier_sequence": 479 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.806665 ] } } +, +{ "type": "Feature", "properties": { "name": "Merchant St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 656 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.803952 ] } } +, +{ "type": "Feature", "properties": { "name": "Bowley St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.792151 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Bowley Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.482624, 37.788488 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Stillwell Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1094 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.793508 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Pershing Dr", "tippecanoe:retain_points_multiplier_sequence": 615 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.792287 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Bridge/Parking Lot", "tippecanoe:retain_points_multiplier_sequence": 478 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.807478 ] } } +, +{ "type": "Feature", "properties": { "name": "957 Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 614 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.806936 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Cowles St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 613 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.801782 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B650", "tippecanoe:retain_points_multiplier_sequence": 646 }, "geometry": { "type": "Point", "coordinates": [ -122.466831, 37.803409 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Cowles St", "tippecanoe:retain_points_multiplier_sequence": 654 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.801782 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Storey Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 616 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.800968 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 655 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 645 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_sequence": 733 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800154 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St & Moraga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 734 }, "geometry": { "type": "Point", "coordinates": [ -122.460308, 37.798527 ] } } +, +{ "type": "Feature", "properties": { "name": "Mason St (Presidio)/Presidio Bank", "tippecanoe:retain_points_multiplier_sequence": 647 }, "geometry": { "type": "Point", "coordinates": [ -122.457905, 37.803816 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Anza St", "tippecanoe:retain_points_multiplier_sequence": 612 }, "geometry": { "type": "Point", "coordinates": [ -122.456532, 37.801782 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Vallejo St", "tippecanoe:retain_points_multiplier_sequence": 548 }, "geometry": { "type": "Point", "coordinates": [ -122.454472, 37.803681 ] } } +, +{ "type": "Feature", "properties": { "name": "Graham St & Moraga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1147 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.797848 ] } } +, +{ "type": "Feature", "properties": { "name": "Halleck St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_sequence": 547 }, "geometry": { "type": "Point", "coordinates": [ -122.454815, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio YMCA Center N-MB/SB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1186 }, "geometry": { "type": "Point", "coordinates": [ -122.453442, 37.800290 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN HOSPITAL", "tippecanoe:retain_points_multiplier_sequence": 507 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.798120 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 620 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.798527 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Divisadero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 617 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.798798 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Blvd & Sumner Ave", "tippecanoe:retain_points_multiplier_sequence": 823 }, "geometry": { "type": "Point", "coordinates": [ -122.451725, 37.796628 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1003 }, "geometry": { "type": "Point", "coordinates": [ -122.445545, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1002 }, "geometry": { "type": "Point", "coordinates": [ -122.445202, 37.795814 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 822 }, "geometry": { "type": "Point", "coordinates": [ -122.447605, 37.790930 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Clay St", "tippecanoe:retain_points_multiplier_sequence": 821 }, "geometry": { "type": "Point", "coordinates": [ -122.447262, 37.789167 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 578 }, "geometry": { "type": "Point", "coordinates": [ -122.444344, 37.791202 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.442455, 37.803681 ] } } +, +{ "type": "Feature", "properties": { "name": "Scott St & North Point St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 888 }, "geometry": { "type": "Point", "coordinates": [ -122.441769, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Jefferson St", "tippecanoe:retain_points_multiplier_sequence": 432 }, "geometry": { "type": "Point", "coordinates": [ -122.437305, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.800426 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & STEINER ST", "tippecanoe:retain_points_multiplier_sequence": 1117 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796899 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Cervantes Blvd", "tippecanoe:retain_points_multiplier_sequence": 430 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Fort Mason access road/Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.433529, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 930 }, "geometry": { "type": "Point", "coordinates": [ -122.436962, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1004 }, "geometry": { "type": "Point", "coordinates": [ -122.432499, 37.797441 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1010 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.796492 ] } } +, +{ "type": "Feature", "properties": { "name": "Steiner St & Union St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 931 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.796628 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 580 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.791473 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Clay St", "tippecanoe:retain_points_multiplier_sequence": 376 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.789981 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.788488 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.794050 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Broadway", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 429 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.794186 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 584 }, "geometry": { "type": "Point", "coordinates": [ -122.433357, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.788488 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Webster St", "tippecanoe:retain_points_multiplier_sequence": 1058 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.791744 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "902 Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 824 }, "geometry": { "type": "Point", "coordinates": [ -122.513008, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.509403, 37.778992 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & La Playa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.775192 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 501 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.774921 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 832 }, "geometry": { "type": "Point", "coordinates": [ -122.508373, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "V.A. Hospital", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 689 }, "geometry": { "type": "Point", "coordinates": [ -122.505455, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 1151 }, "geometry": { "type": "Point", "coordinates": [ -122.504082, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 831 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_sequence": 506 }, "geometry": { "type": "Point", "coordinates": [ -122.499619, 37.784961 ] } } +, +{ "type": "Feature", "properties": { "name": "42nd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.502880, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_sequence": 351 }, "geometry": { "type": "Point", "coordinates": [ -122.500648, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 352 }, "geometry": { "type": "Point", "coordinates": [ -122.506142, 37.778992 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Balboa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.505970, 37.775192 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.775192 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.503738, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "45th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.773564 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 46th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.507000, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.503567, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 1177 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.771800 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 480 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.767865 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Great Hwy", "tippecanoe:retain_points_multiplier_sequence": 638 }, "geometry": { "type": "Point", "coordinates": [ -122.510090, 37.764065 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah/La Playa/Ocean Beach", "tippecanoe:retain_points_multiplier_sequence": 1116 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.760266 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 635 }, "geometry": { "type": "Point", "coordinates": [ -122.507343, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 601 }, "geometry": { "type": "Point", "coordinates": [ -122.508373, 37.760266 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.505970, 37.760537 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.505798, 37.758637 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.505627, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.505627, 37.756737 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.505627, 37.754837 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 600 }, "geometry": { "type": "Point", "coordinates": [ -122.502880, 37.760537 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1098 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_sequence": 350 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Legion Of Honor Dr & Clement St", "tippecanoe:retain_points_multiplier_sequence": 611 }, "geometry": { "type": "Point", "coordinates": [ -122.494640, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.783740 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.491379, 37.781569 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 32nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 349 }, "geometry": { "type": "Point", "coordinates": [ -122.491894, 37.779534 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.487087, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 348 }, "geometry": { "type": "Point", "coordinates": [ -122.487946, 37.779806 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.497387, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "33rd Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.493267, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.496700, 37.771936 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.772207 ] } } +, +{ "type": "Feature", "properties": { "name": "32ND AVE & ANZA St", "tippecanoe:retain_points_multiplier_sequence": 1194 }, "geometry": { "type": "Point", "coordinates": [ -122.491894, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "32nd Ave & Balboa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.491894, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.489834, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.487431, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "FULTON ST & 31ST AVE", "tippecanoe:retain_points_multiplier_sequence": 1124 }, "geometry": { "type": "Point", "coordinates": [ -122.490692, 37.772207 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 474 }, "geometry": { "type": "Point", "coordinates": [ -122.489147, 37.772207 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & El Camino Del Mar", "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.485371, 37.787267 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Lake St", "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.785775 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.783876 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.781976 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.484856, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 22nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.481766, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 347 }, "geometry": { "type": "Point", "coordinates": [ -122.482624, 37.780077 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.479877, 37.782248 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 346 }, "geometry": { "type": "Point", "coordinates": [ -122.479362, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 18th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.477474, 37.782248 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 17th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 345 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.780620 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.484684, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Balboa St", "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "25th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.484341, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 472 }, "geometry": { "type": "Point", "coordinates": [ -122.484512, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 25th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 473 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.772479 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 470 }, "geometry": { "type": "Point", "coordinates": [ -122.481251, 37.772750 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 21st Ave", "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.480221, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.478161, 37.776549 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 22nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 471 }, "geometry": { "type": "Point", "coordinates": [ -122.480564, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 20th Ave", "tippecanoe:retain_points_multiplier_sequence": 469 }, "geometry": { "type": "Point", "coordinates": [ -122.479191, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 18th Ave", "tippecanoe:retain_points_multiplier_sequence": 467 }, "geometry": { "type": "Point", "coordinates": [ -122.476788, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 18th Ave", "tippecanoe:retain_points_multiplier_sequence": 468 }, "geometry": { "type": "Point", "coordinates": [ -122.476788, 37.772750 ] } } +, +{ "type": "Feature", "properties": { "name": "37th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.764337 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Irving St", "tippecanoe:retain_points_multiplier_sequence": 936 }, "geometry": { "type": "Point", "coordinates": [ -122.495670, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_sequence": 633 }, "geometry": { "type": "Point", "coordinates": [ -122.492580, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 634 }, "geometry": { "type": "Point", "coordinates": [ -122.491894, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 632 }, "geometry": { "type": "Point", "coordinates": [ -122.488632, 37.764880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Judah St", "tippecanoe:retain_points_multiplier_sequence": 937 }, "geometry": { "type": "Point", "coordinates": [ -122.495842, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 938 }, "geometry": { "type": "Point", "coordinates": [ -122.495670, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 599 }, "geometry": { "type": "Point", "coordinates": [ -122.493095, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 940 }, "geometry": { "type": "Point", "coordinates": [ -122.495499, 37.757280 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 38th Ave", "tippecanoe:retain_points_multiplier_sequence": 750 }, "geometry": { "type": "Point", "coordinates": [ -122.496700, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 749 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 31st Ave", "tippecanoe:retain_points_multiplier_sequence": 1093 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 598 }, "geometry": { "type": "Point", "coordinates": [ -122.486744, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 748 }, "geometry": { "type": "Point", "coordinates": [ -122.491550, 37.753480 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 747 }, "geometry": { "type": "Point", "coordinates": [ -122.489147, 37.753751 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 29th Ave", "tippecanoe:retain_points_multiplier_sequence": 746 }, "geometry": { "type": "Point", "coordinates": [ -122.487259, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 631 }, "geometry": { "type": "Point", "coordinates": [ -122.486057, 37.765151 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 629 }, "geometry": { "type": "Point", "coordinates": [ -122.483997, 37.765151 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 25th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 630 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.765015 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.763116 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.765151 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 628 }, "geometry": { "type": "Point", "coordinates": [ -122.477646, 37.765423 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Irving St", "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.763658 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 1092 }, "geometry": { "type": "Point", "coordinates": [ -122.486401, 37.761351 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_sequence": 597 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.761351 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Judah St", "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.481251, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.481251, 37.759723 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 745 }, "geometry": { "type": "Point", "coordinates": [ -122.485886, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 744 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.753751 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 743 }, "geometry": { "type": "Point", "coordinates": [ -122.482796, 37.754023 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 596 }, "geometry": { "type": "Point", "coordinates": [ -122.479877, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.479877, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 595 }, "geometry": { "type": "Point", "coordinates": [ -122.477131, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.476788, 37.757823 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.480736, 37.754158 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Moraga St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.476616, 37.756194 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.476444, 37.753887 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 755 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.752937 ] } } +, +{ "type": "Feature", "properties": { "name": "47th Ave & Noriega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.506313, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 46th Ave", "tippecanoe:retain_points_multiplier_sequence": 754 }, "geometry": { "type": "Point", "coordinates": [ -122.505627, 37.752937 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 48th Ave", "tippecanoe:retain_points_multiplier_sequence": 845 }, "geometry": { "type": "Point", "coordinates": [ -122.507000, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Lower Great Hwy & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 481 }, "geometry": { "type": "Point", "coordinates": [ -122.507515, 37.745472 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.505112, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.504940, 37.745607 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 753 }, "geometry": { "type": "Point", "coordinates": [ -122.502193, 37.752937 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 752 }, "geometry": { "type": "Point", "coordinates": [ -122.500134, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 751 }, "geometry": { "type": "Point", "coordinates": [ -122.498760, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 44th Ave", "tippecanoe:retain_points_multiplier_sequence": 844 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 843 }, "geometry": { "type": "Point", "coordinates": [ -122.499790, 37.747508 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 842 }, "geometry": { "type": "Point", "coordinates": [ -122.497559, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.504768, 37.743707 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.504597, 37.741807 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.504597, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1028 }, "geometry": { "type": "Point", "coordinates": [ -122.505283, 37.738006 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 44th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 974 }, "geometry": { "type": "Point", "coordinates": [ -122.502537, 37.741807 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 42nd Ave", "tippecanoe:retain_points_multiplier_sequence": 973 }, "geometry": { "type": "Point", "coordinates": [ -122.500477, 37.741807 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 42nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 972 }, "geometry": { "type": "Point", "coordinates": [ -122.500134, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 40th Ave", "tippecanoe:retain_points_multiplier_sequence": 971 }, "geometry": { "type": "Point", "coordinates": [ -122.498245, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Great Hwy & Sloat Blvd", "tippecanoe:retain_points_multiplier_sequence": 482 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 47th Ave", "tippecanoe:retain_points_multiplier_sequence": 916 }, "geometry": { "type": "Point", "coordinates": [ -122.505283, 37.735562 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_sequence": 915 }, "geometry": { "type": "Point", "coordinates": [ -122.502708, 37.735290 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 43rd Ave", "tippecanoe:retain_points_multiplier_sequence": 914 }, "geometry": { "type": "Point", "coordinates": [ -122.501335, 37.735290 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_sequence": 913 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.734476 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Amory Rd", "tippecanoe:retain_points_multiplier_sequence": 1164 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.730675 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Zoo Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 907 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.728231 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 545 }, "geometry": { "type": "Point", "coordinates": [ -122.499104, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_sequence": 908 }, "geometry": { "type": "Point", "coordinates": [ -122.502537, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 576 }, "geometry": { "type": "Point", "coordinates": [ -122.499962, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & Sunset Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 756 }, "geometry": { "type": "Point", "coordinates": [ -122.495327, 37.753344 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 941 }, "geometry": { "type": "Point", "coordinates": [ -122.494984, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Quintara St", "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.497387, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 942 }, "geometry": { "type": "Point", "coordinates": [ -122.494812, 37.747508 ] } } +, +{ "type": "Feature", "properties": { "name": "Rivera St & 37th Ave", "tippecanoe:retain_points_multiplier_sequence": 864 }, "geometry": { "type": "Point", "coordinates": [ -122.495327, 37.745879 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 841 }, "geometry": { "type": "Point", "coordinates": [ -122.490864, 37.748051 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 31st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 840 }, "geometry": { "type": "Point", "coordinates": [ -122.488976, 37.747915 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Rivera St", "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.487774, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 943 }, "geometry": { "type": "Point", "coordinates": [ -122.494640, 37.744250 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 944 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.742349 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 945 }, "geometry": { "type": "Point", "coordinates": [ -122.494297, 37.740042 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 946 }, "geometry": { "type": "Point", "coordinates": [ -122.494125, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 32nd Ave", "tippecanoe:retain_points_multiplier_sequence": 969 }, "geometry": { "type": "Point", "coordinates": [ -122.489491, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 32nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 970 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.742349 ] } } +, +{ "type": "Feature", "properties": { "name": "30th Ave & Santiago St", "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.744521 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 968 }, "geometry": { "type": "Point", "coordinates": [ -122.487602, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_sequence": 1027 }, "geometry": { "type": "Point", "coordinates": [ -122.487087, 37.738684 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 839 }, "geometry": { "type": "Point", "coordinates": [ -122.485542, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 838 }, "geometry": { "type": "Point", "coordinates": [ -122.483482, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 837 }, "geometry": { "type": "Point", "coordinates": [ -122.481251, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.476101, 37.752665 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 836 }, "geometry": { "type": "Point", "coordinates": [ -122.479191, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 19th Ave", "tippecanoe:retain_points_multiplier_sequence": 835 }, "geometry": { "type": "Point", "coordinates": [ -122.476101, 37.748593 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.746422 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 28th Ave", "tippecanoe:retain_points_multiplier_sequence": 967 }, "geometry": { "type": "Point", "coordinates": [ -122.485371, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_sequence": 966 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.742621 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 24th Ave", "tippecanoe:retain_points_multiplier_sequence": 965 }, "geometry": { "type": "Point", "coordinates": [ -122.481079, 37.742757 ] } } +, +{ "type": "Feature", "properties": { "name": "29th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.486057, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 964 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.742892 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 22nd Ave", "tippecanoe:retain_points_multiplier_sequence": 963 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.742892 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.743164 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.475586, 37.741264 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 912 }, "geometry": { "type": "Point", "coordinates": [ -122.496700, 37.733933 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Skyline Blvd", "tippecanoe:retain_points_multiplier_sequence": 922 }, "geometry": { "type": "Point", "coordinates": [ -122.496700, 37.733661 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Yorba St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 947 }, "geometry": { "type": "Point", "coordinates": [ -122.493954, 37.734747 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 37th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 911 }, "geometry": { "type": "Point", "coordinates": [ -122.494469, 37.733661 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_sequence": 939 }, "geometry": { "type": "Point", "coordinates": [ -122.493439, 37.730267 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 34th Ave", "tippecanoe:retain_points_multiplier_sequence": 910 }, "geometry": { "type": "Point", "coordinates": [ -122.491550, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Everglade Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 920 }, "geometry": { "type": "Point", "coordinates": [ -122.489662, 37.733933 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Constanso Way", "tippecanoe:retain_points_multiplier_sequence": 917 }, "geometry": { "type": "Point", "coordinates": [ -122.489147, 37.734204 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & El Mirasol Pl", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 919 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Paraiso Pl", "tippecanoe:retain_points_multiplier_sequence": 921 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.734476 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 498 }, "geometry": { "type": "Point", "coordinates": [ -122.486401, 37.729588 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced & Middlefield Dr", "tippecanoe:retain_points_multiplier_sequence": 499 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Crestlake Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 918 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 909 }, "geometry": { "type": "Point", "coordinates": [ -122.477303, 37.734747 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_sequence": 1190 }, "geometry": { "type": "Point", "coordinates": [ -122.479019, 37.728502 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Ave & Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "20th Av/Macy's Stonestown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1114 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd/SFSU", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 500 }, "geometry": { "type": "Point", "coordinates": [ -122.484341, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & Font DR", "tippecanoe:retain_points_multiplier_sequence": 1123 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 495 }, "geometry": { "type": "Point", "coordinates": [ -122.485027, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "170 Buckingham Way", "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.478848, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "91 Buckingham Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.477131, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_sequence": 458 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.720627 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.784418 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.784418 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.472668, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.473869, 37.782519 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 344 }, "geometry": { "type": "Point", "coordinates": [ -122.470779, 37.780620 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.784690 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th Ave", "tippecanoe:retain_points_multiplier_sequence": 1080 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.784690 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 9th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 343 }, "geometry": { "type": "Point", "coordinates": [ -122.467518, 37.780891 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.472668, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 466 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.773021 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Park Presidio Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 10th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 8th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.466145, 37.777092 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.465801, 37.775192 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 10th Ave", "tippecanoe:retain_points_multiplier_sequence": 465 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.773293 ] } } +, +{ "type": "Feature", "properties": { "name": "8th Ave & Cabrillo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.774921 ] } } +, +{ "type": "Feature", "properties": { "name": "Cornwall St & 5th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.459278, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 4th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.462540, 37.783062 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 2nd Ave", "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.459793, 37.783062 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 3rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 342 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Cherry St", "tippecanoe:retain_points_multiplier_sequence": 869 }, "geometry": { "type": "Point", "coordinates": [ -122.456532, 37.786860 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Jordan Ave", "tippecanoe:retain_points_multiplier_sequence": 384 }, "geometry": { "type": "Point", "coordinates": [ -122.456875, 37.783876 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 386 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.783876 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.781434 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 476 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.781162 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Commonwealth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 355 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.781434 ] } } +, +{ "type": "Feature", "properties": { "name": "6th Ave & Anza St", "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 4th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.461681, 37.777363 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_sequence": 464 }, "geometry": { "type": "Point", "coordinates": [ -122.464085, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 462 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.773971 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 4th Ave", "tippecanoe:retain_points_multiplier_sequence": 463 }, "geometry": { "type": "Point", "coordinates": [ -122.461166, 37.773836 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Arguello Blvd & Balboa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.458591, 37.777092 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 1000 }, "geometry": { "type": "Point", "coordinates": [ -122.455330, 37.777635 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.774378 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Stanyan StW", "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.454815, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Stanyan St & Hayes St", "tippecanoe:retain_points_multiplier_sequence": 928 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.772750 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 627 }, "geometry": { "type": "Point", "coordinates": [ -122.475414, 37.765558 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 15th Ave", "tippecanoe:retain_points_multiplier_sequence": 626 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.765694 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 637 }, "geometry": { "type": "Point", "coordinates": [ -122.470951, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 602 }, "geometry": { "type": "Point", "coordinates": [ -122.470264, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "CONCOURSE DR/Academy of Sciences", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 477 }, "geometry": { "type": "Point", "coordinates": [ -122.466145, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 625 }, "geometry": { "type": "Point", "coordinates": [ -122.468891, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 592 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 9th Ave", "tippecanoe:retain_points_multiplier_sequence": 624 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 594 }, "geometry": { "type": "Point", "coordinates": [ -122.473698, 37.761894 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lawton St", "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.473698, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 603 }, "geometry": { "type": "Point", "coordinates": [ -122.470608, 37.761894 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lomita Ave", "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 16th Ave", "tippecanoe:retain_points_multiplier_sequence": 742 }, "geometry": { "type": "Point", "coordinates": [ -122.473011, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.472153, 37.754023 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 593 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.761894 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 505 }, "geometry": { "type": "Point", "coordinates": [ -122.470093, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 11th Ave", "tippecanoe:retain_points_multiplier_sequence": 504 }, "geometry": { "type": "Point", "coordinates": [ -122.468033, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Kirkham St", "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.466145, 37.760401 ] } } +, +{ "type": "Feature", "properties": { "name": "9TH AVE & LAWTON ST", "tippecanoe:retain_points_multiplier_sequence": 1113 }, "geometry": { "type": "Point", "coordinates": [ -122.465973, 37.758501 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Moraga St", "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.465801, 37.756601 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Noriega St", "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.465630, 37.754837 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 623 }, "geometry": { "type": "Point", "coordinates": [ -122.463913, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 5th Ave", "tippecanoe:retain_points_multiplier_sequence": 622 }, "geometry": { "type": "Point", "coordinates": [ -122.462368, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Parnassus Ave & 4th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 787 }, "geometry": { "type": "Point", "coordinates": [ -122.460651, 37.762708 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Arguello Blvd", "tippecanoe:retain_points_multiplier_sequence": 636 }, "geometry": { "type": "Point", "coordinates": [ -122.457905, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "Frederick St & Willard St", "tippecanoe:retain_points_multiplier_sequence": 460 }, "geometry": { "type": "Point", "coordinates": [ -122.454815, 37.766237 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 503 }, "geometry": { "type": "Point", "coordinates": [ -122.464085, 37.758637 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.756737 ] } } +, +{ "type": "Feature", "properties": { "name": "1798 Laguna Honda Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 608 }, "geometry": { "type": "Point", "coordinates": [ -122.463741, 37.754566 ] } } +, +{ "type": "Feature", "properties": { "name": "400 Warren Dr E", "tippecanoe:retain_points_multiplier_sequence": 1054 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "345 Warren Dr E", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1053 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Christopher Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1055 }, "geometry": { "type": "Point", "coordinates": [ -122.459965, 37.753751 ] } } +, +{ "type": "Feature", "properties": { "name": "117 Warren Dr", "tippecanoe:retain_points_multiplier_sequence": 1052 }, "geometry": { "type": "Point", "coordinates": [ -122.457905, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Warren Dr & Oakpark Dr", "tippecanoe:retain_points_multiplier_sequence": 1056 }, "geometry": { "type": "Point", "coordinates": [ -122.456360, 37.755244 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Spruce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.786453 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 387 }, "geometry": { "type": "Point", "coordinates": [ -122.453442, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Iris Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 383 }, "geometry": { "type": "Point", "coordinates": [ -122.451897, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 382 }, "geometry": { "type": "Point", "coordinates": [ -122.450180, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Spruce St", "tippecanoe:retain_points_multiplier_sequence": 475 }, "geometry": { "type": "Point", "coordinates": [ -122.453098, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 354 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.782248 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Walnut St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 872 }, "geometry": { "type": "Point", "coordinates": [ -122.447948, 37.787946 ] } } +, +{ "type": "Feature", "properties": { "name": "Euclid Ave & Presidio Ave", "tippecanoe:retain_points_multiplier_sequence": 385 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.787674 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Baker St", "tippecanoe:retain_points_multiplier_sequence": 954 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.784825 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 353 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Parker Ave", "tippecanoe:retain_points_multiplier_sequence": 998 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.777906 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Roselyn Ter", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 999 }, "geometry": { "type": "Point", "coordinates": [ -122.449665, 37.778313 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 539 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.773293 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Turk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 729 }, "geometry": { "type": "Point", "coordinates": [ -122.447090, 37.778720 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Masonic Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.775600 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Lyon St", "tippecanoe:retain_points_multiplier_sequence": 997 }, "geometry": { "type": "Point", "coordinates": [ -122.443829, 37.778992 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Ashbury St", "tippecanoe:retain_points_multiplier_sequence": 538 }, "geometry": { "type": "Point", "coordinates": [ -122.447605, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Masonic Ave & Oak St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 728 }, "geometry": { "type": "Point", "coordinates": [ -122.445545, 37.771936 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.440739, 37.787946 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 381 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Sutter St", "tippecanoe:retain_points_multiplier_sequence": 380 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 996 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.779534 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Eddy St", "tippecanoe:retain_points_multiplier_sequence": 377 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.780484 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 959 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Steiner St", "tippecanoe:retain_points_multiplier_sequence": 960 }, "geometry": { "type": "Point", "coordinates": [ -122.434902, 37.785775 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Pine St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 435 }, "geometry": { "type": "Point", "coordinates": [ -122.433529, 37.788081 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 391 }, "geometry": { "type": "Point", "coordinates": [ -122.435417, 37.781027 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & O'Farrell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 434 }, "geometry": { "type": "Point", "coordinates": [ -122.432671, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Eddy St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 431 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.781434 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Divisadero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1176 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Fulton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 378 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.776685 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buena Vista East Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 527 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.770715 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Divisadero St", "tippecanoe:retain_points_multiplier_sequence": 529 }, "geometry": { "type": "Point", "coordinates": [ -122.437305, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 653 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.778177 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Scott St", "tippecanoe:retain_points_multiplier_sequence": 544 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.775192 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 542 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.775464 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 650 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 543 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.775328 ] } } +, +{ "type": "Feature", "properties": { "name": "Divisadero St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 379 }, "geometry": { "type": "Point", "coordinates": [ -122.436962, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_sequence": 531 }, "geometry": { "type": "Point", "coordinates": [ -122.433872, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 532 }, "geometry": { "type": "Point", "coordinates": [ -122.453098, 37.769086 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Cole St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 528 }, "geometry": { "type": "Point", "coordinates": [ -122.450695, 37.769629 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Stanyan St", "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Carl St & Cole St", "tippecanoe:retain_points_multiplier_sequence": 1132 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & Alma St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.763251 ] } } +, +{ "type": "Feature", "properties": { "name": "Ashbury St & Haight St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.446747, 37.769901 ] } } +, +{ "type": "Feature", "properties": { "name": "Clayton St & Carl St", "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.447777, 37.766237 ] } } +, +{ "type": "Feature", "properties": { "name": "Upper Ter & Masonic Ave", "tippecanoe:retain_points_multiplier_sequence": 1018 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.765423 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Lower Ter", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 862 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 804 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.753480 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_sequence": 725 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Belvedere St", "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.447605, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Clayton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.758909 ] } } +, +{ "type": "Feature", "properties": { "name": "539 Corbett Ave", "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.444172, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Graystone Ter", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.756466 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Romain St", "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.442799, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.438507, 37.768679 ] } } +, +{ "type": "Feature", "properties": { "name": "Roosevelt Way & Museum Way", "tippecanoe:retain_points_multiplier_sequence": 863 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Douglass St", "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Diamond St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.762437 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.767322 ] } } +, +{ "type": "Feature", "properties": { "name": "Duboce St/Noe St/Duboce Park", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1127 }, "geometry": { "type": "Point", "coordinates": [ -122.433701, 37.769358 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.433186, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 357 }, "geometry": { "type": "Point", "coordinates": [ -122.435589, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Castro St", "tippecanoe:retain_points_multiplier_sequence": 721 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.762301 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Noe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 724 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.764473 ] } } +, +{ "type": "Feature", "properties": { "name": "17th St & Noe St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.433014, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hattie St", "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.441082, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & Market St", "tippecanoe:retain_points_multiplier_sequence": 407 }, "geometry": { "type": "Point", "coordinates": [ -122.438164, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 405 }, "geometry": { "type": "Point", "coordinates": [ -122.437992, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 21st St", "tippecanoe:retain_points_multiplier_sequence": 520 }, "geometry": { "type": "Point", "coordinates": [ -122.440395, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Eureka St", "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.757551 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.435074, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 358 }, "geometry": { "type": "Point", "coordinates": [ -122.434902, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.760944 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & Collingwood St", "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 20th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 359 }, "geometry": { "type": "Point", "coordinates": [ -122.434559, 37.757551 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 360 }, "geometry": { "type": "Point", "coordinates": [ -122.434387, 37.754566 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 361 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.754430 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Ortega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.473011, 37.752394 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.472839, 37.750494 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.471981, 37.750765 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 17th Ave", "tippecanoe:retain_points_multiplier_sequence": 834 }, "geometry": { "type": "Point", "coordinates": [ -122.474041, 37.748729 ] } } +, +{ "type": "Feature", "properties": { "name": "17th Ave & Rivera St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.473698, 37.746693 ] } } +, +{ "type": "Feature", "properties": { "name": "Santiago St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 924 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.745064 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 12th Ave", "tippecanoe:retain_points_multiplier_sequence": 833 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "10th Ave & Pacheco St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.466488, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Funston Ave", "tippecanoe:retain_points_multiplier_sequence": 847 }, "geometry": { "type": "Point", "coordinates": [ -122.469578, 37.748865 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & Cragmont Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 846 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.475414, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 17th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 962 }, "geometry": { "type": "Point", "coordinates": [ -122.473698, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St. & 17th Ave.", "tippecanoe:retain_points_multiplier_sequence": 1162 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Taraval St", "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.471294, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "15th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.471294, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.475414, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Wawona St", "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.475414, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 15th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1050 }, "geometry": { "type": "Point", "coordinates": [ -122.470436, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "14th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.469921, 37.741535 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Lenox Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1001 }, "geometry": { "type": "Point", "coordinates": [ -122.466145, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 14th Ave", "tippecanoe:retain_points_multiplier_sequence": 1049 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.738006 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & Vicente St", "tippecanoe:retain_points_multiplier_sequence": 1051 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Clarendon Ave", "tippecanoe:retain_points_multiplier_sequence": 508 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.751037 ] } } +, +{ "type": "Feature", "properties": { "name": "Forest Hill Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 1073 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Clarendon Woods S", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hosp/Clarendon Hall", "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.456875, 37.749815 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 773 }, "geometry": { "type": "Point", "coordinates": [ -122.454300, 37.751308 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd/opp Forest Hill", "tippecanoe:retain_points_multiplier_sequence": 1131 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "LAGUNA HONDA Hospital/E Parkng Lot", "tippecanoe:retain_points_multiplier_sequence": 854 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.747779 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1060 }, "geometry": { "type": "Point", "coordinates": [ -122.453785, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 826 }, "geometry": { "type": "Point", "coordinates": [ -122.460995, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Lorenzo Ave", "tippecanoe:retain_points_multiplier_sequence": 828 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 827 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.740178 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Idora Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 607 }, "geometry": { "type": "Point", "coordinates": [ -122.456532, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Waithman Way", "tippecanoe:retain_points_multiplier_sequence": 829 }, "geometry": { "type": "Point", "coordinates": [ -122.456532, 37.741535 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_sequence": 609 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.743435 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Del Sur Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 808 }, "geometry": { "type": "Point", "coordinates": [ -122.455673, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "MYRA WAY & DALEWOOD", "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.736648 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.475071, 37.732711 ] } } +, +{ "type": "Feature", "properties": { "name": "Junipero Serra Blvd & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1097 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Eucalyptus Dr", "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.474899, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 408 }, "geometry": { "type": "Point", "coordinates": [ -122.472324, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_sequence": 933 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Clara Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 932 }, "geometry": { "type": "Point", "coordinates": [ -122.466316, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Santa Clara Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_sequence": 887 }, "geometry": { "type": "Point", "coordinates": [ -122.465801, 37.733118 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Leandro Way", "tippecanoe:retain_points_multiplier_sequence": 770 }, "geometry": { "type": "Point", "coordinates": [ -122.469406, 37.729860 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Aptos Ave", "tippecanoe:retain_points_multiplier_sequence": 1095 }, "geometry": { "type": "Point", "coordinates": [ -122.467861, 37.728366 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1154 }, "geometry": { "type": "Point", "coordinates": [ -122.475071, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1118 }, "geometry": { "type": "Point", "coordinates": [ -122.475243, 37.721170 ] } } +, +{ "type": "Feature", "properties": { "name": "Holloway Ave & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_sequence": 551 }, "geometry": { "type": "Point", "coordinates": [ -122.472668, 37.721442 ] } } +, +{ "type": "Feature", "properties": { "name": "Beverly St & Garfield St", "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_sequence": 763 }, "geometry": { "type": "Point", "coordinates": [ -122.466660, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 341 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_sequence": 1110 }, "geometry": { "type": "Point", "coordinates": [ -122.465115, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & San Aleso Ave", "tippecanoe:retain_points_multiplier_sequence": 670 }, "geometry": { "type": "Point", "coordinates": [ -122.464428, 37.732304 ] } } +, +{ "type": "Feature", "properties": { "name": "Miraloma Dr & Yerba Buena Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 690 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Hazelwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1070 }, "geometry": { "type": "Point", "coordinates": [ -122.459621, 37.734476 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1069 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.733661 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Northgate Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 669 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & El Verano Way", "tippecanoe:retain_points_multiplier_sequence": 665 }, "geometry": { "type": "Point", "coordinates": [ -122.461510, 37.729996 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_sequence": 1068 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.733526 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Faxon Ave", "tippecanoe:retain_points_multiplier_sequence": 666 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.730675 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Valdez Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 671 }, "geometry": { "type": "Point", "coordinates": [ -122.455845, 37.731218 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 1096 }, "geometry": { "type": "Point", "coordinates": [ -122.464256, 37.725923 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 764 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.724972 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 340 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Ashton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 514 }, "geometry": { "type": "Point", "coordinates": [ -122.462025, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Jules Ave", "tippecanoe:retain_points_multiplier_sequence": 516 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Miramar Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 766 }, "geometry": { "type": "Point", "coordinates": [ -122.458076, 37.724293 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 802 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Lee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 765 }, "geometry": { "type": "Point", "coordinates": [ -122.454128, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "GRAFTON AVE & Capitol AVE", "tippecanoe:retain_points_multiplier_sequence": 1109 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Grafton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 799 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Olympia Way & Dellbrook Ave", "tippecanoe:retain_points_multiplier_sequence": 774 }, "geometry": { "type": "Point", "coordinates": [ -122.453098, 37.751308 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Starview Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 805 }, "geometry": { "type": "Point", "coordinates": [ -122.452068, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & Aquavista Way", "tippecanoe:retain_points_multiplier_sequence": 905 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.751172 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyview Way & Glenview Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 906 }, "geometry": { "type": "Point", "coordinates": [ -122.450352, 37.749951 ] } } +, +{ "type": "Feature", "properties": { "name": "City View Way & Knollview Way", "tippecanoe:retain_points_multiplier_sequence": 363 }, "geometry": { "type": "Point", "coordinates": [ -122.451382, 37.748865 ] } } +, +{ "type": "Feature", "properties": { "name": "Woodside Ave & Portola Dr", "tippecanoe:retain_points_multiplier_sequence": 1059 }, "geometry": { "type": "Point", "coordinates": [ -122.452412, 37.745743 ] } } +, +{ "type": "Feature", "properties": { "name": "PORTOLA DR/McAteer High School", "tippecanoe:retain_points_multiplier_sequence": 825 }, "geometry": { "type": "Point", "coordinates": [ -122.449493, 37.745879 ] } } +, +{ "type": "Feature", "properties": { "name": "PARKRIDGE DR & CRESTLINE DR", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 820 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "40 CRESTLINE DR", "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.446575, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Hopkins Ave", "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.443829, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Crestline Dr & Burnett Ave", "tippecanoe:retain_points_multiplier_sequence": 1082 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.749272 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & Glenview Dr", "tippecanoe:retain_points_multiplier_sequence": 809 }, "geometry": { "type": "Point", "coordinates": [ -122.447948, 37.746422 ] } } +, +{ "type": "Feature", "properties": { "name": "Burnett Ave & Dawnview Way", "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.748051 ] } } +, +{ "type": "Feature", "properties": { "name": "DUNCAN ST & AMBER DR", "tippecanoe:retain_points_multiplier_sequence": 1119 }, "geometry": { "type": "Point", "coordinates": [ -122.443485, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Fowler Ave", "tippecanoe:retain_points_multiplier_sequence": 982 }, "geometry": { "type": "Point", "coordinates": [ -122.451382, 37.743435 ] } } +, +{ "type": "Feature", "properties": { "name": "100 O'Shaughnessy Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 775 }, "geometry": { "type": "Point", "coordinates": [ -122.450695, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Isola Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 984 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.741671 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Reposa Way", "tippecanoe:retain_points_multiplier_sequence": 985 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.740992 ] } } +, +{ "type": "Feature", "properties": { "name": "555 Myra Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 673 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Myra Way & Molimo Dr", "tippecanoe:retain_points_multiplier_sequence": 674 }, "geometry": { "type": "Point", "coordinates": [ -122.451725, 37.737734 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Del Vale Ave", "tippecanoe:retain_points_multiplier_sequence": 776 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_sequence": 983 }, "geometry": { "type": "Point", "coordinates": [ -122.447948, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & El Sereno Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 979 }, "geometry": { "type": "Point", "coordinates": [ -122.446232, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Bella Vista Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 978 }, "geometry": { "type": "Point", "coordinates": [ -122.446575, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_sequence": 777 }, "geometry": { "type": "Point", "coordinates": [ -122.443657, 37.736376 ] } } +, +{ "type": "Feature", "properties": { "name": "Hoffman Ave & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 550 }, "geometry": { "type": "Point", "coordinates": [ -122.440739, 37.752394 ] } } +, +{ "type": "Feature", "properties": { "name": "Fountain St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 459 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.750765 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 406 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 521 }, "geometry": { "type": "Point", "coordinates": [ -122.442455, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "5157 Diamond Heights Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 365 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.746829 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Duncan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 367 }, "geometry": { "type": "Point", "coordinates": [ -122.439880, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.436447, 37.752665 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.436275, 37.751037 ] } } +, +{ "type": "Feature", "properties": { "name": "Castro St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 362 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 1130 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.751308 ] } } +, +{ "type": "Feature", "properties": { "name": "25th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.431641, 37.749679 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 370 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.746286 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Noe St", "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.431812, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 369 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St (south)/Diamond Hts", "tippecanoe:retain_points_multiplier_sequence": 1126 }, "geometry": { "type": "Point", "coordinates": [ -122.437134, 37.738277 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 28th St", "tippecanoe:retain_points_multiplier_sequence": 371 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & 29th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 372 }, "geometry": { "type": "Point", "coordinates": [ -122.435589, 37.743164 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Diamond St", "tippecanoe:retain_points_multiplier_sequence": 366 }, "geometry": { "type": "Point", "coordinates": [ -122.435589, 37.741807 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_sequence": 368 }, "geometry": { "type": "Point", "coordinates": [ -122.435760, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Sussex St", "tippecanoe:retain_points_multiplier_sequence": 375 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.737327 ] } } +, +{ "type": "Feature", "properties": { "name": "164 Addison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Surrey St", "tippecanoe:retain_points_multiplier_sequence": 374 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.736105 ] } } +, +{ "type": "Feature", "properties": { "name": "33 Moffitt St", "tippecanoe:retain_points_multiplier_sequence": 719 }, "geometry": { "type": "Point", "coordinates": [ -122.432156, 37.736784 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 981 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Mangels Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 440 }, "geometry": { "type": "Point", "coordinates": [ -122.448978, 37.733118 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Gennessee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 668 }, "geometry": { "type": "Point", "coordinates": [ -122.451382, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 667 }, "geometry": { "type": "Point", "coordinates": [ -122.449150, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Foerster St & Judson Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 439 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.728502 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_sequence": 980 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 663 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 661 }, "geometry": { "type": "Point", "coordinates": [ -122.444515, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Edna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 664 }, "geometry": { "type": "Point", "coordinates": [ -122.446575, 37.731489 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_sequence": 662 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.731489 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 796 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (South Entrance)", "tippecanoe:retain_points_multiplier_sequence": 795 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "OCEAN AVE/CCSF Pedestrian Bridge", "tippecanoe:retain_points_multiplier_sequence": 762 }, "geometry": { "type": "Point", "coordinates": [ -122.450867, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 515 }, "geometry": { "type": "Point", "coordinates": [ -122.452927, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Mt Vernon Ave & Howth St", "tippecanoe:retain_points_multiplier_sequence": 672 }, "geometry": { "type": "Point", "coordinates": [ -122.451725, 37.719677 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_sequence": 1189 }, "geometry": { "type": "Point", "coordinates": [ -122.446918, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_sequence": 769 }, "geometry": { "type": "Point", "coordinates": [ -122.444859, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave/Balboa Park BART", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 487 }, "geometry": { "type": "Point", "coordinates": [ -122.447262, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Green Yard-San Jose & Ocean", "tippecanoe:retain_points_multiplier_sequence": 1174 }, "geometry": { "type": "Point", "coordinates": [ -122.445030, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Delano Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 509 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.720220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave at Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 1112 }, "geometry": { "type": "Point", "coordinates": [ -122.443829, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Elk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.440052, 37.735019 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Congo St", "tippecanoe:retain_points_multiplier_sequence": 660 }, "geometry": { "type": "Point", "coordinates": [ -122.441940, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 659 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Acadia St", "tippecanoe:retain_points_multiplier_sequence": 658 }, "geometry": { "type": "Point", "coordinates": [ -122.437649, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_sequence": 1086 }, "geometry": { "type": "Point", "coordinates": [ -122.440052, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St & Chenery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 373 }, "geometry": { "type": "Point", "coordinates": [ -122.433872, 37.734476 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Castro St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Circular Ave & Monterey Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.436962, 37.731353 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 892 }, "geometry": { "type": "Point", "coordinates": [ -122.433186, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_sequence": 867 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_sequence": 767 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.723343 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_sequence": 761 }, "geometry": { "type": "Point", "coordinates": [ -122.438679, 37.723614 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_sequence": 1090 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.721985 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Onondaga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 714 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.721306 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 768 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 419 }, "geometry": { "type": "Point", "coordinates": [ -122.432156, 37.725515 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Ruth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 715 }, "geometry": { "type": "Point", "coordinates": [ -122.436275, 37.722800 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 794 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.722392 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 792 }, "geometry": { "type": "Point", "coordinates": [ -122.432842, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 681 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.719133 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Polk St", "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.806393 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_sequence": 556 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806665 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 586 }, "geometry": { "type": "Point", "coordinates": [ -122.415504, 37.808292 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Powell St", "tippecanoe:retain_points_multiplier_sequence": 585 }, "geometry": { "type": "Point", "coordinates": [ -122.413273, 37.808563 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 676 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.806529 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1103 }, "geometry": { "type": "Point", "coordinates": [ -122.412243, 37.808021 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.807750 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.801511 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.801918 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1007 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.797577 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St&Gough St NW-FS/BZ", "tippecanoe:retain_points_multiplier_sequence": 1188 }, "geometry": { "type": "Point", "coordinates": [ -122.428036, 37.800968 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 1005 }, "geometry": { "type": "Point", "coordinates": [ -122.427349, 37.797984 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 1023 }, "geometry": { "type": "Point", "coordinates": [ -122.425289, 37.805037 ] } } +, +{ "type": "Feature", "properties": { "name": "North Point St & Larkin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 675 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.805444 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 806 }, "geometry": { "type": "Point", "coordinates": [ -122.422886, 37.801646 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1020 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.800426 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Van Ness Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1013 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.798527 ] } } +, +{ "type": "Feature", "properties": { "name": "Polk St & Union St", "tippecanoe:retain_points_multiplier_sequence": 807 }, "geometry": { "type": "Point", "coordinates": [ -122.422199, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1011 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.798798 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 579 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 582 }, "geometry": { "type": "Point", "coordinates": [ -122.429409, 37.793101 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 583 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.793372 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_sequence": 871 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.790659 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Vallejo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1026 }, "geometry": { "type": "Point", "coordinates": [ -122.423573, 37.796356 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Franklin St", "tippecanoe:retain_points_multiplier_sequence": 581 }, "geometry": { "type": "Point", "coordinates": [ -122.424603, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.422886, 37.792015 ] } } +, +{ "type": "Feature", "properties": { "name": "Bush St &Van ness Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1192 }, "geometry": { "type": "Point", "coordinates": [ -122.421856, 37.788353 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Chestnut St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 557 }, "geometry": { "type": "Point", "coordinates": [ -122.419796, 37.802867 ] } } +, +{ "type": "Feature", "properties": { "name": "Columbus Ave & Francisco St", "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.416191, 37.804495 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Greenwich St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 558 }, "geometry": { "type": "Point", "coordinates": [ -122.419453, 37.800968 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Green St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 559 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.798255 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1006 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.799476 ] } } +, +{ "type": "Feature", "properties": { "name": "Taylor St & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 975 }, "geometry": { "type": "Point", "coordinates": [ -122.414989, 37.804901 ] } } +, +{ "type": "Feature", "properties": { "name": "COLUMBUS AVE & CHESTNUT ST", "tippecanoe:retain_points_multiplier_sequence": 1106 }, "geometry": { "type": "Point", "coordinates": [ -122.413960, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Lombard St", "tippecanoe:retain_points_multiplier_sequence": 817 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.802731 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 1012 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.799747 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Mason St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1008 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.800019 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Larkin St", "tippecanoe:retain_points_multiplier_sequence": 778 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.795135 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 779 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Hyde St", "tippecanoe:retain_points_multiplier_sequence": 870 }, "geometry": { "type": "Point", "coordinates": [ -122.417393, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Taylor St", "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.412586, 37.791473 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.410870, 37.791880 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Taylor St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 961 }, "geometry": { "type": "Point", "coordinates": [ -122.411900, 37.788760 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Mason St", "tippecanoe:retain_points_multiplier_sequence": 958 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.789031 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1160 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.808156 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay St & Midway St", "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.409153, 37.806122 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Bay St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 393 }, "geometry": { "type": "Point", "coordinates": [ -122.406235, 37.806936 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_sequence": 621 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Grant Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 618 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.803409 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Kearny St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 619 }, "geometry": { "type": "Point", "coordinates": [ -122.406406, 37.803681 ] } } +, +{ "type": "Feature", "properties": { "name": "225 TELEGRAPH Hill Blvd", "tippecanoe:retain_points_multiplier_sequence": 976 }, "geometry": { "type": "Point", "coordinates": [ -122.406750, 37.803003 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Union St", "tippecanoe:retain_points_multiplier_sequence": 935 }, "geometry": { "type": "Point", "coordinates": [ -122.409153, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Stockton St & Pacific Ave", "tippecanoe:retain_points_multiplier_sequence": 934 }, "geometry": { "type": "Point", "coordinates": [ -122.408638, 37.797170 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Montgomery St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1009 }, "geometry": { "type": "Point", "coordinates": [ -122.404346, 37.801104 ] } } +, +{ "type": "Feature", "properties": { "name": "Sansome St & Filbert St", "tippecanoe:retain_points_multiplier_sequence": 876 }, "geometry": { "type": "Point", "coordinates": [ -122.402973, 37.802324 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Greenwich St", "tippecanoe:retain_points_multiplier_sequence": 397 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 398 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.801239 ] } } +, +{ "type": "Feature", "properties": { "name": "Battery St & Green St", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.401428, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Green St", "tippecanoe:retain_points_multiplier_sequence": 399 }, "geometry": { "type": "Point", "coordinates": [ -122.398853, 37.800561 ] } } +, +{ "type": "Feature", "properties": { "name": "Pacific Ave & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1178 }, "geometry": { "type": "Point", "coordinates": [ -122.408466, 37.796763 ] } } +, +{ "type": "Feature", "properties": { "name": "Kearny St & Jackson St", "tippecanoe:retain_points_multiplier_sequence": 492 }, "geometry": { "type": "Point", "coordinates": [ -122.405033, 37.796085 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Bush St", "tippecanoe:retain_points_multiplier_sequence": 815 }, "geometry": { "type": "Point", "coordinates": [ -122.408810, 37.790116 ] } } +, +{ "type": "Feature", "properties": { "name": "Post St & Grant Ave", "tippecanoe:retain_points_multiplier_sequence": 830 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.788488 ] } } +, +{ "type": "Feature", "properties": { "name": "Washington St & Sansome St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1057 }, "geometry": { "type": "Point", "coordinates": [ -122.401943, 37.795678 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Sansome St", "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.794728 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Front St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.795000 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Davis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.398510, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO & BROADWAY", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 394 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.798933 ] } } +, +{ "type": "Feature", "properties": { "name": "THE EMBARCADERO/Pier 5", "tippecanoe:retain_points_multiplier_sequence": 402 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.797713 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Washington St", "tippecanoe:retain_points_multiplier_sequence": 404 }, "geometry": { "type": "Point", "coordinates": [ -122.395592, 37.797034 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Drumm St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Market St", "tippecanoe:retain_points_multiplier_sequence": 401 }, "geometry": { "type": "Point", "coordinates": [ -122.394390, 37.795000 ] } } +, +{ "type": "Feature", "properties": { "name": "Beale St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.791744 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 1st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 692 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.789845 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Mission St", "tippecanoe:retain_points_multiplier_sequence": 400 }, "geometry": { "type": "Point", "coordinates": [ -122.392673, 37.793779 ] } } +, +{ "type": "Feature", "properties": { "name": "Tunnel entry-not a stop-use Folsom Stn", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 718 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.792694 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & Spear St", "tippecanoe:retain_points_multiplier_sequence": 555 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791337 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Main St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 453 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.789302 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 396 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.791066 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & The Embarcadero", "tippecanoe:retain_points_multiplier_sequence": 537 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.789438 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Mason Ct", "tippecanoe:retain_points_multiplier_sequence": 523 }, "geometry": { "type": "Point", "coordinates": [ -122.377224, 37.828091 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Gateview Ave", "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.377396, 37.826870 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Bayside Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 522 }, "geometry": { "type": "Point", "coordinates": [ -122.375164, 37.829853 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & North Point St", "tippecanoe:retain_points_multiplier_sequence": 524 }, "geometry": { "type": "Point", "coordinates": [ -122.373447, 37.829853 ] } } +, +{ "type": "Feature", "properties": { "name": "13th St & Gateview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.371902, 37.828362 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 12th St", "tippecanoe:retain_points_multiplier_sequence": 1158 }, "geometry": { "type": "Point", "coordinates": [ -122.376194, 37.825379 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Halibut Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.375679, 37.824430 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & 9th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1076 }, "geometry": { "type": "Point", "coordinates": [ -122.374992, 37.823209 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue D", "tippecanoe:retain_points_multiplier_sequence": 1159 }, "geometry": { "type": "Point", "coordinates": [ -122.372589, 37.824023 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 13th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.829175 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 10th St", "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.368298, 37.827277 ] } } +, +{ "type": "Feature", "properties": { "name": "9th St & Avenue H", "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.370014, 37.825108 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & 6th St", "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.368813, 37.823616 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 8th Street", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.366924, 37.825243 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_sequence": 987 }, "geometry": { "type": "Point", "coordinates": [ -122.371731, 37.816022 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.818463 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue H & California St", "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.366409, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "Treasure Island Rd & Macalla Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1153 }, "geometry": { "type": "Point", "coordinates": [ -122.371044, 37.813039 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd & Nimitz Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1128 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.811818 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.364864, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "California Ave & Avenue M", "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.364178, 37.820768 ] } } +, +{ "type": "Feature", "properties": { "name": "62 Macalla St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 657 }, "geometry": { "type": "Point", "coordinates": [ -122.364864, 37.811954 ] } } +, +{ "type": "Feature", "properties": { "name": "Macalla Rd/Bldg 240", "tippecanoe:retain_points_multiplier_sequence": 1129 }, "geometry": { "type": "Point", "coordinates": [ -122.364521, 37.811818 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 955 }, "geometry": { "type": "Point", "coordinates": [ -122.429752, 37.786589 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 957 }, "geometry": { "type": "Point", "coordinates": [ -122.428722, 37.786725 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 388 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 390 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 956 }, "geometry": { "type": "Point", "coordinates": [ -122.424946, 37.787132 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Gough St", "tippecanoe:retain_points_multiplier_sequence": 356 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Starr King Way & Gough St", "tippecanoe:retain_points_multiplier_sequence": 904 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.784961 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Sutter St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1025 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.787810 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 389 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.782519 ] } } +, +{ "type": "Feature", "properties": { "name": "808 McAllister St", "tippecanoe:retain_points_multiplier_sequence": 649 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 651 }, "geometry": { "type": "Point", "coordinates": [ -122.423744, 37.779670 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Eddy St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1019 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Ave & Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.780891 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcallister St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 652 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "Fillmore St & Oak St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 433 }, "geometry": { "type": "Point", "coordinates": [ -122.430782, 37.774243 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Fillmore St", "tippecanoe:retain_points_multiplier_sequence": 530 }, "geometry": { "type": "Point", "coordinates": [ -122.430782, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 526 }, "geometry": { "type": "Point", "coordinates": [ -122.427349, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "785 Mcallister St", "tippecanoe:retain_points_multiplier_sequence": 648 }, "geometry": { "type": "Point", "coordinates": [ -122.425117, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Laguna St", "tippecanoe:retain_points_multiplier_sequence": 541 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.776549 ] } } +, +{ "type": "Feature", "properties": { "name": "Grove St & Gough St", "tippecanoe:retain_points_multiplier_sequence": 519 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.777770 ] } } +, +{ "type": "Feature", "properties": { "name": "Hayes St & Gough St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 540 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.776821 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna St & Haight St", "tippecanoe:retain_points_multiplier_sequence": 610 }, "geometry": { "type": "Point", "coordinates": [ -122.425461, 37.772886 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 723 }, "geometry": { "type": "Point", "coordinates": [ -122.424603, 37.770986 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Mccoppin St", "tippecanoe:retain_points_multiplier_sequence": 1046 }, "geometry": { "type": "Point", "coordinates": [ -122.422543, 37.771258 ] } } +, +{ "type": "Feature", "properties": { "name": "Larkin St & O'Farrell St", "tippecanoe:retain_points_multiplier_sequence": 502 }, "geometry": { "type": "Point", "coordinates": [ -122.417736, 37.785097 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Farrell St & Hyde St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 771 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.785368 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Mcallister St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1022 }, "geometry": { "type": "Point", "coordinates": [ -122.420139, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Taylor St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 392 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "McAllister St & Leavenworth St", "tippecanoe:retain_points_multiplier_sequence": 1165 }, "geometry": { "type": "Point", "coordinates": [ -122.413616, 37.780891 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Grove St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1021 }, "geometry": { "type": "Point", "coordinates": [ -122.419796, 37.778720 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Oak St", "tippecanoe:retain_points_multiplier_sequence": 1024 }, "geometry": { "type": "Point", "coordinates": [ -122.419453, 37.775464 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 9th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 698 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.775871 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.417221, 37.774514 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Howard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.773293 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.415333, 37.772750 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 8th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 697 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 7th St", "tippecanoe:retain_points_multiplier_sequence": 696 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.778992 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.411728, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 444 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.775057 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.772072 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 9th St", "tippecanoe:retain_points_multiplier_sequence": 536 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.772343 ] } } +, +{ "type": "Feature", "properties": { "name": "Hermann St & Fillmore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 546 }, "geometry": { "type": "Point", "coordinates": [ -122.429924, 37.770308 ] } } +, +{ "type": "Feature", "properties": { "name": "14th St & Church St", "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.429066, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Buchanan St", "tippecanoe:retain_points_multiplier_sequence": 720 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.769765 ] } } +, +{ "type": "Feature", "properties": { "name": "Sanchez St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 923 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.766237 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.428722, 37.764608 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.764608 ] } } +, +{ "type": "Feature", "properties": { "name": "Market St & Guerrero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 722 }, "geometry": { "type": "Point", "coordinates": [ -122.424946, 37.770579 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_sequence": 1045 }, "geometry": { "type": "Point", "coordinates": [ -122.422371, 37.769765 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 1036 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.768408 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1037 }, "geometry": { "type": "Point", "coordinates": [ -122.421856, 37.766780 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 1038 }, "geometry": { "type": "Point", "coordinates": [ -122.422028, 37.766237 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 1039 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.763387 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.428379, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Liberty St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1081 }, "geometry": { "type": "Point", "coordinates": [ -122.428036, 37.757280 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Dolores St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.761351 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Guerrero St", "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.423916, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Valencia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 1040 }, "geometry": { "type": "Point", "coordinates": [ -122.421341, 37.758230 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 1041 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1042 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 14th St", "tippecanoe:retain_points_multiplier_sequence": 699 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 445 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.768408 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 700 }, "geometry": { "type": "Point", "coordinates": [ -122.419796, 37.766101 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 701 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness &16th St", "tippecanoe:retain_points_multiplier_sequence": 1167 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.412243, 37.770308 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & Alameda St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.768001 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Harrison St", "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.413273, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 446 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.762166 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.410526, 37.765287 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.763930 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 702 }, "geometry": { "type": "Point", "coordinates": [ -122.419109, 37.760673 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 19th St", "tippecanoe:retain_points_multiplier_sequence": 703 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.759723 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 20th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1168 }, "geometry": { "type": "Point", "coordinates": [ -122.416878, 37.758909 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 21st St", "tippecanoe:retain_points_multiplier_sequence": 704 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 705 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.755108 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1169 }, "geometry": { "type": "Point", "coordinates": [ -122.416706, 37.755651 ] } } +, +{ "type": "Feature", "properties": { "name": "South Van Ness & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 1170 }, "geometry": { "type": "Point", "coordinates": [ -122.416363, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 447 }, "geometry": { "type": "Point", "coordinates": [ -122.414989, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 448 }, "geometry": { "type": "Point", "coordinates": [ -122.414818, 37.758909 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.410183, 37.761894 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.409840, 37.759316 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 449 }, "geometry": { "type": "Point", "coordinates": [ -122.414303, 37.755923 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 450 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_sequence": 816 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.787403 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 695 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Mission St", "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.782926 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.404690, 37.781434 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 694 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.785911 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 693 }, "geometry": { "type": "Point", "coordinates": [ -122.400227, 37.787674 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.784011 ] } } +, +{ "type": "Feature", "properties": { "name": "4th St & Howard St", "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.402458, 37.783062 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.780213 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 4th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 442 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 533 }, "geometry": { "type": "Point", "coordinates": [ -122.399883, 37.780620 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Howard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.409153, 37.777906 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.407780, 37.776821 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 443 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.778585 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 8th St", "tippecanoe:retain_points_multiplier_sequence": 535 }, "geometry": { "type": "Point", "coordinates": [ -122.408466, 37.773836 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.407093, 37.772479 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 1099 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.774650 ] } } +, +{ "type": "Feature", "properties": { "name": "8th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.771529 ] } } +, +{ "type": "Feature", "properties": { "name": "Harrison St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 534 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.778856 ] } } +, +{ "type": "Feature", "properties": { "name": "6th St & Bryant St", "tippecanoe:retain_points_multiplier_sequence": 1136 }, "geometry": { "type": "Point", "coordinates": [ -122.402630, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.399883, 37.777906 ] } } +, +{ "type": "Feature", "properties": { "name": "5th St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 1163 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.776414 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.403316, 37.773293 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & Townsend St", "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.401772, 37.771936 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 6th St", "tippecanoe:retain_points_multiplier_sequence": 990 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 554 }, "geometry": { "type": "Point", "coordinates": [ -122.398510, 37.786589 ] } } +, +{ "type": "Feature", "properties": { "name": "Second Street & Folsom Street", "tippecanoe:retain_points_multiplier_sequence": 1155 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.785639 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 1st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 441 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.787403 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.784554 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Perry St", "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.782655 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.779399 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.393703, 37.783197 ] } } +, +{ "type": "Feature", "properties": { "name": "Brannan St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & BRANNAN ST", "tippecanoe:retain_points_multiplier_sequence": 1111 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.779534 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 395 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.784283 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.392159, 37.781841 ] } } +, +{ "type": "Feature", "properties": { "name": "2nd St & Townsend St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.390614, 37.780755 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Townsend St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 403 }, "geometry": { "type": "Point", "coordinates": [ -122.388210, 37.783604 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 2nd St", "tippecanoe:retain_points_multiplier_sequence": 606 }, "geometry": { "type": "Point", "coordinates": [ -122.389927, 37.779806 ] } } +, +{ "type": "Feature", "properties": { "name": " 4th St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1134 }, "geometry": { "type": "Point", "coordinates": [ -122.396622, 37.778449 ] } } +, +{ "type": "Feature", "properties": { "name": "Townsend St & 5th St", "tippecanoe:retain_points_multiplier_sequence": 1184 }, "geometry": { "type": "Point", "coordinates": [ -122.396107, 37.776278 ] } } +, +{ "type": "Feature", "properties": { "name": "TOWNSEND ST & 4TH ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1121 }, "geometry": { "type": "Point", "coordinates": [ -122.394562, 37.777228 ] } } +, +{ "type": "Feature", "properties": { "name": "King St & 6th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1101 }, "geometry": { "type": "Point", "coordinates": [ -122.397823, 37.773157 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Brannan St", "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.779263 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd Street & King St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1146 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.778042 ] } } +, +{ "type": "Feature", "properties": { "name": "4TH ST & BERRY ST", "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.392673, 37.775464 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1137 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.776142 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1143 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.773021 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 4th St", "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.772614 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & Alameda St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 814 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.768408 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 16th St", "tippecanoe:retain_points_multiplier_sequence": 810 }, "geometry": { "type": "Point", "coordinates": [ -122.408123, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.405548, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & Mariposa St", "tippecanoe:retain_points_multiplier_sequence": 1048 }, "geometry": { "type": "Point", "coordinates": [ -122.404346, 37.763251 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 855 }, "geometry": { "type": "Point", "coordinates": [ -122.402802, 37.767458 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 15th St", "tippecanoe:retain_points_multiplier_sequence": 856 }, "geometry": { "type": "Point", "coordinates": [ -122.402630, 37.767322 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Kansas St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 1183 }, "geometry": { "type": "Point", "coordinates": [ -122.399883, 37.766237 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 811 }, "geometry": { "type": "Point", "coordinates": [ -122.407265, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 20th St", "tippecanoe:retain_points_multiplier_sequence": 812 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.759044 ] } } +, +{ "type": "Feature", "properties": { "name": "Vermont St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 1047 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.762030 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 21st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.409496, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Bryant St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.409153, 37.754294 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 21st St", "tippecanoe:retain_points_multiplier_sequence": 813 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "Sf General Hospital", "tippecanoe:retain_points_multiplier_sequence": 1191 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.755108 ] } } +, +{ "type": "Feature", "properties": { "name": "De Haro St & 20th St", "tippecanoe:retain_points_multiplier_sequence": 364 }, "geometry": { "type": "Point", "coordinates": [ -122.400913, 37.759587 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 857 }, "geometry": { "type": "Point", "coordinates": [ -122.401943, 37.756873 ] } } +, +{ "type": "Feature", "properties": { "name": "Wisconsin St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1063 }, "geometry": { "type": "Point", "coordinates": [ -122.398682, 37.754837 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Missouri St", "tippecanoe:retain_points_multiplier_sequence": 1182 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.766508 ] } } +, +{ "type": "Feature", "properties": { "name": "7th St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1089 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.766644 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 17th St", "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.764880 ] } } +, +{ "type": "Feature", "properties": { "name": "Connecticut St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.395420, 37.762708 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Pennsylvania Ave", "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.393360, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission Bay South & 4th St SE-FS/ BZ", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1180 }, "geometry": { "type": "Point", "coordinates": [ -122.390957, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & 4th Street", "tippecanoe:retain_points_multiplier_sequence": 1181 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.766780 ] } } +, +{ "type": "Feature", "properties": { "name": "UCSF/Mission Bay", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1144 }, "geometry": { "type": "Point", "coordinates": [ -122.389240, 37.768544 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Minnesota St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.390785, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Mariposa & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1084 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.764337 ] } } +, +{ "type": "Feature", "properties": { "name": "Tennessee St & 18th St", "tippecanoe:retain_points_multiplier_sequence": 977 }, "geometry": { "type": "Point", "coordinates": [ -122.389584, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "Missouri St & Sierra St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 691 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.758366 ] } } +, +{ "type": "Feature", "properties": { "name": "Texas St & Sierra St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 986 }, "geometry": { "type": "Point", "coordinates": [ -122.395077, 37.758366 ] } } +, +{ "type": "Feature", "properties": { "name": "Arkansas St & 22nd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.397995, 37.757416 ] } } +, +{ "type": "Feature", "properties": { "name": "23rd St & Wisconsin St", "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.398510, 37.754837 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Iowa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.757687 ] } } +, +{ "type": "Feature", "properties": { "name": "20th St & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.760537 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Minnesota St", "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.757823 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 22nd St", "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.388382, 37.757959 ] } } +, +{ "type": "Feature", "properties": { "name": "Pennsylvania Avenue & 23rd Street", "tippecanoe:retain_points_multiplier_sequence": 1156 }, "geometry": { "type": "Point", "coordinates": [ -122.393017, 37.755108 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.387867, 37.755651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.754973 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Sanchez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.429752, 37.751444 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Church St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.751580 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Clipper St", "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.749408 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 739 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.746693 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.427006, 37.746965 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 27th St", "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.426834, 37.746693 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Dolores St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.425289, 37.751851 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Guerrero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.751987 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_sequence": 1044 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.751851 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 29th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 740 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 30th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 741 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Sanchez St", "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 29th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1091 }, "geometry": { "type": "Point", "coordinates": [ -122.426491, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "30th St & Church St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.426662, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "46 Addison St", "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.430954, 37.737734 ] } } +, +{ "type": "Feature", "properties": { "name": "Whitney St & Fairmount Street", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1067 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.738820 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & 30th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.425632, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 707 }, "geometry": { "type": "Point", "coordinates": [ -122.421169, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Randall St", "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.425632, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Highland Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 709 }, "geometry": { "type": "Point", "coordinates": [ -122.424088, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Prospect Ave", "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.420826, 37.740178 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 24th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1043 }, "geometry": { "type": "Point", "coordinates": [ -122.420483, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "25TH ST & MISSION ST", "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.418423, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.416363, 37.752258 ] } } +, +{ "type": "Feature", "properties": { "name": "26th St & Mission St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.417736, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Cesar Chavez St & South Van Ness Ave", "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 451 }, "geometry": { "type": "Point", "coordinates": [ -122.413960, 37.750901 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 452 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Stoneman St", "tippecanoe:retain_points_multiplier_sequence": 454 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.745200 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & 29th St", "tippecanoe:retain_points_multiplier_sequence": 706 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.744250 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.416534, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_sequence": 861 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.744114 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Alabama St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 860 }, "geometry": { "type": "Point", "coordinates": [ -122.410355, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Bernal Heights Blvd & Powhattan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1161 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.414646, 37.738820 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Tompkins St", "tippecanoe:retain_points_multiplier_sequence": 455 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.737191 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Bradford St", "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & Roanoke St", "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.430267, 37.735426 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Rotteck St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.733118 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Marsily St", "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.427864, 37.733390 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 994 }, "geometry": { "type": "Point", "coordinates": [ -122.426319, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Murray St", "tippecanoe:retain_points_multiplier_sequence": 712 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.734069 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Leese St", "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.422543, 37.735155 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_sequence": 896 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.728638 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Stoneybrook Ave", "tippecanoe:retain_points_multiplier_sequence": 995 }, "geometry": { "type": "Point", "coordinates": [ -122.421856, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Gambier St", "tippecanoe:retain_points_multiplier_sequence": 898 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 417 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.724701 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 418 }, "geometry": { "type": "Point", "coordinates": [ -122.428894, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.427177, 37.723071 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Naples St", "tippecanoe:retain_points_multiplier_sequence": 793 }, "geometry": { "type": "Point", "coordinates": [ -122.431297, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 790 }, "geometry": { "type": "Point", "coordinates": [ -122.429409, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Athens St", "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.428551, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.426147, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Avalon Ave", "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.425976, 37.724565 ] } } +, +{ "type": "Feature", "properties": { "name": "Avalon Ave & La Grande Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.724701 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Peru Ave", "tippecanoe:retain_points_multiplier_sequence": 425 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_sequence": 1125 }, "geometry": { "type": "Point", "coordinates": [ -122.425804, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Murray St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 859 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.735698 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd/St Mary's Park bridge", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.420483, 37.732304 ] } } +, +{ "type": "Feature", "properties": { "name": "989 Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 416 }, "geometry": { "type": "Point", "coordinates": [ -122.418938, 37.732575 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Cambridge St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 895 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_sequence": 899 }, "geometry": { "type": "Point", "coordinates": [ -122.416019, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Ellsworth St", "tippecanoe:retain_points_multiplier_sequence": 1172 }, "geometry": { "type": "Point", "coordinates": [ -122.414989, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Crescent Ave & Putnam St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 897 }, "geometry": { "type": "Point", "coordinates": [ -122.413616, 37.729860 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Boylston St", "tippecanoe:retain_points_multiplier_sequence": 894 }, "geometry": { "type": "Point", "coordinates": [ -122.410870, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 424 }, "geometry": { "type": "Point", "coordinates": [ -122.420483, 37.725787 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_sequence": 423 }, "geometry": { "type": "Point", "coordinates": [ -122.416363, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_sequence": 643 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_sequence": 1016 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.726601 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1014 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.725108 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 1015 }, "geometry": { "type": "Point", "coordinates": [ -122.413273, 37.724972 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Colby St", "tippecanoe:retain_points_multiplier_sequence": 1065 }, "geometry": { "type": "Point", "coordinates": [ -122.411385, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Woolsey St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1017 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & University St", "tippecanoe:retain_points_multiplier_sequence": 1066 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & University St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 644 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.718862 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Bryant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.409153, 37.752801 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Potrero Ave", "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.752937 ] } } +, +{ "type": "Feature", "properties": { "name": "C. Chavez St&Florida St", "tippecanoe:retain_points_multiplier_sequence": 1179 }, "geometry": { "type": "Point", "coordinates": [ -122.409496, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "228 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.404346, 37.744657 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 604 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.751851 ] } } +, +{ "type": "Feature", "properties": { "name": "Kansas St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 605 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.750765 ] } } +, +{ "type": "Feature", "properties": { "name": "Rhode Island St & 26th St", "tippecanoe:retain_points_multiplier_sequence": 858 }, "geometry": { "type": "Point", "coordinates": [ -122.401257, 37.750629 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.403488, 37.747100 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Jerrold Ave", "tippecanoe:retain_points_multiplier_sequence": 1100 }, "geometry": { "type": "Point", "coordinates": [ -122.403660, 37.746422 ] } } +, +{ "type": "Feature", "properties": { "name": "Bradford St & Esmeralda Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Bradford St & Bernal Heights Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.741942 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Hilton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.407780, 37.739635 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.737734 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 560 }, "geometry": { "type": "Point", "coordinates": [ -122.406750, 37.737870 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Loomis St", "tippecanoe:retain_points_multiplier_sequence": 1085 }, "geometry": { "type": "Point", "coordinates": [ -122.404175, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Barneveld Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 759 }, "geometry": { "type": "Point", "coordinates": [ -122.403316, 37.741807 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 989 }, "geometry": { "type": "Point", "coordinates": [ -122.401600, 37.740992 ] } } +, +{ "type": "Feature", "properties": { "name": "Toland St & Jerrold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 988 }, "geometry": { "type": "Point", "coordinates": [ -122.399025, 37.743843 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Elmira St", "tippecanoe:retain_points_multiplier_sequence": 561 }, "geometry": { "type": "Point", "coordinates": [ -122.403660, 37.738820 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Palou Ave", "tippecanoe:retain_points_multiplier_sequence": 562 }, "geometry": { "type": "Point", "coordinates": [ -122.400913, 37.739499 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 901 }, "geometry": { "type": "Point", "coordinates": [ -122.398853, 37.736376 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Cesar Chavez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 409 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Napoleon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 412 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Napoleon St", "tippecanoe:retain_points_multiplier_sequence": 411 }, "geometry": { "type": "Point", "coordinates": [ -122.395763, 37.747236 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Selby St", "tippecanoe:retain_points_multiplier_sequence": 1133 }, "geometry": { "type": "Point", "coordinates": [ -122.393875, 37.746150 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.387867, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 590 }, "geometry": { "type": "Point", "coordinates": [ -122.396793, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 589 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.742078 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Rankin St", "tippecanoe:retain_points_multiplier_sequence": 786 }, "geometry": { "type": "Point", "coordinates": [ -122.398510, 37.738277 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_sequence": 900 }, "geometry": { "type": "Point", "coordinates": [ -122.398510, 37.736241 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Phelps St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 785 }, "geometry": { "type": "Point", "coordinates": [ -122.394733, 37.736105 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Quint St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 415 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.744250 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Quint St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 588 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.740856 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 414 }, "geometry": { "type": "Point", "coordinates": [ -122.388554, 37.742892 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Evans Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.388039, 37.742349 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Phelps St", "tippecanoe:retain_points_multiplier_sequence": 587 }, "geometry": { "type": "Point", "coordinates": [ -122.391300, 37.739770 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 1145 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & La Salle Ave", "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.737191 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Boutwell St", "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & San Bruno Ave", "tippecanoe:retain_points_multiplier_sequence": 902 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.732439 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Felton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 881 }, "geometry": { "type": "Point", "coordinates": [ -122.404690, 37.730131 ] } } +, +{ "type": "Feature", "properties": { "name": "Burrows St & Girard St M.L. King School", "tippecanoe:retain_points_multiplier_sequence": 1193 }, "geometry": { "type": "Point", "coordinates": [ -122.405033, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Augusta St", "tippecanoe:retain_points_multiplier_sequence": 893 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.734612 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Topeka Ave", "tippecanoe:retain_points_multiplier_sequence": 903 }, "geometry": { "type": "Point", "coordinates": [ -122.401085, 37.735290 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731761 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Bacon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 879 }, "geometry": { "type": "Point", "coordinates": [ -122.403660, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Vesta St & Phelps St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1031 }, "geometry": { "type": "Point", "coordinates": [ -122.399883, 37.730403 ] } } +, +{ "type": "Feature", "properties": { "name": "Holyoke St & Bacon St", "tippecanoe:retain_points_multiplier_sequence": 549 }, "geometry": { "type": "Point", "coordinates": [ -122.408466, 37.726194 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_sequence": 640 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_sequence": 642 }, "geometry": { "type": "Point", "coordinates": [ -122.404346, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Wayland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 886 }, "geometry": { "type": "Point", "coordinates": [ -122.402973, 37.726330 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Woolsey St", "tippecanoe:retain_points_multiplier_sequence": 885 }, "geometry": { "type": "Point", "coordinates": [ -122.402630, 37.725244 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Dwight St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 880 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.724022 ] } } +, +{ "type": "Feature", "properties": { "name": "Bayshore St & Paul Ave", "tippecanoe:retain_points_multiplier_sequence": 1185 }, "geometry": { "type": "Point", "coordinates": [ -122.400742, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Brussels St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 639 }, "geometry": { "type": "Point", "coordinates": [ -122.402973, 37.721034 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 641 }, "geometry": { "type": "Point", "coordinates": [ -122.404003, 37.720627 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Mansell St", "tippecanoe:retain_points_multiplier_sequence": 882 }, "geometry": { "type": "Point", "coordinates": [ -122.401257, 37.721578 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Ward St", "tippecanoe:retain_points_multiplier_sequence": 884 }, "geometry": { "type": "Point", "coordinates": [ -122.400398, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Bridge View Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 991 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.733254 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Venus St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 993 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.732032 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Thornton Ave", "tippecanoe:retain_points_multiplier_sequence": 992 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731082 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Yosemite Ave", "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.727823 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Oakdale Ave", "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.735019 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Bayview St", "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.732304 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Lane St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 784 }, "geometry": { "type": "Point", "coordinates": [ -122.389069, 37.732847 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Thomas Ave", "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.391987, 37.730675 ] } } +, +{ "type": "Feature", "properties": { "name": "Williams Ave & 3rd St", "tippecanoe:retain_points_multiplier_sequence": 1064 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.729317 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1030 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 788 }, "geometry": { "type": "Point", "coordinates": [ -122.397823, 37.722935 ] } } +, +{ "type": "Feature", "properties": { "name": "Armstrong Ave & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1150 }, "geometry": { "type": "Point", "coordinates": [ -122.393532, 37.726873 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_sequence": 789 }, "geometry": { "type": "Point", "coordinates": [ -122.397308, 37.722664 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Le Conte Ave", "tippecanoe:retain_points_multiplier_sequence": 1148 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Jennings St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 438 }, "geometry": { "type": "Point", "coordinates": [ -122.393360, 37.721985 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 1029 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 437 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.720899 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 483 }, "geometry": { "type": "Point", "coordinates": [ -122.391644, 37.720356 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_sequence": 436 }, "geometry": { "type": "Point", "coordinates": [ -122.389584, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1157 }, "geometry": { "type": "Point", "coordinates": [ -122.386837, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.383060, 37.755651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753073 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.387524, 37.750358 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1142 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "3RD ST & ARTHUR AVE", "tippecanoe:retain_points_multiplier_sequence": 1108 }, "geometry": { "type": "Point", "coordinates": [ -122.387180, 37.746015 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Fairfax Ave", "tippecanoe:retain_points_multiplier_sequence": 1152 }, "geometry": { "type": "Point", "coordinates": [ -122.387180, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Mendell St & Evans Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 687 }, "geometry": { "type": "Point", "coordinates": [ -122.385120, 37.740449 ] } } +, +{ "type": "Feature", "properties": { "name": "MENDELL ST/Opposite US POST OFFICE", "tippecanoe:retain_points_multiplier_sequence": 688 }, "geometry": { "type": "Point", "coordinates": [ -122.384605, 37.741128 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Mendell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 553 }, "geometry": { "type": "Point", "coordinates": [ -122.386494, 37.738956 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & Whitney Young Cir", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.385807, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Newhall St", "tippecanoe:retain_points_multiplier_sequence": 413 }, "geometry": { "type": "Point", "coordinates": [ -122.382889, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 422 }, "geometry": { "type": "Point", "coordinates": [ -122.381687, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point & Acacia", "tippecanoe:retain_points_multiplier_sequence": 1175 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.737055 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Middle Point Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 410 }, "geometry": { "type": "Point", "coordinates": [ -122.379284, 37.737598 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & La Salle Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.386837, 37.735833 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Keith St", "tippecanoe:retain_points_multiplier_sequence": 783 }, "geometry": { "type": "Point", "coordinates": [ -122.387352, 37.732032 ] } } +, +{ "type": "Feature", "properties": { "name": "Hudson Ave & Cashmere St", "tippecanoe:retain_points_multiplier_sequence": 552 }, "geometry": { "type": "Point", "coordinates": [ -122.383404, 37.735969 ] } } +, +{ "type": "Feature", "properties": { "name": "Revere Ave & Jennings St", "tippecanoe:retain_points_multiplier_sequence": 865 }, "geometry": { "type": "Point", "coordinates": [ -122.386494, 37.729588 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Thomas Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 568 }, "geometry": { "type": "Point", "coordinates": [ -122.385635, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_sequence": 782 }, "geometry": { "type": "Point", "coordinates": [ -122.383575, 37.729724 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 781 }, "geometry": { "type": "Point", "coordinates": [ -122.382717, 37.729453 ] } } +, +{ "type": "Feature", "properties": { "name": "Middle Point Rd & West Point Rd", "tippecanoe:retain_points_multiplier_sequence": 686 }, "geometry": { "type": "Point", "coordinates": [ -122.379456, 37.735019 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Harbor Rd", "tippecanoe:retain_points_multiplier_sequence": 567 }, "geometry": { "type": "Point", "coordinates": [ -122.379971, 37.733390 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 758 }, "geometry": { "type": "Point", "coordinates": [ -122.378941, 37.731625 ] } } +, +{ "type": "Feature", "properties": { "name": "Oakdale Ave & Baldwin Ct", "tippecanoe:retain_points_multiplier_sequence": 760 }, "geometry": { "type": "Point", "coordinates": [ -122.381344, 37.729317 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Crespi Dr", "tippecanoe:retain_points_multiplier_sequence": 780 }, "geometry": { "type": "Point", "coordinates": [ -122.380142, 37.727959 ] } } +, +{ "type": "Feature", "properties": { "name": "Northridge Rd & Harbor Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 757 }, "geometry": { "type": "Point", "coordinates": [ -122.377052, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingalls St & Van Dyke Ave", "tippecanoe:retain_points_multiplier_sequence": 569 }, "geometry": { "type": "Point", "coordinates": [ -122.386665, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 566 }, "geometry": { "type": "Point", "coordinates": [ -122.375851, 37.731896 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 565 }, "geometry": { "type": "Point", "coordinates": [ -122.373962, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_sequence": 564 }, "geometry": { "type": "Point", "coordinates": [ -122.373791, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Earl St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 563 }, "geometry": { "type": "Point", "coordinates": [ -122.372074, 37.729860 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 572 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1104 }, "geometry": { "type": "Point", "coordinates": [ -122.368641, 37.725244 ] } } +, +{ "type": "Feature", "properties": { "name": "Spear Ave & Cochrane St", "tippecanoe:retain_points_multiplier_sequence": 927 }, "geometry": { "type": "Point", "coordinates": [ -122.367954, 37.725244 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_sequence": 853 }, "geometry": { "type": "Point", "coordinates": [ -122.365551, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1102 }, "geometry": { "type": "Point", "coordinates": [ -122.360916, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_sequence": 575 }, "geometry": { "type": "Point", "coordinates": [ -122.497730, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 574 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "515 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 573 }, "geometry": { "type": "Point", "coordinates": [ -122.495327, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_sequence": 496 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Brotherhood Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 494 }, "geometry": { "type": "Point", "coordinates": [ -122.485371, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Garces Dr", "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Bucareli Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 517 }, "geometry": { "type": "Point", "coordinates": [ -122.481422, 37.716010 ] } } +, +{ "type": "Feature", "properties": { "name": "LAKE MERCED BLVD & LAKE MERCED HILLS BLVD", "tippecanoe:retain_points_multiplier_sequence": 497 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_sequence": 1187 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Garces Dr & Grijalva Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 518 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.714924 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautista Cir", "tippecanoe:retain_points_multiplier_sequence": 457 }, "geometry": { "type": "Point", "coordinates": [ -122.476959, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "FONT BLVD & GONZALEZ DR", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1122 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 493 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.709220 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.474384, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Chumasero Dr", "tippecanoe:retain_points_multiplier_sequence": 456 }, "geometry": { "type": "Point", "coordinates": [ -122.473183, 37.715196 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Byxbee St", "tippecanoe:retain_points_multiplier_sequence": 852 }, "geometry": { "type": "Point", "coordinates": [ -122.470264, 37.714788 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA RAMP & BROTHERHOOD WAY", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 591 }, "geometry": { "type": "Point", "coordinates": [ -122.471638, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "JUNIPERO SERRA BLVD/S.F. Golf Club", "tippecanoe:retain_points_multiplier_sequence": 577 }, "geometry": { "type": "Point", "coordinates": [ -122.471294, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_sequence": 1105 }, "geometry": { "type": "Point", "coordinates": [ -122.469921, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 848 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Brotherhood Way & St Charles Ave", "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 849 }, "geometry": { "type": "Point", "coordinates": [ -122.467175, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Arch St & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Victoria St", "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.464943, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Belle Ave", "tippecanoe:retain_points_multiplier_sequence": 929 }, "geometry": { "type": "Point", "coordinates": [ -122.469234, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_sequence": 850 }, "geometry": { "type": "Point", "coordinates": [ -122.463398, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 851 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Orizaba Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 875 }, "geometry": { "type": "Point", "coordinates": [ -122.461853, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 874 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.711257 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_sequence": 800 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Minerva St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 801 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.716010 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Sagamore St & Capitol Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 873 }, "geometry": { "type": "Point", "coordinates": [ -122.458763, 37.711393 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Farallones St", "tippecanoe:retain_points_multiplier_sequence": 798 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Sagamore St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 803 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sickles Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 891 }, "geometry": { "type": "Point", "coordinates": [ -122.454643, 37.710307 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_sequence": 868 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Broad St", "tippecanoe:retain_points_multiplier_sequence": 866 }, "geometry": { "type": "Point", "coordinates": [ -122.453442, 37.713294 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 717 }, "geometry": { "type": "Point", "coordinates": [ -122.448292, 37.710443 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_sequence": 682 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716825 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 711 }, "geometry": { "type": "Point", "coordinates": [ -122.442627, 37.714652 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Lowell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 710 }, "geometry": { "type": "Point", "coordinates": [ -122.446404, 37.711393 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Guttenberg St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 708 }, "geometry": { "type": "Point", "coordinates": [ -122.444687, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 716 }, "geometry": { "type": "Point", "coordinates": [ -122.453270, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Oliver St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 713 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.442284, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 512 }, "geometry": { "type": "Point", "coordinates": [ -122.441082, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Mission St", "tippecanoe:retain_points_multiplier_sequence": 1171 }, "geometry": { "type": "Point", "coordinates": [ -122.440910, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 513 }, "geometry": { "type": "Point", "coordinates": [ -122.439537, 37.715603 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Madrid St", "tippecanoe:retain_points_multiplier_sequence": 511 }, "geometry": { "type": "Point", "coordinates": [ -122.437992, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Athens St", "tippecanoe:retain_points_multiplier_sequence": 677 }, "geometry": { "type": "Point", "coordinates": [ -122.437305, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Brunswick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 678 }, "geometry": { "type": "Point", "coordinates": [ -122.437992, 37.711801 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 680 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & France Ave", "tippecanoe:retain_points_multiplier_sequence": 679 }, "geometry": { "type": "Point", "coordinates": [ -122.433529, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 727 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Drake St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 818 }, "geometry": { "type": "Point", "coordinates": [ -122.436790, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Rolph St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 926 }, "geometry": { "type": "Point", "coordinates": [ -122.431984, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.434731, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Chicago Way & Cordova Ave", "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.434216, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 726 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_sequence": 819 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 925 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 484 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.711665 ] } } +, +{ "type": "Feature", "properties": { "name": "1701 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 485 }, "geometry": { "type": "Point", "coordinates": [ -122.426662, 37.711122 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 791 }, "geometry": { "type": "Point", "coordinates": [ -122.422714, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_sequence": 486 }, "geometry": { "type": "Point", "coordinates": [ -122.425632, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 488 }, "geometry": { "type": "Point", "coordinates": [ -122.424259, 37.710035 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 489 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709764 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave&Carter St", "tippecanoe:retain_points_multiplier_sequence": 1135 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.709220 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Esquina Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 510 }, "geometry": { "type": "Point", "coordinates": [ -122.421684, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "1800 Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 948 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.712887 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 878 }, "geometry": { "type": "Point", "coordinates": [ -122.419453, 37.710035 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Santos St", "tippecanoe:retain_points_multiplier_sequence": 950 }, "geometry": { "type": "Point", "coordinates": [ -122.417564, 37.712208 ] } } +, +{ "type": "Feature", "properties": { "name": "Hahn St & Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 525 }, "geometry": { "type": "Point", "coordinates": [ -122.416019, 37.711936 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Valley Middle School", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1088 }, "geometry": { "type": "Point", "coordinates": [ -122.413960, 37.716146 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 1140 }, "geometry": { "type": "Point", "coordinates": [ -122.413445, 37.715060 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1141 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Sawyer St", "tippecanoe:retain_points_multiplier_sequence": 1034 }, "geometry": { "type": "Point", "coordinates": [ -122.414474, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Britton St", "tippecanoe:retain_points_multiplier_sequence": 1032 }, "geometry": { "type": "Point", "coordinates": [ -122.412586, 37.712751 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 949 }, "geometry": { "type": "Point", "coordinates": [ -122.412758, 37.710986 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 1035 }, "geometry": { "type": "Point", "coordinates": [ -122.410698, 37.712208 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Schwerin St", "tippecanoe:retain_points_multiplier_sequence": 951 }, "geometry": { "type": "Point", "coordinates": [ -122.411556, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Santos St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 877 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.709899 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 490 }, "geometry": { "type": "Point", "coordinates": [ -122.418251, 37.707862 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Castelo St", "tippecanoe:retain_points_multiplier_sequence": 491 }, "geometry": { "type": "Point", "coordinates": [ -122.418423, 37.707726 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 890 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.708134 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Garrison Ave", "tippecanoe:retain_points_multiplier_sequence": 889 }, "geometry": { "type": "Point", "coordinates": [ -122.411900, 37.709220 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_sequence": 1083 }, "geometry": { "type": "Point", "coordinates": [ -122.407436, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1087 }, "geometry": { "type": "Point", "coordinates": [ -122.405720, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Delta St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1139 }, "geometry": { "type": "Point", "coordinates": [ -122.408981, 37.713838 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Rutland St", "tippecanoe:retain_points_multiplier_sequence": 1138 }, "geometry": { "type": "Point", "coordinates": [ -122.407093, 37.713294 ] } } +, +{ "type": "Feature", "properties": { "name": "Arleta Ave & Alpha St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.404861, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Bay Shore Blvd", "tippecanoe:retain_points_multiplier_sequence": 1033 }, "geometry": { "type": "Point", "coordinates": [ -122.404518, 37.710578 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Goettingen St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1062 }, "geometry": { "type": "Point", "coordinates": [ -122.402287, 37.716282 ] } } +, +{ "type": "Feature", "properties": { "name": "Wilde Ave & Girard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1061 }, "geometry": { "type": "Point", "coordinates": [ -122.400227, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Somerset St", "tippecanoe:retain_points_multiplier_sequence": 883 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.713838 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Hester Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.400055, 37.713566 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Tunnel Ave", "tippecanoe:retain_points_multiplier_sequence": 1079 }, "geometry": { "type": "Point", "coordinates": [ -122.400913, 37.711936 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Peninsula Ave", "tippecanoe:retain_points_multiplier_sequence": 1078 }, "geometry": { "type": "Point", "coordinates": [ -122.399197, 37.711529 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_sequence": 953 }, "geometry": { "type": "Point", "coordinates": [ -122.406921, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunnydale Ave & Talbert St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 952 }, "geometry": { "type": "Point", "coordinates": [ -122.406578, 37.709356 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Sunnydale Ave", "tippecanoe:retain_points_multiplier_sequence": 1149 }, "geometry": { "type": "Point", "coordinates": [ -122.405033, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_sequence": 1077 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.711122 ] } } +, +{ "type": "Feature", "properties": { "name": "Executive Park Blvd & Blanken Ave", "tippecanoe:retain_points_multiplier_sequence": 421 }, "geometry": { "type": "Point", "coordinates": [ -122.394733, 37.710850 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 571 }, "geometry": { "type": "Point", "coordinates": [ -122.390957, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_sequence": 570 }, "geometry": { "type": "Point", "coordinates": [ -122.389240, 37.716961 ] } } +, +{ "type": "Feature", "properties": { "name": "JAMESTOWN AVE & CANDLESTICK PARK", "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.388725, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_sequence": 420 }, "geometry": { "type": "Point", "coordinates": [ -122.392845, 37.709764 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_sequence": 797 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.386837, 37.712072 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1071 }, "geometry": { "type": "Point", "coordinates": [ -122.435246, 37.762708 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 735 }, "geometry": { "type": "Point", "coordinates": [ -122.435246, 37.762573 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 737 }, "geometry": { "type": "Point", "coordinates": [ -122.458591, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1074 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.788760 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 738 }, "geometry": { "type": "Point", "coordinates": [ -122.401943, 37.788624 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_sequence": 736 }, "geometry": { "type": "Point", "coordinates": [ -122.396450, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 1115 }, "geometry": { "type": "Point", "coordinates": [ -122.396450, 37.793101 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_sequence": 1072 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.793101 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1107 }, "geometry": { "type": "Point", "coordinates": [ -122.412415, 37.780348 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_sequence": 1075 }, "geometry": { "type": "Point", "coordinates": [ -122.419281, 37.775192 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 9, "x": 238, "y": 197 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.819955 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 10, "x": 163, "y": 396 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.500048, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.499876, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.485027, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.483654, 37.722732 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Mary Ward Hall", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.483053, 37.722460 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.482538, 37.721849 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Arballo Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.482109, 37.721781 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Pinto Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.483053, 37.720763 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Acevedo Ave .", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.483139, 37.719880 ] } } +, +{ "type": "Feature", "properties": { "name": "Arballo Dr & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.483225, 37.718590 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.720695 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.475328, 37.721170 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719745 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.465200, 37.719745 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.463655, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.453184, 37.723207 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.453012, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.446918, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.444944, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Otsego Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.441339, 37.723343 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.438679, 37.723682 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.722053 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.723818 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Paris St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.433100, 37.723954 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.723139 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.427263, 37.723139 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.425890, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.718930 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Wayland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.413101, 37.723954 ] } } +, +{ "type": "Feature", "properties": { "name": "Woolsey St & Bowdoin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.409410, 37.723479 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.409067, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Paul Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.401857, 37.723614 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.397909, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Egbert Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.723818 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.720967 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.389584, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.497730, 37.717029 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "1100 Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.485285, 37.709288 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.474470, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714313 ] } } +, +{ "type": "Feature", "properties": { "name": "St Charles Ave & Belle Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.469320, 37.708745 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.463398, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & San Jose Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.705961 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Flournoy St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.459021, 37.706844 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.718522 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Whittier St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.448378, 37.710510 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716893 ] } } +, +{ "type": "Feature", "properties": { "name": "Mission St & Sickles Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.453356, 37.708677 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.442369, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Athens St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.437305, 37.712480 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.714449 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715128 ] } } +, +{ "type": "Feature", "properties": { "name": "Cordova Ave & Winding Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.434816, 37.709628 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717572 ] } } +, +{ "type": "Feature", "properties": { "name": "South Hill Blvd & Chicago Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "1650 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.428293, 37.711733 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.422800, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "1750 Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.425718, 37.710714 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Brookdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.424431, 37.709831 ] } } +, +{ "type": "Feature", "properties": { "name": "1800 Sunnydale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.712955 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.714449 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Rio Verde St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.707115 ] } } +, +{ "type": "Feature", "properties": { "name": "Schwerin St & Velasco Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.412500, 37.708134 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.407436, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.405806, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Blanken Ave & Nueva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.397480, 37.711189 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.389240, 37.717029 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.387781, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Alana Way & Executive Park Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.394218, 37.708949 ] } } +, +{ "type": "Feature", "properties": { "name": "50 THOMAS MELLON DR", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.392931, 37.709831 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +, +{ "type": "Feature", "properties": { "name": "Candlestick Park/49ers Stadium", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.386923, 37.712140 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 10, "x": 163, "y": 395 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Fort Cronkhite Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 117 }, "geometry": { "type": "Point", "coordinates": [ -122.538671, 37.832361 ] } } +, +{ "type": "Feature", "properties": { "name": "MITCHELL RD/Visitor's Center", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 189 }, "geometry": { "type": "Point", "coordinates": [ -122.536268, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 187 }, "geometry": { "type": "Point", "coordinates": [ -122.532406, 37.831819 ] } } +, +{ "type": "Feature", "properties": { "name": "Mitchell Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 188 }, "geometry": { "type": "Point", "coordinates": [ -122.530861, 37.831887 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 55 }, "geometry": { "type": "Point", "coordinates": [ -122.527256, 37.832565 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Miwok Trail", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 56 }, "geometry": { "type": "Point", "coordinates": [ -122.527170, 37.832497 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Youth Hostel", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 111 }, "geometry": { "type": "Point", "coordinates": [ -122.523479, 37.831684 ] } } +, +{ "type": "Feature", "properties": { "name": "FIELD RD/Nike Site", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 110 }, "geometry": { "type": "Point", "coordinates": [ -122.527685, 37.829040 ] } } +, +{ "type": "Feature", "properties": { "name": "BATTERY Alexander/FIELD RD", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 317 }, "geometry": { "type": "Point", "coordinates": [ -122.530260, 37.825040 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd/Visitor Center", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 109 }, "geometry": { "type": "Point", "coordinates": [ -122.524424, 37.830463 ] } } +, +{ "type": "Feature", "properties": { "name": "Field Rd & Light House", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 332 }, "geometry": { "type": "Point", "coordinates": [ -122.529659, 37.821853 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Stables", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 58 }, "geometry": { "type": "Point", "coordinates": [ -122.515411, 37.831751 ] } } +, +{ "type": "Feature", "properties": { "name": "BUNKER RD/Rifle Range", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 57 }, "geometry": { "type": "Point", "coordinates": [ -122.508802, 37.833039 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Bunker Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 182 }, "geometry": { "type": "Point", "coordinates": [ -122.502451, 37.836090 ] } } +, +{ "type": "Feature", "properties": { "name": "Mccullough Rd & Conzelman Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 183 }, "geometry": { "type": "Point", "coordinates": [ -122.494040, 37.833853 ] } } +, +{ "type": "Feature", "properties": { "name": "US101 Offramp/Sausalito Lateral Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 204 }, "geometry": { "type": "Point", "coordinates": [ -122.483826, 37.835886 ] } } +, +{ "type": "Feature", "properties": { "name": "Alexander Dr & Conzelman Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 331 }, "geometry": { "type": "Point", "coordinates": [ -122.483397, 37.833175 ] } } +, +{ "type": "Feature", "properties": { "name": "CONZELMAN RD/Kirby Cove", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 80 }, "geometry": { "type": "Point", "coordinates": [ -122.483997, 37.829514 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Br Tunnel/Merchant Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 121 }, "geometry": { "type": "Point", "coordinates": [ -122.475843, 37.806665 ] } } +, +{ "type": "Feature", "properties": { "name": "Merchant St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 175 }, "geometry": { "type": "Point", "coordinates": [ -122.475843, 37.803952 ] } } +, +{ "type": "Feature", "properties": { "name": "Bowley St & Lincoln Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 48 }, "geometry": { "type": "Point", "coordinates": [ -122.481165, 37.792219 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Stillwell Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 306 }, "geometry": { "type": "Point", "coordinates": [ -122.480478, 37.793575 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Pershing Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 160 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.792287 ] } } +, +{ "type": "Feature", "properties": { "name": "Golden Gate Bridge/Parking Lot", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 120 }, "geometry": { "type": "Point", "coordinates": [ -122.474985, 37.807546 ] } } +, +{ "type": "Feature", "properties": { "name": "957 Lincoln Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 159 }, "geometry": { "type": "Point", "coordinates": [ -122.472239, 37.806936 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Blvd & Cowles St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 158 }, "geometry": { "type": "Point", "coordinates": [ -122.469063, 37.801782 ] } } +, +{ "type": "Feature", "properties": { "name": "Mcdowell Ave & Lincoln Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 174 }, "geometry": { "type": "Point", "coordinates": [ -122.467346, 37.799815 ] } } +, +{ "type": "Feature", "properties": { "name": "MASON ST (PRESIDIO)/Bldg B639", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 173 }, "geometry": { "type": "Point", "coordinates": [ -122.462196, 37.803070 ] } } +, +{ "type": "Feature", "properties": { "name": "Montgomery St (Presidio)/Bldg 102", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 190 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.800154 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio YMCA Center N-MB/SB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 336 }, "geometry": { "type": "Point", "coordinates": [ -122.453442, 37.800358 ] } } +, +{ "type": "Feature", "properties": { "name": "LETTERMAN HOSPITAL", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 129 }, "geometry": { "type": "Point", "coordinates": [ -122.450094, 37.798187 ] } } +, +{ "type": "Feature", "properties": { "name": "Broderick St & Jefferson St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 11 }, "geometry": { "type": "Point", "coordinates": [ -122.445374, 37.804359 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 280 }, "geometry": { "type": "Point", "coordinates": [ -122.445545, 37.795746 ] } } +, +{ "type": "Feature", "properties": { "name": "Presidio Ave & Jackson St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 220 }, "geometry": { "type": "Point", "coordinates": [ -122.447605, 37.790930 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Scott St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 14 }, "geometry": { "type": "Point", "coordinates": [ -122.442541, 37.803749 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Scott St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 70 }, "geometry": { "type": "Point", "coordinates": [ -122.441254, 37.800086 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 281 }, "geometry": { "type": "Point", "coordinates": [ -122.432585, 37.797509 ] } } +, +{ "type": "Feature", "properties": { "name": "Union St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 282 }, "geometry": { "type": "Point", "coordinates": [ -122.438850, 37.796560 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 66 }, "geometry": { "type": "Point", "coordinates": [ -122.437477, 37.788488 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 39 }, "geometry": { "type": "Point", "coordinates": [ -122.509918, 37.779941 ] } } +, +{ "type": "Feature", "properties": { "name": "902 Point Lobos Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 221 }, "geometry": { "type": "Point", "coordinates": [ -122.513008, 37.779127 ] } } +, +{ "type": "Feature", "properties": { "name": "48th Ave & Point Lobos Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 40 }, "geometry": { "type": "Point", "coordinates": [ -122.509403, 37.778992 ] } } +, +{ "type": "Feature", "properties": { "name": "La Playa St & Balboa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 126 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.774989 ] } } +, +{ "type": "Feature", "properties": { "name": "Point Lobos Ave & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 224 }, "geometry": { "type": "Point", "coordinates": [ -122.508459, 37.780009 ] } } +, +{ "type": "Feature", "properties": { "name": "LEGION OF HONOR", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 128 }, "geometry": { "type": "Point", "coordinates": [ -122.499704, 37.784961 ] } } +, +{ "type": "Feature", "properties": { "name": "42nd Ave & Clement St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 35 }, "geometry": { "type": "Point", "coordinates": [ -122.502966, 37.781095 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 94 }, "geometry": { "type": "Point", "coordinates": [ -122.506227, 37.779059 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 43rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 88 }, "geometry": { "type": "Point", "coordinates": [ -122.503653, 37.771597 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -122.500391, 37.775667 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 333 }, "geometry": { "type": "Point", "coordinates": [ -122.500305, 37.771868 ] } } +, +{ "type": "Feature", "properties": { "name": "GREAT HWY/near Beach Chalet", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 122 }, "geometry": { "type": "Point", "coordinates": [ -122.510262, 37.767865 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Great Hwy", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 170 }, "geometry": { "type": "Point", "coordinates": [ -122.510090, 37.764133 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah/La Playa/Ocean Beach", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 315 }, "geometry": { "type": "Point", "coordinates": [ -122.509232, 37.760334 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 47th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 167 }, "geometry": { "type": "Point", "coordinates": [ -122.507429, 37.764201 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 48th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 156 }, "geometry": { "type": "Point", "coordinates": [ -122.508459, 37.760334 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 36 }, "geometry": { "type": "Point", "coordinates": [ -122.505713, 37.756805 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 40th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 308 }, "geometry": { "type": "Point", "coordinates": [ -122.499361, 37.760741 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & 36th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 93 }, "geometry": { "type": "Point", "coordinates": [ -122.496614, 37.779466 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 63 }, "geometry": { "type": "Point", "coordinates": [ -122.488031, 37.783808 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 87 }, "geometry": { "type": "Point", "coordinates": [ -122.493181, 37.772207 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -122.487516, 37.776210 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 22nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 62 }, "geometry": { "type": "Point", "coordinates": [ -122.481852, 37.783944 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 19th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 61 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.784079 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 20th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 77 }, "geometry": { "type": "Point", "coordinates": [ -122.479877, 37.782316 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -122.482195, 37.776481 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 19th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -122.478161, 37.776549 ] } } +, +{ "type": "Feature", "properties": { "name": "37th Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 33 }, "geometry": { "type": "Point", "coordinates": [ -122.496614, 37.764337 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 166 }, "geometry": { "type": "Point", "coordinates": [ -122.491894, 37.764744 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Judah St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 261 }, "geometry": { "type": "Point", "coordinates": [ -122.495842, 37.761012 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lawton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 263 }, "geometry": { "type": "Point", "coordinates": [ -122.495584, 37.757280 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 34th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 197 }, "geometry": { "type": "Point", "coordinates": [ -122.492409, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 155 }, "geometry": { "type": "Point", "coordinates": [ -122.486744, 37.761216 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 196 }, "geometry": { "type": "Point", "coordinates": [ -122.491636, 37.753480 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 27th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 165 }, "geometry": { "type": "Point", "coordinates": [ -122.486143, 37.765151 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd Ave & Lincoln Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 30 }, "geometry": { "type": "Point", "coordinates": [ -122.480392, 37.765219 ] } } +, +{ "type": "Feature", "properties": { "name": "Judah St & 25th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 154 }, "geometry": { "type": "Point", "coordinates": [ -122.483568, 37.761351 ] } } +, +{ "type": "Feature", "properties": { "name": "Noriega St & 48th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 198 }, "geometry": { "type": "Point", "coordinates": [ -122.507858, 37.752937 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 44th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 231 }, "geometry": { "type": "Point", "coordinates": [ -122.503052, 37.747440 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 230 }, "geometry": { "type": "Point", "coordinates": [ -122.499790, 37.747508 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Santiago St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 37 }, "geometry": { "type": "Point", "coordinates": [ -122.504854, 37.743707 ] } } +, +{ "type": "Feature", "properties": { "name": "46th Ave & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 38 }, "geometry": { "type": "Point", "coordinates": [ -122.504597, 37.739974 ] } } +, +{ "type": "Feature", "properties": { "name": "Great Hwy & Sloat Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 123 }, "geometry": { "type": "Point", "coordinates": [ -122.506828, 37.735494 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 45th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 255 }, "geometry": { "type": "Point", "coordinates": [ -122.502794, 37.735358 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 41st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 254 }, "geometry": { "type": "Point", "coordinates": [ -122.499275, 37.734544 ] } } +, +{ "type": "Feature", "properties": { "name": "Herbst Rd & Amory Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 330 }, "geometry": { "type": "Point", "coordinates": [ -122.501678, 37.730675 ] } } +, +{ "type": "Feature", "properties": { "name": "Skyline Blvd & Harding Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 250 }, "geometry": { "type": "Point", "coordinates": [ -122.502537, 37.726737 ] } } +, +{ "type": "Feature", "properties": { "name": "John Muir Dr & Skyline Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 149 }, "geometry": { "type": "Point", "coordinates": [ -122.500048, 37.718998 ] } } +, +{ "type": "Feature", "properties": { "name": "39th Ave & Quintara St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 34 }, "geometry": { "type": "Point", "coordinates": [ -122.497387, 37.747643 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 33rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 229 }, "geometry": { "type": "Point", "coordinates": [ -122.490950, 37.748051 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 31st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 228 }, "geometry": { "type": "Point", "coordinates": [ -122.489061, 37.747983 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Santiago St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 264 }, "geometry": { "type": "Point", "coordinates": [ -122.494640, 37.744250 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Ulloa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 265 }, "geometry": { "type": "Point", "coordinates": [ -122.494383, 37.740110 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 32nd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 270 }, "geometry": { "type": "Point", "coordinates": [ -122.489491, 37.742485 ] } } +, +{ "type": "Feature", "properties": { "name": "Vicente St & 30th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 285 }, "geometry": { "type": "Point", "coordinates": [ -122.487173, 37.738752 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 28th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 227 }, "geometry": { "type": "Point", "coordinates": [ -122.485628, 37.748254 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Ortega St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 27 }, "geometry": { "type": "Point", "coordinates": [ -122.476187, 37.752733 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 19th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 226 }, "geometry": { "type": "Point", "coordinates": [ -122.476187, 37.748593 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 26th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 269 }, "geometry": { "type": "Point", "coordinates": [ -122.483311, 37.742621 ] } } +, +{ "type": "Feature", "properties": { "name": "Taraval St & 23rd Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 268 }, "geometry": { "type": "Point", "coordinates": [ -122.480478, 37.742892 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 29 }, "geometry": { "type": "Point", "coordinates": [ -122.475758, 37.743164 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 39th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 253 }, "geometry": { "type": "Point", "coordinates": [ -122.496786, 37.733933 ] } } +, +{ "type": "Feature", "properties": { "name": "Sunset Blvd & Lake Merced Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 262 }, "geometry": { "type": "Point", "coordinates": [ -122.493525, 37.730335 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 34th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 252 }, "geometry": { "type": "Point", "coordinates": [ -122.491636, 37.734136 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & El Mirasol Pl", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 257 }, "geometry": { "type": "Point", "coordinates": [ -122.486229, 37.734408 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Paraiso Pl", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 258 }, "geometry": { "type": "Point", "coordinates": [ -122.482195, 37.734544 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & Crestlake Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 256 }, "geometry": { "type": "Point", "coordinates": [ -122.480049, 37.734680 ] } } +, +{ "type": "Feature", "properties": { "name": "Sloat Blvd & 21st Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 251 }, "geometry": { "type": "Point", "coordinates": [ -122.477388, 37.734747 ] } } +, +{ "type": "Feature", "properties": { "name": "Buckingham Way & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 339 }, "geometry": { "type": "Point", "coordinates": [ -122.479105, 37.728570 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 124 }, "geometry": { "type": "Point", "coordinates": [ -122.485027, 37.718726 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Tapia Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 116 }, "geometry": { "type": "Point", "coordinates": [ -122.480907, 37.720695 ] } } +, +{ "type": "Feature", "properties": { "name": "Crespi Dr & Varela Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 86 }, "geometry": { "type": "Point", "coordinates": [ -122.475929, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Clement St & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 76 }, "geometry": { "type": "Point", "coordinates": [ -122.471123, 37.782723 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 10th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 60 }, "geometry": { "type": "Point", "coordinates": [ -122.469149, 37.784690 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & 8th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 300 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.784758 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 14th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -122.472668, 37.776753 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 10th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.776956 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & 8th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -122.466230, 37.777092 ] } } +, +{ "type": "Feature", "properties": { "name": "Cornwall St & 5th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 81 }, "geometry": { "type": "Point", "coordinates": [ -122.463655, 37.784893 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 64 }, "geometry": { "type": "Point", "coordinates": [ -122.459278, 37.785707 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Cherry St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 242 }, "geometry": { "type": "Point", "coordinates": [ -122.456532, 37.786928 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & 6th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 118 }, "geometry": { "type": "Point", "coordinates": [ -122.464085, 37.773700 ] } } +, +{ "type": "Feature", "properties": { "name": "Balboa St & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 10 }, "geometry": { "type": "Point", "coordinates": [ -122.458849, 37.777499 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 89 }, "geometry": { "type": "Point", "coordinates": [ -122.458506, 37.774378 ] } } +, +{ "type": "Feature", "properties": { "name": "Fulton St & Stanyan StW", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 90 }, "geometry": { "type": "Point", "coordinates": [ -122.454815, 37.774785 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 17th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 164 }, "geometry": { "type": "Point", "coordinates": [ -122.475414, 37.765626 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Funston Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 169 }, "geometry": { "type": "Point", "coordinates": [ -122.471037, 37.765830 ] } } +, +{ "type": "Feature", "properties": { "name": "CONCOURSE DR/Academy of Sciences", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 119 }, "geometry": { "type": "Point", "coordinates": [ -122.466145, 37.770443 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 11th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 163 }, "geometry": { "type": "Point", "coordinates": [ -122.468891, 37.765897 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Ave & Lomita Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 22 }, "geometry": { "type": "Point", "coordinates": [ -122.473526, 37.756941 ] } } +, +{ "type": "Feature", "properties": { "name": "9th Ave & Moraga St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 20 }, "geometry": { "type": "Point", "coordinates": [ -122.465887, 37.756669 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 162 }, "geometry": { "type": "Point", "coordinates": [ -122.463999, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "Lincoln Way & Arguello Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 168 }, "geometry": { "type": "Point", "coordinates": [ -122.457991, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "Lawton St & 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 127 }, "geometry": { "type": "Point", "coordinates": [ -122.464085, 37.758637 ] } } +, +{ "type": "Feature", "properties": { "name": "1697 7th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 19 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.756737 ] } } +, +{ "type": "Feature", "properties": { "name": "117 Warren Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 292 }, "geometry": { "type": "Point", "coordinates": [ -122.457991, 37.753683 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Collins St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 96 }, "geometry": { "type": "Point", "coordinates": [ -122.450008, 37.782248 ] } } +, +{ "type": "Feature", "properties": { "name": "Geary Blvd & Baker St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 95 }, "geometry": { "type": "Point", "coordinates": [ -122.442970, 37.782994 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Divisadero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 65 }, "geometry": { "type": "Point", "coordinates": [ -122.440739, 37.787946 ] } } +, +{ "type": "Feature", "properties": { "name": "Turk St & Broderick St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 278 }, "geometry": { "type": "Point", "coordinates": [ -122.440310, 37.779534 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 100 }, "geometry": { "type": "Point", "coordinates": [ -122.435503, 37.781095 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buena Vista East Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 137 }, "geometry": { "type": "Point", "coordinates": [ -122.440567, 37.770783 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Pierce St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 138 }, "geometry": { "type": "Point", "coordinates": [ -122.433872, 37.771597 ] } } +, +{ "type": "Feature", "properties": { "name": "Cole St & 17th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 79 }, "geometry": { "type": "Point", "coordinates": [ -122.449236, 37.761691 ] } } +, +{ "type": "Feature", "properties": { "name": "Panorama Dr & Dellbrook Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 215 }, "geometry": { "type": "Point", "coordinates": [ -122.452583, 37.753480 ] } } +, +{ "type": "Feature", "properties": { "name": "Marview Way & Panorama Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 184 }, "geometry": { "type": "Point", "coordinates": [ -122.450523, 37.753615 ] } } +, +{ "type": "Feature", "properties": { "name": "539 Corbett Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 84 }, "geometry": { "type": "Point", "coordinates": [ -122.444172, 37.757484 ] } } +, +{ "type": "Feature", "properties": { "name": "Buena Vista Ave E & Buena Vista Ter", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 59 }, "geometry": { "type": "Point", "coordinates": [ -122.440224, 37.767729 ] } } +, +{ "type": "Feature", "properties": { "name": "Corbett Ave & Douglass St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 85 }, "geometry": { "type": "Point", "coordinates": [ -122.439623, 37.762098 ] } } +, +{ "type": "Feature", "properties": { "name": "Eureka St & Market St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 102 }, "geometry": { "type": "Point", "coordinates": [ -122.438250, 37.761623 ] } } +, +{ "type": "Feature", "properties": { "name": "Grand View Ave & 21st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 133 }, "geometry": { "type": "Point", "coordinates": [ -122.440395, 37.755041 ] } } +, +{ "type": "Feature", "properties": { "name": "Quintara St & 12th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 225 }, "geometry": { "type": "Point", "coordinates": [ -122.468376, 37.749069 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Taraval St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 28 }, "geometry": { "type": "Point", "coordinates": [ -122.475500, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "West Portal Ave & 15th Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 291 }, "geometry": { "type": "Point", "coordinates": [ -122.470522, 37.736512 ] } } +, +{ "type": "Feature", "properties": { "name": "Ulloa St & Lenox Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 279 }, "geometry": { "type": "Point", "coordinates": [ -122.466230, 37.741196 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Clarendon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 130 }, "geometry": { "type": "Point", "coordinates": [ -122.461338, 37.751105 ] } } +, +{ "type": "Feature", "properties": { "name": "Forest Hill Station Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 297 }, "geometry": { "type": "Point", "coordinates": [ -122.459192, 37.748186 ] } } +, +{ "type": "Feature", "properties": { "name": "Clarendon Ave & Clarendon Woods S", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 75 }, "geometry": { "type": "Point", "coordinates": [ -122.458420, 37.751715 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 222 }, "geometry": { "type": "Point", "coordinates": [ -122.461081, 37.740381 ] } } +, +{ "type": "Feature", "properties": { "name": "Portola Dr & San Pablo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 223 }, "geometry": { "type": "Point", "coordinates": [ -122.460823, 37.740245 ] } } +, +{ "type": "Feature", "properties": { "name": "Laguna Honda Blvd & Idora Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 157 }, "geometry": { "type": "Point", "coordinates": [ -122.456617, 37.744182 ] } } +, +{ "type": "Feature", "properties": { "name": "MYRA WAY & DALEWOOD", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -122.453957, 37.736716 ] } } +, +{ "type": "Feature", "properties": { "name": "Eucalyptus Dr & Junipero Serra Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 103 }, "geometry": { "type": "Point", "coordinates": [ -122.472410, 37.731014 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & San Fernando Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 260 }, "geometry": { "type": "Point", "coordinates": [ -122.469835, 37.734680 ] } } +, +{ "type": "Feature", "properties": { "name": "Saint Francis Blvd & Santa Clara Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 259 }, "geometry": { "type": "Point", "coordinates": [ -122.466402, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Winston Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 327 }, "geometry": { "type": "Point", "coordinates": [ -122.475071, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "19TH AVE & HOLLOWAY AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 316 }, "geometry": { "type": "Point", "coordinates": [ -122.475328, 37.721170 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cerritos Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 200 }, "geometry": { "type": "Point", "coordinates": [ -122.466745, 37.727280 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Byxbee St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 92 }, "geometry": { "type": "Point", "coordinates": [ -122.469749, 37.719745 ] } } +, +{ "type": "Feature", "properties": { "name": "GARFIELD ST & VICTORIA ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 313 }, "geometry": { "type": "Point", "coordinates": [ -122.465200, 37.719745 ] } } +, +{ "type": "Feature", "properties": { "name": "Yerba Buena Ave & Brentwood Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 294 }, "geometry": { "type": "Point", "coordinates": [ -122.458935, 37.733593 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Faxon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 179 }, "geometry": { "type": "Point", "coordinates": [ -122.459106, 37.730675 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Victoria St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 307 }, "geometry": { "type": "Point", "coordinates": [ -122.464342, 37.725990 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Jules Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 201 }, "geometry": { "type": "Point", "coordinates": [ -122.461424, 37.724972 ] } } +, +{ "type": "Feature", "properties": { "name": "Garfield St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 91 }, "geometry": { "type": "Point", "coordinates": [ -122.463655, 37.719812 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Ocean Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 214 }, "geometry": { "type": "Point", "coordinates": [ -122.456017, 37.723750 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Del Vale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 205 }, "geometry": { "type": "Point", "coordinates": [ -122.446060, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Gaviota Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 272 }, "geometry": { "type": "Point", "coordinates": [ -122.448034, 37.739838 ] } } +, +{ "type": "Feature", "properties": { "name": "O'Shaughnessy Blvd & Malta Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 206 }, "geometry": { "type": "Point", "coordinates": [ -122.443743, 37.736444 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 98 }, "geometry": { "type": "Point", "coordinates": [ -122.437820, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond St (south)/Diamond Hts", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 320 }, "geometry": { "type": "Point", "coordinates": [ -122.437220, 37.738277 ] } } +, +{ "type": "Feature", "properties": { "name": "Diamond Heights Blvd & Gold Mine Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 97 }, "geometry": { "type": "Point", "coordinates": [ -122.435846, 37.740313 ] } } +, +{ "type": "Feature", "properties": { "name": "Teresita Blvd & Foerster St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 271 }, "geometry": { "type": "Point", "coordinates": [ -122.448807, 37.734340 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Detroit St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 178 }, "geometry": { "type": "Point", "coordinates": [ -122.444000, 37.731489 ] } } +, +{ "type": "Feature", "properties": { "name": "PHELAN AVE/CCSF (North Entrance)", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 210 }, "geometry": { "type": "Point", "coordinates": [ -122.452240, 37.726058 ] } } +, +{ "type": "Feature", "properties": { "name": "Grafton Ave & Harold Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 132 }, "geometry": { "type": "Point", "coordinates": [ -122.453012, 37.720084 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave&I-280 on-ramp NE-NS/SB", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 338 }, "geometry": { "type": "Point", "coordinates": [ -122.446918, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & San Jose Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 203 }, "geometry": { "type": "Point", "coordinates": [ -122.444944, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "Monterey Blvd & Baden St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 177 }, "geometry": { "type": "Point", "coordinates": [ -122.439623, 37.731693 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Santa Rosa Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 303 }, "geometry": { "type": "Point", "coordinates": [ -122.440052, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Bosworth St & Lippard Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 47 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.733797 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 245 }, "geometry": { "type": "Point", "coordinates": [ -122.433271, 37.729792 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Havelock St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 240 }, "geometry": { "type": "Point", "coordinates": [ -122.441597, 37.726805 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Cayuga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 199 }, "geometry": { "type": "Point", "coordinates": [ -122.438679, 37.723682 ] } } +, +{ "type": "Feature", "properties": { "name": "Cayuga Ave & Onondaga Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 305 }, "geometry": { "type": "Point", "coordinates": [ -122.439709, 37.722053 ] } } +, +{ "type": "Feature", "properties": { "name": "Ocean Ave & Persia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 202 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.723818 ] } } +, +{ "type": "Feature", "properties": { "name": "Beach St & Polk St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 13 }, "geometry": { "type": "Point", "coordinates": [ -122.423229, 37.806393 ] } } +, +{ "type": "Feature", "properties": { "name": "Hyde St & Beach St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 140 }, "geometry": { "type": "Point", "coordinates": [ -122.420654, 37.806665 ] } } +, +{ "type": "Feature", "properties": { "name": "Jefferson St & Powell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 151 }, "geometry": { "type": "Point", "coordinates": [ -122.413359, 37.808563 ] } } +, +{ "type": "Feature", "properties": { "name": "Chestnut St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 69 }, "geometry": { "type": "Point", "coordinates": [ -122.431469, 37.801511 ] } } +, +{ "type": "Feature", "properties": { "name": "Jackson St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 150 }, "geometry": { "type": "Point", "coordinates": [ -122.431211, 37.792965 ] } } +, +{ "type": "Feature", "properties": { "name": "Sacramento St & Octavia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 243 }, "geometry": { "type": "Point", "coordinates": [ -122.427521, 37.790727 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Ave & Vallejo St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 284 }, "geometry": { "type": "Point", "coordinates": [ -122.423658, 37.796424 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Grant St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 329 }, "geometry": { "type": "Point", "coordinates": [ -122.409410, 37.808224 ] } } +, +{ "type": "Feature", "properties": { "name": "Lombard St & Stockton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 161 }, "geometry": { "type": "Point", "coordinates": [ -122.409668, 37.803274 ] } } +, +{ "type": "Feature", "properties": { "name": "Broadway & Davis St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 12 }, "geometry": { "type": "Point", "coordinates": [ -122.398596, 37.799001 ] } } +, +{ "type": "Feature", "properties": { "name": "Clay St & Drumm St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 74 }, "geometry": { "type": "Point", "coordinates": [ -122.396965, 37.795407 ] } } +, +{ "type": "Feature", "properties": { "name": "Howard St & Spear St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 139 }, "geometry": { "type": "Point", "coordinates": [ -122.392502, 37.791405 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Mason Ct", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 135 }, "geometry": { "type": "Point", "coordinates": [ -122.377224, 37.828158 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue B & Gateview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 43 }, "geometry": { "type": "Point", "coordinates": [ -122.377396, 37.826938 ] } } +, +{ "type": "Feature", "properties": { "name": "Gateview Ave & Bayside Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 134 }, "geometry": { "type": "Point", "coordinates": [ -122.375250, 37.829853 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 13th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 46 }, "geometry": { "type": "Point", "coordinates": [ -122.369585, 37.829243 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 10th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 45 }, "geometry": { "type": "Point", "coordinates": [ -122.368298, 37.827277 ] } } +, +{ "type": "Feature", "properties": { "name": "TREASURE ISLAND RD/GUARD STATION", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 273 }, "geometry": { "type": "Point", "coordinates": [ -122.371817, 37.816022 ] } } +, +{ "type": "Feature", "properties": { "name": "California St & Avenue D", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 67 }, "geometry": { "type": "Point", "coordinates": [ -122.369499, 37.818531 ] } } +, +{ "type": "Feature", "properties": { "name": "Treasure Island Rd & Macalla Rd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 326 }, "geometry": { "type": "Point", "coordinates": [ -122.371130, 37.813039 ] } } +, +{ "type": "Feature", "properties": { "name": "Avenue M & 3rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 44 }, "geometry": { "type": "Point", "coordinates": [ -122.364864, 37.822260 ] } } +, +{ "type": "Feature", "properties": { "name": "62 Macalla St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 176 }, "geometry": { "type": "Point", "coordinates": [ -122.364864, 37.812022 ] } } +, +{ "type": "Feature", "properties": { "name": "Sutter St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 267 }, "geometry": { "type": "Point", "coordinates": [ -122.429838, 37.786589 ] } } +, +{ "type": "Feature", "properties": { "name": "Eddy St & Laguna St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 99 }, "geometry": { "type": "Point", "coordinates": [ -122.427263, 37.782112 ] } } +, +{ "type": "Feature", "properties": { "name": "Haight St & Buchanan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 136 }, "geometry": { "type": "Point", "coordinates": [ -122.427349, 37.772411 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 72 }, "geometry": { "type": "Point", "coordinates": [ -122.428722, 37.764608 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & Duboce Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 290 }, "geometry": { "type": "Point", "coordinates": [ -122.422457, 37.769833 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & 18th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 73 }, "geometry": { "type": "Point", "coordinates": [ -122.428379, 37.761487 ] } } +, +{ "type": "Feature", "properties": { "name": "Church St & Liberty St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 301 }, "geometry": { "type": "Point", "coordinates": [ -122.428036, 37.757348 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Valencia St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 26 }, "geometry": { "type": "Point", "coordinates": [ -122.421770, 37.761758 ] } } +, +{ "type": "Feature", "properties": { "name": "Valencia St & 21st St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 289 }, "geometry": { "type": "Point", "coordinates": [ -122.420998, 37.757144 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & 14th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 114 }, "geometry": { "type": "Point", "coordinates": [ -122.415676, 37.768476 ] } } +, +{ "type": "Feature", "properties": { "name": "11th St & Harrison St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 21 }, "geometry": { "type": "Point", "coordinates": [ -122.412243, 37.770376 ] } } +, +{ "type": "Feature", "properties": { "name": "Powell St & Geary Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 218 }, "geometry": { "type": "Point", "coordinates": [ -122.408295, 37.787471 ] } } +, +{ "type": "Feature", "properties": { "name": "The Embarcadero & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 101 }, "geometry": { "type": "Point", "coordinates": [ -122.388124, 37.784351 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Brannan St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 18 }, "geometry": { "type": "Point", "coordinates": [ -122.393188, 37.779263 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & Terry A Francois Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 321 }, "geometry": { "type": "Point", "coordinates": [ -122.390099, 37.776210 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Mission Rock St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 324 }, "geometry": { "type": "Point", "coordinates": [ -122.389755, 37.773021 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & Alameda St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 217 }, "geometry": { "type": "Point", "coordinates": [ -122.407951, 37.768408 ] } } +, +{ "type": "Feature", "properties": { "name": "Potrero Ave & 16th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 216 }, "geometry": { "type": "Point", "coordinates": [ -122.408209, 37.766372 ] } } +, +{ "type": "Feature", "properties": { "name": "16th St & Kansas St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 23 }, "geometry": { "type": "Point", "coordinates": [ -122.403831, 37.765965 ] } } +, +{ "type": "Feature", "properties": { "name": "16th Street & Missouri St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 335 }, "geometry": { "type": "Point", "coordinates": [ -122.397051, 37.766508 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Texas St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 25 }, "geometry": { "type": "Point", "coordinates": [ -122.395420, 37.762708 ] } } +, +{ "type": "Feature", "properties": { "name": "18th St & Minnesota St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 24 }, "geometry": { "type": "Point", "coordinates": [ -122.390871, 37.762844 ] } } +, +{ "type": "Feature", "properties": { "name": "22nd St & Iowa St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 31 }, "geometry": { "type": "Point", "coordinates": [ -122.391815, 37.757755 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 23rd St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 15 }, "geometry": { "type": "Point", "coordinates": [ -122.387867, 37.755719 ] } } +, +{ "type": "Feature", "properties": { "name": "24th St & Guerrero St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 32 }, "geometry": { "type": "Point", "coordinates": [ -122.422800, 37.752055 ] } } +, +{ "type": "Feature", "properties": { "name": "Noe St & 29th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 195 }, "geometry": { "type": "Point", "coordinates": [ -122.431211, 37.743571 ] } } +, +{ "type": "Feature", "properties": { "name": "Chenery St & 30th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 71 }, "geometry": { "type": "Point", "coordinates": [ -122.425718, 37.742010 ] } } +, +{ "type": "Feature", "properties": { "name": "Folsom St & Cesar Chavez St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 115 }, "geometry": { "type": "Point", "coordinates": [ -122.413788, 37.748458 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Elsie St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 83 }, "geometry": { "type": "Point", "coordinates": [ -122.419968, 37.739906 ] } } +, +{ "type": "Feature", "properties": { "name": "Cortland Ave & Andover St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 82 }, "geometry": { "type": "Point", "coordinates": [ -122.416620, 37.739024 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Folsom St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 239 }, "geometry": { "type": "Point", "coordinates": [ -122.413187, 37.744182 ] } } +, +{ "type": "Feature", "properties": { "name": "Ripley St & Alabama St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 238 }, "geometry": { "type": "Point", "coordinates": [ -122.410440, 37.744386 ] } } +, +{ "type": "Feature", "properties": { "name": "Trumbull St & Congdon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 277 }, "geometry": { "type": "Point", "coordinates": [ -122.426405, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Congdon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 246 }, "geometry": { "type": "Point", "coordinates": [ -122.425890, 37.728706 ] } } +, +{ "type": "Feature", "properties": { "name": "Excelsior Ave & Madrid St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 105 }, "geometry": { "type": "Point", "coordinates": [ -122.430611, 37.724768 ] } } +, +{ "type": "Feature", "properties": { "name": "Athens St & Excelsior Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 42 }, "geometry": { "type": "Point", "coordinates": [ -122.427263, 37.723139 ] } } +, +{ "type": "Feature", "properties": { "name": "Brazil Ave & Prague St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 319 }, "geometry": { "type": "Point", "coordinates": [ -122.425890, 37.720491 ] } } +, +{ "type": "Feature", "properties": { "name": "Richland Ave & Murray St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 237 }, "geometry": { "type": "Point", "coordinates": [ -122.420053, 37.735766 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Princeton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 248 }, "geometry": { "type": "Point", "coordinates": [ -122.416105, 37.729045 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Dartmouth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 247 }, "geometry": { "type": "Point", "coordinates": [ -122.413616, 37.729860 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Harvard St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 108 }, "geometry": { "type": "Point", "coordinates": [ -122.420483, 37.725855 ] } } +, +{ "type": "Feature", "properties": { "name": "Felton St & Amherst St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 107 }, "geometry": { "type": "Point", "coordinates": [ -122.416363, 37.727009 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & John F Shelley Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 172 }, "geometry": { "type": "Point", "coordinates": [ -122.418766, 37.718930 ] } } +, +{ "type": "Feature", "properties": { "name": "University St & Burrows St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 283 }, "geometry": { "type": "Point", "coordinates": [ -122.414131, 37.726601 ] } } +, +{ "type": "Feature", "properties": { "name": "C. Chavez St&Florida St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 334 }, "geometry": { "type": "Point", "coordinates": [ -122.409582, 37.748390 ] } } +, +{ "type": "Feature", "properties": { "name": "228 Bay Shore Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 52 }, "geometry": { "type": "Point", "coordinates": [ -122.404432, 37.744725 ] } } +, +{ "type": "Feature", "properties": { "name": "Bradford St & Esmeralda Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 49 }, "geometry": { "type": "Point", "coordinates": [ -122.409325, 37.743028 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Oakdale Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 54 }, "geometry": { "type": "Point", "coordinates": [ -122.405205, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Industrial St & Palou Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 141 }, "geometry": { "type": "Point", "coordinates": [ -122.400999, 37.739567 ] } } +, +{ "type": "Feature", "properties": { "name": "Silver Ave & Revere Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 249 }, "geometry": { "type": "Point", "coordinates": [ -122.398853, 37.736376 ] } } +, +{ "type": "Feature", "properties": { "name": "Evans Ave & Napoleon St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 104 }, "geometry": { "type": "Point", "coordinates": [ -122.396278, 37.747372 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 17 }, "geometry": { "type": "Point", "coordinates": [ -122.387867, 37.752530 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Selby St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 153 }, "geometry": { "type": "Point", "coordinates": [ -122.396793, 37.743300 ] } } +, +{ "type": "Feature", "properties": { "name": "Jerrold Ave & Rankin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 152 }, "geometry": { "type": "Point", "coordinates": [ -122.394905, 37.742078 ] } } +, +{ "type": "Feature", "properties": { "name": "Palou Ave & Phelps St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 207 }, "geometry": { "type": "Point", "coordinates": [ -122.394819, 37.736105 ] } } +, +{ "type": "Feature", "properties": { "name": "Bay Shore Blvd & Boutwell St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 53 }, "geometry": { "type": "Point", "coordinates": [ -122.405891, 37.734883 ] } } +, +{ "type": "Feature", "properties": { "name": "San Bruno Ave & Felton St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 244 }, "geometry": { "type": "Point", "coordinates": [ -122.404690, 37.730131 ] } } +, +{ "type": "Feature", "properties": { "name": "Bridge View Dr & Scotia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 51 }, "geometry": { "type": "Point", "coordinates": [ -122.399368, 37.731829 ] } } +, +{ "type": "Feature", "properties": { "name": "Mansell St & Dartmouth St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 171 }, "geometry": { "type": "Point", "coordinates": [ -122.409067, 37.719405 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Bridge View Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 274 }, "geometry": { "type": "Point", "coordinates": [ -122.397652, 37.733322 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Venus St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 276 }, "geometry": { "type": "Point", "coordinates": [ -122.395935, 37.732032 ] } } +, +{ "type": "Feature", "properties": { "name": "Topeka Ave & Thornton Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 275 }, "geometry": { "type": "Point", "coordinates": [ -122.395248, 37.731150 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 287 }, "geometry": { "type": "Point", "coordinates": [ -122.390442, 37.728095 ] } } +, +{ "type": "Feature", "properties": { "name": "Paul Ave & Gould St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 208 }, "geometry": { "type": "Point", "coordinates": [ -122.397909, 37.723003 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Dyke Ave & Jennings St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 286 }, "geometry": { "type": "Point", "coordinates": [ -122.388811, 37.727077 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Ingalls St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 113 }, "geometry": { "type": "Point", "coordinates": [ -122.391472, 37.720967 ] } } +, +{ "type": "Feature", "properties": { "name": "Fitzgerald Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 112 }, "geometry": { "type": "Point", "coordinates": [ -122.389584, 37.719948 ] } } +, +{ "type": "Feature", "properties": { "name": "Not a public stop", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 328 }, "geometry": { "type": "Point", "coordinates": [ -122.386923, 37.755380 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -122.383060, 37.755651 ] } } +, +{ "type": "Feature", "properties": { "name": "3rd St & 25th St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 16 }, "geometry": { "type": "Point", "coordinates": [ -122.387695, 37.753140 ] } } +, +{ "type": "Feature", "properties": { "name": "Third Street & Marin St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 323 }, "geometry": { "type": "Point", "coordinates": [ -122.387438, 37.749001 ] } } +, +{ "type": "Feature", "properties": { "name": "Newhall St & Fairfax Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 325 }, "geometry": { "type": "Point", "coordinates": [ -122.387180, 37.741399 ] } } +, +{ "type": "Feature", "properties": { "name": "Fairfax Ave & Keith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 106 }, "geometry": { "type": "Point", "coordinates": [ -122.381773, 37.738141 ] } } +, +{ "type": "Feature", "properties": { "name": "Cashmere St & La Salle Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 68 }, "geometry": { "type": "Point", "coordinates": [ -122.386923, 37.735833 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Griffith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 143 }, "geometry": { "type": "Point", "coordinates": [ -122.375851, 37.731964 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes Ave & Fitch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 142 }, "geometry": { "type": "Point", "coordinates": [ -122.374048, 37.730946 ] } } +, +{ "type": "Feature", "properties": { "name": "Innes St & Donahue St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 146 }, "geometry": { "type": "Point", "coordinates": [ -122.370186, 37.729113 ] } } +, +{ "type": "Feature", "properties": { "name": "SPEAR ST & COCHRANE ST", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 310 }, "geometry": { "type": "Point", "coordinates": [ -122.368727, 37.725312 ] } } +, +{ "type": "Feature", "properties": { "name": "ROBINSON ST/Bldg 152", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 236 }, "geometry": { "type": "Point", "coordinates": [ -122.365551, 37.728774 ] } } +, +{ "type": "Feature", "properties": { "name": "Lockwood St & Bldg 214", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 309 }, "geometry": { "type": "Point", "coordinates": [ -122.361002, 37.727348 ] } } +, +{ "type": "Feature", "properties": { "name": "655 John Muir Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 148 }, "geometry": { "type": "Point", "coordinates": [ -122.497730, 37.717029 ] } } +, +{ "type": "Feature", "properties": { "name": "555 John Muir Dr", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 147 }, "geometry": { "type": "Point", "coordinates": [ -122.496529, 37.716553 ] } } +, +{ "type": "Feature", "properties": { "name": "Lake Merced Blvd & Higuera Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 125 }, "geometry": { "type": "Point", "coordinates": [ -122.485199, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Font Blvd & Juan Bautisa Cir.", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 337 }, "geometry": { "type": "Point", "coordinates": [ -122.478676, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Cambon Dr & Castelo Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 78 }, "geometry": { "type": "Point", "coordinates": [ -122.474470, 37.717232 ] } } +, +{ "type": "Feature", "properties": { "name": "19th Ave & Randolph St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 311 }, "geometry": { "type": "Point", "coordinates": [ -122.470007, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 232 }, "geometry": { "type": "Point", "coordinates": [ -122.467003, 37.714313 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Arch St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 233 }, "geometry": { "type": "Point", "coordinates": [ -122.467260, 37.714177 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 234 }, "geometry": { "type": "Point", "coordinates": [ -122.463398, 37.714381 ] } } +, +{ "type": "Feature", "properties": { "name": "Randolph St & Bright St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 235 }, "geometry": { "type": "Point", "coordinates": [ -122.463570, 37.714245 ] } } +, +{ "type": "Feature", "properties": { "name": "Broad St & Capitol Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 50 }, "geometry": { "type": "Point", "coordinates": [ -122.459192, 37.713159 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Lakeview Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 213 }, "geometry": { "type": "Point", "coordinates": [ -122.456188, 37.718455 ] } } +, +{ "type": "Feature", "properties": { "name": "Plymouth Ave & Farallones St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 212 }, "geometry": { "type": "Point", "coordinates": [ -122.456102, 37.714177 ] } } +, +{ "type": "Feature", "properties": { "name": "San Jose Ave & Mt Vernon Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 241 }, "geometry": { "type": "Point", "coordinates": [ -122.448635, 37.718522 ] } } +, +{ "type": "Feature", "properties": { "name": "Niagra Ave & Alemany Blvd", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 181 }, "geometry": { "type": "Point", "coordinates": [ -122.443314, 37.716893 ] } } +, +{ "type": "Feature", "properties": { "name": "Alemany Blvd & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 41 }, "geometry": { "type": "Point", "coordinates": [ -122.442369, 37.717640 ] } } +, +{ "type": "Feature", "properties": { "name": "Naples St & Geneva Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 180 }, "geometry": { "type": "Point", "coordinates": [ -122.435932, 37.714449 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & Italy Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 186 }, "geometry": { "type": "Point", "coordinates": [ -122.432327, 37.715128 ] } } +, +{ "type": "Feature", "properties": { "name": "Geneva Ave & Moscow St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 131 }, "geometry": { "type": "Point", "coordinates": [ -122.433958, 37.713362 ] } } +, +{ "type": "Feature", "properties": { "name": "Moscow St & France Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 185 }, "geometry": { "type": "Point", "coordinates": [ -122.431126, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "Prague St & Russia Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 219 }, "geometry": { "type": "Point", "coordinates": [ -122.428207, 37.717572 ] } } +, +{ "type": "Feature", "properties": { "name": "MANSELL ST & PERSIA AVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 318 }, "geometry": { "type": "Point", "coordinates": [ -122.425718, 37.718319 ] } } +, +{ "type": "Feature", "properties": { "name": "Persia Ave & Brazil Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 209 }, "geometry": { "type": "Point", "coordinates": [ -122.422800, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "SUNNYDALE AVE/MCLAREN SCHOOL", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 266 }, "geometry": { "type": "Point", "coordinates": [ -122.422113, 37.713702 ] } } +, +{ "type": "Feature", "properties": { "name": "Visitacion Ave & Hahn St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 288 }, "geometry": { "type": "Point", "coordinates": [ -122.415161, 37.713498 ] } } +, +{ "type": "Feature", "properties": { "name": "Raymond Ave & Elliot St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 322 }, "geometry": { "type": "Point", "coordinates": [ -122.411213, 37.714449 ] } } +, +{ "type": "Feature", "properties": { "name": "Delta St & Wilde Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 302 }, "geometry": { "type": "Point", "coordinates": [ -122.407436, 37.717776 ] } } +, +{ "type": "Feature", "properties": { "name": "Tioga Ave & Rutland St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 304 }, "geometry": { "type": "Point", "coordinates": [ -122.405806, 37.716689 ] } } +, +{ "type": "Feature", "properties": { "name": "367 Wilde Ave", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 293 }, "geometry": { "type": "Point", "coordinates": [ -122.404089, 37.716893 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Hawes St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 145 }, "geometry": { "type": "Point", "coordinates": [ -122.390957, 37.718047 ] } } +, +{ "type": "Feature", "properties": { "name": "Ingerson Ave & Griffith St", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 144 }, "geometry": { "type": "Point", "coordinates": [ -122.389240, 37.717029 ] } } +, +{ "type": "Feature", "properties": { "name": "49ERS DRIVE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -122.387781, 37.714109 ] } } +, +{ "type": "Feature", "properties": { "name": "Gilman Ave & Bill Walsh Way", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 211 }, "geometry": { "type": "Point", "coordinates": [ -122.387009, 37.717504 ] } } +] } +, +{ "type": "FeatureCollection", "properties": { "layer": "subway", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 295 }, "geometry": { "type": "Point", "coordinates": [ -122.435331, 37.762708 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Castro Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 191 }, "geometry": { "type": "Point", "coordinates": [ -122.435246, 37.762641 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Forest Hill Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 193 }, "geometry": { "type": "Point", "coordinates": [ -122.458591, 37.748322 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 298 }, "geometry": { "type": "Point", "coordinates": [ -122.402115, 37.788760 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Montgomery Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 194 }, "geometry": { "type": "Point", "coordinates": [ -122.401943, 37.788692 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 192 }, "geometry": { "type": "Point", "coordinates": [ -122.396536, 37.793033 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 314 }, "geometry": { "type": "Point", "coordinates": [ -122.396450, 37.793168 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Embarcadero Station", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 296 }, "geometry": { "type": "Point", "coordinates": [ -122.396364, 37.793168 ] } } +, +{ "type": "Feature", "properties": { "name": "Metro Civic Center Station/Downtown", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 312 }, "geometry": { "type": "Point", "coordinates": [ -122.412500, 37.780348 ] } } +, +{ "type": "Feature", "properties": { "name": "Van Ness Station Outbound", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 299 }, "geometry": { "type": "Point", "coordinates": [ -122.419367, 37.775260 ] } } +] } +] } +, +{ "type": "FeatureCollection", "properties": { "zoom": 10, "x": 477, "y": 395 }, "features": [ +{ "type": "FeatureCollection", "properties": { "layer": "muni", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 0 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 1 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 2 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 3 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 4 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 5 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 6 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 7 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 8 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +, +{ "type": "Feature", "properties": { "name": "REFERENCE & REFERENCE", "tippecanoe:retain_points_multiplier_first": true, "tippecanoe:retain_points_multiplier_sequence": 9 }, "geometry": { "type": "Point", "coordinates": [ -12.239971, 37.820023 ] } } +] } +] } +] } diff --git a/tests/ne_110m_admin_0_countries/out/-z5_-M5000_--coalesce-smallest-as-needed.json b/tests/ne_110m_admin_0_countries/out/-z5_-M5000_--coalesce-smallest-as-needed.json index 448ead1de..41085f29c 100644 --- a/tests/ne_110m_admin_0_countries/out/-z5_-M5000_--coalesce-smallest-as-needed.json +++ b/tests/ne_110m_admin_0_countries/out/-z5_-M5000_--coalesce-smallest-as-needed.json @@ -9,21 +9,15 @@ "maxzoom": "5", "minzoom": "0", "name": "tests/ne_110m_admin_0_countries/out/-z5_-M5000_--coalesce-smallest-as-needed.json.check.mbtiles", -"strategies": "[{\"coalesced_as_needed\":1271,\"tiny_polygons\":5,\"tile_size_desired\":39242},{\"coalesced_as_needed\":1189,\"tile_size_desired\":25160},{\"coalesced_as_needed\":727,\"tiny_polygons\":1,\"tile_size_desired\":21223},{\"coalesced_as_needed\":179,\"tile_size_desired\":10749},{\"coalesced_as_needed\":73,\"tile_size_desired\":6591},{\"tiny_polygons\":1}]", +"strategies": "[{\"coalesced_as_needed\":7519,\"tiny_polygons\":2,\"tile_size_desired\":39242},{\"coalesced_as_needed\":442,\"tile_size_desired\":25160},{\"coalesced_as_needed\":214,\"tiny_polygons\":1,\"tile_size_desired\":21223},{\"coalesced_as_needed\":179,\"tile_size_desired\":10749},{\"coalesced_as_needed\":73,\"tile_size_desired\":6591},{\"tiny_polygons\":1}]", "type": "overlay", "version": "2" }, "features": [ { "type": "FeatureCollection", "properties": { "zoom": 0, "x": 0, "y": 0 }, "features": [ -{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 512 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.000000, 17.978733 ], [ -87.890625, 15.961329 ], [ -90.000000, 13.923404 ], [ -92.109375, 15.284185 ], [ -90.703125, 15.961329 ], [ -91.406250, 17.308688 ], [ -90.000000, 17.978733 ] ] ], [ [ [ -94.921875, 49.382373 ], [ -91.406250, 47.989922 ], [ -88.593750, 48.458352 ], [ -82.265625, 45.583290 ], [ -82.968750, 41.508577 ], [ -74.531250, 45.089036 ], [ -71.718750, 45.089036 ], [ -68.906250, 47.517201 ], [ -67.500000, 47.040182 ], [ -66.796875, 44.590467 ], [ -70.312500, 43.580391 ], [ -71.015625, 42.553080 ], [ -70.312500, 41.508577 ], [ -73.828125, 40.979898 ], [ -75.234375, 38.822591 ], [ -75.234375, 39.368279 ], [ -75.937500, 37.160317 ], [ -76.640625, 39.368279 ], [ -76.640625, 38.272689 ], [ -75.937500, 35.460670 ], [ -81.562500, 31.353637 ], [ -80.156250, 25.165173 ], [ -81.562500, 25.799891 ], [ -83.671875, 30.145127 ], [ -89.296875, 30.145127 ], [ -89.296875, 28.921631 ], [ -94.921875, 29.535230 ], [ -97.031250, 27.683528 ], [ -97.031250, 25.799891 ], [ -98.437500, 25.799891 ], [ -101.250000, 29.535230 ], [ -104.062500, 29.535230 ], [ -106.171875, 31.952162 ], [ -111.093750, 31.353637 ], [ -114.609375, 32.546813 ], [ -117.421875, 32.546813 ], [ -120.937500, 34.885931 ], [ -123.750000, 38.822591 ], [ -124.453125, 47.989922 ], [ -123.046875, 47.989922 ], [ -122.343750, 47.040182 ], [ -123.046875, 48.922499 ], [ -94.921875, 49.382373 ] ] ], [ [ [ -35.156250, 83.676943 ], [ -27.421875, 83.520162 ], [ -21.093750, 82.765373 ], [ -22.500000, 82.308893 ], [ -31.640625, 82.214217 ], [ -31.640625, 82.021378 ], [ -28.125000, 82.118384 ], [ -24.609375, 81.823794 ], [ -23.203125, 82.118384 ], [ -21.796875, 81.723188 ], [ -23.203125, 81.201420 ], [ -15.468750, 81.923186 ], [ -12.656250, 81.723188 ], [ -11.953125, 81.308321 ], [ -16.875000, 80.297927 ], [ -20.390625, 80.178713 ], [ -17.578125, 80.178713 ], [ -19.687500, 78.767792 ], [ -19.687500, 77.617709 ], [ -18.281250, 76.999935 ], [ -21.796875, 76.679785 ], [ -19.687500, 76.016094 ], [ -19.687500, 75.320025 ], [ -20.390625, 75.140778 ], [ -19.687500, 74.211983 ], [ -21.796875, 74.211983 ], [ -21.093750, 73.428424 ], [ -23.906250, 73.226700 ], [ -22.500000, 72.181804 ], [ -24.609375, 72.607120 ], [ -24.609375, 72.395706 ], [ -21.796875, 71.524909 ], [ -21.796875, 70.612614 ], [ -23.203125, 70.377854 ], [ -25.312500, 71.524909 ], [ -25.312500, 70.844673 ], [ -26.015625, 70.140364 ], [ -22.500000, 70.140364 ], [ -27.421875, 68.399180 ], [ -31.640625, 68.138852 ], [ -36.562500, 65.946472 ], [ -40.078125, 65.366837 ], [ -41.484375, 63.548552 ], [ -42.890625, 62.593341 ], [ -43.593750, 60.239811 ], [ -45.000000, 59.888937 ], [ -49.218750, 61.270233 ], [ -53.437500, 66.231457 ], [ -54.140625, 67.067433 ], [ -52.734375, 68.399180 ], [ -51.328125, 68.656555 ], [ -50.625000, 69.900118 ], [ -53.437500, 69.162558 ], [ -54.843750, 69.657086 ], [ -54.140625, 70.844673 ], [ -51.328125, 70.612614 ], [ -54.140625, 71.524909 ], [ -55.546875, 71.746432 ], [ -54.843750, 72.607120 ], [ -58.359375, 75.497157 ], [ -61.171875, 76.184995 ], [ -68.203125, 76.016094 ], [ -71.718750, 76.999935 ], [ -66.796875, 77.312520 ], [ -71.015625, 77.617709 ], [ -73.125000, 78.061989 ], [ -73.125000, 78.490552 ], [ -65.390625, 79.432371 ], [ -65.390625, 79.812302 ], [ -68.203125, 80.058050 ], [ -67.500000, 80.532071 ], [ -62.578125, 81.308321 ], [ -62.578125, 81.723188 ], [ -56.953125, 82.214217 ], [ -54.140625, 82.214217 ], [ -52.734375, 81.923186 ], [ -50.625000, 82.402423 ], [ -44.296875, 81.621352 ], [ -47.109375, 82.214217 ], [ -47.109375, 82.586106 ], [ -43.593750, 83.194896 ], [ -40.078125, 83.194896 ], [ -38.671875, 83.520162 ], [ -35.156250, 83.676943 ] ] ], [ [ [ -156.796875, 71.300793 ], [ -154.687500, 70.612614 ], [ -151.875000, 70.844673 ], [ -150.468750, 70.377854 ], [ -143.437500, 70.140364 ], [ -141.328125, 69.657086 ], [ -141.328125, 60.239811 ], [ -139.218750, 59.888937 ], [ -137.109375, 58.813742 ], [ -135.703125, 59.888937 ], [ -130.078125, 55.776573 ], [ -130.781250, 54.977614 ], [ -134.296875, 58.077876 ], [ -136.406250, 58.077876 ], [ -142.734375, 60.239811 ], [ -146.953125, 60.930432 ], [ -148.359375, 60.586967 ], [ -148.359375, 59.888937 ], [ -151.875000, 59.175928 ], [ -150.468750, 61.270233 ], [ -153.984375, 59.175928 ], [ -153.281250, 58.813742 ], [ -153.984375, 58.077876 ], [ -158.203125, 56.170023 ], [ -164.531250, 54.572062 ], [ -158.906250, 56.944974 ], [ -156.796875, 58.813742 ], [ -158.906250, 58.447733 ], [ -160.312500, 59.175928 ], [ -161.718750, 58.813742 ], [ -162.421875, 59.888937 ], [ -163.828125, 59.888937 ], [ -164.531250, 60.239811 ], [ -165.234375, 60.586967 ], [ -165.937500, 61.938950 ], [ -164.531250, 63.233627 ], [ -161.015625, 63.860036 ], [ -161.718750, 64.472794 ], [ -161.015625, 64.774125 ], [ -165.234375, 64.472794 ], [ -168.046875, 65.658275 ], [ -164.531250, 66.513260 ], [ -163.828125, 66.513260 ], [ -163.828125, 65.946472 ], [ -161.718750, 66.231457 ], [ -166.640625, 68.399180 ], [ -165.937500, 68.911005 ], [ -163.125000, 69.411242 ], [ -161.718750, 70.377854 ], [ -156.796875, 71.300793 ] ] ], [ [ [ -153.281250, 58.077876 ], [ -151.875000, 57.704147 ], [ -153.984375, 56.559482 ], [ -154.687500, 57.326521 ], [ -153.281250, 58.077876 ] ] ], [ [ [ -164.531250, 60.239811 ], [ -164.531250, 59.534318 ], [ -165.937500, 59.534318 ], [ -165.937500, 60.239811 ], [ -164.531250, 60.239811 ] ] ], [ [ [ -171.562500, 63.860036 ], [ -168.750000, 63.233627 ], [ -171.562500, 63.233627 ], [ -171.562500, 63.860036 ] ] ] ] } } +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 1024 }, "features": [ +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -69.257812, -52.482780 ], [ -68.554688, -52.696361 ], [ -67.851562, -53.748711 ], [ -65.039062, -54.775346 ], [ -65.390625, -55.178868 ], [ -66.445312, -55.178868 ], [ -66.796875, -54.977614 ], [ -68.203125, -55.578345 ], [ -71.015625, -54.977614 ], [ -74.531250, -52.908902 ], [ -72.421875, -53.540307 ], [ -71.015625, -54.162434 ], [ -71.015625, -53.748711 ], [ -70.312500, -52.908902 ], [ -69.257812, -52.482780 ] ] ], [ [ [ -75.937500, 37.160317 ], [ -75.585938, 35.460670 ], [ -81.210938, 31.353637 ], [ -81.210938, 30.145127 ], [ -80.156250, 26.745610 ], [ -80.507812, 25.165173 ], [ -81.210938, 25.165173 ], [ -81.562500, 25.799891 ], [ -83.671875, 29.840644 ], [ -85.078125, 29.535230 ], [ -86.484375, 30.448674 ], [ -89.648438, 30.145127 ], [ -89.296875, 29.228890 ], [ -93.867188, 29.840644 ], [ -96.679688, 28.304381 ], [ -97.382812, 27.371767 ], [ -97.031250, 25.799891 ], [ -97.734375, 22.593726 ], [ -95.976562, 18.979026 ], [ -94.570312, 17.978733 ], [ -91.406250, 18.979026 ], [ -90.703125, 19.311143 ], [ -90.351562, 20.961440 ], [ -87.187500, 21.616579 ], [ -86.835938, 20.961440 ], [ -87.890625, 18.312811 ], [ -88.242188, 18.646245 ], [ -88.242188, 16.636192 ], [ -88.945312, 15.961329 ], [ -85.078125, 15.961329 ], [ -83.320312, 15.284185 ], [ -83.671875, 11.178402 ], [ -82.265625, 9.102097 ], [ -80.859375, 8.754795 ], [ -79.453125, 9.449062 ], [ -76.992188, 8.754795 ], [ -75.585938, 9.449062 ], [ -74.882812, 11.178402 ], [ -73.476562, 11.178402 ], [ -71.718750, 12.554564 ], [ -71.015625, 12.211180 ], [ -72.070312, 11.523088 ], [ -71.718750, 9.102097 ], [ -71.015625, 9.795678 ], [ -71.367188, 10.833306 ], [ -70.312500, 11.523088 ], [ -69.960938, 12.211180 ], [ -68.203125, 10.487812 ], [ -66.093750, 10.487812 ], [ -65.039062, 10.141932 ], [ -64.335938, 10.487812 ], [ -61.875000, 10.833306 ], [ -62.578125, 10.487812 ], [ -62.226562, 9.795678 ], [ -60.820312, 9.449062 ], [ -60.820312, 8.407168 ], [ -59.062500, 8.059230 ], [ -57.304688, 5.965754 ], [ -53.789062, 5.615986 ], [ -54.492188, 4.915833 ], [ -54.140625, 3.513421 ], [ -54.492188, 2.460181 ], [ -53.085938, 2.108899 ], [ -51.328125, 4.214943 ], [ -50.625000, 1.757537 ], [ -49.921875, 1.757537 ], [ -50.625000, 0.351560 ], [ -48.515625, -0.351560 ], [ -48.515625, -1.406109 ], [ -47.812500, -0.703107 ], [ -45.000000, -1.406109 ], [ -44.648438, -2.811371 ], [ -43.242188, -2.460181 ], [ -40.078125, -2.811371 ], [ -37.265625, -4.915833 ], [ -35.156250, -5.615986 ], [ -34.804688, -7.362467 ], [ -35.156250, -9.102097 ], [ -38.671875, -12.897489 ], [ -39.375000, -17.978733 ], [ -40.781250, -21.943046 ], [ -41.835938, -22.917923 ], [ -44.648438, -23.241346 ], [ -47.812500, -24.846565 ], [ -48.515625, -25.799891 ], [ -48.867188, -28.613459 ], [ -53.789062, -34.307144 ], [ -54.843750, -34.885931 ], [ -56.250000, -34.885931 ], [ -58.359375, -34.016242 ], [ -58.359375, -34.307144 ], [ -57.304688, -35.173808 ], [ -57.304688, -36.031332 ], [ -56.601562, -36.315125 ], [ -57.656250, -38.272689 ], [ -59.062500, -38.822591 ], [ -62.226562, -38.822591 ], [ -62.226562, -40.713956 ], [ -63.632812, -41.244772 ], [ -64.687500, -40.713956 ], [ -65.039062, -40.979898 ], [ -65.039062, -42.032974 ], [ -64.335938, -42.293564 ], [ -63.632812, -42.032974 ], [ -63.281250, -42.553080 ], [ -65.039062, -43.580391 ], [ -65.390625, -45.089036 ], [ -66.445312, -45.089036 ], [ -67.148438, -45.583290 ], [ -67.500000, -46.316584 ], [ -65.742188, -47.279229 ], [ -66.093750, -48.224673 ], [ -67.148438, -48.690960 ], [ -67.851562, -49.837982 ], [ -69.257812, -50.736455 ], [ -68.203125, -52.268157 ], [ -69.609375, -52.268157 ], [ -71.015625, -52.908902 ], [ -71.015625, -53.748711 ], [ -72.421875, -53.540307 ], [ -74.882812, -52.268157 ], [ -75.585938, -48.690960 ], [ -74.179688, -47.040182 ], [ -75.585938, -46.558860 ], [ -74.531250, -45.828799 ], [ -74.179688, -44.087585 ], [ -73.125000, -44.339565 ], [ -72.773438, -42.293564 ], [ -73.476562, -42.032974 ], [ -73.828125, -43.325178 ], [ -74.179688, -43.325178 ], [ -73.125000, -39.368279 ], [ -73.476562, -37.160317 ], [ -73.125000, -37.160317 ], [ -71.367188, -32.546813 ], [ -71.367188, -28.921631 ], [ -71.015625, -27.683528 ], [ -70.312500, -19.642588 ], [ -70.312500, -18.312811 ], [ -71.367188, -17.308688 ], [ -75.937500, -14.604847 ], [ -79.804688, -7.362467 ], [ -81.210938, -5.965754 ], [ -80.859375, -5.615986 ], [ -81.562500, -4.565474 ], [ -79.804688, -2.811371 ], [ -80.859375, -2.108899 ], [ -80.859375, -1.054628 ], [ -80.156250, 0.703107 ], [ -78.750000, 1.406109 ], [ -78.398438, 2.460181 ], [ -76.992188, 3.864255 ], [ -78.046875, 8.407168 ], [ -79.453125, 9.102097 ], [ -80.507812, 8.059230 ], [ -80.156250, 7.710992 ], [ -80.859375, 7.362467 ], [ -81.210938, 7.710992 ], [ -83.671875, 8.407168 ], [ -85.078125, 10.141932 ], [ -85.078125, 9.449062 ], [ -85.781250, 9.795678 ], [ -85.781250, 11.178402 ], [ -87.539062, 12.897489 ], [ -87.539062, 13.239945 ], [ -91.406250, 13.923404 ], [ -94.570312, 16.299051 ], [ -96.679688, 15.623037 ], [ -103.359375, 18.312811 ], [ -105.468750, 19.973349 ], [ -105.117188, 21.289374 ], [ -106.171875, 22.917923 ], [ -112.148438, 28.921631 ], [ -113.203125, 31.052934 ], [ -114.609375, 31.653381 ], [ -114.609375, 30.145127 ], [ -109.335938, 23.241346 ], [ -110.039062, 22.917923 ], [ -112.148438, 24.846565 ], [ -112.148438, 26.115986 ], [ -114.960938, 27.683528 ], [ -114.257812, 28.613459 ], [ -115.664062, 29.535230 ], [ -117.421875, 33.137551 ], [ -118.476562, 34.016242 ], [ -120.585938, 34.597042 ], [ -124.453125, 40.178873 ], [ -124.453125, 42.811522 ], [ -123.750000, 45.583290 ], [ -124.804688, 48.224673 ], [ -123.046875, 47.989922 ], [ -122.695312, 47.040182 ], [ -122.695312, 48.922499 ], [ -125.507812, 50.513427 ], [ -127.265625, 50.736455 ], [ -127.968750, 52.268157 ], [ -129.023438, 52.696361 ], [ -129.375000, 53.540307 ], [ -130.429688, 54.367759 ], [ -130.429688, 54.775346 ], [ -131.835938, 55.578345 ], [ -132.187500, 56.365250 ], [ -133.593750, 57.136239 ], [ -133.945312, 58.077876 ], [ -136.757812, 58.263287 ], [ -139.921875, 59.534318 ], [ -142.734375, 60.064840 ], [ -143.789062, 60.064840 ], [ -146.953125, 60.930432 ], [ -148.359375, 60.586967 ], [ -148.007812, 60.064840 ], [ -151.875000, 59.175928 ], [ -151.523438, 60.759160 ], [ -153.984375, 59.355596 ], [ -153.281250, 58.813742 ], [ -154.335938, 58.077876 ], [ -156.445312, 57.515823 ], [ -158.554688, 55.973798 ], [ -163.125000, 54.775346 ], [ -164.882812, 54.572062 ], [ -161.718750, 55.973798 ], [ -160.664062, 55.973798 ], [ -158.554688, 56.944974 ], [ -157.851562, 57.515823 ], [ -157.148438, 58.995311 ], [ -158.203125, 58.631217 ], [ -158.554688, 58.813742 ], [ -158.906250, 58.447733 ], [ -159.609375, 58.995311 ], [ -159.960938, 58.631217 ], [ -160.312500, 58.995311 ], [ -162.070312, 58.631217 ], [ -161.718750, 59.712097 ], [ -162.421875, 60.064840 ], [ -163.828125, 59.712097 ], [ -165.234375, 60.586967 ], [ -165.234375, 61.100789 ], [ -166.289062, 61.438767 ], [ -164.531250, 63.074866 ], [ -163.125000, 63.074866 ], [ -162.421875, 63.548552 ], [ -161.367188, 63.391522 ], [ -160.664062, 63.704722 ], [ -161.367188, 64.472794 ], [ -160.664062, 64.774125 ], [ -162.773438, 64.320872 ], [ -163.476562, 64.623877 ], [ -164.882812, 64.472794 ], [ -166.289062, 64.623877 ], [ -168.046875, 65.658275 ], [ -164.531250, 66.513260 ], [ -163.476562, 66.513260 ], [ -163.828125, 66.089364 ], [ -161.718750, 66.089364 ], [ -165.234375, 68.007571 ], [ -166.640625, 68.399180 ], [ -166.289062, 68.911005 ], [ -164.531250, 68.911005 ], [ -163.125000, 69.411242 ], [ -162.773438, 69.900118 ], [ -162.070312, 70.377854 ], [ -158.906250, 70.844673 ], [ -158.203125, 70.844673 ], [ -156.445312, 71.413177 ], [ -155.039062, 71.187754 ], [ -154.335938, 70.728979 ], [ -153.984375, 70.844673 ], [ -152.226562, 70.844673 ], [ -152.226562, 70.612614 ], [ -150.820312, 70.377854 ], [ -149.765625, 70.495574 ], [ -144.843750, 70.020587 ], [ -143.437500, 70.140364 ], [ -140.976562, 69.657086 ], [ -136.406250, 68.911005 ], [ -134.296875, 69.657086 ], [ -132.890625, 69.534518 ], [ -129.726562, 70.140364 ], [ -129.023438, 69.778952 ], [ -128.320312, 70.020587 ], [ -127.968750, 70.495574 ], [ -125.859375, 69.534518 ], [ -124.453125, 70.140364 ], [ -124.453125, 69.411242 ], [ -123.046875, 69.534518 ], [ -122.695312, 69.900118 ], [ -121.640625, 69.778952 ], [ -117.773438, 69.037142 ], [ -115.312500, 68.911005 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.875541 ], [ -113.554688, 67.742759 ], [ -110.039062, 68.007571 ], [ -108.984375, 67.339861 ], [ -107.929688, 67.875541 ], [ -108.984375, 68.269387 ], [ -108.281250, 68.656555 ], [ -106.171875, 68.784144 ], [ -104.414062, 68.007571 ], [ -103.359375, 68.138852 ], [ -101.601562, 67.609221 ], [ -98.437500, 67.742759 ], [ -98.437500, 68.399180 ], [ -97.734375, 68.528235 ], [ -95.976562, 68.269387 ], [ -95.976562, 67.339861 ], [ -95.625000, 68.138852 ], [ -94.570312, 68.007571 ], [ -94.218750, 69.037142 ], [ -96.328125, 70.140364 ], [ -96.328125, 71.187754 ], [ -95.273438, 71.965388 ], [ -93.867188, 71.746432 ], [ -91.406250, 70.140364 ], [ -92.460938, 69.657086 ], [ -90.703125, 69.534518 ], [ -90.703125, 68.528235 ], [ -89.296875, 69.287257 ], [ -87.890625, 68.656555 ], [ -88.242188, 67.875541 ], [ -87.187500, 67.204032 ], [ -85.429688, 68.784144 ], [ -85.429688, 69.900118 ], [ -82.617188, 69.657086 ], [ -81.210938, 69.162558 ], [ -81.210938, 68.656555 ], [ -81.914062, 68.138852 ], [ -81.210938, 67.609221 ], [ -81.210938, 67.067433 ], [ -83.320312, 66.372755 ], [ -84.726562, 66.231457 ], [ -85.781250, 66.513260 ], [ -87.187500, 64.774125 ], [ -88.593750, 64.168107 ], [ -90.000000, 64.014496 ], [ -90.703125, 63.548552 ], [ -90.703125, 62.915233 ], [ -91.757812, 62.754726 ], [ -94.218750, 60.930432 ], [ -94.570312, 58.995311 ], [ -93.164062, 58.813742 ], [ -92.460938, 57.136239 ], [ -91.054688, 57.326521 ], [ -85.078125, 55.379110 ], [ -82.265625, 55.178868 ], [ -82.265625, 53.330873 ], [ -81.562500, 52.052490 ], [ -79.804688, 51.179343 ], [ -79.101562, 51.618017 ], [ -78.750000, 52.482780 ], [ -79.101562, 54.162434 ], [ -79.804688, 54.572062 ], [ -78.398438, 55.178868 ], [ -76.640625, 56.559482 ], [ -77.343750, 58.077876 ], [ -78.398438, 58.813742 ], [ -77.343750, 59.888937 ], [ -78.046875, 62.267923 ], [ -77.343750, 62.593341 ], [ -74.531250, 62.103883 ], [ -73.828125, 62.431074 ], [ -71.367188, 61.100789 ], [ -69.609375, 61.100789 ], [ -69.257812, 58.995311 ], [ -68.203125, 58.813742 ], [ -67.500000, 58.263287 ], [ -66.093750, 58.813742 ], [ -64.687500, 60.413852 ], [ -61.523438, 56.944974 ], [ -61.875000, 56.365250 ], [ -59.414062, 55.178868 ], [ -57.304688, 54.572062 ], [ -56.953125, 53.748711 ], [ -55.898438, 53.330873 ], [ -55.546875, 52.052490 ], [ -56.953125, 51.399206 ], [ -58.710938, 50.958427 ], [ -60.117188, 50.289339 ], [ -66.445312, 50.289339 ], [ -71.015625, 46.800059 ], [ -66.445312, 49.152970 ], [ -65.039062, 49.152970 ], [ -64.335938, 48.690960 ], [ -65.039062, 47.989922 ], [ -64.335938, 46.316584 ], [ -63.984375, 46.316584 ], [ -63.281250, 45.828799 ], [ -61.523438, 45.828799 ], [ -60.468750, 47.040182 ], [ -60.468750, 46.316584 ], [ -59.765625, 45.828799 ], [ -65.390625, 43.580391 ], [ -66.093750, 43.580391 ], [ -66.093750, 44.339565 ], [ -64.335938, 45.336702 ], [ -67.148438, 45.089036 ], [ -66.796875, 44.840291 ], [ -69.960938, 43.580391 ], [ -70.664062, 43.068888 ], [ -70.664062, 42.293564 ], [ -69.960938, 41.508577 ], [ -73.828125, 40.979898 ], [ -72.070312, 40.979898 ], [ -73.828125, 40.713956 ], [ -74.882812, 38.822591 ], [ -75.585938, 39.368279 ], [ -74.882812, 38.272689 ], [ -75.937500, 37.160317 ] ], [ [ -75.937500, 37.160317 ], [ -75.585938, 37.996163 ], [ -76.289062, 39.095963 ], [ -76.289062, 37.996163 ], [ -75.937500, 37.160317 ] ] ], [ [ [ -63.984375, 47.040182 ], [ -63.632812, 46.558860 ], [ -61.875000, 46.558860 ], [ -62.929688, 46.073231 ], [ -63.984375, 46.316584 ], [ -63.984375, 47.040182 ] ] ], [ [ [ -58.710938, -51.179343 ], [ -57.656250, -51.618017 ], [ -58.007812, -51.835778 ], [ -59.414062, -52.268157 ], [ -59.765625, -51.835778 ], [ -60.820312, -52.268157 ], [ -61.171875, -51.835778 ], [ -60.117188, -51.179343 ], [ -59.062500, -51.399206 ], [ -58.710938, -51.179343 ] ] ], [ [ [ -79.804688, 62.431074 ], [ -79.101562, 62.103883 ], [ -79.804688, 61.606396 ], [ -80.507812, 61.938950 ], [ -79.804688, 62.431074 ] ] ], [ [ [ -81.914062, 62.915233 ], [ -81.914062, 62.754726 ], [ -82.968750, 62.103883 ], [ -83.671875, 62.103883 ], [ -84.023438, 62.431074 ], [ -83.320312, 62.915233 ], [ -81.914062, 62.915233 ] ] ], [ [ [ -106.523438, 73.124945 ], [ -106.875000, 73.428424 ], [ -105.117188, 73.627789 ], [ -104.414062, 73.428424 ], [ -105.468750, 72.711903 ], [ -104.414062, 70.959697 ], [ -100.898438, 70.020587 ], [ -101.250000, 69.534518 ], [ -102.656250, 69.534518 ], [ -101.953125, 69.162558 ], [ -102.304688, 68.784144 ], [ -105.820312, 69.162558 ], [ -108.984375, 68.784144 ], [ -113.203125, 68.528235 ], [ -113.906250, 69.037142 ], [ -115.312500, 69.287257 ], [ -116.015625, 69.162558 ], [ -117.421875, 69.900118 ], [ -112.500000, 70.377854 ], [ -114.257812, 70.612614 ], [ -117.773438, 70.495574 ], [ -118.476562, 70.959697 ], [ -116.015625, 71.300793 ], [ -117.773438, 71.300793 ], [ -119.531250, 71.524909 ], [ -117.773438, 72.711903 ], [ -115.312500, 73.327858 ], [ -114.257812, 73.124945 ], [ -114.609375, 72.607120 ], [ -112.500000, 72.919635 ], [ -111.093750, 72.501722 ], [ -110.039062, 72.919635 ], [ -108.984375, 72.607120 ], [ -108.281250, 71.635993 ], [ -107.578125, 72.073911 ], [ -108.281250, 73.124945 ], [ -107.578125, 73.226700 ], [ -106.523438, 73.124945 ] ] ], [ [ [ -5.976562, 35.746512 ], [ -2.109375, 35.173808 ], [ -1.406250, 32.249974 ], [ -3.515625, 31.653381 ], [ -3.515625, 30.751278 ], [ -8.789062, 28.921631 ], [ -8.789062, 27.683528 ], [ 3.164062, 19.642588 ], [ 3.164062, 18.979026 ], [ 4.218750, 19.311143 ], [ 4.218750, 16.972741 ], [ 3.515625, 15.623037 ], [ 0.351562, 14.944785 ], [ 1.054688, 12.897489 ], [ 2.109375, 12.554564 ], [ 2.109375, 11.523088 ], [ 0.000000, 10.833306 ], [ 1.054688, 5.965754 ], [ -2.109375, 4.565474 ], [ -4.570312, 5.266008 ], [ -7.382812, 4.214943 ], [ -9.140625, 4.915833 ], [ -13.007812, 7.710992 ], [ -14.765625, 10.833306 ], [ -16.523438, 12.211180 ], [ -16.875000, 13.581921 ], [ -17.578125, 14.604847 ], [ -16.523438, 16.299051 ], [ -16.171875, 17.978733 ], [ -16.875000, 21.943046 ], [ -14.414062, 26.115986 ], [ -9.492188, 29.840644 ], [ -9.843750, 31.052934 ], [ -9.140625, 32.546813 ], [ -7.031250, 34.016242 ], [ -5.976562, 35.746512 ] ] ], [ [ [ -98.085938, 70.140364 ], [ -96.679688, 69.657086 ], [ -95.625000, 69.162558 ], [ -96.328125, 68.784144 ], [ -97.734375, 69.037142 ], [ -98.437500, 68.911005 ], [ -99.843750, 69.411242 ], [ -98.085938, 70.140364 ] ] ], [ [ [ -121.640625, 74.402163 ], [ -120.234375, 74.211983 ], [ -117.421875, 74.211983 ], [ -115.664062, 73.428424 ], [ -119.179688, 72.501722 ], [ -120.585938, 71.856229 ], [ -120.585938, 71.413177 ], [ -123.046875, 70.844673 ], [ -123.750000, 71.300793 ], [ -125.859375, 71.856229 ], [ -124.101562, 73.726595 ], [ -124.804688, 74.307353 ], [ -121.640625, 74.402163 ] ] ], [ [ [ -100.195312, 73.824820 ], [ -99.140625, 73.627789 ], [ -97.382812, 73.726595 ], [ -97.031250, 73.428424 ], [ -98.085938, 73.022592 ], [ -96.679688, 72.607120 ], [ -96.679688, 71.635993 ], [ -98.437500, 71.300793 ], [ -99.492188, 71.300793 ], [ -102.656250, 72.501722 ], [ -102.304688, 72.816074 ], [ -100.546875, 72.711903 ], [ -101.601562, 73.327858 ], [ -100.195312, 73.824820 ] ] ], [ [ [ -61.171875, 10.833306 ], [ -60.820312, 10.141932 ], [ -61.875000, 10.141932 ], [ -61.171875, 10.833306 ] ] ], [ [ [ -35.156250, 83.638106 ], [ -27.070312, 83.520162 ], [ -20.742188, 82.720964 ], [ -22.851562, 82.355800 ], [ -31.992188, 82.214217 ], [ -31.289062, 82.021378 ], [ -27.773438, 82.118384 ], [ -24.960938, 81.773644 ], [ -22.851562, 82.070028 ], [ -22.148438, 81.723188 ], [ -23.203125, 81.147481 ], [ -20.742188, 81.518272 ], [ -15.820312, 81.923186 ], [ -12.656250, 81.723188 ], [ -12.304688, 81.308321 ], [ -16.171875, 80.589727 ], [ -16.875000, 80.356995 ], [ -20.039062, 80.178713 ], [ -17.578125, 80.118564 ], [ -19.687500, 78.767792 ], [ -19.687500, 77.617709 ], [ -18.632812, 76.999935 ], [ -20.039062, 76.920614 ], [ -21.796875, 76.598545 ], [ -19.687500, 76.100796 ], [ -19.687500, 75.230667 ], [ -20.742188, 75.140778 ], [ -19.335938, 74.307353 ], [ -21.445312, 74.211983 ], [ -20.390625, 73.824820 ], [ -20.742188, 73.428424 ], [ -23.554688, 73.327858 ], [ -22.148438, 72.607120 ], [ -22.148438, 72.181804 ], [ -24.257812, 72.607120 ], [ -24.960938, 72.289067 ], [ -23.554688, 72.073911 ], [ -22.148438, 71.413177 ], [ -21.796875, 70.612614 ], [ -23.554688, 70.495574 ], [ -25.664062, 71.413177 ], [ -25.312500, 70.728979 ], [ -26.367188, 70.259452 ], [ -22.500000, 70.140364 ], [ -27.773438, 68.528235 ], [ -31.640625, 68.138852 ], [ -34.101562, 66.652977 ], [ -36.210938, 65.946472 ], [ -39.726562, 65.512963 ], [ -40.781250, 64.774125 ], [ -41.132812, 63.548552 ], [ -42.890625, 62.754726 ], [ -42.539062, 61.938950 ], [ -43.242188, 60.064840 ], [ -44.648438, 60.064840 ], [ -46.406250, 60.930432 ], [ -48.164062, 60.930432 ], [ -49.218750, 61.438767 ], [ -51.679688, 63.548552 ], [ -52.382812, 65.219894 ], [ -53.789062, 66.089364 ], [ -53.437500, 66.791909 ], [ -54.140625, 67.204032 ], [ -53.085938, 68.399180 ], [ -51.328125, 68.784144 ], [ -50.976562, 69.900118 ], [ -53.437500, 69.287257 ], [ -54.843750, 69.657086 ], [ -54.492188, 70.844673 ], [ -51.328125, 70.612614 ], [ -54.140625, 71.524909 ], [ -54.843750, 71.413177 ], [ -55.898438, 71.635993 ], [ -54.843750, 72.607120 ], [ -57.304688, 74.683250 ], [ -58.710938, 75.140778 ], [ -58.710938, 75.497157 ], [ -61.171875, 76.100796 ], [ -63.281250, 76.184995 ], [ -68.554688, 76.100796 ], [ -71.367188, 76.999935 ], [ -68.906250, 77.312520 ], [ -66.796875, 77.389504 ], [ -71.015625, 77.617709 ], [ -73.125000, 78.061989 ], [ -73.125000, 78.420193 ], [ -65.742188, 79.367701 ], [ -65.390625, 79.749932 ], [ -67.851562, 80.118564 ], [ -67.148438, 80.532071 ], [ -63.632812, 81.201420 ], [ -62.226562, 81.308321 ], [ -62.578125, 81.773644 ], [ -60.117188, 82.021378 ], [ -57.304688, 82.214217 ], [ -54.140625, 82.214217 ], [ -53.085938, 81.873641 ], [ -50.273438, 82.448764 ], [ -44.648438, 81.672424 ], [ -46.757812, 82.214217 ], [ -46.757812, 82.631333 ], [ -43.242188, 83.236426 ], [ -39.726562, 83.194896 ], [ -38.671875, 83.559717 ], [ -35.156250, 83.638106 ] ] ], [ [ [ -70.664062, 19.973349 ], [ -68.203125, 18.646245 ], [ -68.554688, 18.312811 ], [ -70.664062, 18.312811 ], [ -71.367188, 17.644022 ], [ -71.718750, 17.978733 ], [ -74.531250, 18.312811 ], [ -72.421875, 18.646245 ], [ -73.125000, 19.973349 ], [ -70.664062, 19.973349 ] ] ], [ [ [ -77.695312, 18.646245 ], [ -76.289062, 17.978733 ], [ -77.695312, 17.978733 ], [ -78.398438, 18.312811 ], [ -77.695312, 18.646245 ] ] ], [ [ [ -67.148438, 18.646245 ], [ -65.742188, 18.312811 ], [ -67.148438, 17.978733 ], [ -67.148438, 18.646245 ] ] ], [ [ [ -72.773438, 83.236426 ], [ -65.742188, 83.026219 ], [ -63.632812, 82.896987 ], [ -61.875000, 82.631333 ], [ -61.875000, 82.355800 ], [ -64.335938, 81.923186 ], [ -66.796875, 81.723188 ], [ -67.500000, 81.518272 ], [ -65.390625, 81.518272 ], [ -69.609375, 80.589727 ], [ -71.015625, 79.812302 ], [ -73.125000, 79.624056 ], [ -73.828125, 79.432371 ], [ -76.992188, 79.302640 ], [ -75.585938, 79.171335 ], [ -76.289062, 79.038437 ], [ -75.234375, 78.490552 ], [ -78.046875, 77.915669 ], [ -78.398438, 77.542096 ], [ -79.804688, 77.235074 ], [ -79.453125, 76.999935 ], [ -78.046875, 76.999935 ], [ -78.046875, 76.760541 ], [ -80.507812, 76.184995 ], [ -83.320312, 76.434604 ], [ -86.132812, 76.268695 ], [ -89.648438, 76.434604 ], [ -89.648438, 76.920614 ], [ -87.890625, 77.157163 ], [ -88.242188, 77.915669 ], [ -87.539062, 77.989049 ], [ -85.078125, 77.542096 ], [ -86.484375, 78.206563 ], [ -87.890625, 78.349411 ], [ -87.187500, 78.767792 ], [ -85.429688, 78.971386 ], [ -85.078125, 79.367701 ], [ -86.484375, 79.749932 ], [ -86.835938, 80.238501 ], [ -84.023438, 80.178713 ], [ -83.320312, 80.118564 ], [ -81.914062, 80.474065 ], [ -84.023438, 80.589727 ], [ -87.539062, 80.532071 ], [ -89.296875, 80.872827 ], [ -91.406250, 81.569968 ], [ -91.757812, 81.873641 ], [ -90.000000, 82.070028 ], [ -86.835938, 82.261699 ], [ -85.429688, 82.631333 ], [ -84.375000, 82.586106 ], [ -83.320312, 82.308893 ], [ -82.265625, 82.853382 ], [ -81.210938, 83.026219 ], [ -79.453125, 83.111071 ], [ -76.289062, 83.153111 ], [ -75.585938, 83.068774 ], [ -72.773438, 83.236426 ] ] ], [ [ [ -155.742188, 20.303418 ], [ -154.687500, 19.642588 ], [ -155.742188, 18.979026 ], [ -155.742188, 20.303418 ] ] ], [ [ [ -82.265625, 23.241346 ], [ -78.398438, 22.593726 ], [ -74.179688, 20.303418 ], [ -77.695312, 19.973349 ], [ -76.992188, 20.303418 ], [ -78.046875, 20.632784 ], [ -78.750000, 21.616579 ], [ -82.265625, 22.268764 ], [ -81.914062, 22.593726 ], [ -85.078125, 21.943046 ], [ -82.265625, 23.241346 ] ] ], [ [ [ -159.257812, 22.593726 ], [ -159.257812, 21.943046 ], [ -159.960938, 21.943046 ], [ -159.960938, 22.593726 ], [ -159.257812, 22.593726 ] ] ], [ [ [ -85.781250, 73.824820 ], [ -86.484375, 73.124945 ], [ -85.781250, 72.501722 ], [ -84.726562, 73.327858 ], [ -82.265625, 73.726595 ], [ -80.507812, 72.711903 ], [ -80.859375, 72.073911 ], [ -78.750000, 72.395706 ], [ -77.695312, 72.711903 ], [ -74.179688, 71.746432 ], [ -74.179688, 71.300793 ], [ -72.070312, 71.524909 ], [ -71.367188, 70.959697 ], [ -68.906250, 70.495574 ], [ -67.851562, 70.140364 ], [ -66.796875, 69.162558 ], [ -68.906250, 68.656555 ], [ -64.687500, 67.875541 ], [ -63.281250, 66.930060 ], [ -61.875000, 66.930060 ], [ -62.226562, 66.089364 ], [ -63.984375, 65.072130 ], [ -66.796875, 66.372755 ], [ -67.851562, 66.231457 ], [ -68.203125, 65.658275 ], [ -65.390625, 64.320872 ], [ -64.687500, 63.391522 ], [ -65.039062, 62.593341 ], [ -68.906250, 63.704722 ], [ -66.093750, 61.938950 ], [ -71.015625, 62.915233 ], [ -72.070312, 63.391522 ], [ -71.718750, 63.704722 ], [ -74.882812, 64.623877 ], [ -74.882812, 64.320872 ], [ -77.695312, 64.168107 ], [ -78.398438, 64.623877 ], [ -78.046875, 65.366837 ], [ -73.828125, 65.512963 ], [ -73.828125, 66.372755 ], [ -72.773438, 67.339861 ], [ -73.476562, 68.007571 ], [ -76.992188, 68.911005 ], [ -76.289062, 69.162558 ], [ -77.343750, 69.778952 ], [ -78.046875, 69.778952 ], [ -79.101562, 70.140364 ], [ -79.453125, 69.900118 ], [ -81.210938, 69.778952 ], [ -85.078125, 70.020587 ], [ -88.593750, 70.377854 ], [ -89.648438, 70.728979 ], [ -88.593750, 71.187754 ], [ -90.000000, 71.187754 ], [ -90.351562, 72.181804 ], [ -89.296875, 73.124945 ], [ -88.242188, 73.528399 ], [ -85.781250, 73.824820 ] ] ], [ [ [ -92.460938, 81.255032 ], [ -91.054688, 80.703997 ], [ -87.890625, 80.297927 ], [ -87.187500, 79.687184 ], [ -85.781250, 79.367701 ], [ -87.187500, 79.038437 ], [ -88.945312, 78.278201 ], [ -90.703125, 78.206563 ], [ -92.812500, 78.349411 ], [ -93.867188, 78.767792 ], [ -93.867188, 79.105086 ], [ -93.164062, 79.367701 ], [ -94.921875, 79.367701 ], [ -95.976562, 79.687184 ], [ -96.679688, 80.178713 ], [ -95.273438, 80.928426 ], [ -94.218750, 80.983688 ], [ -94.570312, 81.201420 ], [ -92.460938, 81.255032 ] ] ], [ [ [ -78.046875, 25.165173 ], [ -77.695312, 23.885838 ], [ -78.398438, 24.527135 ], [ -78.046875, 25.165173 ] ] ], [ [ [ -96.679688, 77.157163 ], [ -94.570312, 77.078784 ], [ -93.515625, 76.760541 ], [ -91.757812, 76.760541 ], [ -90.703125, 76.434604 ], [ -91.054688, 76.100796 ], [ -89.296875, 75.584937 ], [ -86.484375, 75.497157 ], [ -84.726562, 75.672197 ], [ -81.210938, 75.672197 ], [ -80.156250, 75.320025 ], [ -79.804688, 74.959392 ], [ -80.507812, 74.683250 ], [ -81.914062, 74.402163 ], [ -83.320312, 74.590108 ], [ -88.242188, 74.402163 ], [ -92.460938, 74.867889 ], [ -92.812500, 75.845169 ], [ -93.867188, 76.351896 ], [ -95.976562, 76.434604 ], [ -97.031250, 76.760541 ], [ -96.679688, 77.157163 ] ] ], [ [ [ -77.695312, 26.745610 ], [ -77.695312, 27.059126 ], [ -76.992188, 26.745610 ], [ -77.343750, 25.799891 ], [ -77.695312, 26.431228 ], [ -78.750000, 26.431228 ], [ -78.398438, 26.745610 ], [ -77.695312, 26.745610 ] ] ], [ [ [ -109.687500, 76.760541 ], [ -108.632812, 76.679785 ], [ -107.929688, 75.845169 ], [ -106.875000, 76.016094 ], [ -105.820312, 75.930885 ], [ -105.820312, 75.497157 ], [ -106.171875, 74.959392 ], [ -109.687500, 74.867889 ], [ -112.148438, 74.402163 ], [ -113.906250, 74.402163 ], [ -113.906250, 74.683250 ], [ -111.796875, 75.140778 ], [ -116.367188, 75.050354 ], [ -117.773438, 75.230667 ], [ -116.367188, 76.184995 ], [ -115.312500, 76.516819 ], [ -112.500000, 76.100796 ], [ -110.742188, 75.584937 ], [ -108.984375, 75.497157 ], [ -110.390625, 76.434604 ], [ -109.687500, 76.760541 ] ] ], [ [ [ -5.273438, 50.064192 ], [ -3.515625, 51.399206 ], [ -4.921875, 51.618017 ], [ -5.273438, 52.052490 ], [ -4.218750, 52.268157 ], [ -4.921875, 52.908902 ], [ -4.570312, 53.540307 ], [ -3.164062, 53.330873 ], [ -2.812500, 53.956086 ], [ -3.515625, 54.572062 ], [ -4.921875, 54.775346 ], [ -4.921875, 55.776573 ], [ -5.625000, 55.379110 ], [ -5.976562, 56.752723 ], [ -4.921875, 58.631217 ], [ -3.164062, 58.631217 ], [ -4.218750, 57.515823 ], [ -2.109375, 57.704147 ], [ -3.164062, 55.973798 ], [ -2.109375, 55.973798 ], [ 0.351562, 52.908902 ], [ 1.757812, 52.696361 ], [ 1.054688, 51.835778 ], [ 1.406250, 51.179343 ], [ 0.703125, 50.736455 ], [ -2.812500, 50.736455 ], [ -3.515625, 50.289339 ], [ -4.570312, 50.289339 ], [ -5.273438, 50.064192 ] ] ], [ [ [ -14.414062, 66.513260 ], [ -14.765625, 65.802776 ], [ -13.710938, 65.072130 ], [ -14.765625, 64.320872 ], [ -18.632812, 63.548552 ], [ -22.851562, 64.014496 ], [ -21.796875, 64.472794 ], [ -23.906250, 64.923542 ], [ -22.148438, 65.072130 ], [ -22.148438, 65.366837 ], [ -24.257812, 65.658275 ], [ -23.554688, 66.231457 ], [ -22.148438, 66.372755 ], [ -20.742188, 65.802776 ], [ -18.984375, 66.231457 ], [ -17.929688, 65.946472 ], [ -16.171875, 66.513260 ], [ -14.414062, 66.513260 ] ] ], [ [ [ -8.437500, 42.293564 ], [ -8.085938, 41.771312 ], [ -6.679688, 41.771312 ], [ -6.328125, 41.508577 ], [ -7.382812, 39.639538 ], [ -7.031250, 37.996163 ], [ -7.734375, 36.879621 ], [ -8.789062, 36.879621 ], [ -8.789062, 38.272689 ], [ -9.492188, 38.822591 ], [ -8.789062, 40.713956 ], [ -9.140625, 41.771312 ], [ -8.437500, 42.293564 ] ] ], [ [ [ -98.437500, 76.598545 ], [ -97.734375, 76.268695 ], [ -98.085938, 74.959392 ], [ -99.843750, 74.867889 ], [ -100.898438, 75.050354 ], [ -100.898438, 75.672197 ], [ -102.656250, 75.584937 ], [ -102.656250, 76.351896 ], [ -101.601562, 76.268695 ], [ -99.843750, 76.679785 ], [ -98.437500, 76.598545 ] ] ], [ [ [ -116.367188, 77.617709 ], [ -116.367188, 76.840816 ], [ -117.070312, 76.516819 ], [ -121.640625, 75.930885 ], [ -122.695312, 76.100796 ], [ -119.179688, 77.542096 ], [ -117.421875, 77.466028 ], [ -116.367188, 77.617709 ] ] ], [ [ [ -92.460938, 74.116047 ], [ -90.351562, 73.824820 ], [ -92.109375, 72.919635 ], [ -93.164062, 72.816074 ], [ -94.218750, 72.073911 ], [ -95.273438, 72.073911 ], [ -95.976562, 72.919635 ], [ -95.625000, 73.824820 ], [ -94.570312, 74.116047 ], [ -92.460938, 74.116047 ] ] ], [ [ [ -55.195312, 47.279229 ], [ -56.250000, 47.517201 ], [ -59.414062, 47.517201 ], [ -58.710938, 48.224673 ], [ -59.062500, 48.458352 ], [ -56.601562, 51.179343 ], [ -55.898438, 51.618017 ], [ -55.546875, 51.618017 ], [ -56.953125, 49.837982 ], [ -56.250000, 50.064192 ], [ -55.546875, 49.837982 ], [ -55.898438, 49.610710 ], [ -53.437500, 49.152970 ], [ -53.789062, 48.458352 ], [ -53.085938, 48.690960 ], [ -52.734375, 47.517201 ], [ -53.085938, 46.558860 ], [ -54.140625, 46.800059 ], [ -54.140625, 47.754098 ], [ -55.195312, 47.279229 ] ] ], [ [ [ -85.781250, 65.802776 ], [ -85.078125, 65.658275 ], [ -85.078125, 65.219894 ], [ -84.375000, 65.366837 ], [ -81.562500, 64.472794 ], [ -81.562500, 64.014496 ], [ -80.859375, 64.014496 ], [ -80.156250, 63.704722 ], [ -80.859375, 63.391522 ], [ -82.617188, 63.704722 ], [ -82.968750, 64.168107 ], [ -85.429688, 63.074866 ], [ -85.781250, 63.704722 ], [ -87.187500, 63.548552 ], [ -86.484375, 64.014496 ], [ -85.781250, 65.802776 ] ] ], [ [ [ -128.320312, 50.736455 ], [ -125.859375, 50.289339 ], [ -123.398438, 48.458352 ], [ -125.507812, 48.922499 ], [ -126.914062, 49.837982 ], [ -127.968750, 50.064192 ], [ -128.320312, 50.736455 ] ] ], [ [ [ -64.335938, 50.064192 ], [ -62.929688, 49.610710 ], [ -61.875000, 49.152970 ], [ -63.632812, 49.382373 ], [ -64.687500, 49.837982 ], [ -64.335938, 50.064192 ] ] ], [ [ [ -105.468750, 79.302640 ], [ -100.898438, 78.767792 ], [ -99.843750, 77.915669 ], [ -101.250000, 77.989049 ], [ -103.007812, 78.349411 ], [ -105.117188, 78.349411 ], [ -104.062500, 78.699106 ], [ -105.468750, 78.903929 ], [ -105.468750, 79.302640 ] ] ], [ [ [ -6.679688, 55.178868 ], [ -5.625000, 54.572062 ], [ -6.328125, 53.956086 ], [ -5.976562, 53.120405 ], [ -6.679688, 52.268157 ], [ -8.437500, 51.618017 ], [ -9.843750, 51.835778 ], [ -9.140625, 52.908902 ], [ -9.843750, 53.956086 ], [ -7.734375, 55.178868 ], [ -6.679688, 55.178868 ] ] ], [ [ [ -131.835938, 54.162434 ], [ -132.187500, 52.908902 ], [ -132.890625, 53.330873 ], [ -133.242188, 54.162434 ], [ -131.835938, 54.162434 ] ] ], [ [ [ -80.507812, 73.726595 ], [ -78.046875, 73.627789 ], [ -76.289062, 73.124945 ], [ -76.289062, 72.816074 ], [ -79.804688, 72.816074 ], [ -80.859375, 73.327858 ], [ -80.859375, 73.726595 ], [ -80.507812, 73.726595 ] ] ], [ [ [ -98.789062, 78.903929 ], [ -96.679688, 78.767792 ], [ -95.625000, 78.420193 ], [ -95.976562, 78.061989 ], [ -97.382812, 77.841848 ], [ -98.085938, 78.061989 ], [ -98.789062, 78.903929 ] ] ], [ [ [ -153.281250, 57.891497 ], [ -152.226562, 57.515823 ], [ -153.984375, 56.752723 ], [ -154.687500, 57.515823 ], [ -153.281250, 57.891497 ] ] ], [ [ [ -111.093750, 78.134493 ], [ -109.687500, 77.989049 ], [ -110.039062, 77.692870 ], [ -112.148438, 77.389504 ], [ -113.554688, 77.767582 ], [ -112.851562, 78.061989 ], [ -111.093750, 78.134493 ] ] ], [ [ [ -94.921875, 75.672197 ], [ -93.515625, 74.959392 ], [ -94.218750, 74.590108 ], [ -95.625000, 74.683250 ], [ -96.679688, 74.959392 ], [ -96.328125, 75.408854 ], [ -94.921875, 75.672197 ] ] ], [ [ [ -75.937500, 68.269387 ], [ -75.234375, 68.007571 ], [ -75.234375, 67.474922 ], [ -75.937500, 67.204032 ], [ -76.992188, 67.067433 ], [ -76.640625, 68.138852 ], [ -75.937500, 68.269387 ] ] ], [ [ [ -111.445312, 78.836065 ], [ -109.687500, 78.630006 ], [ -110.742188, 78.420193 ], [ -112.500000, 78.420193 ], [ -111.445312, 78.836065 ] ] ], [ [ [ -94.570312, 77.841848 ], [ -93.867188, 77.542096 ], [ -96.328125, 77.542096 ], [ -96.328125, 77.841848 ], [ -94.570312, 77.841848 ] ] ], [ [ [ -170.507812, 63.704722 ], [ -168.750000, 63.233627 ], [ -169.453125, 62.915233 ], [ -170.507812, 63.391522 ], [ -171.562500, 63.391522 ], [ -171.562500, 63.704722 ], [ -170.507812, 63.704722 ] ] ], [ [ [ -166.640625, 60.413852 ], [ -165.585938, 60.239811 ], [ -165.585938, 59.888937 ], [ -166.289062, 59.712097 ], [ -167.343750, 60.239811 ], [ -166.640625, 60.413852 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -61.875000, 9.795678 ], [ -56.953125, 6.315299 ], [ -54.140625, 5.615986 ], [ -51.328125, 4.214943 ], [ -49.921875, 1.406109 ], [ -50.625000, 0.000000 ], [ -45.000000, -1.406109 ], [ -44.296875, -2.811371 ], [ -40.078125, -2.811371 ], [ -35.859375, -4.915833 ], [ -34.453125, -7.013668 ], [ -38.671875, -13.239945 ], [ -40.781250, -21.943046 ], [ -47.812500, -25.165173 ], [ -49.218750, -28.921631 ], [ -54.140625, -34.307144 ], [ -56.250000, -34.885931 ], [ -58.359375, -33.724340 ], [ -56.953125, -36.597889 ], [ -57.656250, -38.272689 ], [ -62.578125, -38.822591 ], [ -61.875000, -40.446947 ], [ -65.390625, -40.979898 ], [ -64.687500, -42.032974 ], [ -63.281250, -42.553080 ], [ -65.390625, -43.580391 ], [ -65.390625, -45.089036 ], [ -67.500000, -45.583290 ], [ -67.500000, -46.073231 ], [ -65.390625, -47.040182 ], [ -66.093750, -47.989922 ], [ -68.906250, -50.736455 ], [ -68.203125, -52.482780 ], [ -68.906250, -52.482780 ], [ -67.500000, -53.748711 ], [ -65.390625, -54.572062 ], [ -65.390625, -55.379110 ], [ -66.796875, -54.977614 ], [ -68.203125, -55.776573 ], [ -71.015625, -54.977614 ], [ -74.531250, -52.908902 ], [ -71.015625, -54.162434 ], [ -71.015625, -53.748711 ], [ -75.234375, -52.052490 ], [ -75.937500, -48.458352 ], [ -73.828125, -47.040182 ], [ -75.937500, -46.558860 ], [ -74.531250, -44.087585 ], [ -73.125000, -44.590467 ], [ -72.421875, -42.553080 ], [ -74.531250, -43.068888 ], [ -73.828125, -37.160317 ], [ -71.718750, -32.546813 ], [ -70.312500, -18.646245 ], [ -75.937500, -14.604847 ], [ -79.453125, -7.013668 ], [ -81.562500, -6.315299 ], [ -79.453125, -2.811371 ], [ -80.859375, -2.108899 ], [ -80.859375, -1.406109 ], [ -77.343750, 3.513421 ], [ -78.046875, 8.407168 ], [ -79.453125, 9.102097 ], [ -80.859375, 7.013668 ], [ -82.968750, 8.407168 ], [ -85.781250, 9.795678 ], [ -87.187500, 13.239945 ], [ -90.000000, 13.923404 ], [ -88.593750, 15.961329 ], [ -87.890625, 15.961329 ], [ -82.968750, 15.284185 ], [ -83.671875, 11.178402 ], [ -82.265625, 9.102097 ], [ -79.453125, 9.795678 ], [ -76.640625, 8.407168 ], [ -75.234375, 11.178402 ], [ -71.718750, 12.554564 ], [ -71.718750, 9.102097 ], [ -69.609375, 11.867351 ], [ -68.203125, 10.487812 ], [ -61.875000, 10.487812 ], [ -61.171875, 11.178402 ], [ -61.171875, 9.795678 ], [ -61.875000, 9.795678 ] ], [ [ -70.312500, -52.908902 ], [ -71.015625, -52.908902 ], [ -71.015625, -53.748711 ], [ -70.312500, -52.908902 ] ] ], [ [ [ -79.453125, 62.593341 ], [ -79.453125, 61.938950 ], [ -80.859375, 61.938950 ], [ -80.859375, 62.593341 ], [ -79.453125, 62.593341 ] ] ], [ [ [ -58.359375, -51.179343 ], [ -58.359375, -52.052490 ], [ -60.468750, -52.482780 ], [ -61.171875, -52.052490 ], [ -58.359375, -51.179343 ] ] ], [ [ [ -82.968750, 62.915233 ], [ -81.562500, 62.593341 ], [ -83.671875, 62.267923 ], [ -82.968750, 62.915233 ] ] ], [ [ [ -94.921875, 71.965388 ], [ -95.625000, 71.965388 ], [ -96.328125, 72.607120 ], [ -96.328125, 73.022592 ], [ -94.218750, 74.211983 ], [ -90.703125, 73.824820 ], [ -94.218750, 71.965388 ], [ -92.812500, 71.300793 ], [ -91.406250, 70.140364 ], [ -92.109375, 69.657086 ], [ -90.703125, 69.411242 ], [ -90.703125, 68.399180 ], [ -89.296875, 69.162558 ], [ -87.890625, 68.656555 ], [ -87.187500, 67.067433 ], [ -85.781250, 69.900118 ], [ -89.296875, 70.844673 ], [ -88.593750, 71.300793 ], [ -90.000000, 71.300793 ], [ -89.296875, 73.226700 ], [ -85.781250, 73.824820 ], [ -86.484375, 73.226700 ], [ -85.781250, 72.607120 ], [ -85.078125, 73.428424 ], [ -82.265625, 73.824820 ], [ -80.859375, 72.816074 ], [ -80.859375, 71.965388 ], [ -78.046875, 72.816074 ], [ -74.531250, 71.746432 ], [ -73.828125, 71.300793 ], [ -72.421875, 71.524909 ], [ -68.203125, 70.140364 ], [ -66.796875, 69.162558 ], [ -68.906250, 68.656555 ], [ -64.687500, 67.875541 ], [ -63.281250, 66.791909 ], [ -61.875000, 66.791909 ], [ -63.984375, 65.072130 ], [ -66.796875, 66.513260 ], [ -68.203125, 66.231457 ], [ -68.203125, 65.658275 ], [ -64.687500, 63.548552 ], [ -64.687500, 62.593341 ], [ -68.906250, 63.860036 ], [ -66.093750, 61.938950 ], [ -71.015625, 62.915233 ], [ -74.531250, 64.774125 ], [ -78.046875, 64.168107 ], [ -78.750000, 64.472794 ], [ -78.046875, 65.366837 ], [ -73.828125, 65.366837 ], [ -72.421875, 67.339861 ], [ -73.125000, 68.138852 ], [ -76.640625, 68.911005 ], [ -75.937500, 69.162558 ], [ -78.750000, 70.140364 ], [ -81.562500, 69.657086 ], [ -82.968750, 69.657086 ], [ -81.562500, 68.656555 ], [ -81.562500, 67.067433 ], [ -83.671875, 66.513260 ], [ -85.781250, 66.513260 ], [ -87.187500, 64.774125 ], [ -92.812500, 61.938950 ], [ -94.921875, 58.813742 ], [ -93.515625, 58.813742 ], [ -92.109375, 56.944974 ], [ -90.703125, 57.326521 ], [ -85.078125, 55.379110 ], [ -82.265625, 54.977614 ], [ -82.265625, 53.330873 ], [ -80.156250, 51.179343 ], [ -78.750000, 52.482780 ], [ -80.156250, 54.572062 ], [ -76.640625, 56.559482 ], [ -78.750000, 58.813742 ], [ -77.343750, 59.888937 ], [ -78.046875, 62.267923 ], [ -73.828125, 62.593341 ], [ -71.718750, 61.270233 ], [ -69.609375, 60.930432 ], [ -69.609375, 58.813742 ], [ -67.500000, 58.077876 ], [ -64.687500, 60.239811 ], [ -61.171875, 56.944974 ], [ -61.875000, 56.170023 ], [ -57.656250, 54.572062 ], [ -55.546875, 52.052490 ], [ -59.765625, 50.289339 ], [ -66.093750, 50.289339 ], [ -71.015625, 47.040182 ], [ -65.390625, 49.382373 ], [ -63.984375, 48.922499 ], [ -64.687500, 47.040182 ], [ -63.984375, 47.040182 ], [ -64.687500, 46.073231 ], [ -61.171875, 46.073231 ], [ -60.468750, 47.040182 ], [ -59.765625, 46.073231 ], [ -61.171875, 45.089036 ], [ -66.093750, 43.580391 ], [ -66.093750, 44.590467 ], [ -64.687500, 45.089036 ], [ -66.796875, 45.089036 ], [ -67.500000, 47.040182 ], [ -68.906250, 47.517201 ], [ -71.718750, 45.089036 ], [ -74.531250, 45.089036 ], [ -82.968750, 41.508577 ], [ -82.265625, 45.583290 ], [ -88.593750, 48.458352 ], [ -91.406250, 47.989922 ], [ -94.921875, 49.382373 ], [ -123.046875, 48.922499 ], [ -125.156250, 49.837982 ], [ -123.750000, 48.458352 ], [ -125.859375, 48.922499 ], [ -128.671875, 50.736455 ], [ -127.265625, 50.736455 ], [ -127.968750, 52.482780 ], [ -130.781250, 54.162434 ], [ -130.078125, 55.776573 ], [ -135.703125, 59.888937 ], [ -137.109375, 58.813742 ], [ -139.218750, 59.888937 ], [ -141.328125, 60.239811 ], [ -141.328125, 69.657086 ], [ -136.406250, 68.911005 ], [ -134.296875, 69.657086 ], [ -132.890625, 69.411242 ], [ -130.078125, 70.140364 ], [ -129.375000, 69.657086 ], [ -127.968750, 70.377854 ], [ -125.859375, 69.411242 ], [ -124.453125, 70.140364 ], [ -124.453125, 69.411242 ], [ -121.640625, 69.900118 ], [ -116.015625, 69.162558 ], [ -117.421875, 69.900118 ], [ -112.500000, 70.377854 ], [ -118.125000, 70.612614 ], [ -118.125000, 70.844673 ], [ -116.015625, 71.300793 ], [ -119.531250, 71.524909 ], [ -118.125000, 72.607120 ], [ -115.312500, 73.226700 ], [ -113.906250, 73.022592 ], [ -114.609375, 72.607120 ], [ -112.500000, 73.022592 ], [ -111.093750, 72.395706 ], [ -109.687500, 73.022592 ], [ -108.281250, 71.746432 ], [ -108.281250, 73.022592 ], [ -106.171875, 73.022592 ], [ -104.765625, 71.074056 ], [ -101.250000, 70.140364 ], [ -101.250000, 69.657086 ], [ -102.656250, 69.411242 ], [ -102.656250, 68.656555 ], [ -106.171875, 69.162558 ], [ -113.203125, 68.656555 ], [ -113.906250, 68.911005 ], [ -115.312500, 68.911005 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.875541 ], [ -113.203125, 67.609221 ], [ -109.687500, 67.875541 ], [ -108.984375, 67.339861 ], [ -107.578125, 67.875541 ], [ -108.984375, 68.399180 ], [ -108.281250, 68.656555 ], [ -106.171875, 68.911005 ], [ -104.062500, 68.138852 ], [ -101.250000, 67.609221 ], [ -98.437500, 67.875541 ], [ -97.734375, 68.656555 ], [ -96.328125, 68.138852 ], [ -96.328125, 67.339861 ], [ -94.218750, 69.162558 ], [ -96.328125, 70.140364 ], [ -94.921875, 71.965388 ] ] ], [ [ [ -5.625000, 36.031332 ], [ -2.109375, 34.885931 ], [ -1.406250, 32.546813 ], [ -8.437500, 28.921631 ], [ -8.437500, 27.683528 ], [ 2.812500, 19.311143 ], [ 4.218750, 19.311143 ], [ 3.515625, 15.284185 ], [ 0.703125, 14.604847 ], [ 0.703125, 12.554564 ], [ 2.109375, 12.554564 ], [ 0.000000, 10.487812 ], [ 1.406250, 5.615986 ], [ -2.109375, 4.915833 ], [ -9.140625, 4.915833 ], [ -12.656250, 7.710992 ], [ -17.578125, 14.604847 ], [ -16.171875, 17.978733 ], [ -16.875000, 21.943046 ], [ -14.765625, 26.431228 ], [ -9.843750, 30.145127 ], [ -9.140625, 32.546813 ], [ -5.625000, 36.031332 ] ] ], [ [ [ -98.437500, 70.140364 ], [ -95.625000, 69.162558 ], [ -96.328125, 68.656555 ], [ -99.843750, 69.411242 ], [ -98.437500, 70.140364 ] ] ], [ [ [ -73.125000, 83.194896 ], [ -63.984375, 82.940327 ], [ -61.875000, 82.586106 ], [ -61.875000, 82.402423 ], [ -67.500000, 81.518272 ], [ -65.390625, 81.518272 ], [ -69.609375, 80.647035 ], [ -71.015625, 79.812302 ], [ -73.828125, 79.432371 ], [ -76.640625, 79.302640 ], [ -75.234375, 79.171335 ], [ -75.937500, 79.038437 ], [ -75.234375, 78.490552 ], [ -79.453125, 77.157163 ], [ -79.453125, 76.999935 ], [ -78.046875, 76.999935 ], [ -78.046875, 76.840816 ], [ -80.859375, 76.184995 ], [ -82.968750, 76.516819 ], [ -89.296875, 76.516819 ], [ -89.296875, 76.999935 ], [ -87.890625, 77.157163 ], [ -88.593750, 77.915669 ], [ -85.078125, 77.466028 ], [ -86.484375, 78.206563 ], [ -87.890625, 78.349411 ], [ -85.078125, 79.302640 ], [ -87.187500, 80.297927 ], [ -83.671875, 80.058050 ], [ -81.562500, 80.415707 ], [ -87.890625, 80.532071 ], [ -89.296875, 80.872827 ], [ -91.406250, 81.923186 ], [ -87.187500, 82.308893 ], [ -85.781250, 82.676285 ], [ -82.968750, 82.308893 ], [ -82.265625, 82.853382 ], [ -80.859375, 83.026219 ], [ -75.937500, 83.194896 ], [ -75.937500, 83.026219 ], [ -73.125000, 83.194896 ] ] ], [ [ [ -114.609375, 32.546813 ], [ -111.093750, 31.353637 ], [ -106.171875, 31.952162 ], [ -104.062500, 29.535230 ], [ -101.953125, 29.535230 ], [ -99.140625, 26.431228 ], [ -97.031250, 25.799891 ], [ -97.734375, 22.593726 ], [ -95.625000, 18.646245 ], [ -94.218750, 17.978733 ], [ -91.406250, 18.646245 ], [ -90.000000, 21.289374 ], [ -86.484375, 21.289374 ], [ -88.593750, 15.961329 ], [ -89.296875, 17.978733 ], [ -90.703125, 17.978733 ], [ -90.703125, 15.961329 ], [ -91.406250, 15.961329 ], [ -92.109375, 14.604847 ], [ -94.218750, 15.961329 ], [ -96.328125, 15.961329 ], [ -103.359375, 17.978733 ], [ -105.468750, 19.973349 ], [ -106.171875, 22.593726 ], [ -112.500000, 28.921631 ], [ -113.203125, 31.353637 ], [ -114.609375, 31.952162 ], [ -114.609375, 30.145127 ], [ -109.687500, 23.241346 ], [ -115.312500, 27.683528 ], [ -113.906250, 28.304381 ], [ -117.421875, 32.546813 ], [ -114.609375, 32.546813 ] ] ], [ [ [ 12.656250, 55.379110 ], [ 11.953125, 54.977614 ], [ 11.250000, 55.776573 ], [ 12.656250, 56.170023 ], [ 10.546875, 59.534318 ], [ 8.437500, 58.447733 ], [ 5.625000, 58.447733 ], [ 4.921875, 61.938950 ], [ 10.546875, 64.472794 ], [ 14.765625, 67.875541 ], [ 18.984375, 69.900118 ], [ 23.203125, 70.140364 ], [ 24.609375, 71.074056 ], [ 28.125000, 71.074056 ], [ 31.640625, 70.377854 ], [ 30.234375, 70.140364 ], [ 30.937500, 69.657086 ], [ 28.828125, 69.162558 ], [ 28.125000, 68.399180 ], [ 30.234375, 67.609221 ], [ 28.828125, 67.067433 ], [ 30.937500, 62.267923 ], [ 28.125000, 60.586967 ], [ 23.203125, 59.888937 ], [ 21.093750, 60.586967 ], [ 21.093750, 62.593341 ], [ 25.312500, 65.072130 ], [ 23.906250, 65.946472 ], [ 22.500000, 65.658275 ], [ 21.093750, 64.472794 ], [ 17.578125, 62.593341 ], [ 16.875000, 61.270233 ], [ 18.984375, 60.239811 ], [ 16.875000, 58.813742 ], [ 16.171875, 56.170023 ], [ 12.656250, 55.379110 ] ] ], [ [ [ -73.125000, 19.973349 ], [ -68.203125, 18.646245 ], [ -71.718750, 17.978733 ], [ -74.531250, 18.646245 ], [ -72.421875, 18.646245 ], [ -73.125000, 19.973349 ] ] ], [ [ [ 16.875000, 40.446947 ], [ 16.171875, 37.718590 ], [ 15.468750, 39.909736 ], [ 9.140625, 44.590467 ], [ 6.328125, 43.068888 ], [ 4.218750, 43.580391 ], [ 2.109375, 42.553080 ], [ -2.109375, 43.580391 ], [ -1.406250, 46.073231 ], [ -4.921875, 48.458352 ], [ -1.406250, 48.458352 ], [ -2.109375, 49.837982 ], [ -0.703125, 49.382373 ], [ 1.406250, 50.289339 ], [ 4.921875, 52.908902 ], [ 8.437500, 53.330873 ], [ 8.437500, 56.559482 ], [ 10.546875, 57.704147 ], [ 9.843750, 54.572062 ], [ 11.250000, 54.162434 ], [ 12.656250, 54.572062 ], [ 13.359375, 54.162434 ], [ 14.765625, 51.179343 ], [ 18.984375, 49.382373 ], [ 22.500000, 48.922499 ], [ 22.500000, 47.989922 ], [ 20.390625, 46.073231 ], [ 22.500000, 44.590467 ], [ 22.500000, 40.979898 ], [ 21.093750, 40.979898 ], [ 20.390625, 42.553080 ], [ 18.984375, 42.032974 ], [ 13.359375, 45.583290 ], [ 12.656250, 44.087585 ], [ 16.875000, 40.446947 ] ] ], [ [ [ -92.109375, 81.308321 ], [ -91.406250, 80.760615 ], [ -87.890625, 80.297927 ], [ -85.781250, 79.302640 ], [ -89.296875, 78.349411 ], [ -90.703125, 78.206563 ], [ -92.812500, 78.349411 ], [ -94.218750, 78.767792 ], [ -92.812500, 79.432371 ], [ -94.921875, 79.432371 ], [ -97.031250, 80.178713 ], [ -95.625000, 80.872827 ], [ -94.218750, 80.983688 ], [ -94.921875, 81.201420 ], [ -92.109375, 81.308321 ] ] ], [ [ [ -82.265625, 23.241346 ], [ -78.046875, 22.593726 ], [ -73.828125, 19.973349 ], [ -78.046875, 19.973349 ], [ -77.343750, 20.632784 ], [ -81.562500, 22.593726 ], [ -85.078125, 21.943046 ], [ -82.265625, 23.241346 ] ] ], [ [ [ 16.875000, 80.058050 ], [ 18.281250, 79.812302 ], [ 21.796875, 78.903929 ], [ 18.984375, 78.630006 ], [ 16.875000, 76.840816 ], [ 16.171875, 76.840816 ], [ 14.062500, 77.312520 ], [ 14.765625, 77.767582 ], [ 11.250000, 78.903929 ], [ 10.546875, 79.687184 ], [ 13.359375, 80.058050 ], [ 14.062500, 79.687184 ], [ 15.468750, 79.687184 ], [ 15.468750, 80.058050 ], [ 16.875000, 80.058050 ] ] ], [ [ [ -97.031250, 77.157163 ], [ -91.406250, 76.840816 ], [ -90.703125, 76.016094 ], [ -89.296875, 75.672197 ], [ -80.859375, 75.672197 ], [ -80.156250, 74.959392 ], [ -82.265625, 74.402163 ], [ -87.890625, 74.402163 ], [ -92.109375, 74.775843 ], [ -92.812500, 75.845169 ], [ -94.218750, 76.351896 ], [ -97.031250, 76.679785 ], [ -97.031250, 77.157163 ] ] ], [ [ [ -121.640625, 74.402163 ], [ -117.421875, 74.211983 ], [ -115.312500, 73.428424 ], [ -119.531250, 72.607120 ], [ -120.234375, 71.300793 ], [ -123.046875, 70.844673 ], [ -125.859375, 71.965388 ], [ -123.750000, 73.627789 ], [ -125.156250, 74.211983 ], [ -121.640625, 74.402163 ] ] ], [ [ [ -109.687500, 76.840816 ], [ -108.281250, 76.679785 ], [ -107.578125, 75.845169 ], [ -106.171875, 76.016094 ], [ -106.171875, 74.959392 ], [ -113.906250, 74.402163 ], [ -113.906250, 74.775843 ], [ -111.796875, 75.140778 ], [ -117.421875, 75.140778 ], [ -116.015625, 76.184995 ], [ -115.312500, 76.516819 ], [ -108.984375, 75.497157 ], [ -110.390625, 76.351896 ], [ -109.687500, 76.840816 ] ] ], [ [ [ -8.437500, 42.032974 ], [ -6.328125, 41.508577 ], [ -7.734375, 36.597889 ], [ -9.140625, 36.597889 ], [ -9.843750, 38.822591 ], [ -8.437500, 42.032974 ] ] ], [ [ [ 15.468750, 38.272689 ], [ 14.765625, 36.597889 ], [ 12.656250, 37.718590 ], [ 15.468750, 38.272689 ] ] ], [ [ [ -2.812500, 58.813742 ], [ -4.218750, 57.704147 ], [ -2.109375, 57.704147 ], [ -2.812500, 55.776573 ], [ -2.109375, 55.776573 ], [ 0.703125, 52.908902 ], [ 1.406250, 52.908902 ], [ 1.406250, 51.179343 ], [ -4.921875, 49.837982 ], [ -3.515625, 51.618017 ], [ -4.921875, 52.052490 ], [ -4.218750, 52.482780 ], [ -4.921875, 53.330873 ], [ -2.812500, 53.330873 ], [ -2.812500, 54.162434 ], [ -4.921875, 54.977614 ], [ -4.921875, 55.776573 ], [ -5.625000, 55.379110 ], [ -6.328125, 56.944974 ], [ -4.921875, 58.447733 ], [ -2.812500, 58.813742 ] ] ], [ [ [ 9.140625, 40.979898 ], [ 9.843750, 39.368279 ], [ 9.140625, 38.822591 ], [ 8.437500, 40.979898 ], [ 9.140625, 40.979898 ] ] ], [ [ [ -14.765625, 66.513260 ], [ -13.359375, 65.072130 ], [ -14.765625, 64.472794 ], [ -18.984375, 63.548552 ], [ -22.500000, 63.860036 ], [ -21.796875, 64.472794 ], [ -23.906250, 64.774125 ], [ -22.500000, 65.072130 ], [ -24.609375, 65.658275 ], [ -23.906250, 66.231457 ], [ -21.796875, 66.513260 ], [ -20.390625, 65.658275 ], [ -16.171875, 66.513260 ], [ -14.765625, 66.513260 ] ] ], [ [ [ 23.203125, 80.647035 ], [ 27.421875, 80.058050 ], [ 26.015625, 79.560546 ], [ 23.203125, 79.432371 ], [ 18.281250, 79.812302 ], [ 17.578125, 80.297927 ], [ 20.390625, 80.647035 ], [ 21.796875, 80.415707 ], [ 23.203125, 80.647035 ] ] ], [ [ [ -97.031250, 73.824820 ], [ -97.031250, 73.428424 ], [ -97.734375, 73.022592 ], [ -96.328125, 72.607120 ], [ -97.031250, 71.746432 ], [ -98.437500, 71.300793 ], [ -102.656250, 72.607120 ], [ -102.656250, 72.816074 ], [ -100.546875, 72.607120 ], [ -101.250000, 73.428424 ], [ -100.546875, 73.824820 ], [ -97.031250, 73.824820 ] ] ], [ [ [ 9.140625, 43.068888 ], [ 9.843750, 42.032974 ], [ 9.140625, 41.508577 ], [ 8.437500, 42.032974 ], [ 9.140625, 43.068888 ] ] ], [ [ [ -116.015625, 77.617709 ], [ -117.421875, 76.516819 ], [ -121.640625, 75.845169 ], [ -123.046875, 76.184995 ], [ -118.828125, 77.466028 ], [ -116.015625, 77.617709 ] ] ], [ [ [ -98.437500, 76.679785 ], [ -98.437500, 74.959392 ], [ -99.843750, 74.959392 ], [ -100.546875, 75.140778 ], [ -100.546875, 75.672197 ], [ -102.656250, 75.497157 ], [ -102.656250, 76.351896 ], [ -98.437500, 76.679785 ] ] ], [ [ [ -105.468750, 79.302640 ], [ -100.546875, 78.767792 ], [ -99.843750, 77.915669 ], [ -105.468750, 78.349411 ], [ -104.062500, 78.630006 ], [ -105.468750, 79.302640 ] ] ], [ [ [ -56.953125, 49.837982 ], [ -53.437500, 49.382373 ], [ -52.734375, 46.558860 ], [ -54.140625, 47.040182 ], [ -54.140625, 47.517201 ], [ -55.546875, 47.040182 ], [ -56.250000, 47.517201 ], [ -59.062500, 47.517201 ], [ -56.953125, 49.837982 ] ] ], [ [ [ -81.562500, 63.860036 ], [ -82.968750, 64.168107 ], [ -85.781250, 62.915233 ], [ -85.781250, 63.548552 ], [ -87.187500, 63.548552 ], [ -85.781250, 65.658275 ], [ -81.562500, 64.472794 ], [ -81.562500, 63.860036 ] ] ], [ [ [ -7.734375, 54.977614 ], [ -5.625000, 54.572062 ], [ -6.328125, 53.748711 ], [ -7.031250, 52.052490 ], [ -9.843750, 51.618017 ], [ -9.843750, 53.748711 ], [ -7.734375, 54.977614 ] ] ], [ [ [ 25.312500, 58.077876 ], [ 27.421875, 57.326521 ], [ 28.125000, 56.170023 ], [ 26.718750, 55.776573 ], [ 24.609375, 56.559482 ], [ 21.093750, 56.170023 ], [ 21.796875, 57.326521 ], [ 22.500000, 57.704147 ], [ 23.906250, 56.944974 ], [ 25.312500, 58.077876 ] ] ], [ [ [ 23.203125, 78.490552 ], [ 24.609375, 77.915669 ], [ 22.500000, 77.466028 ], [ 20.390625, 77.617709 ], [ 21.093750, 78.206563 ], [ 23.203125, 78.490552 ] ] ], [ [ [ -80.156250, 73.824820 ], [ -78.046875, 73.627789 ], [ -75.937500, 72.816074 ], [ -78.046875, 72.816074 ], [ -79.453125, 72.816074 ], [ -80.859375, 73.428424 ], [ -80.156250, 73.824820 ] ] ], [ [ [ -94.921875, 75.672197 ], [ -93.515625, 74.959392 ], [ -94.218750, 74.590108 ], [ -97.031250, 74.959392 ], [ -94.921875, 75.672197 ] ] ], [ [ [ -98.437500, 78.903929 ], [ -95.625000, 78.349411 ], [ -95.625000, 78.061989 ], [ -97.031250, 77.915669 ], [ -98.437500, 78.903929 ] ] ], [ [ [ -131.484375, 54.162434 ], [ -131.484375, 52.052490 ], [ -132.890625, 54.162434 ], [ -131.484375, 54.162434 ] ] ], [ [ [ -111.093750, 78.206563 ], [ -109.687500, 78.061989 ], [ -111.796875, 77.466028 ], [ -113.203125, 77.767582 ], [ -111.093750, 78.206563 ] ] ], [ [ [ -111.796875, 78.903929 ], [ -109.687500, 78.630006 ], [ -112.500000, 78.349411 ], [ -111.796875, 78.903929 ] ] ], [ [ [ -75.937500, 68.399180 ], [ -75.234375, 67.339861 ], [ -76.640625, 67.067433 ], [ -76.640625, 68.138852 ], [ -75.937500, 68.399180 ] ] ], [ [ [ -105.468750, 73.627789 ], [ -104.765625, 73.428424 ], [ -105.468750, 72.816074 ], [ -106.171875, 73.022592 ], [ -106.875000, 73.428424 ], [ -105.468750, 73.627789 ] ] ], [ [ [ -94.218750, 77.767582 ], [ -93.515625, 77.466028 ], [ -96.328125, 77.617709 ], [ -96.328125, 77.767582 ], [ -94.218750, 77.767582 ] ] ], [ [ [ -81.562500, 63.860036 ], [ -80.156250, 63.860036 ], [ -80.859375, 63.548552 ], [ -81.562500, 63.860036 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4, "sovereignt": "Antarctica", "sov_a3": "ATA", "adm0_dif": 0, "level": 2, "type": "Indeterminate", "admin": "Antarctica", "adm0_a3": "ATA", "geou_dif": 0, "geounit": "Antarctica", "gu_a3": "ATA", "su_dif": 0, "subunit": "Antarctica", "su_a3": "ATA", "brk_diff": 0, "name": "Antarctica", "name_long": "Antarctica", "brk_a3": "ATA", "brk_name": "Antarctica", "abbrev": "Ant.", "postal": "AQ", "note_brk": "Multiple claims held in abeyance", "name_sort": "Antarctica", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": -99, "pop_est": 3802, "gdp_md_est": 760.4, "pop_year": -99, "lastcensus": -99, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "AQ", "iso_a3": "ATA", "iso_n3": "010", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99, "adm0_a3_is": "ATA", "adm0_a3_us": "ATA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Antarctica", "region_un": "Antarctica", "subregion": "Antarctica", "region_wb": "Antarctica", "name_len": 10, "long_len": 10, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -46.406250, -77.767582 ], [ -43.593750, -78.490552 ], [ -43.593750, -80.058050 ], [ -48.515625, -80.872827 ], [ -50.625000, -80.983688 ], [ -52.734375, -80.983688 ], [ -54.140625, -80.647035 ], [ -54.140625, -80.178713 ], [ -52.031250, -79.935918 ], [ -48.515625, -78.061989 ], [ -46.406250, -77.767582 ] ] ], [ [ [ -60.468750, -79.687184 ], [ -59.765625, -80.058050 ], [ -60.468750, -80.983688 ], [ -64.687500, -80.872827 ], [ -66.093750, -80.297927 ], [ -61.875000, -80.415707 ], [ -60.468750, -79.687184 ] ] ], [ [ [ -148.359375, -85.622069 ], [ -143.437500, -85.051129 ], [ -142.734375, -84.541361 ], [ -146.953125, -84.541361 ], [ -149.765625, -84.267172 ], [ -151.171875, -83.905058 ], [ -153.281250, -83.676943 ], [ -152.578125, -82.021378 ], [ -156.796875, -81.093214 ], [ -151.875000, -80.983688 ], [ -150.468750, -81.308321 ], [ -146.953125, -80.647035 ], [ -146.953125, -79.935918 ], [ -149.765625, -79.302640 ], [ -155.390625, -79.038437 ], [ -158.203125, -78.061989 ], [ -158.203125, -76.840816 ], [ -156.796875, -77.312520 ], [ -153.984375, -76.999935 ], [ -152.578125, -77.466028 ], [ -151.171875, -77.466028 ], [ -146.250000, -76.516819 ], [ -146.250000, -75.320025 ], [ -144.843750, -75.140778 ], [ -144.140625, -75.497157 ], [ -135.000000, -74.211983 ], [ -120.937500, -74.590108 ], [ -117.421875, -74.019543 ], [ -116.015625, -74.211983 ], [ -113.906250, -73.627789 ], [ -112.500000, -74.775843 ], [ -111.093750, -74.402163 ], [ -107.578125, -75.140778 ], [ -104.765625, -74.959392 ], [ -100.546875, -75.320025 ], [ -99.843750, -74.959392 ], [ -101.250000, -74.211983 ], [ -102.656250, -74.019543 ], [ -103.359375, -72.607120 ], [ -99.140625, -72.816074 ], [ -97.734375, -73.627789 ], [ -96.328125, -73.627789 ], [ -92.109375, -73.226700 ], [ -90.000000, -73.226700 ], [ -89.296875, -72.607120 ], [ -88.593750, -73.022592 ], [ -81.562500, -73.824820 ], [ -80.156250, -73.226700 ], [ -75.937500, -74.019543 ], [ -75.234375, -73.824820 ], [ -68.203125, -72.816074 ], [ -66.796875, -71.965388 ], [ -68.203125, -69.657086 ], [ -67.500000, -67.339861 ], [ -63.281250, -64.774125 ], [ -57.656250, -63.233627 ], [ -57.656250, -63.860036 ], [ -62.578125, -65.072130 ], [ -61.875000, -66.231457 ], [ -63.984375, -66.513260 ], [ -65.390625, -67.875541 ], [ -63.281250, -69.162558 ], [ -61.171875, -71.074056 ], [ -60.468750, -73.226700 ], [ -61.171875, -74.019543 ], [ -64.687500, -75.320025 ], [ -69.609375, -76.184995 ], [ -70.312500, -76.679785 ], [ -77.343750, -76.679785 ], [ -73.828125, -77.915669 ], [ -74.531250, -78.206563 ], [ -76.640625, -78.061989 ], [ -78.046875, -78.349411 ], [ -78.046875, -79.171335 ], [ -75.234375, -80.297927 ], [ -73.125000, -80.415707 ], [ -68.203125, -81.308321 ], [ -63.281250, -81.723188 ], [ -59.765625, -82.402423 ], [ -58.359375, -83.194896 ], [ -53.437500, -82.214217 ], [ -49.921875, -81.723188 ], [ -47.109375, -81.723188 ], [ -42.890625, -82.118384 ], [ -40.781250, -81.308321 ], [ -37.968750, -81.308321 ], [ -28.828125, -80.297927 ], [ -29.531250, -79.302640 ], [ -35.859375, -79.432371 ], [ -35.156250, -78.061989 ], [ -28.828125, -76.679785 ], [ -22.500000, -76.184995 ], [ -17.578125, -75.140778 ], [ -15.468750, -74.590108 ], [ -16.171875, -73.428424 ], [ -11.953125, -72.395706 ], [ -10.546875, -71.300793 ], [ -7.734375, -71.746432 ], [ -7.031250, -70.844673 ], [ -4.218750, -71.524909 ], [ -0.703125, -71.300793 ], [ 0.000000, -71.746432 ], [ 7.734375, -69.900118 ], [ 9.843750, -69.900118 ], [ 10.546875, -70.844673 ], [ 13.359375, -69.900118 ], [ 15.468750, -70.377854 ], [ 18.281250, -69.900118 ], [ 21.796875, -70.140364 ], [ 22.500000, -70.612614 ], [ 28.828125, -70.140364 ], [ 31.640625, -69.657086 ], [ 33.750000, -68.399180 ], [ 37.265625, -69.162558 ], [ 38.671875, -69.657086 ], [ 42.187500, -68.656555 ], [ 47.109375, -67.609221 ], [ 52.734375, -65.946472 ], [ 56.250000, -65.946472 ], [ 61.171875, -67.875541 ], [ 63.984375, -67.339861 ], [ 68.906250, -67.875541 ], [ 69.609375, -69.162558 ], [ 67.500000, -70.377854 ], [ 68.203125, -70.612614 ], [ 68.906250, -70.612614 ], [ 68.203125, -71.746432 ], [ 69.609375, -72.181804 ], [ 71.015625, -72.181804 ], [ 73.828125, -69.900118 ], [ 77.343750, -69.411242 ], [ 79.453125, -68.399180 ], [ 82.265625, -67.339861 ], [ 86.484375, -67.067433 ], [ 87.890625, -66.231457 ], [ 90.000000, -67.067433 ], [ 95.625000, -67.339861 ], [ 99.843750, -67.339861 ], [ 102.656250, -65.658275 ], [ 106.171875, -67.067433 ], [ 110.390625, -66.791909 ], [ 113.906250, -65.946472 ], [ 115.312500, -66.791909 ], [ 119.531250, -67.339861 ], [ 123.046875, -66.513260 ], [ 128.671875, -66.791909 ], [ 135.000000, -66.231457 ], [ 135.000000, -65.366837 ], [ 137.812500, -67.067433 ], [ 145.546875, -66.791909 ], [ 146.953125, -67.875541 ], [ 149.062500, -68.399180 ], [ 152.578125, -68.911005 ], [ 153.984375, -68.656555 ], [ 158.906250, -69.657086 ], [ 161.718750, -70.612614 ], [ 168.750000, -71.074056 ], [ 170.859375, -71.746432 ], [ 170.859375, -72.181804 ], [ 169.453125, -73.627789 ], [ 165.937500, -74.402163 ], [ 164.531250, -75.497157 ], [ 163.125000, -76.679785 ], [ 164.531250, -78.206563 ], [ 166.640625, -78.349411 ], [ 167.343750, -78.767792 ], [ 161.718750, -79.171335 ], [ 159.609375, -80.983688 ], [ 163.828125, -82.402423 ], [ 168.750000, -83.359511 ], [ 169.453125, -83.829945 ], [ 172.265625, -84.052561 ], [ 172.968750, -84.405941 ], [ 175.781250, -84.124973 ], [ 180.000000, -84.738387 ], [ 180.703125, -84.124973 ], [ 182.812500, -84.474065 ], [ 184.218750, -84.124973 ], [ 185.625000, -84.541361 ], [ 187.031250, -84.052561 ], [ 187.031250, -85.622069 ], [ 180.000000, -85.622069 ], [ -148.359375, -85.622069 ] ] ], [ [ [ -163.125000, -78.206563 ], [ -160.312500, -78.630006 ], [ -158.906250, -79.560546 ], [ -161.015625, -79.687184 ], [ -162.421875, -79.302640 ], [ -163.828125, -78.630006 ], [ -163.125000, -78.206563 ] ] ], [ [ [ -122.343750, -73.226700 ], [ -120.234375, -73.627789 ], [ -118.828125, -73.428424 ], [ -120.234375, -74.019543 ], [ -122.343750, -73.627789 ], [ -122.343750, -73.226700 ] ] ], [ [ [ -126.562500, -73.226700 ], [ -123.750000, -73.824820 ], [ -127.265625, -73.428424 ], [ -126.562500, -73.226700 ] ] ], [ [ [ -97.031250, -71.965388 ], [ -96.328125, -72.607120 ], [ -100.546875, -72.607120 ], [ -102.656250, -71.965388 ], [ -97.031250, -71.965388 ] ] ], [ [ [ -70.312500, -68.911005 ], [ -68.203125, -70.844673 ], [ -68.906250, -72.181804 ], [ -71.015625, -72.607120 ], [ -72.421875, -72.395706 ], [ -71.718750, -72.181804 ], [ -74.531250, -72.395706 ], [ -75.234375, -71.746432 ], [ -72.421875, -71.300793 ], [ -71.718750, -69.411242 ], [ -70.312500, -68.911005 ] ] ], [ [ [ -148.359375, -85.622069 ], [ -180.000000, -85.622069 ], [ -187.031250, -85.622069 ], [ -187.031250, -84.405941 ], [ -184.218750, -84.124973 ], [ -180.000000, -84.738387 ], [ -180.000000, -85.051129 ], [ -179.296875, -84.124973 ], [ -177.187500, -84.474065 ], [ -175.781250, -84.124973 ], [ -174.375000, -84.541361 ], [ -172.968750, -84.052561 ], [ -170.156250, -83.905058 ], [ -167.343750, -84.541361 ], [ -162.421875, -85.051129 ], [ -158.203125, -85.402036 ], [ -155.390625, -85.111416 ], [ -151.171875, -85.287916 ], [ -148.359375, -85.622069 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 68.906250, -48.458352 ], [ 70.312500, -48.922499 ], [ 70.312500, -49.837982 ], [ 68.906250, -49.837982 ], [ 68.906250, -48.458352 ] ] ], [ [ [ 75.937500, 71.965388 ], [ 77.343750, 72.181804 ], [ 79.453125, 72.395706 ], [ 81.562500, 71.746432 ], [ 80.859375, 73.627789 ], [ 86.484375, 74.019543 ], [ 85.781250, 74.402163 ], [ 87.187500, 75.140778 ], [ 92.812500, 75.845169 ], [ 93.515625, 76.016094 ], [ 95.625000, 76.184995 ], [ 96.328125, 75.845169 ], [ 99.140625, 76.516819 ], [ 100.546875, 76.351896 ], [ 101.953125, 77.312520 ], [ 104.062500, 77.767582 ], [ 106.171875, 77.312520 ], [ 104.765625, 77.157163 ], [ 106.875000, 76.999935 ], [ 107.578125, 76.516819 ], [ 108.281250, 76.679785 ], [ 111.093750, 76.679785 ], [ 113.906250, 75.845169 ], [ 113.906250, 75.320025 ], [ 109.687500, 74.211983 ], [ 111.796875, 73.824820 ], [ 113.203125, 74.019543 ], [ 113.203125, 73.428424 ], [ 115.312500, 73.824820 ], [ 118.828125, 73.627789 ], [ 118.828125, 73.022592 ], [ 123.046875, 73.022592 ], [ 123.046875, 73.824820 ], [ 127.265625, 73.627789 ], [ 128.671875, 73.022592 ], [ 128.671875, 71.965388 ], [ 131.484375, 70.844673 ], [ 132.187500, 71.746432 ], [ 133.593750, 71.300793 ], [ 135.703125, 71.746432 ], [ 137.812500, 71.300793 ], [ 138.515625, 71.524909 ], [ 139.921875, 71.524909 ], [ 139.218750, 72.395706 ], [ 140.625000, 72.816074 ], [ 149.765625, 72.181804 ], [ 153.281250, 70.844673 ], [ 158.906250, 70.844673 ], [ 159.609375, 69.657086 ], [ 161.015625, 69.411242 ], [ 168.046875, 69.657086 ], [ 169.453125, 68.656555 ], [ 170.859375, 68.911005 ], [ 170.156250, 70.140364 ], [ 175.781250, 69.900118 ], [ 180.000000, 68.911005 ], [ 184.921875, 67.339861 ], [ 185.625000, 66.231457 ], [ 185.625000, 67.067433 ], [ 187.031250, 67.067433 ], [ 187.031250, 64.168107 ], [ 183.515625, 65.366837 ], [ 181.406250, 65.366837 ], [ 181.406250, 66.231457 ], [ 180.000000, 65.946472 ], [ 180.000000, 65.072130 ], [ 177.187500, 64.472794 ], [ 179.296875, 62.267923 ], [ 177.187500, 62.593341 ], [ 173.671875, 61.606396 ], [ 170.156250, 59.888937 ], [ 168.750000, 60.586967 ], [ 166.640625, 59.888937 ], [ 165.937500, 60.239811 ], [ 163.828125, 59.888937 ], [ 161.718750, 58.077876 ], [ 163.125000, 57.704147 ], [ 162.421875, 54.977614 ], [ 160.312500, 54.162434 ], [ 160.312500, 53.330873 ], [ 158.203125, 52.908902 ], [ 156.796875, 51.179343 ], [ 156.093750, 56.944974 ], [ 163.828125, 61.270233 ], [ 164.531250, 62.593341 ], [ 163.125000, 62.593341 ], [ 160.312500, 60.586967 ], [ 159.609375, 61.938950 ], [ 156.796875, 61.270233 ], [ 153.984375, 59.888937 ], [ 155.390625, 59.175928 ], [ 151.171875, 58.813742 ], [ 151.171875, 59.534318 ], [ 149.765625, 59.534318 ], [ 148.359375, 59.175928 ], [ 142.031250, 59.175928 ], [ 135.000000, 54.572062 ], [ 138.515625, 53.748711 ], [ 139.921875, 54.162434 ], [ 141.328125, 52.052490 ], [ 139.921875, 48.458352 ], [ 138.515625, 46.073231 ], [ 133.593750, 42.553080 ], [ 132.187500, 43.068888 ], [ 127.265625, 39.909736 ], [ 129.375000, 36.597889 ], [ 129.375000, 34.885931 ], [ 126.562500, 34.307144 ], [ 125.859375, 36.597889 ], [ 126.562500, 37.160317 ], [ 124.453125, 38.272689 ], [ 125.156250, 39.368279 ], [ 120.937500, 38.822591 ], [ 121.640625, 40.979898 ], [ 118.125000, 39.368279 ], [ 118.828125, 37.718590 ], [ 122.343750, 37.718590 ], [ 118.828125, 34.885931 ], [ 121.640625, 31.952162 ], [ 121.640625, 28.304381 ], [ 116.015625, 22.593726 ], [ 111.093750, 21.289374 ], [ 110.390625, 20.632784 ], [ 108.281250, 21.943046 ], [ 106.171875, 19.973349 ], [ 109.687500, 13.239945 ], [ 108.984375, 11.867351 ], [ 105.468750, 8.407168 ], [ 104.765625, 9.795678 ], [ 99.843750, 13.239945 ], [ 99.140625, 9.102097 ], [ 102.656250, 5.615986 ], [ 104.062500, 1.406109 ], [ 101.250000, 2.811371 ], [ 99.843750, 6.315299 ], [ 98.437500, 7.710992 ], [ 98.437500, 11.178402 ], [ 97.031250, 16.636192 ], [ 94.218750, 15.961329 ], [ 94.218750, 17.978733 ], [ 91.406250, 22.593726 ], [ 87.187500, 21.289374 ], [ 86.484375, 19.973349 ], [ 80.156250, 15.961329 ], [ 80.156250, 10.487812 ], [ 80.156250, 9.795678 ], [ 77.343750, 7.710992 ], [ 73.828125, 15.961329 ], [ 72.421875, 21.289374 ], [ 70.312500, 20.632784 ], [ 66.093750, 25.165173 ], [ 61.171875, 25.165173 ], [ 57.656250, 25.799891 ], [ 56.250000, 26.431228 ], [ 56.953125, 24.527135 ], [ 59.765625, 22.593726 ], [ 55.546875, 17.308688 ], [ 43.593750, 12.554564 ], [ 42.890625, 11.867351 ], [ 44.296875, 10.487812 ], [ 51.328125, 11.867351 ], [ 51.328125, 10.487812 ], [ 47.812500, 4.214943 ], [ 39.375000, -4.915833 ], [ 40.781250, -14.604847 ], [ 34.453125, -19.973349 ], [ 35.859375, -23.885838 ], [ 32.343750, -25.799891 ], [ 32.343750, -28.921631 ], [ 26.015625, -33.724340 ], [ 19.687500, -34.885931 ], [ 18.281250, -34.307144 ], [ 18.281250, -31.952162 ], [ 15.468750, -27.059126 ], [ 14.062500, -21.943046 ], [ 11.953125, -17.978733 ], [ 13.359375, -10.487812 ], [ 11.953125, -4.915833 ], [ 9.140625, -1.406109 ], [ 9.843750, 2.811371 ], [ 8.437500, 4.915833 ], [ 5.625000, 4.214943 ], [ 4.218750, 6.315299 ], [ 1.406250, 5.615986 ], [ 0.703125, 7.013668 ], [ 0.000000, 11.178402 ], [ 2.109375, 12.554564 ], [ 0.703125, 12.554564 ], [ 0.703125, 14.604847 ], [ 3.515625, 15.284185 ], [ 4.218750, 19.311143 ], [ 2.812500, 19.311143 ], [ -8.437500, 27.683528 ], [ -8.437500, 28.921631 ], [ -1.406250, 32.546813 ], [ -2.109375, 34.885931 ], [ -1.406250, 35.460670 ], [ 9.843750, 37.160317 ], [ 11.250000, 37.160317 ], [ 10.546875, 33.724340 ], [ 18.984375, 30.145127 ], [ 21.796875, 32.546813 ], [ 28.828125, 30.751278 ], [ 30.937500, 31.353637 ], [ 33.750000, 30.751278 ], [ 35.859375, 36.597889 ], [ 27.421875, 36.597889 ], [ 26.015625, 39.368279 ], [ 28.828125, 40.979898 ], [ 26.015625, 39.909736 ], [ 24.609375, 40.979898 ], [ 23.906250, 40.446947 ], [ 23.906250, 39.909736 ], [ 22.500000, 40.446947 ], [ 23.906250, 37.718590 ], [ 23.203125, 37.718590 ], [ 22.500000, 36.597889 ], [ 19.687500, 40.446947 ], [ 18.984375, 42.032974 ], [ 20.390625, 42.553080 ], [ 21.093750, 40.979898 ], [ 23.203125, 41.508577 ], [ 22.500000, 44.590467 ], [ 20.390625, 46.073231 ], [ 22.500000, 47.989922 ], [ 22.500000, 48.922499 ], [ 16.171875, 50.289339 ], [ 14.062500, 52.908902 ], [ 14.062500, 53.748711 ], [ 17.578125, 54.977614 ], [ 19.687500, 54.572062 ], [ 22.500000, 56.170023 ], [ 24.609375, 56.559482 ], [ 26.718750, 55.776573 ], [ 28.125000, 56.170023 ], [ 27.421875, 57.326521 ], [ 24.609375, 57.704147 ], [ 23.203125, 59.175928 ], [ 28.125000, 59.534318 ], [ 28.828125, 59.888937 ], [ 28.125000, 60.586967 ], [ 31.640625, 62.915233 ], [ 30.234375, 63.548552 ], [ 30.234375, 65.946472 ], [ 28.828125, 67.067433 ], [ 30.234375, 67.609221 ], [ 28.125000, 68.399180 ], [ 28.828125, 69.162558 ], [ 32.343750, 69.900118 ], [ 40.078125, 67.875541 ], [ 40.781250, 66.791909 ], [ 40.078125, 66.231457 ], [ 38.671875, 65.946472 ], [ 33.046875, 66.513260 ], [ 35.156250, 65.946472 ], [ 35.156250, 64.472794 ], [ 37.265625, 63.860036 ], [ 37.265625, 65.072130 ], [ 39.375000, 64.472794 ], [ 40.781250, 64.774125 ], [ 40.078125, 65.366837 ], [ 42.187500, 66.513260 ], [ 44.296875, 65.946472 ], [ 44.296875, 66.791909 ], [ 43.593750, 68.656555 ], [ 46.406250, 68.138852 ], [ 47.109375, 67.609221 ], [ 45.703125, 67.609221 ], [ 45.703125, 67.067433 ], [ 46.406250, 66.791909 ], [ 53.437500, 68.911005 ], [ 54.140625, 68.911005 ], [ 53.437500, 68.138852 ], [ 59.062500, 68.911005 ], [ 59.765625, 68.399180 ], [ 61.171875, 68.911005 ], [ 60.468750, 69.900118 ], [ 63.281250, 69.657086 ], [ 68.203125, 68.138852 ], [ 68.906250, 68.656555 ], [ 66.796875, 69.411242 ], [ 66.796875, 71.074056 ], [ 69.609375, 73.022592 ], [ 72.421875, 72.816074 ], [ 71.718750, 71.300793 ], [ 72.421875, 68.911005 ], [ 73.828125, 68.399180 ], [ 71.015625, 66.231457 ], [ 72.421875, 66.231457 ], [ 75.234375, 67.875541 ], [ 75.234375, 68.911005 ], [ 73.828125, 69.162558 ], [ 73.828125, 69.657086 ], [ 74.531250, 70.612614 ], [ 73.125000, 71.524909 ], [ 75.234375, 72.181804 ], [ 74.531250, 72.816074 ], [ 75.937500, 72.395706 ], [ 75.937500, 71.965388 ] ], [ [ 36.562500, 45.089036 ], [ 33.750000, 44.590467 ], [ 32.343750, 45.089036 ], [ 33.046875, 46.073231 ], [ 30.937500, 46.558860 ], [ 27.421875, 42.553080 ], [ 28.828125, 40.979898 ], [ 29.531250, 40.979898 ], [ 33.750000, 42.032974 ], [ 38.671875, 40.979898 ], [ 41.484375, 41.508577 ], [ 41.484375, 42.553080 ], [ 36.562500, 45.089036 ] ], [ [ 52.734375, 40.979898 ], [ 52.734375, 42.553080 ], [ 50.625000, 44.590467 ], [ 52.734375, 45.089036 ], [ 52.734375, 47.040182 ], [ 49.218750, 46.558860 ], [ 46.406250, 44.590467 ], [ 50.625000, 40.446947 ], [ 48.515625, 38.822591 ], [ 49.218750, 37.718590 ], [ 54.140625, 37.160317 ], [ 54.140625, 38.822591 ], [ 52.734375, 39.909736 ], [ 52.734375, 40.979898 ] ], [ [ 34.453125, 28.304381 ], [ 33.750000, 27.683528 ], [ 36.562500, 21.943046 ], [ 37.265625, 18.646245 ], [ 43.593750, 12.554564 ], [ 42.890625, 16.636192 ], [ 34.453125, 28.304381 ] ], [ [ 56.250000, 26.431228 ], [ 56.250000, 27.059126 ], [ 53.437500, 27.059126 ], [ 49.218750, 30.145127 ], [ 47.812500, 29.535230 ], [ 50.625000, 24.527135 ], [ 51.328125, 25.799891 ], [ 52.031250, 23.885838 ], [ 54.140625, 23.885838 ], [ 56.250000, 26.431228 ] ], [ [ 36.562500, 45.089036 ], [ 39.375000, 47.040182 ], [ 35.156250, 46.073231 ], [ 36.562500, 45.089036 ] ], [ [ 75.937500, 71.965388 ], [ 75.234375, 71.300793 ], [ 76.640625, 71.074056 ], [ 75.937500, 71.965388 ] ], [ [ 52.734375, 40.979898 ], [ 54.843750, 40.979898 ], [ 53.437500, 42.032974 ], [ 52.734375, 40.979898 ] ] ], [ [ [ 49.218750, -11.867351 ], [ 50.625000, -15.961329 ], [ 47.109375, -25.165173 ], [ 45.703125, -25.799891 ], [ 44.296875, -25.165173 ], [ 43.593750, -22.593726 ], [ 44.296875, -19.311143 ], [ 44.296875, -17.308688 ], [ 47.812500, -14.604847 ], [ 49.218750, -11.867351 ] ] ], [ [ [ 127.265625, -8.407168 ], [ 123.750000, -10.487812 ], [ 125.859375, -8.407168 ], [ 127.265625, -8.407168 ] ] ], [ [ [ 120.234375, -9.102097 ], [ 120.937500, -9.795678 ], [ 120.937500, -10.487812 ], [ 118.828125, -9.795678 ], [ 120.234375, -9.102097 ] ] ], [ [ [ 134.296875, -0.703107 ], [ 135.703125, -3.513421 ], [ 137.109375, -1.406109 ], [ 141.328125, -2.811371 ], [ 141.328125, -9.102097 ], [ 137.812500, -8.407168 ], [ 138.515625, -7.013668 ], [ 137.812500, -5.615986 ], [ 133.593750, -3.513421 ], [ 132.890625, -4.214943 ], [ 132.187500, -2.811371 ], [ 133.593750, -2.108899 ], [ 130.781250, -0.703107 ], [ 134.296875, -0.703107 ] ] ], [ [ [ -184.218750, 69.900118 ], [ -180.000000, 68.911005 ], [ -175.078125, 67.339861 ], [ -174.375000, 66.231457 ], [ -174.375000, 67.067433 ], [ -171.562500, 66.791909 ], [ -170.156250, 65.946472 ], [ -172.265625, 65.366837 ], [ -172.968750, 64.168107 ], [ -176.484375, 65.366837 ], [ -178.593750, 65.366837 ], [ -178.593750, 66.231457 ], [ -180.000000, 65.946472 ], [ -180.000000, 65.072130 ], [ -182.812500, 64.472794 ], [ -180.703125, 62.267923 ], [ -182.812500, 62.593341 ], [ -187.031250, 61.270233 ], [ -187.031250, 69.900118 ], [ -184.218750, 69.900118 ] ] ], [ [ [ 106.171875, -5.615986 ], [ 111.093750, -6.315299 ], [ 116.015625, -8.407168 ], [ 106.171875, -7.013668 ], [ 105.468750, -7.013668 ], [ 106.171875, -5.615986 ] ] ], [ [ [ 134.296875, -5.615986 ], [ 135.000000, -6.315299 ], [ 134.296875, -7.013668 ], [ 134.296875, -5.615986 ] ] ], [ [ [ 120.234375, 0.000000 ], [ 120.937500, -1.406109 ], [ 123.046875, -0.703107 ], [ 121.640625, -2.108899 ], [ 123.046875, -5.615986 ], [ 121.640625, -4.915833 ], [ 120.937500, -2.811371 ], [ 120.234375, -5.615986 ], [ 119.531250, -5.615986 ], [ 118.828125, -2.811371 ], [ 120.234375, 0.000000 ] ] ], [ [ [ 95.625000, 5.615986 ], [ 97.734375, 4.915833 ], [ 101.250000, 2.811371 ], [ 104.062500, 0.000000 ], [ 103.359375, -0.703107 ], [ 106.171875, -2.811371 ], [ 105.468750, -5.615986 ], [ 102.656250, -4.214943 ], [ 95.625000, 5.615986 ] ] ], [ [ [ 34.453125, 35.460670 ], [ 33.046875, 34.307144 ], [ 33.046875, 35.460670 ], [ 34.453125, 35.460670 ] ] ], [ [ [ 117.421875, 7.013668 ], [ 119.531250, 5.615986 ], [ 117.421875, 3.513421 ], [ 118.828125, 0.703107 ], [ 118.125000, 0.703107 ], [ 116.015625, -4.214943 ], [ 110.390625, -2.811371 ], [ 108.984375, 1.406109 ], [ 111.093750, 2.108899 ], [ 115.312500, 5.615986 ], [ 117.421875, 7.013668 ] ] ], [ [ [ 26.015625, 35.460670 ], [ 24.609375, 34.885931 ], [ 23.906250, 35.460670 ], [ 26.015625, 35.460670 ] ] ], [ [ [ 130.781250, -2.811371 ], [ 130.781250, -3.513421 ], [ 127.968750, -3.513421 ], [ 129.375000, -2.811371 ], [ 130.781250, -2.811371 ] ] ], [ [ [ 68.203125, 76.999935 ], [ 68.203125, 76.184995 ], [ 61.875000, 75.320025 ], [ 58.359375, 74.402163 ], [ 55.546875, 72.395706 ], [ 55.546875, 71.524909 ], [ 57.656250, 70.612614 ], [ 53.437500, 70.844673 ], [ 53.437500, 71.300793 ], [ 51.328125, 71.524909 ], [ 51.328125, 71.965388 ], [ 54.140625, 73.627789 ], [ 53.437500, 73.824820 ], [ 56.250000, 74.590108 ], [ 55.546875, 75.140778 ], [ 61.171875, 76.184995 ], [ 68.203125, 76.999935 ] ] ], [ [ [ 127.968750, 2.108899 ], [ 128.671875, 1.406109 ], [ 127.968750, -0.703107 ], [ 127.968750, 2.108899 ] ] ], [ [ [ -2.109375, 43.580391 ], [ 2.812500, 42.032974 ], [ 0.703125, 40.979898 ], [ -0.703125, 37.718590 ], [ -5.625000, 36.031332 ], [ -7.734375, 37.160317 ], [ -6.328125, 41.508577 ], [ -8.437500, 42.032974 ], [ -9.140625, 42.032974 ], [ -9.140625, 43.068888 ], [ -7.734375, 43.580391 ], [ -2.109375, 43.580391 ] ] ], [ [ [ 95.625000, 81.201420 ], [ 99.843750, 79.812302 ], [ 99.843750, 78.903929 ], [ 97.734375, 78.767792 ], [ 93.515625, 79.432371 ], [ 92.812500, 80.178713 ], [ 91.406250, 80.297927 ], [ 93.515625, 80.983688 ], [ 95.625000, 81.201420 ] ] ], [ [ [ 130.781250, 33.724340 ], [ 132.187500, 33.137551 ], [ 130.781250, 30.751278 ], [ 129.375000, 33.137551 ], [ 130.781250, 33.724340 ] ] ], [ [ [ 125.156250, 9.102097 ], [ 126.562500, 7.013668 ], [ 125.859375, 6.315299 ], [ 125.156250, 7.013668 ], [ 125.156250, 5.615986 ], [ 123.750000, 7.710992 ], [ 122.343750, 7.013668 ], [ 122.343750, 7.710992 ], [ 125.156250, 9.102097 ] ] ], [ [ [ 138.515625, 76.184995 ], [ 141.328125, 76.016094 ], [ 144.843750, 75.497157 ], [ 144.140625, 74.775843 ], [ 139.218750, 74.590108 ], [ 137.109375, 75.320025 ], [ 137.812500, 76.016094 ], [ 138.515625, 76.184995 ] ] ], [ [ [ 80.156250, 9.795678 ], [ 81.562500, 7.710992 ], [ 80.156250, 6.315299 ], [ 80.156250, 9.795678 ] ] ], [ [ [ 101.953125, 79.302640 ], [ 105.468750, 78.767792 ], [ 104.765625, 78.349411 ], [ 99.140625, 77.915669 ], [ 101.953125, 79.302640 ] ] ], [ [ [ 142.734375, 54.162434 ], [ 144.843750, 48.922499 ], [ 143.437500, 49.382373 ], [ 142.734375, 47.989922 ], [ 143.437500, 46.073231 ], [ 142.734375, 46.558860 ], [ 142.031250, 46.073231 ], [ 142.031250, 53.330873 ], [ 142.734375, 54.162434 ] ] ], [ [ [ 142.031250, 45.583290 ], [ 144.140625, 44.087585 ], [ 145.546875, 44.590467 ], [ 145.546875, 43.068888 ], [ 143.437500, 42.032974 ], [ 141.328125, 42.553080 ], [ 141.328125, 41.508577 ], [ 139.921875, 41.508577 ], [ 142.031250, 45.583290 ] ] ], [ [ [ 49.921875, 80.872827 ], [ 51.328125, 80.647035 ], [ 51.328125, 80.532071 ], [ 47.812500, 80.058050 ], [ 46.406250, 80.297927 ], [ 47.109375, 80.532071 ], [ 45.000000, 80.532071 ], [ 48.515625, 80.760615 ], [ 48.515625, 80.532071 ], [ 49.921875, 80.872827 ] ] ], [ [ [ 123.750000, 10.487812 ], [ 123.046875, 9.102097 ], [ 123.046875, 10.487812 ], [ 123.750000, 10.487812 ] ] ], [ [ [ 125.156250, 11.178402 ], [ 124.453125, 9.795678 ], [ 124.453125, 12.554564 ], [ 125.156250, 11.178402 ] ] ], [ [ [ 123.046875, 11.867351 ], [ 122.343750, 10.487812 ], [ 121.640625, 11.867351 ], [ 123.046875, 11.867351 ] ] ], [ [ [ 121.640625, 13.239945 ], [ 120.937500, 11.867351 ], [ 120.234375, 13.239945 ], [ 121.640625, 13.239945 ] ] ], [ [ [ 122.343750, 18.646245 ], [ 121.640625, 14.604847 ], [ 123.750000, 13.923404 ], [ 123.750000, 12.554564 ], [ 121.640625, 13.239945 ], [ 120.937500, 13.923404 ], [ 120.234375, 16.636192 ], [ 120.937500, 18.646245 ], [ 122.343750, 18.646245 ] ] ], [ [ [ 146.250000, 75.497157 ], [ 150.468750, 75.140778 ], [ 149.765625, 74.775843 ], [ 147.656250, 74.775843 ], [ 146.250000, 75.140778 ], [ 146.250000, 75.497157 ] ] ], [ [ [ 142.031250, 73.824820 ], [ 143.437500, 73.226700 ], [ 139.921875, 73.428424 ], [ 142.031250, 73.824820 ] ] ], [ [ [ 111.093750, 19.973349 ], [ 110.390625, 18.646245 ], [ 108.984375, 18.646245 ], [ 110.390625, 19.973349 ], [ 111.093750, 19.973349 ] ] ], [ [ [ 120.234375, 0.000000 ], [ 120.234375, 0.703107 ], [ 125.156250, 1.406109 ], [ 124.453125, 0.703107 ], [ 120.234375, 0.000000 ] ] ], [ [ [ -179.296875, 71.524909 ], [ -177.890625, 71.074056 ], [ -180.000000, 70.844673 ], [ -180.000000, 71.524909 ], [ -179.296875, 71.524909 ] ] ], [ [ [ 121.640625, 25.165173 ], [ 120.937500, 21.943046 ], [ 120.234375, 23.241346 ], [ 121.640625, 25.165173 ] ] ], [ [ [ 180.000000, 71.524909 ], [ 182.109375, 71.300793 ], [ 180.000000, 70.844673 ], [ 180.000000, 71.524909 ] ] ], [ [ [ 179.296875, 71.074056 ], [ 179.296875, 70.612614 ], [ 177.890625, 70.612614 ], [ 177.890625, 71.074056 ], [ 179.296875, 71.074056 ] ] ], [ [ [ -180.703125, 71.074056 ], [ -180.703125, 70.612614 ], [ -182.109375, 70.612614 ], [ -182.109375, 71.074056 ], [ -180.703125, 71.074056 ] ] ], [ [ [ 133.593750, 34.307144 ], [ 130.781250, 33.724340 ], [ 132.890625, 35.460670 ], [ 135.703125, 35.460670 ], [ 136.406250, 37.160317 ], [ 137.109375, 36.597889 ], [ 139.218750, 38.272689 ], [ 139.921875, 40.446947 ], [ 141.328125, 41.508577 ], [ 142.031250, 39.368279 ], [ 139.921875, 34.885931 ], [ 135.703125, 33.724340 ], [ 135.000000, 34.307144 ], [ 133.593750, 34.307144 ] ] ], [ [ [ 133.593750, 34.307144 ], [ 134.296875, 33.137551 ], [ 132.187500, 33.137551 ], [ 133.593750, 34.307144 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Australia", "sov_a3": "AU1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Australia", "adm0_a3": "AUS", "geou_dif": 0, "geounit": "Australia", "gu_a3": "AUS", "su_dif": 0, "subunit": "Australia", "su_a3": "AUS", "brk_diff": 0, "name": "Australia", "name_long": "Australia", "brk_a3": "AUS", "brk_name": "Australia", "abbrev": "Auz.", "postal": "AU", "formal_en": "Commonwealth of Australia", "name_sort": "Australia", "mapcolor7": 1, "mapcolor8": 2, "mapcolor9": 2, "mapcolor13": 7, "pop_est": 21262641, "gdp_md_est": 800200, "pop_year": -99, "lastcensus": 2006, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "AU", "iso_a3": "AUS", "iso_n3": "036", "un_a3": "036", "wb_a2": "AU", "wb_a3": "AUS", "woe_id": -99, "adm0_a3_is": "AUS", "adm0_a3_us": "AUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Oceania", "region_un": "Oceania", "subregion": "Australia and New Zealand", "region_wb": "East Asia & Pacific", "name_len": 9, "long_len": 9, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 172.968750, -40.446947 ], [ 174.375000, -41.508577 ], [ 172.968750, -44.087585 ], [ 171.562500, -44.087585 ], [ 169.453125, -46.558860 ], [ 166.640625, -46.073231 ], [ 172.968750, -40.446947 ] ] ], [ [ [ 144.843750, -40.446947 ], [ 148.359375, -40.979898 ], [ 147.656250, -43.068888 ], [ 146.250000, -43.580391 ], [ 144.843750, -40.446947 ] ] ], [ [ [ -186.328125, -40.979898 ], [ -187.031250, -43.068888 ], [ -187.031250, -40.979898 ], [ -186.328125, -40.979898 ] ] ], [ [ [ 172.968750, -34.307144 ], [ 175.078125, -37.160317 ], [ 175.078125, -36.597889 ], [ 176.484375, -37.718590 ], [ 178.593750, -37.718590 ], [ 175.078125, -41.508577 ], [ 175.078125, -39.909736 ], [ 173.671875, -39.368279 ], [ 174.375000, -37.160317 ], [ 172.968750, -34.307144 ] ] ], [ [ [ -187.031250, -34.307144 ], [ -184.921875, -37.160317 ], [ -184.921875, -36.597889 ], [ -183.515625, -37.718590 ], [ -181.406250, -37.718590 ], [ -184.921875, -41.508577 ], [ -184.921875, -39.909736 ], [ -186.328125, -39.368279 ], [ -185.625000, -37.160317 ], [ -187.031250, -34.307144 ] ] ], [ [ [ 142.734375, -10.487812 ], [ 144.140625, -14.604847 ], [ 145.546875, -15.284185 ], [ 146.250000, -18.646245 ], [ 149.062500, -20.632784 ], [ 153.281250, -25.799891 ], [ 153.281250, -30.751278 ], [ 149.765625, -37.160317 ], [ 146.250000, -38.822591 ], [ 144.843750, -37.718590 ], [ 143.437500, -38.822591 ], [ 140.625000, -38.272689 ], [ 137.812500, -35.460670 ], [ 138.515625, -34.307144 ], [ 137.109375, -35.460670 ], [ 137.812500, -33.137551 ], [ 135.703125, -34.885931 ], [ 134.296875, -32.546813 ], [ 131.484375, -31.353637 ], [ 125.859375, -31.952162 ], [ 123.750000, -33.724340 ], [ 120.234375, -33.724340 ], [ 118.125000, -34.885931 ], [ 115.312500, -34.307144 ], [ 116.015625, -31.353637 ], [ 113.203125, -26.431228 ], [ 113.906250, -26.431228 ], [ 113.203125, -24.527135 ], [ 113.906250, -21.943046 ], [ 113.906250, -22.593726 ], [ 116.718750, -20.632784 ], [ 120.937500, -19.973349 ], [ 125.859375, -13.923404 ], [ 129.375000, -15.284185 ], [ 130.781250, -12.554564 ], [ 132.890625, -11.867351 ], [ 132.187500, -11.178402 ], [ 136.406250, -11.867351 ], [ 135.703125, -15.284185 ], [ 139.921875, -17.978733 ], [ 142.734375, -10.487812 ] ] ], [ [ [ 141.328125, -2.811371 ], [ 147.656250, -6.315299 ], [ 146.953125, -7.710992 ], [ 150.468750, -10.487812 ], [ 147.656250, -9.795678 ], [ 144.843750, -7.710992 ], [ 142.734375, -9.102097 ], [ 141.328125, -9.102097 ], [ 141.328125, -2.811371 ] ] ], [ [ [ 151.875000, -4.214943 ], [ 151.875000, -5.615986 ], [ 150.468750, -6.315299 ], [ 148.359375, -5.615986 ], [ 151.875000, -4.214943 ] ] ], [ [ [ 180.000000, -15.961329 ], [ 180.000000, -16.636192 ], [ 178.593750, -17.308688 ], [ 178.593750, -16.636192 ], [ 180.000000, -15.961329 ] ] ], [ [ [ -180.000000, -15.961329 ], [ -180.000000, -16.636192 ], [ -181.406250, -17.308688 ], [ -181.406250, -16.636192 ], [ -180.000000, -15.961329 ] ] ], [ [ [ 163.828125, -19.973349 ], [ 165.234375, -20.632784 ], [ 167.343750, -21.943046 ], [ 163.828125, -19.973349 ] ] ], [ [ [ 178.593750, -17.308688 ], [ 178.593750, -17.978733 ], [ 177.187500, -17.978733 ], [ 178.593750, -17.308688 ] ] ], [ [ [ -181.406250, -17.308688 ], [ -181.406250, -17.978733 ], [ -182.812500, -17.978733 ], [ -181.406250, -17.308688 ] ] ], [ [ [ 167.343750, -14.604847 ], [ 167.343750, -15.961329 ], [ 166.640625, -14.604847 ], [ 167.343750, -14.604847 ] ] ], [ [ [ 158.203125, -7.013668 ], [ 159.609375, -7.710992 ], [ 159.609375, -8.407168 ], [ 158.203125, -7.013668 ] ] ], [ [ [ 167.343750, -15.961329 ], [ 168.046875, -16.636192 ], [ 167.343750, -16.636192 ], [ 167.343750, -15.961329 ] ] ], [ [ [ 154.687500, -4.915833 ], [ 156.093750, -6.315299 ], [ 156.093750, -7.013668 ], [ 154.687500, -4.915833 ] ] ], [ [ [ 160.312500, -9.102097 ], [ 161.015625, -9.795678 ], [ 159.609375, -9.102097 ], [ 160.312500, -9.102097 ] ] ], [ [ [ 151.171875, -2.811371 ], [ 152.578125, -3.513421 ], [ 153.281250, -4.214943 ], [ 151.171875, -2.811371 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4, "sovereignt": "Antarctica", "sov_a3": "ATA", "adm0_dif": 0, "level": 2, "type": "Indeterminate", "admin": "Antarctica", "adm0_a3": "ATA", "geou_dif": 0, "geounit": "Antarctica", "gu_a3": "ATA", "su_dif": 0, "subunit": "Antarctica", "su_a3": "ATA", "brk_diff": 0, "name": "Antarctica", "name_long": "Antarctica", "brk_a3": "ATA", "brk_name": "Antarctica", "abbrev": "Ant.", "postal": "AQ", "note_brk": "Multiple claims held in abeyance", "name_sort": "Antarctica", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": -99, "pop_est": 3802, "gdp_md_est": 760.4, "pop_year": -99, "lastcensus": -99, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "AQ", "iso_a3": "ATA", "iso_n3": "010", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99, "adm0_a3_is": "ATA", "adm0_a3_us": "ATA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Antarctica", "region_un": "Antarctica", "subregion": "Antarctica", "region_wb": "Antarctica", "name_len": 10, "long_len": 10, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -148.359375, -85.622069 ], [ -143.085938, -85.051129 ], [ -142.734375, -84.574702 ], [ -146.953125, -84.541361 ], [ -150.117188, -84.302183 ], [ -150.820312, -83.905058 ], [ -153.632812, -83.676943 ], [ -152.578125, -82.448764 ], [ -152.929688, -82.021378 ], [ -154.687500, -81.773644 ], [ -155.390625, -81.413933 ], [ -156.796875, -81.093214 ], [ -154.335938, -81.147481 ], [ -152.226562, -80.983688 ], [ -150.820312, -81.361287 ], [ -147.304688, -80.647035 ], [ -146.250000, -80.356995 ], [ -146.601562, -79.935918 ], [ -149.414062, -79.367701 ], [ -155.390625, -79.038437 ], [ -158.203125, -78.061989 ], [ -158.203125, -76.920614 ], [ -157.148438, -77.312520 ], [ -153.632812, -77.078784 ], [ -152.929688, -77.466028 ], [ -151.171875, -77.389504 ], [ -147.656250, -76.598545 ], [ -146.250000, -76.516819 ], [ -146.250000, -75.408854 ], [ -144.843750, -75.230667 ], [ -144.492188, -75.497157 ], [ -141.679688, -75.050354 ], [ -138.867188, -74.959392 ], [ -135.351562, -74.307353 ], [ -133.593750, -74.402163 ], [ -132.187500, -74.307353 ], [ -130.781250, -74.496413 ], [ -129.726562, -74.496413 ], [ -128.320312, -74.307353 ], [ -125.507812, -74.496413 ], [ -119.531250, -74.496413 ], [ -117.421875, -74.019543 ], [ -116.367188, -74.211983 ], [ -113.906250, -73.726595 ], [ -112.148438, -74.683250 ], [ -111.093750, -74.402163 ], [ -110.039062, -74.775843 ], [ -107.578125, -75.140778 ], [ -104.765625, -74.959392 ], [ -100.546875, -75.320025 ], [ -100.195312, -74.867889 ], [ -101.250000, -74.211983 ], [ -102.656250, -74.116047 ], [ -103.710938, -72.607120 ], [ -99.140625, -72.919635 ], [ -97.734375, -73.528399 ], [ -96.328125, -73.627789 ], [ -92.460938, -73.124945 ], [ -91.406250, -73.428424 ], [ -90.000000, -73.327858 ], [ -89.296875, -72.607120 ], [ -88.593750, -73.022592 ], [ -87.187500, -73.226700 ], [ -86.132812, -73.124945 ], [ -85.078125, -73.528399 ], [ -81.562500, -73.824820 ], [ -80.156250, -73.124945 ], [ -79.453125, -73.528399 ], [ -78.046875, -73.428424 ], [ -76.289062, -73.922469 ], [ -74.882812, -73.824820 ], [ -72.773438, -73.428424 ], [ -67.851562, -72.816074 ], [ -67.148438, -72.073911 ], [ -68.554688, -69.657086 ], [ -67.500000, -68.138852 ], [ -67.851562, -67.339861 ], [ -63.632812, -64.923542 ], [ -57.656250, -63.233627 ], [ -57.304688, -63.548552 ], [ -57.656250, -63.860036 ], [ -59.062500, -64.320872 ], [ -60.468750, -64.320872 ], [ -62.578125, -65.072130 ], [ -62.226562, -66.231457 ], [ -63.632812, -66.513260 ], [ -65.742188, -68.007571 ], [ -64.687500, -68.656555 ], [ -63.281250, -69.287257 ], [ -61.523438, -71.074056 ], [ -60.820312, -73.124945 ], [ -61.523438, -74.116047 ], [ -61.875000, -74.402163 ], [ -63.281250, -74.590108 ], [ -64.335938, -75.230667 ], [ -69.960938, -76.184995 ], [ -70.664062, -76.598545 ], [ -77.343750, -76.679785 ], [ -76.992188, -77.078784 ], [ -74.179688, -77.542096 ], [ -73.828125, -77.915669 ], [ -74.882812, -78.206563 ], [ -76.640625, -78.134493 ], [ -78.046875, -78.349411 ], [ -78.046875, -79.171335 ], [ -75.234375, -80.238501 ], [ -73.125000, -80.415707 ], [ -68.203125, -81.308321 ], [ -65.742188, -81.466261 ], [ -63.281250, -81.773644 ], [ -59.765625, -82.355800 ], [ -58.359375, -83.236426 ], [ -56.953125, -82.853382 ], [ -53.789062, -82.261699 ], [ -49.921875, -81.723188 ], [ -47.109375, -81.723188 ], [ -45.000000, -81.823794 ], [ -42.890625, -82.070028 ], [ -42.187500, -81.672424 ], [ -40.781250, -81.361287 ], [ -38.320312, -81.361287 ], [ -34.453125, -80.928426 ], [ -30.234375, -80.589727 ], [ -28.476562, -80.356995 ], [ -29.531250, -79.624056 ], [ -29.531250, -79.237185 ], [ -35.507812, -79.432371 ], [ -35.859375, -78.349411 ], [ -35.156250, -78.134493 ], [ -32.343750, -77.617709 ], [ -28.828125, -76.679785 ], [ -25.312500, -76.268695 ], [ -22.500000, -76.100796 ], [ -17.578125, -75.140778 ], [ -15.820312, -74.496413 ], [ -15.468750, -74.116047 ], [ -16.523438, -73.824820 ], [ -16.171875, -73.428424 ], [ -12.304688, -72.395706 ], [ -10.195312, -71.300793 ], [ -9.140625, -71.300793 ], [ -8.437500, -71.635993 ], [ -7.382812, -71.746432 ], [ -7.031250, -70.959697 ], [ -5.625000, -71.074056 ], [ -5.625000, -71.413177 ], [ -4.218750, -71.413177 ], [ -1.757812, -71.187754 ], [ -0.703125, -71.187754 ], [ -0.351562, -71.635993 ], [ 0.703125, -71.300793 ], [ 6.328125, -70.495574 ], [ 7.734375, -69.900118 ], [ 8.437500, -70.140364 ], [ 9.492188, -70.020587 ], [ 10.898438, -70.844673 ], [ 11.953125, -70.612614 ], [ 13.359375, -70.020587 ], [ 14.765625, -70.020587 ], [ 15.117188, -70.377854 ], [ 15.820312, -70.020587 ], [ 16.875000, -69.900118 ], [ 21.445312, -70.020587 ], [ 22.500000, -70.728979 ], [ 23.554688, -70.495574 ], [ 27.070312, -70.495574 ], [ 31.992188, -69.657086 ], [ 33.750000, -68.528235 ], [ 34.804688, -68.656555 ], [ 36.210938, -69.287257 ], [ 37.265625, -69.162558 ], [ 38.671875, -69.778952 ], [ 39.726562, -69.534518 ], [ 40.078125, -69.162558 ], [ 41.835938, -68.656555 ], [ 46.406250, -67.609221 ], [ 47.460938, -67.742759 ], [ 48.867188, -67.067433 ], [ 50.625000, -66.930060 ], [ 51.679688, -66.231457 ], [ 54.492188, -65.802776 ], [ 56.250000, -65.946472 ], [ 58.710938, -67.339861 ], [ 59.765625, -67.339861 ], [ 61.523438, -68.007571 ], [ 62.226562, -68.007571 ], [ 63.984375, -67.339861 ], [ 68.906250, -67.875541 ], [ 69.609375, -69.287257 ], [ 69.609375, -69.657086 ], [ 67.851562, -70.259452 ], [ 67.851562, -70.728979 ], [ 68.906250, -70.728979 ], [ 67.851562, -71.856229 ], [ 68.554688, -72.181804 ], [ 69.960938, -72.289067 ], [ 71.015625, -72.073911 ], [ 73.828125, -69.900118 ], [ 77.695312, -69.411242 ], [ 79.101562, -68.269387 ], [ 81.914062, -67.339861 ], [ 86.835938, -67.204032 ], [ 87.890625, -66.231457 ], [ 88.945312, -66.930060 ], [ 89.648438, -67.204032 ], [ 94.218750, -67.067433 ], [ 95.625000, -67.339861 ], [ 98.789062, -67.067433 ], [ 99.843750, -67.204032 ], [ 103.007812, -65.512963 ], [ 106.171875, -66.930060 ], [ 110.390625, -66.652977 ], [ 111.796875, -66.089364 ], [ 113.554688, -65.946472 ], [ 115.664062, -66.652977 ], [ 116.718750, -66.652977 ], [ 119.882812, -67.204032 ], [ 120.937500, -67.204032 ], [ 122.343750, -66.513260 ], [ 123.398438, -66.513260 ], [ 128.671875, -66.791909 ], [ 130.781250, -66.372755 ], [ 134.648438, -66.231457 ], [ 135.000000, -65.366837 ], [ 136.757812, -66.791909 ], [ 137.460938, -66.930060 ], [ 145.546875, -66.930060 ], [ 146.601562, -67.875541 ], [ 148.710938, -68.399180 ], [ 152.578125, -68.911005 ], [ 153.632812, -68.911005 ], [ 154.335938, -68.528235 ], [ 156.796875, -69.411242 ], [ 159.257812, -69.657086 ], [ 161.718750, -70.612614 ], [ 167.343750, -70.844673 ], [ 170.507812, -71.413177 ], [ 171.210938, -71.746432 ], [ 169.453125, -73.627789 ], [ 168.046875, -73.824820 ], [ 167.343750, -74.211983 ], [ 165.937500, -74.402163 ], [ 164.179688, -75.497157 ], [ 163.476562, -76.268695 ], [ 163.476562, -77.078784 ], [ 164.882812, -78.206563 ], [ 166.640625, -78.349411 ], [ 166.992188, -78.767792 ], [ 163.828125, -79.105086 ], [ 161.718750, -79.171335 ], [ 159.960938, -80.928426 ], [ 161.015625, -81.255032 ], [ 162.421875, -82.070028 ], [ 166.640625, -83.026219 ], [ 168.750000, -83.318733 ], [ 169.453125, -83.829945 ], [ 172.265625, -84.052561 ], [ 173.320312, -84.405941 ], [ 176.132812, -84.160849 ], [ 178.242188, -84.474065 ], [ 180.000000, -84.706049 ], [ 181.054688, -84.124973 ], [ 182.812500, -84.440107 ], [ 184.218750, -84.124973 ], [ 185.625000, -84.541361 ], [ 187.031250, -84.088878 ], [ 187.031250, -85.622069 ], [ -148.359375, -85.622069 ] ] ], [ [ [ -163.125000, -78.206563 ], [ -161.367188, -78.349411 ], [ -160.312500, -78.699106 ], [ -159.257812, -79.496652 ], [ -161.015625, -79.624056 ], [ -162.421875, -79.302640 ], [ -163.828125, -78.630006 ], [ -163.125000, -78.206563 ] ] ], [ [ [ -122.343750, -73.327858 ], [ -119.882812, -73.627789 ], [ -118.828125, -73.528399 ], [ -120.234375, -74.116047 ], [ -121.640625, -74.019543 ], [ -122.695312, -73.627789 ], [ -122.343750, -73.327858 ] ] ], [ [ [ -126.562500, -73.226700 ], [ -125.507812, -73.528399 ], [ -124.101562, -73.824820 ], [ -127.265625, -73.428424 ], [ -126.562500, -73.226700 ] ] ], [ [ [ -101.601562, -71.746432 ], [ -97.734375, -72.073911 ], [ -96.679688, -71.965388 ], [ -96.328125, -72.501722 ], [ -100.898438, -72.501722 ], [ -101.953125, -72.289067 ], [ -102.304688, -71.856229 ], [ -101.601562, -71.746432 ] ] ], [ [ [ -70.312500, -68.911005 ], [ -68.554688, -70.959697 ], [ -68.906250, -72.181804 ], [ -71.015625, -72.501722 ], [ -72.421875, -72.501722 ], [ -72.070312, -72.073911 ], [ -74.179688, -72.395706 ], [ -74.882812, -72.073911 ], [ -74.882812, -71.635993 ], [ -73.125000, -71.187754 ], [ -72.070312, -71.187754 ], [ -71.718750, -69.534518 ], [ -71.015625, -69.037142 ], [ -70.312500, -68.911005 ] ] ], [ [ [ -46.757812, -77.841848 ], [ -45.000000, -78.061989 ], [ -43.945312, -78.490552 ], [ -43.242188, -79.997168 ], [ -48.515625, -80.816891 ], [ -50.625000, -81.038617 ], [ -52.734375, -80.983688 ], [ -54.140625, -80.647035 ], [ -54.140625, -80.238501 ], [ -51.679688, -79.935918 ], [ -48.515625, -78.061989 ], [ -46.757812, -77.841848 ] ] ], [ [ [ -60.468750, -79.624056 ], [ -59.414062, -80.058050 ], [ -60.117188, -80.983688 ], [ -62.226562, -80.872827 ], [ -64.335938, -80.928426 ], [ -66.445312, -80.238501 ], [ -61.875000, -80.415707 ], [ -60.468750, -79.624056 ] ] ], [ [ [ 68.906250, -48.690960 ], [ 70.664062, -49.152970 ], [ 70.312500, -49.610710 ], [ 68.906250, -49.837982 ], [ 68.906250, -48.690960 ] ] ], [ [ [ 172.968750, -40.446947 ], [ 173.320312, -41.244772 ], [ 174.023438, -40.979898 ], [ 174.375000, -41.244772 ], [ 172.617188, -43.325178 ], [ 172.968750, -43.834527 ], [ 171.562500, -44.339565 ], [ 170.507812, -45.828799 ], [ 169.453125, -46.558860 ], [ 166.640625, -46.316584 ], [ 166.992188, -45.089036 ], [ 170.507812, -43.068888 ], [ 172.968750, -40.446947 ] ] ], [ [ [ 144.843750, -40.713956 ], [ 146.250000, -41.244772 ], [ 148.359375, -40.979898 ], [ 148.007812, -43.325178 ], [ 147.656250, -42.811522 ], [ 146.953125, -43.580391 ], [ 145.898438, -43.580391 ], [ 144.843750, -40.713956 ] ] ], [ [ [ 32.695312, 35.173808 ], [ 33.046875, 35.460670 ], [ 34.453125, 35.746512 ], [ 33.046875, 34.597042 ], [ 32.695312, 35.173808 ] ] ], [ [ [ -187.031250, -40.713956 ], [ -186.679688, -41.244772 ], [ -185.976562, -40.979898 ], [ -185.625000, -41.771312 ], [ -187.031250, -43.068888 ], [ -187.031250, -40.713956 ] ] ], [ [ [ 172.968750, -34.307144 ], [ 174.375000, -35.173808 ], [ 175.429688, -37.160317 ], [ 175.429688, -36.597889 ], [ 176.132812, -37.439974 ], [ 176.835938, -37.996163 ], [ 178.593750, -37.718590 ], [ 177.890625, -39.095963 ], [ 177.187500, -39.095963 ], [ 176.132812, -41.244772 ], [ 175.078125, -41.771312 ], [ 174.726562, -41.244772 ], [ 175.078125, -40.446947 ], [ 174.726562, -39.909736 ], [ 173.671875, -39.639538 ], [ 174.726562, -38.822591 ], [ 174.726562, -37.439974 ], [ 172.617188, -34.597042 ], [ 172.968750, -34.307144 ] ] ], [ [ [ -187.031250, -34.307144 ], [ -185.625000, -35.173808 ], [ -184.570312, -37.160317 ], [ -184.570312, -36.597889 ], [ -183.867188, -37.439974 ], [ -183.164062, -37.996163 ], [ -181.406250, -37.718590 ], [ -182.109375, -39.095963 ], [ -182.812500, -39.095963 ], [ -183.867188, -41.244772 ], [ -184.921875, -41.771312 ], [ -185.273438, -41.244772 ], [ -184.921875, -40.446947 ], [ -185.273438, -39.909736 ], [ -186.328125, -39.639538 ], [ -185.273438, -38.822591 ], [ -185.273438, -37.439974 ], [ -187.031250, -35.173808 ], [ -187.031250, -34.307144 ] ] ], [ [ [ 123.398438, -16.636192 ], [ 123.750000, -15.961329 ], [ 124.101562, -16.299051 ], [ 125.859375, -14.264383 ], [ 126.914062, -13.923404 ], [ 128.320312, -14.944785 ], [ 129.726562, -14.944785 ], [ 129.375000, -14.264383 ], [ 130.781250, -12.554564 ], [ 132.539062, -12.211180 ], [ 131.835938, -11.178402 ], [ 132.187500, -11.178402 ], [ 135.351562, -12.211180 ], [ 136.406250, -11.867351 ], [ 137.109375, -12.211180 ], [ 136.054688, -13.239945 ], [ 135.351562, -14.944785 ], [ 140.273438, -17.644022 ], [ 141.328125, -16.299051 ], [ 141.679688, -12.554564 ], [ 142.382812, -10.833306 ], [ 143.789062, -14.604847 ], [ 144.492188, -14.264383 ], [ 145.546875, -14.944785 ], [ 146.250000, -18.979026 ], [ 148.710938, -20.303418 ], [ 149.765625, -22.268764 ], [ 150.820312, -22.268764 ], [ 150.820312, -23.563987 ], [ 153.281250, -26.115986 ], [ 153.632812, -27.994401 ], [ 152.929688, -31.052934 ], [ 150.468750, -35.746512 ], [ 150.117188, -37.439974 ], [ 148.359375, -37.718590 ], [ 146.250000, -39.095963 ], [ 144.843750, -38.548165 ], [ 145.195312, -37.996163 ], [ 143.437500, -38.822591 ], [ 140.625000, -37.996163 ], [ 139.570312, -36.031332 ], [ 138.164062, -35.746512 ], [ 138.164062, -34.307144 ], [ 137.812500, -35.173808 ], [ 136.757812, -35.173808 ], [ 137.812500, -33.724340 ], [ 137.812500, -32.842674 ], [ 136.054688, -34.885931 ], [ 135.351562, -34.597042 ], [ 134.296875, -32.546813 ], [ 131.484375, -31.353637 ], [ 126.210938, -32.249974 ], [ 124.101562, -32.842674 ], [ 123.750000, -34.016242 ], [ 119.882812, -34.016242 ], [ 118.125000, -35.173808 ], [ 116.718750, -34.885931 ], [ 114.960938, -34.307144 ], [ 115.664062, -33.137551 ], [ 115.664062, -31.653381 ], [ 113.203125, -26.115986 ], [ 113.906250, -26.431228 ], [ 113.554688, -25.482951 ], [ 114.257812, -26.431228 ], [ 113.554688, -24.527135 ], [ 114.257812, -21.616579 ], [ 114.257812, -22.593726 ], [ 116.718750, -20.632784 ], [ 120.937500, -19.642588 ], [ 123.046875, -16.299051 ], [ 123.398438, -16.636192 ] ], [ [ 123.398438, -16.636192 ], [ 123.398438, -17.308688 ], [ 123.750000, -16.972741 ], [ 123.398438, -16.636192 ] ] ], [ [ [ 23.554688, 35.746512 ], [ 24.257812, 35.460670 ], [ 26.367188, 35.173808 ], [ 24.609375, 34.885931 ], [ 23.554688, 35.173808 ], [ 23.554688, 35.746512 ] ] ], [ [ [ 12.304688, 56.170023 ], [ 10.195312, 59.534318 ], [ 8.437500, 58.263287 ], [ 7.031250, 58.077876 ], [ 5.625000, 58.631217 ], [ 4.921875, 61.938950 ], [ 10.546875, 64.472794 ], [ 14.765625, 67.875541 ], [ 19.335938, 69.778952 ], [ 21.445312, 70.259452 ], [ 22.851562, 70.259452 ], [ 24.609375, 71.074056 ], [ 26.367188, 70.959697 ], [ 28.125000, 71.187754 ], [ 31.289062, 70.495574 ], [ 29.882812, 70.140364 ], [ 30.937500, 69.534518 ], [ 31.992188, 69.900118 ], [ 33.750000, 69.287257 ], [ 36.562500, 69.037142 ], [ 40.429688, 67.875541 ], [ 41.132812, 67.474922 ], [ 41.132812, 66.791909 ], [ 40.078125, 66.231457 ], [ 38.320312, 65.946472 ], [ 33.750000, 66.791909 ], [ 33.046875, 66.652977 ], [ 34.804688, 65.946472 ], [ 34.804688, 64.472794 ], [ 36.914062, 63.860036 ], [ 37.265625, 64.320872 ], [ 36.562500, 64.774125 ], [ 37.265625, 65.072130 ], [ 39.726562, 64.472794 ], [ 40.429688, 64.774125 ], [ 39.726562, 65.512963 ], [ 42.187500, 66.513260 ], [ 43.945312, 66.089364 ], [ 44.648438, 66.791909 ], [ 43.593750, 67.339861 ], [ 44.296875, 68.007571 ], [ 43.593750, 68.528235 ], [ 46.406250, 68.269387 ], [ 46.757812, 67.742759 ], [ 45.703125, 67.609221 ], [ 45.703125, 67.067433 ], [ 46.406250, 66.652977 ], [ 47.812500, 66.930060 ], [ 48.164062, 67.474922 ], [ 53.789062, 68.911005 ], [ 54.492188, 68.784144 ], [ 53.437500, 68.138852 ], [ 54.843750, 68.138852 ], [ 55.546875, 68.399180 ], [ 57.304688, 68.528235 ], [ 58.710938, 68.911005 ], [ 60.117188, 68.269387 ], [ 61.171875, 68.911005 ], [ 60.117188, 69.534518 ], [ 60.468750, 69.900118 ], [ 63.632812, 69.534518 ], [ 68.554688, 68.138852 ], [ 69.257812, 68.656555 ], [ 68.203125, 69.411242 ], [ 66.796875, 69.411242 ], [ 67.148438, 69.900118 ], [ 66.796875, 71.074056 ], [ 68.554688, 71.965388 ], [ 69.257812, 72.816074 ], [ 69.960938, 73.022592 ], [ 72.421875, 72.816074 ], [ 72.773438, 72.181804 ], [ 71.718750, 71.413177 ], [ 72.773438, 70.377854 ], [ 72.421875, 69.037142 ], [ 73.828125, 68.399180 ], [ 71.367188, 66.372755 ], [ 72.421875, 66.231457 ], [ 73.828125, 66.791909 ], [ 74.882812, 67.742759 ], [ 74.531250, 68.269387 ], [ 74.882812, 69.037142 ], [ 73.828125, 69.037142 ], [ 73.476562, 69.657086 ], [ 74.531250, 70.612614 ], [ 73.125000, 71.413177 ], [ 74.882812, 72.073911 ], [ 74.531250, 72.816074 ], [ 75.234375, 72.816074 ], [ 75.585938, 72.289067 ], [ 75.234375, 71.300793 ], [ 76.289062, 71.187754 ], [ 75.937500, 71.856229 ], [ 77.695312, 72.289067 ], [ 79.804688, 72.289067 ], [ 81.562500, 71.746432 ], [ 80.507812, 72.607120 ], [ 80.507812, 73.627789 ], [ 82.265625, 73.824820 ], [ 86.835938, 73.922469 ], [ 86.132812, 74.496413 ], [ 87.187500, 75.140778 ], [ 88.242188, 75.140778 ], [ 90.351562, 75.672197 ], [ 92.812500, 75.758940 ], [ 93.164062, 76.016094 ], [ 95.976562, 76.100796 ], [ 96.679688, 75.930885 ], [ 98.789062, 76.434604 ], [ 100.898438, 76.434604 ], [ 101.953125, 77.312520 ], [ 104.414062, 77.692870 ], [ 106.171875, 77.389504 ], [ 104.765625, 77.157163 ], [ 106.875000, 76.999935 ], [ 107.226562, 76.516819 ], [ 108.281250, 76.760541 ], [ 111.093750, 76.679785 ], [ 113.203125, 76.184995 ], [ 114.257812, 75.845169 ], [ 113.906250, 75.320025 ], [ 109.335938, 74.211983 ], [ 112.148438, 73.824820 ], [ 112.851562, 74.019543 ], [ 113.554688, 73.327858 ], [ 113.906250, 73.627789 ], [ 115.664062, 73.726595 ], [ 118.828125, 73.627789 ], [ 119.179688, 73.124945 ], [ 123.046875, 72.919635 ], [ 123.398438, 73.726595 ], [ 126.914062, 73.528399 ], [ 128.671875, 73.022592 ], [ 129.023438, 72.395706 ], [ 128.320312, 71.965388 ], [ 129.726562, 71.187754 ], [ 131.132812, 70.728979 ], [ 132.187500, 71.856229 ], [ 133.945312, 71.413177 ], [ 135.703125, 71.635993 ], [ 137.460938, 71.300793 ], [ 138.164062, 71.635993 ], [ 139.921875, 71.524909 ], [ 139.218750, 72.395706 ], [ 140.625000, 72.816074 ], [ 149.414062, 72.181804 ], [ 150.468750, 71.635993 ], [ 152.929688, 70.844673 ], [ 157.148438, 71.074056 ], [ 158.906250, 70.844673 ], [ 159.960938, 70.495574 ], [ 159.609375, 69.778952 ], [ 161.015625, 69.411242 ], [ 162.421875, 69.657086 ], [ 165.937500, 69.411242 ], [ 167.695312, 69.534518 ], [ 169.453125, 68.656555 ], [ 170.859375, 69.037142 ], [ 170.156250, 69.657086 ], [ 170.507812, 70.140364 ], [ 173.671875, 69.778952 ], [ 175.781250, 69.900118 ], [ 180.000000, 68.911005 ], [ 184.921875, 67.204032 ], [ 184.921875, 66.652977 ], [ 185.625000, 66.372755 ], [ 185.273438, 67.067433 ], [ 187.031250, 66.930060 ], [ 187.031250, 64.320872 ], [ 185.976562, 64.320872 ], [ 183.867188, 64.923542 ], [ 183.867188, 65.366837 ], [ 182.812500, 65.512963 ], [ 181.757812, 65.366837 ], [ 181.054688, 65.802776 ], [ 181.406250, 66.089364 ], [ 180.000000, 65.802776 ], [ 180.703125, 65.366837 ], [ 180.000000, 64.923542 ], [ 178.593750, 64.472794 ], [ 177.539062, 64.623877 ], [ 179.296875, 62.915233 ], [ 179.296875, 62.267923 ], [ 177.539062, 62.593341 ], [ 173.671875, 61.606396 ], [ 170.507812, 59.888937 ], [ 168.750000, 60.586967 ], [ 166.289062, 59.712097 ], [ 165.937500, 60.239811 ], [ 164.882812, 59.712097 ], [ 163.476562, 59.888937 ], [ 162.070312, 58.263287 ], [ 162.070312, 57.891497 ], [ 163.125000, 57.704147 ], [ 163.125000, 56.170023 ], [ 162.070312, 56.170023 ], [ 161.718750, 55.379110 ], [ 162.070312, 54.775346 ], [ 160.312500, 54.367759 ], [ 159.960938, 53.120405 ], [ 158.554688, 52.908902 ], [ 158.203125, 51.835778 ], [ 156.796875, 50.958427 ], [ 155.390625, 55.379110 ], [ 155.742188, 56.752723 ], [ 156.796875, 57.891497 ], [ 158.203125, 58.077876 ], [ 163.828125, 61.100789 ], [ 164.531250, 62.593341 ], [ 163.125000, 62.431074 ], [ 162.773438, 61.606396 ], [ 159.960938, 60.586967 ], [ 159.257812, 61.773123 ], [ 156.796875, 61.438767 ], [ 154.335938, 59.712097 ], [ 155.039062, 59.175928 ], [ 151.171875, 58.813742 ], [ 151.171875, 59.534318 ], [ 149.765625, 59.712097 ], [ 148.710938, 59.175928 ], [ 145.546875, 59.355596 ], [ 142.031250, 58.995311 ], [ 135.000000, 54.775346 ], [ 136.757812, 54.572062 ], [ 137.109375, 53.956086 ], [ 138.164062, 53.748711 ], [ 138.867188, 54.162434 ], [ 139.921875, 54.162434 ], [ 141.328125, 53.120405 ], [ 141.328125, 52.268157 ], [ 140.625000, 51.179343 ], [ 139.921875, 48.458352 ], [ 138.164062, 46.316584 ], [ 135.000000, 43.325178 ], [ 133.593750, 42.811522 ], [ 132.187500, 43.325178 ], [ 130.078125, 42.032974 ], [ 129.726562, 40.979898 ], [ 127.617188, 39.639538 ], [ 127.265625, 39.095963 ], [ 128.320312, 38.548165 ], [ 129.375000, 36.879621 ], [ 129.023438, 35.173808 ], [ 126.562500, 34.307144 ], [ 126.210938, 36.597889 ], [ 126.914062, 36.879621 ], [ 126.210938, 37.718590 ], [ 125.156250, 37.718590 ], [ 124.804688, 37.996163 ], [ 125.156250, 39.639538 ], [ 124.101562, 39.909736 ], [ 120.937500, 38.822591 ], [ 122.343750, 40.446947 ], [ 121.640625, 40.979898 ], [ 119.179688, 39.368279 ], [ 118.125000, 39.095963 ], [ 117.421875, 38.822591 ], [ 118.828125, 37.439974 ], [ 119.531250, 37.160317 ], [ 120.937500, 37.996163 ], [ 122.343750, 37.439974 ], [ 122.695312, 36.879621 ], [ 120.937500, 36.597889 ], [ 119.179688, 34.885931 ], [ 120.234375, 34.307144 ], [ 121.992188, 31.653381 ], [ 121.992188, 31.052934 ], [ 121.289062, 30.751278 ], [ 121.992188, 29.840644 ], [ 121.640625, 28.304381 ], [ 121.289062, 27.994401 ], [ 118.828125, 24.527135 ], [ 116.015625, 22.917923 ], [ 110.742188, 21.289374 ], [ 110.390625, 20.303418 ], [ 110.039062, 20.303418 ], [ 110.039062, 21.289374 ], [ 108.632812, 21.616579 ], [ 105.820312, 19.642588 ], [ 105.820312, 18.979026 ], [ 108.984375, 15.284185 ], [ 109.335938, 13.581921 ], [ 109.335938, 11.523088 ], [ 105.117188, 8.754795 ], [ 105.117188, 9.795678 ], [ 103.359375, 10.487812 ], [ 102.656250, 12.211180 ], [ 100.898438, 12.554564 ], [ 100.898438, 13.581921 ], [ 100.195312, 13.239945 ], [ 99.140625, 9.102097 ], [ 99.843750, 9.102097 ], [ 100.546875, 7.362467 ], [ 103.007812, 5.615986 ], [ 104.062500, 1.406109 ], [ 103.359375, 1.054628 ], [ 101.250000, 2.811371 ], [ 100.195312, 6.315299 ], [ 98.437500, 8.407168 ], [ 98.789062, 11.523088 ], [ 97.031250, 16.972741 ], [ 95.273438, 15.623037 ], [ 94.218750, 15.961329 ], [ 94.218750, 18.312811 ], [ 91.406250, 22.917923 ], [ 90.351562, 22.917923 ], [ 90.351562, 21.943046 ], [ 88.945312, 21.943046 ], [ 86.835938, 21.616579 ], [ 86.484375, 20.303418 ], [ 85.078125, 19.642588 ], [ 82.265625, 16.636192 ], [ 80.156250, 15.961329 ], [ 79.804688, 10.487812 ], [ 77.695312, 8.059230 ], [ 76.640625, 8.754795 ], [ 73.476562, 15.961329 ], [ 72.773438, 21.289374 ], [ 70.312500, 20.961440 ], [ 69.257812, 21.943046 ], [ 69.609375, 22.593726 ], [ 69.257812, 22.917923 ], [ 67.500000, 23.885838 ], [ 66.445312, 25.482951 ], [ 61.523438, 25.165173 ], [ 57.304688, 25.799891 ], [ 56.601562, 27.059126 ], [ 54.843750, 26.431228 ], [ 53.437500, 26.745610 ], [ 51.679688, 27.994401 ], [ 50.273438, 30.145127 ], [ 48.867188, 30.448674 ], [ 47.812500, 29.840644 ], [ 48.164062, 29.228890 ], [ 48.867188, 27.683528 ], [ 50.273438, 26.745610 ], [ 50.976562, 24.846565 ], [ 51.328125, 26.115986 ], [ 51.679688, 23.885838 ], [ 54.140625, 24.206890 ], [ 56.250000, 26.431228 ], [ 56.953125, 24.206890 ], [ 58.710938, 23.563987 ], [ 59.765625, 22.268764 ], [ 58.359375, 20.303418 ], [ 57.656250, 20.303418 ], [ 57.656250, 18.979026 ], [ 55.195312, 17.308688 ], [ 52.382812, 16.299051 ], [ 52.031250, 15.623037 ], [ 48.515625, 13.923404 ], [ 43.593750, 12.554564 ], [ 42.539062, 15.284185 ], [ 42.539062, 16.636192 ], [ 39.023438, 21.289374 ], [ 38.320312, 23.563987 ], [ 37.617188, 24.206890 ], [ 35.156250, 27.994401 ], [ 34.804688, 27.994401 ], [ 34.804688, 29.535230 ], [ 33.750000, 27.683528 ], [ 35.859375, 23.885838 ], [ 35.507812, 23.241346 ], [ 36.914062, 21.943046 ], [ 37.617188, 18.646245 ], [ 38.320312, 17.978733 ], [ 39.375000, 15.961329 ], [ 43.242188, 12.554564 ], [ 42.890625, 11.867351 ], [ 44.648438, 10.487812 ], [ 50.976562, 11.867351 ], [ 50.976562, 10.487812 ], [ 47.812500, 4.214943 ], [ 40.429688, -2.460181 ], [ 39.375000, -4.565474 ], [ 38.671875, -6.315299 ], [ 39.375000, -7.013668 ], [ 39.023438, -8.407168 ], [ 40.429688, -10.833306 ], [ 40.781250, -14.604847 ], [ 39.375000, -16.636192 ], [ 37.265625, -17.644022 ], [ 34.804688, -19.642588 ], [ 35.507812, -23.563987 ], [ 32.695312, -25.799891 ], [ 33.046875, -26.115986 ], [ 32.343750, -28.613459 ], [ 27.421875, -33.137551 ], [ 25.664062, -34.016242 ], [ 22.500000, -33.724340 ], [ 19.687500, -34.885931 ], [ 18.281250, -34.016242 ], [ 17.929688, -32.546813 ], [ 18.281250, -31.653381 ], [ 15.117188, -27.059126 ], [ 14.414062, -22.268764 ], [ 11.953125, -17.978733 ], [ 11.953125, -15.961329 ], [ 12.656250, -13.581921 ], [ 13.710938, -12.211180 ], [ 13.710938, -10.833306 ], [ 11.953125, -4.915833 ], [ 8.789062, -1.054628 ], [ 9.843750, 3.162456 ], [ 8.437500, 4.915833 ], [ 5.976562, 4.214943 ], [ 4.218750, 6.315299 ], [ 1.054688, 5.965754 ], [ 0.703125, 7.013668 ], [ 0.000000, 11.178402 ], [ 1.406250, 11.178402 ], [ 2.109375, 12.554564 ], [ 1.054688, 12.897489 ], [ 0.351562, 14.944785 ], [ 3.515625, 15.623037 ], [ 4.218750, 16.972741 ], [ 4.218750, 19.311143 ], [ 3.164062, 18.979026 ], [ 3.164062, 19.642588 ], [ -8.789062, 27.371767 ], [ -8.789062, 28.921631 ], [ -3.515625, 30.751278 ], [ -3.515625, 31.653381 ], [ -1.406250, 32.249974 ], [ -2.109375, 35.173808 ], [ -1.054688, 35.746512 ], [ 1.406250, 36.597889 ], [ 8.437500, 36.879621 ], [ 9.492188, 37.439974 ], [ 10.195312, 37.160317 ], [ 10.195312, 36.597889 ], [ 11.250000, 36.879621 ], [ 10.546875, 36.315125 ], [ 10.898438, 35.746512 ], [ 10.195312, 33.724340 ], [ 15.117188, 32.249974 ], [ 15.820312, 31.353637 ], [ 18.984375, 30.145127 ], [ 20.039062, 31.052934 ], [ 20.039062, 32.249974 ], [ 21.445312, 32.842674 ], [ 28.828125, 30.751278 ], [ 30.937500, 31.653381 ], [ 31.992188, 31.052934 ], [ 32.343750, 31.353637 ], [ 33.750000, 31.052934 ], [ 34.453125, 31.653381 ], [ 35.859375, 34.597042 ], [ 36.210938, 36.597889 ], [ 34.804688, 36.879621 ], [ 34.101562, 36.315125 ], [ 32.343750, 36.031332 ], [ 31.640625, 36.597889 ], [ 30.585938, 36.597889 ], [ 29.531250, 36.031332 ], [ 27.773438, 36.597889 ], [ 26.367188, 38.272689 ], [ 26.718750, 39.095963 ], [ 26.015625, 39.368279 ], [ 27.421875, 40.446947 ], [ 28.828125, 40.446947 ], [ 28.828125, 40.979898 ], [ 27.773438, 40.979898 ], [ 26.367188, 40.178873 ], [ 26.015625, 40.713956 ], [ 24.960938, 40.979898 ], [ 23.554688, 40.713956 ], [ 24.257812, 40.178873 ], [ 23.906250, 39.909736 ], [ 22.500000, 40.178873 ], [ 23.906250, 37.718590 ], [ 23.203125, 37.996163 ], [ 23.554688, 37.439974 ], [ 22.851562, 37.439974 ], [ 23.203125, 36.315125 ], [ 22.500000, 36.315125 ], [ 21.796875, 36.879621 ], [ 21.093750, 38.272689 ], [ 19.335938, 40.178873 ], [ 19.687500, 41.771312 ], [ 16.171875, 43.580391 ], [ 14.765625, 45.089036 ], [ 14.414062, 45.336702 ], [ 14.062500, 44.840291 ], [ 14.062500, 45.583290 ], [ 13.007812, 45.828799 ], [ 12.304688, 45.336702 ], [ 12.656250, 44.087585 ], [ 15.117188, 42.032974 ], [ 15.820312, 42.032974 ], [ 15.820312, 41.508577 ], [ 18.632812, 40.178873 ], [ 18.281250, 39.909736 ], [ 16.875000, 40.446947 ], [ 16.523438, 39.909736 ], [ 17.226562, 39.368279 ], [ 17.226562, 38.822591 ], [ 16.171875, 37.996163 ], [ 15.820312, 37.996163 ], [ 16.171875, 39.095963 ], [ 15.468750, 40.178873 ], [ 11.953125, 41.771312 ], [ 10.546875, 42.811522 ], [ 10.195312, 43.834527 ], [ 8.789062, 44.339565 ], [ 6.679688, 43.068888 ], [ 4.570312, 43.325178 ], [ 3.164062, 43.068888 ], [ 3.164062, 41.771312 ], [ 0.703125, 40.979898 ], [ 0.000000, 40.178873 ], [ -0.351562, 39.368279 ], [ 0.000000, 38.822591 ], [ -0.703125, 37.718590 ], [ -2.109375, 36.597889 ], [ -4.218750, 36.597889 ], [ -5.273438, 36.031332 ], [ -7.382812, 37.439974 ], [ -7.031250, 37.996163 ], [ -7.382812, 39.639538 ], [ -6.328125, 41.508577 ], [ -6.679688, 41.771312 ], [ -8.085938, 41.771312 ], [ -8.437500, 42.293564 ], [ -9.140625, 41.771312 ], [ -9.492188, 43.068888 ], [ -8.085938, 43.834527 ], [ -1.757812, 43.325178 ], [ -1.054688, 46.073231 ], [ -2.812500, 47.517201 ], [ -4.570312, 47.989922 ], [ -4.570312, 48.690960 ], [ -3.164062, 48.922499 ], [ -1.757812, 48.690960 ], [ -1.757812, 49.837982 ], [ -1.054688, 49.382373 ], [ 1.406250, 50.064192 ], [ 1.757812, 50.958427 ], [ 3.867188, 51.618017 ], [ 4.570312, 53.120405 ], [ 7.031250, 53.748711 ], [ 8.085938, 53.540307 ], [ 8.789062, 53.956086 ], [ 8.085938, 55.578345 ], [ 8.437500, 57.136239 ], [ 10.546875, 57.704147 ], [ 10.195312, 56.944974 ], [ 10.898438, 56.365250 ], [ 9.492188, 55.379110 ], [ 9.843750, 54.572062 ], [ 10.898438, 54.367759 ], [ 10.898438, 53.956086 ], [ 12.656250, 54.367759 ], [ 14.062500, 53.748711 ], [ 17.578125, 54.775346 ], [ 19.687500, 54.367759 ], [ 20.039062, 54.775346 ], [ 21.445312, 55.178868 ], [ 21.093750, 56.752723 ], [ 21.445312, 57.326521 ], [ 22.500000, 57.704147 ], [ 23.203125, 56.944974 ], [ 24.257812, 56.944974 ], [ 24.257812, 58.447733 ], [ 23.906250, 58.263287 ], [ 23.554688, 58.631217 ], [ 23.203125, 59.175928 ], [ 26.015625, 59.534318 ], [ 28.125000, 59.534318 ], [ 29.179688, 60.064840 ], [ 28.125000, 60.586967 ], [ 22.851562, 59.888937 ], [ 21.445312, 60.759160 ], [ 21.445312, 61.773123 ], [ 21.093750, 62.593341 ], [ 21.445312, 63.233627 ], [ 25.312500, 65.072130 ], [ 25.312500, 65.512963 ], [ 23.906250, 65.946472 ], [ 22.148438, 65.658275 ], [ 21.093750, 65.072130 ], [ 21.445312, 64.472794 ], [ 17.929688, 62.754726 ], [ 17.226562, 61.270233 ], [ 18.632812, 60.064840 ], [ 17.929688, 58.995311 ], [ 16.875000, 58.631217 ], [ 15.820312, 56.170023 ], [ 14.765625, 56.170023 ], [ 14.062500, 55.379110 ], [ 13.007812, 55.379110 ], [ 12.656250, 55.578345 ], [ 11.953125, 54.775346 ], [ 10.898438, 55.776573 ], [ 12.304688, 56.170023 ] ], [ [ 36.562500, 45.336702 ], [ 36.210938, 45.089036 ], [ 33.750000, 44.339565 ], [ 33.398438, 44.590467 ], [ 33.398438, 45.089036 ], [ 32.343750, 45.336702 ], [ 33.750000, 45.828799 ], [ 33.398438, 46.073231 ], [ 31.640625, 46.316584 ], [ 31.640625, 46.800059 ], [ 30.585938, 46.558860 ], [ 29.531250, 45.089036 ], [ 28.828125, 44.840291 ], [ 27.773438, 42.553080 ], [ 28.828125, 40.979898 ], [ 29.179688, 41.244772 ], [ 31.289062, 40.979898 ], [ 33.398438, 42.032974 ], [ 35.156250, 42.032974 ], [ 38.320312, 40.979898 ], [ 40.429688, 40.979898 ], [ 41.484375, 41.508577 ], [ 41.484375, 42.553080 ], [ 36.562500, 45.336702 ] ], [ [ 51.328125, 47.040182 ], [ 49.218750, 46.316584 ], [ 46.757812, 44.590467 ], [ 47.460938, 43.580391 ], [ 47.460938, 43.068888 ], [ 50.273438, 40.178873 ], [ 49.570312, 40.178873 ], [ 48.867188, 38.822591 ], [ 49.218750, 37.718590 ], [ 50.976562, 36.879621 ], [ 53.789062, 36.879621 ], [ 53.789062, 38.822591 ], [ 53.085938, 39.368279 ], [ 53.437500, 39.909736 ], [ 52.734375, 39.909736 ], [ 53.085938, 40.979898 ], [ 53.789062, 40.713956 ], [ 54.843750, 40.979898 ], [ 53.789062, 42.032974 ], [ 53.085938, 41.771312 ], [ 52.734375, 41.244772 ], [ 52.382812, 42.811522 ], [ 51.328125, 43.068888 ], [ 50.273438, 44.590467 ], [ 51.328125, 44.590467 ], [ 51.328125, 45.336702 ], [ 53.085938, 45.336702 ], [ 53.085938, 46.800059 ], [ 51.328125, 47.040182 ] ], [ [ 36.562500, 45.336702 ], [ 38.320312, 46.316584 ], [ 37.617188, 46.558860 ], [ 39.023438, 47.279229 ], [ 34.804688, 46.316584 ], [ 35.156250, 45.583290 ], [ 36.562500, 45.583290 ], [ 36.562500, 45.336702 ] ] ], [ [ [ 15.468750, 38.272689 ], [ 15.117188, 36.597889 ], [ 12.304688, 37.718590 ], [ 12.656250, 37.996163 ], [ 15.468750, 38.272689 ] ] ], [ [ [ -148.359375, -85.622069 ], [ -187.031250, -85.622069 ], [ -187.031250, -84.302183 ], [ -186.679688, -84.405941 ], [ -183.867188, -84.160849 ], [ -180.000000, -84.706049 ], [ -178.945312, -84.124973 ], [ -177.187500, -84.440107 ], [ -175.781250, -84.124973 ], [ -174.375000, -84.541361 ], [ -172.968750, -84.052561 ], [ -169.804688, -83.867616 ], [ -166.992188, -84.574702 ], [ -164.179688, -84.834225 ], [ -162.421875, -85.051129 ], [ -162.070312, -85.141284 ], [ -158.203125, -85.373767 ], [ -155.039062, -85.111416 ], [ -150.820312, -85.287916 ], [ -148.359375, -85.622069 ] ] ], [ [ [ 68.203125, 76.920614 ], [ 68.906250, 76.516819 ], [ 68.203125, 76.268695 ], [ 61.523438, 75.230667 ], [ 58.359375, 74.307353 ], [ 55.546875, 72.395706 ], [ 55.546875, 71.524909 ], [ 57.656250, 70.728979 ], [ 53.789062, 70.728979 ], [ 53.437500, 71.187754 ], [ 51.679688, 71.524909 ], [ 51.328125, 71.965388 ], [ 52.382812, 72.181804 ], [ 52.382812, 72.816074 ], [ 54.492188, 73.627789 ], [ 53.437500, 73.726595 ], [ 55.898438, 74.590108 ], [ 55.546875, 75.050354 ], [ 61.171875, 76.268695 ], [ 64.335938, 76.434604 ], [ 66.093750, 76.840816 ], [ 68.203125, 76.920614 ] ] ], [ [ [ -184.218750, 69.900118 ], [ -180.000000, 68.911005 ], [ -175.078125, 67.204032 ], [ -175.078125, 66.652977 ], [ -174.375000, 66.372755 ], [ -174.726562, 67.067433 ], [ -171.914062, 66.930060 ], [ -169.804688, 65.946472 ], [ -170.859375, 65.512963 ], [ -172.617188, 65.366837 ], [ -172.968750, 64.320872 ], [ -174.023438, 64.320872 ], [ -176.132812, 64.923542 ], [ -176.132812, 65.366837 ], [ -177.187500, 65.512963 ], [ -178.242188, 65.366837 ], [ -178.945312, 65.802776 ], [ -178.593750, 66.089364 ], [ -180.000000, 65.802776 ], [ -179.296875, 65.366837 ], [ -180.000000, 64.923542 ], [ -181.406250, 64.472794 ], [ -182.460938, 64.623877 ], [ -180.703125, 62.915233 ], [ -180.703125, 62.267923 ], [ -182.812500, 62.593341 ], [ -187.031250, 61.270233 ], [ -187.031250, 69.900118 ], [ -184.218750, 69.900118 ] ] ], [ [ [ 49.218750, -12.211180 ], [ 49.921875, -13.581921 ], [ 50.273438, -15.623037 ], [ 49.570312, -15.623037 ], [ 49.921875, -16.972741 ], [ 47.109375, -24.846565 ], [ 45.351562, -25.482951 ], [ 43.945312, -24.846565 ], [ 43.242188, -22.917923 ], [ 43.593750, -21.289374 ], [ 44.296875, -19.311143 ], [ 43.945312, -17.308688 ], [ 44.296875, -16.299051 ], [ 46.406250, -15.623037 ], [ 47.812500, -14.604847 ], [ 49.218750, -12.211180 ] ] ], [ [ [ 166.640625, -22.268764 ], [ 165.585938, -21.616579 ], [ 164.179688, -19.973349 ], [ 164.882812, -20.303418 ], [ 166.640625, -22.268764 ] ] ], [ [ [ 178.242188, -17.308688 ], [ 178.593750, -18.312811 ], [ 177.539062, -18.312811 ], [ 177.539062, -17.308688 ], [ 178.242188, -17.308688 ] ] ], [ [ [ -181.757812, -17.308688 ], [ -181.406250, -18.312811 ], [ -182.460938, -18.312811 ], [ -182.460938, -17.308688 ], [ -181.757812, -17.308688 ] ] ], [ [ [ 180.000000, -15.961329 ], [ 180.000000, -16.636192 ], [ 178.593750, -16.972741 ], [ 178.593750, -16.636192 ], [ 180.000000, -15.961329 ] ] ], [ [ [ -180.000000, -15.961329 ], [ -180.000000, -16.636192 ], [ -181.406250, -16.972741 ], [ -181.406250, -16.636192 ], [ -180.000000, -15.961329 ] ] ], [ [ [ 167.343750, -15.961329 ], [ 167.695312, -16.299051 ], [ 167.343750, -16.636192 ], [ 167.343750, -15.961329 ] ] ], [ [ [ 166.640625, -14.604847 ], [ 166.992188, -14.944785 ], [ 167.343750, -15.623037 ], [ 166.640625, -15.623037 ], [ 166.640625, -14.604847 ] ] ], [ [ [ 16.875000, 80.058050 ], [ 21.445312, 78.971386 ], [ 18.984375, 78.560488 ], [ 18.632812, 77.841848 ], [ 17.578125, 77.617709 ], [ 17.226562, 76.840816 ], [ 15.820312, 76.760541 ], [ 13.710938, 77.389504 ], [ 14.765625, 77.767582 ], [ 13.007812, 77.989049 ], [ 11.250000, 78.836065 ], [ 10.546875, 79.624056 ], [ 13.007812, 79.997168 ], [ 13.710938, 79.687184 ], [ 15.117188, 79.687184 ], [ 15.468750, 79.997168 ], [ 16.875000, 80.058050 ] ] ], [ [ [ 132.539062, -0.351560 ], [ 133.945312, -0.703107 ], [ 134.296875, -2.811371 ], [ 135.351562, -3.513421 ], [ 136.406250, -2.460181 ], [ 138.164062, -1.757537 ], [ 144.492188, -3.864255 ], [ 145.898438, -5.615986 ], [ 147.656250, -5.965754 ], [ 148.007812, -6.664608 ], [ 146.953125, -6.664608 ], [ 147.304688, -7.362467 ], [ 148.710938, -9.102097 ], [ 150.820312, -10.141932 ], [ 150.117188, -10.487812 ], [ 148.007812, -10.141932 ], [ 145.898438, -8.059230 ], [ 144.843750, -7.710992 ], [ 143.437500, -8.407168 ], [ 143.437500, -9.102097 ], [ 142.734375, -9.449062 ], [ 140.976562, -9.102097 ], [ 140.273438, -8.407168 ], [ 137.460938, -8.407168 ], [ 138.515625, -7.362467 ], [ 137.812500, -5.266008 ], [ 133.593750, -3.513421 ], [ 132.890625, -4.214943 ], [ 131.835938, -2.811371 ], [ 133.593750, -2.108899 ], [ 132.187500, -2.108899 ], [ 130.429688, -1.054628 ], [ 132.539062, -0.351560 ] ] ], [ [ [ 127.265625, -8.407168 ], [ 123.750000, -10.487812 ], [ 124.101562, -9.449062 ], [ 124.804688, -8.754795 ], [ 125.859375, -8.407168 ], [ 127.265625, -8.407168 ] ] ], [ [ [ 120.585938, -10.141932 ], [ 118.828125, -9.449062 ], [ 119.882812, -9.449062 ], [ 120.585938, -10.141932 ] ] ], [ [ [ 159.609375, -9.102097 ], [ 161.015625, -9.795678 ], [ 159.960938, -9.795678 ], [ 159.609375, -9.102097 ] ] ], [ [ [ 161.015625, -8.407168 ], [ 161.718750, -9.449062 ], [ 161.367188, -9.795678 ], [ 160.664062, -8.754795 ], [ 161.015625, -8.407168 ] ] ], [ [ [ 95.976562, 81.255032 ], [ 97.734375, 80.760615 ], [ 100.195312, 79.749932 ], [ 99.843750, 78.903929 ], [ 97.734375, 78.767792 ], [ 94.921875, 79.038437 ], [ 93.164062, 79.432371 ], [ 92.460938, 80.118564 ], [ 91.054688, 80.356995 ], [ 93.867188, 81.038617 ], [ 95.976562, 81.255032 ] ] ], [ [ [ 117.773438, -8.059230 ], [ 119.179688, -8.754795 ], [ 116.718750, -9.102097 ], [ 117.773438, -8.059230 ] ] ], [ [ [ 123.046875, -8.059230 ], [ 122.695312, -8.754795 ], [ 119.882812, -8.754795 ], [ 120.585938, -8.407168 ], [ 123.046875, -8.059230 ] ] ], [ [ [ 106.171875, -5.965754 ], [ 108.632812, -6.664608 ], [ 110.390625, -7.013668 ], [ 110.742188, -6.315299 ], [ 115.664062, -8.407168 ], [ 114.609375, -8.754795 ], [ 106.523438, -7.362467 ], [ 105.468750, -7.013668 ], [ 106.171875, -5.965754 ] ] ], [ [ [ 116.015625, -3.513421 ], [ 114.960938, -4.214943 ], [ 113.203125, -3.162456 ], [ 112.148438, -3.513421 ], [ 111.796875, -3.162456 ], [ 110.390625, -2.811371 ], [ 110.039062, -1.757537 ], [ 108.984375, -0.351560 ], [ 108.984375, 1.406109 ], [ 109.687500, 2.108899 ], [ 111.093750, 1.757537 ], [ 111.445312, 2.811371 ], [ 112.851562, 3.162456 ], [ 115.312500, 5.615986 ], [ 117.070312, 7.013668 ], [ 117.773438, 5.965754 ], [ 119.179688, 5.266008 ], [ 117.421875, 3.162456 ], [ 117.773438, 1.757537 ], [ 118.828125, 1.054628 ], [ 117.773438, 0.703107 ], [ 117.421875, -0.703107 ], [ 116.718750, -1.406109 ], [ 116.015625, -3.513421 ] ] ], [ [ [ 22.851562, 80.647035 ], [ 25.312500, 80.415707 ], [ 27.421875, 80.058050 ], [ 26.015625, 79.496652 ], [ 22.851562, 79.367701 ], [ 20.039062, 79.560546 ], [ 20.039062, 79.812302 ], [ 18.632812, 79.874297 ], [ 17.226562, 80.297927 ], [ 20.390625, 80.589727 ], [ 21.796875, 80.356995 ], [ 22.851562, 80.647035 ] ] ], [ [ [ 141.328125, 41.508577 ], [ 142.031250, 39.095963 ], [ 140.976562, 38.272689 ], [ 140.625000, 35.746512 ], [ 140.273438, 35.173808 ], [ 137.109375, 34.597042 ], [ 135.703125, 33.431441 ], [ 135.000000, 33.724340 ], [ 135.000000, 34.597042 ], [ 133.945312, 34.307144 ], [ 131.132812, 34.016242 ], [ 131.835938, 33.137551 ], [ 130.781250, 31.052934 ], [ 130.078125, 31.353637 ], [ 130.429688, 32.249974 ], [ 129.375000, 33.431441 ], [ 132.539062, 35.460670 ], [ 135.703125, 35.460670 ], [ 136.757812, 37.439974 ], [ 137.460938, 36.879621 ], [ 139.570312, 38.272689 ], [ 139.921875, 39.368279 ], [ 139.921875, 40.446947 ], [ 140.273438, 41.244772 ], [ 140.976562, 41.508577 ], [ 141.328125, 41.508577 ] ] ], [ [ [ 154.687500, -4.915833 ], [ 156.093750, -6.664608 ], [ 155.742188, -6.664608 ], [ 154.687500, -5.965754 ], [ 154.687500, -4.915833 ] ] ], [ [ [ 152.226562, -4.214943 ], [ 151.875000, -5.615986 ], [ 150.117188, -6.315299 ], [ 148.359375, -5.615986 ], [ 149.765625, -5.615986 ], [ 150.117188, -4.915833 ], [ 150.117188, -5.615986 ], [ 150.820312, -5.615986 ], [ 151.523438, -4.915833 ], [ 151.523438, -4.214943 ], [ 152.226562, -4.214943 ] ] ], [ [ [ 95.273438, 5.615986 ], [ 97.382812, 5.266008 ], [ 100.546875, 2.108899 ], [ 101.601562, 2.108899 ], [ 103.710938, 0.000000 ], [ 103.359375, -0.703107 ], [ 106.171875, -3.162456 ], [ 105.820312, -5.965754 ], [ 104.765625, -5.965754 ], [ 102.656250, -4.214943 ], [ 98.437500, 1.757537 ], [ 95.273438, 5.615986 ] ] ], [ [ [ 122.695312, -4.565474 ], [ 121.640625, -4.565474 ], [ 120.937500, -2.460181 ], [ 120.234375, -2.811371 ], [ 120.585938, -5.615986 ], [ 119.531250, -5.266008 ], [ 119.531250, -3.513421 ], [ 118.828125, -2.811371 ], [ 119.882812, 0.703107 ], [ 120.937500, 1.406109 ], [ 124.101562, 1.054628 ], [ 125.156250, 1.757537 ], [ 124.453125, 0.351560 ], [ 120.234375, 0.351560 ], [ 119.882812, -0.351560 ], [ 120.937500, -1.406109 ], [ 123.398438, -0.703107 ], [ 121.640625, -1.757537 ], [ 122.695312, -4.565474 ] ] ], [ [ [ 141.328125, 76.100796 ], [ 145.195312, 75.584937 ], [ 144.140625, 74.775843 ], [ 140.625000, 74.867889 ], [ 138.867188, 74.590108 ], [ 137.109375, 75.230667 ], [ 137.460938, 75.930885 ], [ 138.867188, 76.100796 ], [ 141.328125, 76.100796 ] ] ], [ [ [ 152.578125, -3.864255 ], [ 150.820312, -2.811371 ], [ 150.820312, -2.460181 ], [ 152.226562, -3.162456 ], [ 152.578125, -3.864255 ] ] ], [ [ [ 101.953125, 79.367701 ], [ 105.468750, 78.699106 ], [ 105.117188, 78.278201 ], [ 99.492188, 77.915669 ], [ 101.250000, 79.237185 ], [ 101.953125, 79.367701 ] ] ], [ [ [ 142.734375, 53.748711 ], [ 143.085938, 51.835778 ], [ 144.492188, 48.922499 ], [ 143.085938, 49.382373 ], [ 142.734375, 47.754098 ], [ 143.437500, 46.800059 ], [ 143.437500, 46.073231 ], [ 142.734375, 46.800059 ], [ 142.031250, 46.073231 ], [ 142.031250, 50.958427 ], [ 141.679688, 51.835778 ], [ 141.679688, 53.330873 ], [ 142.734375, 53.748711 ] ] ], [ [ [ 49.921875, 80.928426 ], [ 51.679688, 80.703997 ], [ 50.976562, 80.532071 ], [ 48.867188, 80.356995 ], [ 48.867188, 80.178713 ], [ 47.460938, 79.997168 ], [ 46.406250, 80.238501 ], [ 47.109375, 80.532071 ], [ 45.000000, 80.589727 ], [ 46.757812, 80.760615 ], [ 48.164062, 80.760615 ], [ 48.515625, 80.532071 ], [ 49.921875, 80.928426 ] ] ], [ [ [ 129.375000, -2.811371 ], [ 130.429688, -3.162456 ], [ 130.781250, -3.864255 ], [ 127.968750, -3.513421 ], [ 127.968750, -2.811371 ], [ 129.375000, -2.811371 ] ] ], [ [ [ 126.914062, -3.162456 ], [ 126.914062, -3.864255 ], [ 125.859375, -3.162456 ], [ 126.914062, -3.162456 ] ] ], [ [ [ 142.031250, 45.583290 ], [ 143.789062, 44.087585 ], [ 144.492188, 43.834527 ], [ 145.195312, 44.339565 ], [ 145.546875, 43.325178 ], [ 144.140625, 43.068888 ], [ 143.085938, 42.032974 ], [ 141.679688, 42.553080 ], [ 140.976562, 41.508577 ], [ 139.921875, 41.508577 ], [ 139.921875, 42.553080 ], [ 140.273438, 43.325178 ], [ 141.328125, 43.325178 ], [ 142.031250, 45.583290 ] ] ], [ [ [ 127.968750, 2.108899 ], [ 128.671875, 1.054628 ], [ 127.968750, -1.054628 ], [ 127.265625, 1.054628 ], [ 127.968750, 2.108899 ] ] ], [ [ [ 22.851562, 78.420193 ], [ 23.203125, 78.061989 ], [ 24.609375, 77.841848 ], [ 22.500000, 77.466028 ], [ 20.742188, 77.692870 ], [ 21.445312, 77.915669 ], [ 20.742188, 78.278201 ], [ 22.851562, 78.420193 ] ] ], [ [ [ -53.789062, 5.615986 ], [ -51.679688, 4.214943 ], [ -53.085938, 2.108899 ], [ -54.492188, 2.460181 ], [ -54.140625, 3.513421 ], [ -54.492188, 4.915833 ], [ -53.789062, 5.615986 ] ] ], [ [ [ 120.585938, 18.646245 ], [ 122.343750, 18.312811 ], [ 122.343750, 16.972741 ], [ 121.640625, 15.961329 ], [ 121.640625, 14.264383 ], [ 124.101562, 13.923404 ], [ 124.101562, 12.554564 ], [ 123.046875, 13.581921 ], [ 122.695312, 13.239945 ], [ 121.992188, 13.923404 ], [ 120.585938, 13.923404 ], [ 120.937500, 14.604847 ], [ 120.234375, 14.944785 ], [ 119.882812, 16.299051 ], [ 120.234375, 15.961329 ], [ 120.585938, 18.646245 ] ] ], [ [ [ 125.507812, 9.795678 ], [ 126.210938, 9.449062 ], [ 126.562500, 7.013668 ], [ 126.210938, 6.315299 ], [ 125.859375, 7.362467 ], [ 125.507812, 6.664608 ], [ 125.507812, 5.615986 ], [ 124.101562, 6.315299 ], [ 124.101562, 7.362467 ], [ 123.750000, 7.710992 ], [ 121.992188, 7.013668 ], [ 122.343750, 8.059230 ], [ 125.507812, 9.102097 ], [ 125.507812, 9.795678 ] ] ], [ [ [ 146.250000, 75.497157 ], [ 148.359375, 75.320025 ], [ 150.820312, 75.050354 ], [ 149.414062, 74.683250 ], [ 148.007812, 74.775843 ], [ 146.250000, 75.140778 ], [ 146.250000, 75.497157 ] ] ], [ [ [ 80.156250, 9.795678 ], [ 81.914062, 7.362467 ], [ 81.562500, 6.315299 ], [ 80.507812, 5.965754 ], [ 79.804688, 8.059230 ], [ 80.156250, 9.795678 ] ] ], [ [ [ -178.945312, 71.524909 ], [ -177.539062, 71.300793 ], [ -178.593750, 70.844673 ], [ -180.000000, 70.844673 ], [ -181.054688, 70.728979 ], [ -181.406250, 71.074056 ], [ -180.000000, 71.524909 ], [ -178.945312, 71.524909 ] ] ], [ [ [ 181.054688, 71.524909 ], [ 182.460938, 71.300793 ], [ 181.406250, 70.844673 ], [ 180.000000, 70.844673 ], [ 178.945312, 70.728979 ], [ 178.593750, 71.074056 ], [ 180.000000, 71.524909 ], [ 181.054688, 71.524909 ] ] ], [ [ [ 142.031250, 73.824820 ], [ 143.437500, 73.428424 ], [ 143.437500, 73.226700 ], [ 139.921875, 73.327858 ], [ 140.976562, 73.726595 ], [ 142.031250, 73.824820 ] ] ], [ [ [ 119.531250, 11.523088 ], [ 119.531250, 10.487812 ], [ 117.070312, 8.407168 ], [ 119.531250, 11.523088 ] ] ], [ [ [ 9.140625, 41.244772 ], [ 9.843750, 40.446947 ], [ 9.843750, 39.095963 ], [ 8.789062, 38.822591 ], [ 8.085938, 40.979898 ], [ 9.140625, 41.244772 ] ] ], [ [ [ 124.101562, 11.178402 ], [ 124.101562, 10.141932 ], [ 123.046875, 9.102097 ], [ 122.343750, 9.795678 ], [ 123.046875, 10.833306 ], [ 123.398438, 10.833306 ], [ 123.398438, 10.141932 ], [ 124.101562, 11.178402 ] ] ], [ [ [ 125.156250, 12.554564 ], [ 125.859375, 11.178402 ], [ 125.156250, 11.178402 ], [ 125.156250, 10.487812 ], [ 124.804688, 10.141932 ], [ 124.453125, 11.523088 ], [ 124.804688, 11.867351 ], [ 124.101562, 12.554564 ], [ 125.156250, 12.554564 ] ] ], [ [ [ 121.992188, 11.867351 ], [ 123.046875, 11.523088 ], [ 121.992188, 10.487812 ], [ 121.992188, 11.867351 ] ] ], [ [ [ 120.234375, 13.581921 ], [ 121.640625, 12.897489 ], [ 121.289062, 12.211180 ], [ 120.234375, 13.581921 ] ] ], [ [ [ 110.039062, 19.973349 ], [ 111.093750, 19.642588 ], [ 110.390625, 18.646245 ], [ 109.335938, 18.312811 ], [ 108.632812, 18.646245 ], [ 108.632812, 19.311143 ], [ 110.039062, 19.973349 ] ] ], [ [ [ 121.640625, 25.165173 ], [ 121.992188, 24.846565 ], [ 120.585938, 21.943046 ], [ 120.234375, 23.563987 ], [ 121.640625, 25.165173 ] ] ], [ [ [ 133.945312, 34.307144 ], [ 134.648438, 33.724340 ], [ 134.296875, 33.137551 ], [ 133.945312, 33.431441 ], [ 132.890625, 32.842674 ], [ 132.539062, 32.842674 ], [ 132.890625, 34.016242 ], [ 133.945312, 34.307144 ] ] ], [ [ [ 9.492188, 43.068888 ], [ 9.492188, 42.032974 ], [ 9.140625, 41.508577 ], [ 8.437500, 42.293564 ], [ 9.492188, 43.068888 ] ] ], [ [ [ 122.695312, -4.565474 ], [ 123.046875, -5.266008 ], [ 122.343750, -5.266008 ], [ 122.695312, -4.565474 ] ] ], [ [ [ 152.578125, -3.864255 ], [ 153.281250, -4.565474 ], [ 152.929688, -4.915833 ], [ 152.578125, -3.864255 ] ] ], [ [ [ 142.734375, 53.748711 ], [ 142.382812, 54.162434 ], [ 142.734375, 54.367759 ], [ 142.734375, 53.748711 ] ] ] ] } } ] } ] } , @@ -36,14 +30,12 @@ ] } , { "type": "FeatureCollection", "properties": { "zoom": 1, "x": 0, "y": 0 }, "features": [ -{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 2048 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -89.121094, 17.811456 ], [ -89.208984, 15.876809 ], [ -88.242188, 15.707663 ], [ -89.121094, 15.029686 ], [ -89.121094, 14.689881 ], [ -89.384766, 14.434680 ], [ -89.560547, 14.349548 ], [ -89.560547, 14.264383 ], [ -90.087891, 13.838080 ], [ -90.087891, 13.752725 ], [ -91.669922, 14.093957 ], [ -92.197266, 14.519780 ], [ -92.109375, 15.029686 ], [ -92.197266, 15.284185 ], [ -91.757812, 16.045813 ], [ -90.439453, 16.045813 ], [ -90.439453, 16.383391 ], [ -91.494141, 17.224758 ], [ -90.966797, 17.224758 ], [ -90.966797, 17.811456 ], [ -89.121094, 17.811456 ] ] ], [ [ [ -155.830078, 20.303418 ], [ -155.214844, 19.973349 ], [ -154.775391, 19.476950 ], [ -155.654297, 18.895893 ], [ -155.917969, 19.062118 ], [ -155.917969, 19.311143 ], [ -156.093750, 19.725342 ], [ -155.830078, 19.973349 ], [ -155.830078, 20.303418 ] ] ], [ [ [ -156.621094, 21.043491 ], [ -156.269531, 20.879343 ], [ -156.005859, 20.797201 ], [ -156.445312, 20.550509 ], [ -156.708984, 20.879343 ], [ -156.621094, 21.043491 ] ] ], [ [ [ -156.796875, 21.207459 ], [ -156.796875, 21.043491 ], [ -157.324219, 21.125498 ], [ -157.236328, 21.207459 ], [ -156.796875, 21.207459 ] ] ], [ [ [ -158.027344, 21.698265 ], [ -157.675781, 21.289374 ], [ -158.115234, 21.289374 ], [ -158.291016, 21.616579 ], [ -158.027344, 21.698265 ] ] ], [ [ [ -159.609375, 22.268764 ], [ -159.345703, 22.187405 ], [ -159.433594, 21.861499 ], [ -159.785156, 22.024546 ], [ -159.609375, 22.268764 ] ] ], [ [ [ -94.833984, 49.382373 ], [ -94.658203, 48.864715 ], [ -94.306641, 48.690960 ], [ -92.636719, 48.458352 ], [ -91.669922, 48.166085 ], [ -90.791016, 48.283193 ], [ -89.560547, 47.989922 ], [ -89.296875, 47.989922 ], [ -88.417969, 48.283193 ], [ -84.902344, 46.920255 ], [ -84.814453, 46.619261 ], [ -84.550781, 46.558860 ], [ -84.638672, 46.437857 ], [ -84.375000, 46.437857 ], [ -84.111328, 46.498392 ], [ -84.111328, 46.255847 ], [ -83.847656, 46.134170 ], [ -83.583984, 46.134170 ], [ -83.496094, 46.012224 ], [ -83.583984, 45.828799 ], [ -82.529297, 45.336702 ], [ -82.177734, 43.580391 ], [ -82.441406, 43.004647 ], [ -83.144531, 42.098222 ], [ -83.056641, 41.836828 ], [ -82.705078, 41.705729 ], [ -82.441406, 41.705729 ], [ -81.298828, 42.228517 ], [ -80.244141, 42.358544 ], [ -78.925781, 42.875964 ], [ -79.189453, 43.452919 ], [ -78.750000, 43.644026 ], [ -76.816406, 43.644026 ], [ -76.464844, 44.024422 ], [ -75.322266, 44.840291 ], [ -74.882812, 45.026950 ], [ -71.542969, 45.026950 ], [ -71.367188, 45.274886 ], [ -70.664062, 45.460131 ], [ -70.312500, 45.890008 ], [ -69.960938, 46.679594 ], [ -69.257812, 47.457809 ], [ -68.906250, 47.159840 ], [ -68.203125, 47.338823 ], [ -67.763672, 47.040182 ], [ -67.763672, 45.706179 ], [ -67.148438, 45.151053 ], [ -66.972656, 44.777936 ], [ -68.027344, 44.339565 ], [ -70.136719, 43.707594 ], [ -70.839844, 42.875964 ], [ -70.839844, 42.358544 ], [ -70.488281, 41.771312 ], [ -70.048828, 41.771312 ], [ -70.224609, 42.163403 ], [ -69.873047, 41.902277 ], [ -69.960938, 41.640078 ], [ -72.861328, 41.244772 ], [ -73.740234, 40.913513 ], [ -72.246094, 41.112469 ], [ -71.982422, 40.913513 ], [ -73.300781, 40.647304 ], [ -74.003906, 40.647304 ], [ -73.916016, 40.780541 ], [ -74.267578, 40.446947 ], [ -74.003906, 40.446947 ], [ -74.179688, 39.707187 ], [ -74.882812, 38.959409 ], [ -74.970703, 39.164141 ], [ -75.498047, 39.504041 ], [ -75.322266, 38.959409 ], [ -75.058594, 38.754083 ], [ -75.058594, 38.410558 ], [ -75.937500, 37.230328 ], [ -76.025391, 37.230328 ], [ -75.761719, 37.926868 ], [ -76.201172, 38.341656 ], [ -76.376953, 39.164141 ], [ -76.552734, 38.685510 ], [ -76.289062, 38.065392 ], [ -76.992188, 38.272689 ], [ -76.289062, 37.926868 ], [ -76.289062, 36.949892 ], [ -75.937500, 36.879621 ], [ -75.761719, 35.532226 ], [ -76.376953, 34.813803 ], [ -77.431641, 34.524661 ], [ -78.046875, 33.943360 ], [ -78.574219, 33.870416 ], [ -79.101562, 33.504759 ], [ -79.189453, 33.137551 ], [ -80.332031, 32.472695 ], [ -81.298828, 31.428663 ], [ -81.474609, 30.751278 ], [ -81.298828, 30.069094 ], [ -80.507812, 28.459033 ], [ -80.507812, 28.071980 ], [ -80.068359, 26.902477 ], [ -80.156250, 25.799891 ], [ -80.419922, 25.165173 ], [ -80.683594, 25.085599 ], [ -81.210938, 25.165173 ], [ -81.298828, 25.641526 ], [ -81.738281, 25.878994 ], [ -82.880859, 27.916767 ], [ -82.617188, 28.536275 ], [ -82.968750, 29.075375 ], [ -83.671875, 29.916852 ], [ -84.111328, 30.069094 ], [ -85.078125, 29.611670 ], [ -85.781250, 30.145127 ], [ -86.396484, 30.372875 ], [ -87.539062, 30.297018 ], [ -88.417969, 30.372875 ], [ -89.560547, 30.145127 ], [ -89.384766, 29.916852 ], [ -89.384766, 29.458731 ], [ -89.208984, 29.305561 ], [ -89.384766, 29.152161 ], [ -89.736328, 29.305561 ], [ -90.175781, 29.152161 ], [ -90.878906, 29.152161 ], [ -91.582031, 29.688053 ], [ -92.460938, 29.535230 ], [ -93.251953, 29.764377 ], [ -94.658203, 29.458731 ], [ -95.625000, 28.767659 ], [ -96.591797, 28.304381 ], [ -97.119141, 27.839076 ], [ -97.382812, 27.371767 ], [ -97.382812, 26.667096 ], [ -97.119141, 25.878994 ], [ -97.558594, 25.799891 ], [ -98.261719, 26.037042 ], [ -99.052734, 26.352498 ], [ -99.492188, 27.527758 ], [ -100.107422, 28.071980 ], [ -100.986328, 29.382175 ], [ -101.689453, 29.764377 ], [ -102.480469, 29.764377 ], [ -103.095703, 28.998532 ], [ -103.974609, 29.305561 ], [ -104.414062, 29.535230 ], [ -105.029297, 30.675715 ], [ -106.523438, 31.728167 ], [ -108.281250, 31.728167 ], [ -108.281250, 31.353637 ], [ -111.005859, 31.353637 ], [ -114.785156, 32.546813 ], [ -114.697266, 32.694866 ], [ -117.158203, 32.546813 ], [ -117.333984, 33.063924 ], [ -117.949219, 33.651208 ], [ -118.388672, 33.724340 ], [ -118.476562, 34.016242 ], [ -119.091797, 34.089061 ], [ -119.443359, 34.379713 ], [ -120.410156, 34.452218 ], [ -120.585938, 34.597042 ], [ -120.761719, 35.173808 ], [ -121.728516, 36.173357 ], [ -122.519531, 37.579413 ], [ -122.519531, 37.788081 ], [ -123.750000, 38.959409 ], [ -123.837891, 39.774769 ], [ -124.365234, 40.313043 ], [ -124.189453, 41.112469 ], [ -124.189453, 41.967659 ], [ -124.541016, 42.747012 ], [ -124.101562, 43.707594 ], [ -123.925781, 45.521744 ], [ -124.101562, 46.860191 ], [ -124.716797, 48.166085 ], [ -124.541016, 48.400032 ], [ -123.134766, 48.048710 ], [ -122.607422, 47.100045 ], [ -122.343750, 47.338823 ], [ -122.871094, 48.980217 ], [ -95.185547, 48.980217 ], [ -95.185547, 49.382373 ], [ -94.833984, 49.382373 ] ] ], [ [ [ -156.621094, 71.357067 ], [ -155.039062, 71.159391 ], [ -154.335938, 70.699951 ], [ -153.896484, 70.902268 ], [ -152.226562, 70.815812 ], [ -152.226562, 70.612614 ], [ -150.732422, 70.436799 ], [ -149.677734, 70.524897 ], [ -147.568359, 70.199994 ], [ -145.722656, 70.110485 ], [ -144.931641, 69.990535 ], [ -143.613281, 70.140364 ], [ -142.031250, 69.839622 ], [ -140.976562, 69.718107 ], [ -140.976562, 60.326948 ], [ -140.009766, 60.283408 ], [ -139.042969, 60.020952 ], [ -137.460938, 58.904646 ], [ -136.494141, 59.445075 ], [ -135.439453, 59.800634 ], [ -134.912109, 59.265881 ], [ -133.330078, 58.401712 ], [ -131.748047, 56.559482 ], [ -129.990234, 55.924586 ], [ -129.990234, 55.279115 ], [ -130.517578, 54.826008 ], [ -131.044922, 55.178868 ], [ -131.923828, 55.478853 ], [ -132.275391, 56.365250 ], [ -133.505859, 57.183902 ], [ -134.033203, 58.124320 ], [ -136.669922, 58.217025 ], [ -137.812500, 58.493694 ], [ -139.833984, 59.534318 ], [ -142.558594, 60.064840 ], [ -143.964844, 59.977005 ], [ -145.898438, 60.457218 ], [ -147.128906, 60.887700 ], [ -148.183594, 60.673179 ], [ -148.007812, 59.977005 ], [ -149.765625, 59.712097 ], [ -150.644531, 59.355596 ], [ -151.699219, 59.175928 ], [ -151.875000, 59.756395 ], [ -151.435547, 60.716198 ], [ -150.380859, 61.015725 ], [ -150.644531, 61.270233 ], [ -151.875000, 60.716198 ], [ -152.578125, 60.064840 ], [ -153.984375, 59.355596 ], [ -153.281250, 58.859224 ], [ -154.248047, 58.124320 ], [ -156.269531, 57.421294 ], [ -156.533203, 56.992883 ], [ -158.115234, 56.462490 ], [ -158.466797, 55.973798 ], [ -159.609375, 55.578345 ], [ -160.312500, 55.627996 ], [ -163.037109, 54.673831 ], [ -164.794922, 54.418930 ], [ -164.970703, 54.572062 ], [ -162.861328, 55.329144 ], [ -161.806641, 55.875311 ], [ -160.576172, 56.022948 ], [ -160.048828, 56.413901 ], [ -158.642578, 56.992883 ], [ -158.466797, 57.231503 ], [ -157.763672, 57.562995 ], [ -157.587891, 58.309489 ], [ -157.060547, 58.904646 ], [ -158.203125, 58.631217 ], [ -158.554688, 58.768200 ], [ -159.082031, 58.401712 ], [ -159.697266, 58.950008 ], [ -159.960938, 58.585436 ], [ -160.312500, 59.085739 ], [ -161.367188, 58.676938 ], [ -161.982422, 58.676938 ], [ -162.070312, 59.265881 ], [ -161.894531, 59.623325 ], [ -162.509766, 59.977005 ], [ -163.828125, 59.800634 ], [ -164.619141, 60.283408 ], [ -165.322266, 60.500525 ], [ -165.322266, 61.058285 ], [ -166.113281, 61.480760 ], [ -165.761719, 62.062733 ], [ -164.882812, 62.633770 ], [ -164.531250, 63.154355 ], [ -163.740234, 63.233627 ], [ -163.037109, 63.074866 ], [ -162.246094, 63.548552 ], [ -161.542969, 63.470145 ], [ -160.751953, 63.782486 ], [ -160.927734, 64.206377 ], [ -161.542969, 64.396938 ], [ -160.751953, 64.774125 ], [ -161.367188, 64.774125 ], [ -162.421875, 64.548440 ], [ -162.773438, 64.320872 ], [ -163.564453, 64.548440 ], [ -164.970703, 64.434892 ], [ -166.464844, 64.699105 ], [ -166.816406, 65.072130 ], [ -168.134766, 65.658275 ], [ -166.728516, 66.089364 ], [ -164.443359, 66.583217 ], [ -163.652344, 66.583217 ], [ -163.828125, 66.089364 ], [ -161.718750, 66.124962 ], [ -162.509766, 66.722541 ], [ -163.740234, 67.101656 ], [ -164.443359, 67.609221 ], [ -165.410156, 68.040461 ], [ -166.728516, 68.366801 ], [ -166.201172, 68.879358 ], [ -164.443359, 68.911005 ], [ -163.125000, 69.380313 ], [ -162.949219, 69.869892 ], [ -161.894531, 70.318738 ], [ -160.927734, 70.436799 ], [ -158.994141, 70.902268 ], [ -158.115234, 70.815812 ], [ -156.621094, 71.357067 ] ] ], [ [ [ -153.193359, 57.984808 ], [ -152.578125, 57.891497 ], [ -152.138672, 57.610107 ], [ -153.017578, 57.136239 ], [ -153.984375, 56.752723 ], [ -154.511719, 56.992883 ], [ -154.687500, 57.468589 ], [ -153.193359, 57.984808 ] ] ], [ [ [ -171.738281, 63.782486 ], [ -171.123047, 63.587675 ], [ -170.507812, 63.704722 ], [ -169.716797, 63.430860 ], [ -168.662109, 63.312683 ], [ -168.750000, 63.194018 ], [ -169.541016, 62.995158 ], [ -170.683594, 63.391522 ], [ -171.562500, 63.312683 ], [ -171.826172, 63.391522 ], [ -171.738281, 63.782486 ] ] ], [ [ [ -166.464844, 60.370429 ], [ -165.673828, 60.283408 ], [ -165.585938, 59.888937 ], [ -166.201172, 59.756395 ], [ -167.431641, 60.196156 ], [ -166.464844, 60.370429 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Greenland", "adm0_a3": "GRL", "geou_dif": 0, "geounit": "Greenland", "gu_a3": "GRL", "su_dif": 0, "subunit": "Greenland", "su_a3": "GRL", "brk_diff": 0, "name": "Greenland", "name_long": "Greenland", "brk_a3": "GRL", "brk_name": "Greenland", "abbrev": "Grlnd.", "postal": "GL", "formal_en": "Greenland", "note_adm0": "Den.", "name_sort": "Greenland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 12, "pop_est": 57600, "gdp_md_est": 1100, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "GL", "iso_a3": "GRL", "iso_n3": "304", "un_a3": "304", "wb_a2": "GL", "wb_a3": "GRL", "woe_id": -99, "adm0_a3_is": "GRL", "adm0_a3_us": "GRL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "Europe & Central Asia", "name_len": 9, "long_len": 9, "abbrev_len": 6, "tiny": -99, "homepart": -99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -85.957031, 16.045813 ], [ -85.429688, 15.876809 ], [ -84.990234, 15.961329 ], [ -84.375000, 15.792254 ], [ -83.144531, 15.029686 ], [ -83.320312, 14.689881 ], [ -83.144531, 14.349548 ], [ -83.496094, 13.581921 ], [ -83.496094, 12.382928 ], [ -83.583984, 12.297068 ], [ -83.671875, 11.609193 ], [ -83.847656, 11.350797 ], [ -83.408203, 10.401378 ], [ -82.177734, 9.188870 ], [ -82.177734, 9.015302 ], [ -81.738281, 9.015302 ], [ -81.474609, 8.754795 ], [ -80.947266, 8.841651 ], [ -79.892578, 9.275622 ], [ -79.541016, 9.622414 ], [ -78.486328, 9.449062 ], [ -78.046875, 9.275622 ], [ -77.343750, 8.667918 ], [ -76.816406, 8.667918 ], [ -76.113281, 9.362353 ], [ -75.673828, 9.449062 ], [ -75.498047, 10.660608 ], [ -74.882812, 11.092166 ], [ -74.267578, 11.092166 ], [ -74.179688, 11.350797 ], [ -73.388672, 11.264612 ], [ -72.246094, 11.953349 ], [ -71.718750, 12.468760 ], [ -71.367188, 12.382928 ], [ -71.103516, 12.125264 ], [ -71.367188, 11.523088 ], [ -71.982422, 11.436955 ], [ -71.630859, 11.005904 ], [ -71.630859, 10.487812 ], [ -72.070312, 9.882275 ], [ -71.718750, 9.102097 ], [ -71.279297, 9.102097 ], [ -71.015625, 9.882275 ], [ -71.367188, 10.228437 ], [ -71.367188, 11.005904 ], [ -70.136719, 11.350797 ], [ -70.312500, 11.867351 ], [ -69.960938, 12.125264 ], [ -69.609375, 11.436955 ], [ -68.906250, 11.436955 ], [ -68.203125, 10.919618 ], [ -68.203125, 10.574222 ], [ -66.269531, 10.660608 ], [ -65.654297, 10.228437 ], [ -64.863281, 10.055403 ], [ -64.335938, 10.401378 ], [ -64.335938, 10.660608 ], [ -61.875000, 10.746969 ], [ -62.753906, 10.401378 ], [ -62.402344, 9.968851 ], [ -61.611328, 9.882275 ], [ -60.820312, 9.362353 ], [ -60.644531, 8.581021 ], [ -60.117188, 8.581021 ], [ -59.062500, 7.972198 ], [ -58.447266, 7.362467 ], [ -58.447266, 6.839170 ], [ -58.095703, 6.839170 ], [ -57.128906, 5.965754 ], [ -55.986328, 5.790897 ], [ -55.810547, 5.965754 ], [ -55.019531, 6.053161 ], [ -53.964844, 5.790897 ], [ -52.910156, 5.441022 ], [ -51.855469, 4.565474 ], [ -51.679688, 4.127285 ], [ -51.328125, 4.214943 ], [ -50.537109, 1.933227 ], [ -50.009766, 1.757537 ], [ -49.921875, 1.054628 ], [ -50.712891, 0.263671 ], [ -50.449219, 0.000000 ], [ -48.603516, -0.263671 ], [ -48.603516, -1.230374 ], [ -47.812500, -0.615223 ], [ -44.912109, -1.581830 ], [ -44.384766, -2.108899 ], [ -44.560547, -2.723583 ], [ -43.417969, -2.372369 ], [ -41.484375, -2.899153 ], [ -39.990234, -2.899153 ], [ -38.847656, -3.513421 ], [ -80.419922, -3.513421 ], [ -79.804688, -2.635789 ], [ -79.980469, -2.196727 ], [ -80.332031, -2.723583 ], [ -80.947266, -2.284551 ], [ -80.771484, -1.933227 ], [ -80.947266, -1.054628 ], [ -80.595703, -0.878872 ], [ -80.244141, 0.000000 ], [ -79.980469, 0.351560 ], [ -80.068359, 0.790990 ], [ -78.837891, 1.406109 ], [ -79.013672, 1.669686 ], [ -78.574219, 1.757537 ], [ -78.662109, 2.284551 ], [ -78.398438, 2.635789 ], [ -77.958984, 2.723583 ], [ -77.167969, 3.864255 ], [ -77.519531, 4.127285 ], [ -77.343750, 4.653080 ], [ -77.519531, 5.615986 ], [ -77.343750, 5.878332 ], [ -77.431641, 6.664608 ], [ -78.222656, 7.536764 ], [ -78.398438, 8.059230 ], [ -78.222656, 8.320212 ], [ -78.398438, 8.407168 ], [ -78.662109, 8.754795 ], [ -79.101562, 9.015302 ], [ -79.541016, 8.928487 ], [ -79.716797, 8.581021 ], [ -80.419922, 8.320212 ], [ -80.507812, 8.059230 ], [ -79.980469, 7.536764 ], [ -80.419922, 7.275292 ], [ -80.859375, 7.188101 ], [ -81.035156, 7.798079 ], [ -81.210938, 7.623887 ], [ -81.474609, 7.710992 ], [ -81.738281, 8.146243 ], [ -82.792969, 8.320212 ], [ -82.880859, 8.059230 ], [ -83.496094, 8.407168 ], [ -83.671875, 8.667918 ], [ -83.671875, 9.015302 ], [ -84.638672, 9.622414 ], [ -84.726562, 9.882275 ], [ -84.990234, 10.055403 ], [ -84.902344, 9.795678 ], [ -85.078125, 9.535749 ], [ -85.341797, 9.795678 ], [ -85.693359, 9.968851 ], [ -85.781250, 10.141932 ], [ -85.693359, 10.746969 ], [ -85.957031, 10.919618 ], [ -85.693359, 11.092166 ], [ -87.626953, 12.897489 ], [ -87.539062, 13.068777 ], [ -87.363281, 12.897489 ], [ -87.275391, 12.983148 ], [ -87.451172, 13.325485 ], [ -87.802734, 13.410994 ], [ -87.890625, 13.154376 ], [ -88.505859, 13.154376 ], [ -89.824219, 13.496473 ], [ -90.087891, 13.752725 ], [ -90.087891, 13.838080 ], [ -89.560547, 14.264383 ], [ -89.560547, 14.349548 ], [ -89.384766, 14.434680 ], [ -89.121094, 14.689881 ], [ -89.121094, 15.029686 ], [ -87.890625, 15.876809 ], [ -86.923828, 15.792254 ], [ -86.396484, 15.792254 ], [ -85.957031, 16.045813 ] ] ], [ [ [ -35.068359, 83.647837 ], [ -27.070312, 83.520162 ], [ -20.830078, 82.720964 ], [ -22.675781, 82.344100 ], [ -26.542969, 82.297121 ], [ -31.904297, 82.202302 ], [ -31.376953, 82.021378 ], [ -27.861328, 82.130427 ], [ -24.873047, 81.786210 ], [ -22.939453, 82.094243 ], [ -22.060547, 81.735830 ], [ -23.203125, 81.147481 ], [ -20.654297, 81.518272 ], [ -15.732422, 81.910828 ], [ -12.744141, 81.723188 ], [ -12.216797, 81.295029 ], [ -16.259766, 80.575346 ], [ -16.875000, 80.356995 ], [ -20.039062, 80.178713 ], [ -17.753906, 80.133635 ], [ -18.896484, 79.400085 ], [ -19.687500, 78.750659 ], [ -19.687500, 77.636542 ], [ -18.457031, 76.980149 ], [ -20.039062, 76.940488 ], [ -21.708984, 76.618901 ], [ -19.863281, 76.100796 ], [ -19.599609, 75.253057 ], [ -20.654297, 75.163300 ], [ -19.335938, 74.283563 ], [ -21.621094, 74.211983 ], [ -20.390625, 73.824820 ], [ -20.742188, 73.453473 ], [ -22.148438, 73.302624 ], [ -23.554688, 73.302624 ], [ -22.324219, 72.633374 ], [ -22.324219, 72.181804 ], [ -24.257812, 72.607120 ], [ -24.785156, 72.342464 ], [ -23.466797, 72.073911 ], [ -22.148438, 71.469124 ], [ -21.708984, 70.670881 ], [ -23.554688, 70.466207 ], [ -25.576172, 71.441171 ], [ -25.224609, 70.757966 ], [ -26.367188, 70.229744 ], [ -22.324219, 70.140364 ], [ -25.048828, 69.256149 ], [ -27.773438, 68.463800 ], [ -30.673828, 68.138852 ], [ -31.816406, 68.106102 ], [ -32.783203, 67.742759 ], [ -34.189453, 66.687784 ], [ -36.386719, 65.982270 ], [ -37.001953, 65.946472 ], [ -39.814453, 65.440002 ], [ -40.693359, 64.848937 ], [ -40.693359, 64.129784 ], [ -41.220703, 63.470145 ], [ -42.802734, 62.674143 ], [ -42.451172, 61.897578 ], [ -43.417969, 60.108670 ], [ -44.824219, 60.020952 ], [ -46.230469, 60.844911 ], [ -48.251953, 60.844911 ], [ -49.218750, 61.396719 ], [ -49.921875, 62.390369 ], [ -51.591797, 63.626745 ], [ -52.119141, 64.282760 ], [ -52.294922, 65.183030 ], [ -53.701172, 66.089364 ], [ -53.261719, 66.826520 ], [ -53.964844, 67.204032 ], [ -52.998047, 68.366801 ], [ -51.503906, 68.720441 ], [ -51.064453, 69.162558 ], [ -50.888672, 69.930300 ], [ -52.558594, 69.411242 ], [ -53.437500, 69.287257 ], [ -54.667969, 69.595890 ], [ -54.755859, 70.289117 ], [ -54.316406, 70.815812 ], [ -53.437500, 70.844673 ], [ -51.416016, 70.583418 ], [ -53.964844, 71.552741 ], [ -55.019531, 71.413177 ], [ -55.810547, 71.663663 ], [ -54.755859, 72.580829 ], [ -55.283203, 72.945431 ], [ -57.304688, 74.706450 ], [ -58.623047, 75.095633 ], [ -58.623047, 75.519151 ], [ -61.259766, 76.100796 ], [ -63.369141, 76.184995 ], [ -68.466797, 76.058508 ], [ -69.697266, 76.372619 ], [ -71.367188, 76.999935 ], [ -68.818359, 77.331809 ], [ -66.796875, 77.370301 ], [ -71.015625, 77.636542 ], [ -73.300781, 78.043795 ], [ -73.125000, 78.437823 ], [ -65.742188, 79.400085 ], [ -65.302734, 79.765560 ], [ -68.027344, 80.118564 ], [ -67.148438, 80.517603 ], [ -63.720703, 81.214853 ], [ -62.226562, 81.321593 ], [ -62.666016, 81.773644 ], [ -60.292969, 82.033568 ], [ -57.216797, 82.190368 ], [ -54.140625, 82.202302 ], [ -52.998047, 81.886056 ], [ -50.361328, 82.437205 ], [ -47.988281, 82.070028 ], [ -46.582031, 81.984696 ], [ -44.560547, 81.659685 ], [ -46.933594, 82.202302 ], [ -46.757812, 82.631333 ], [ -43.417969, 83.226067 ], [ -39.902344, 83.184473 ], [ -38.583984, 83.549851 ], [ -35.068359, 83.647837 ] ] ], [ [ [ 3.515625, 36.809285 ], [ 3.515625, 6.227934 ], [ 1.845703, 6.140555 ], [ 0.000000, 5.528511 ], [ -1.933594, 4.740675 ], [ -2.812500, 5.003394 ], [ -4.658203, 5.178482 ], [ -5.800781, 5.003394 ], [ -7.558594, 4.302591 ], [ -7.998047, 4.390229 ], [ -8.964844, 4.828260 ], [ -11.425781, 6.751896 ], [ -12.392578, 7.275292 ], [ -12.919922, 7.798079 ], [ -13.271484, 8.928487 ], [ -14.062500, 9.882275 ], [ -14.589844, 10.228437 ], [ -14.853516, 10.833306 ], [ -15.644531, 11.436955 ], [ -16.083984, 11.523088 ], [ -16.347656, 11.953349 ], [ -16.611328, 12.211180 ], [ -16.875000, 13.154376 ], [ -16.699219, 13.581921 ], [ -17.138672, 14.349548 ], [ -17.666016, 14.689881 ], [ -17.226562, 14.944785 ], [ -16.435547, 16.130262 ], [ -16.523438, 16.636192 ], [ -16.259766, 17.140790 ], [ -16.171875, 18.145852 ], [ -16.347656, 19.559790 ], [ -16.259766, 20.055931 ], [ -16.523438, 20.550509 ], [ -17.050781, 20.961440 ], [ -16.962891, 21.861499 ], [ -16.611328, 22.187405 ], [ -16.259766, 22.674847 ], [ -16.347656, 22.998852 ], [ -15.996094, 23.725012 ], [ -15.380859, 24.367114 ], [ -15.117188, 24.527135 ], [ -14.853516, 25.085599 ], [ -14.765625, 25.641526 ], [ -14.414062, 26.273714 ], [ -13.798828, 26.588527 ], [ -13.095703, 27.605671 ], [ -12.656250, 28.071980 ], [ -11.689453, 28.149503 ], [ -10.898438, 28.844674 ], [ -10.371094, 29.075375 ], [ -9.580078, 29.916852 ], [ -9.843750, 31.203405 ], [ -9.316406, 32.546813 ], [ -8.613281, 33.211116 ], [ -6.943359, 34.089061 ], [ -5.888672, 35.746512 ], [ -5.185547, 35.746512 ], [ -4.570312, 35.317366 ], [ -3.603516, 35.389050 ], [ -2.197266, 35.173808 ], [ -1.230469, 35.746512 ], [ 0.000000, 35.960223 ], [ 0.527344, 36.315125 ], [ 1.494141, 36.597889 ], [ 3.515625, 36.809285 ] ] ], [ [ [ -114.697266, 32.694866 ], [ -114.785156, 32.546813 ], [ -111.005859, 31.353637 ], [ -108.281250, 31.353637 ], [ -108.281250, 31.728167 ], [ -106.523438, 31.728167 ], [ -105.029297, 30.675715 ], [ -104.414062, 29.535230 ], [ -103.974609, 29.305561 ], [ -103.095703, 28.998532 ], [ -102.480469, 29.764377 ], [ -101.689453, 29.764377 ], [ -100.986328, 29.382175 ], [ -100.107422, 28.071980 ], [ -99.492188, 27.527758 ], [ -99.052734, 26.352498 ], [ -97.558594, 25.799891 ], [ -97.119141, 25.878994 ], [ -97.734375, 24.287027 ], [ -97.910156, 22.431340 ], [ -97.382812, 21.371244 ], [ -97.207031, 20.632784 ], [ -96.503906, 19.890723 ], [ -96.328125, 19.311143 ], [ -95.888672, 18.812718 ], [ -94.833984, 18.562947 ], [ -94.394531, 18.145852 ], [ -91.406250, 18.895893 ], [ -90.791016, 19.311143 ], [ -90.263672, 20.961440 ], [ -88.505859, 21.453069 ], [ -87.011719, 21.534847 ], [ -86.835938, 21.289374 ], [ -86.835938, 20.879343 ], [ -87.363281, 20.220966 ], [ -87.626953, 19.642588 ], [ -87.451172, 19.476950 ], [ -87.802734, 18.229351 ], [ -88.066406, 18.479609 ], [ -88.330078, 18.479609 ], [ -88.330078, 18.312811 ], [ -88.066406, 18.312811 ], [ -88.330078, 16.551962 ], [ -88.945312, 15.876809 ], [ -89.208984, 15.876809 ], [ -89.121094, 17.811456 ], [ -90.966797, 17.811456 ], [ -90.966797, 17.224758 ], [ -91.494141, 17.224758 ], [ -90.439453, 16.383391 ], [ -90.439453, 16.045813 ], [ -91.757812, 16.045813 ], [ -92.197266, 15.284185 ], [ -92.109375, 15.029686 ], [ -92.197266, 14.519780 ], [ -93.339844, 15.623037 ], [ -93.867188, 15.961329 ], [ -94.658203, 16.214675 ], [ -95.273438, 16.130262 ], [ -96.591797, 15.623037 ], [ -100.810547, 17.140790 ], [ -101.953125, 17.895114 ], [ -103.535156, 18.312811 ], [ -103.886719, 18.729502 ], [ -105.029297, 19.311143 ], [ -105.468750, 19.973349 ], [ -105.732422, 20.468189 ], [ -105.380859, 20.550509 ], [ -105.468750, 20.797201 ], [ -105.292969, 21.043491 ], [ -105.292969, 21.453069 ], [ -105.996094, 22.755921 ], [ -106.875000, 23.805450 ], [ -107.929688, 24.527135 ], [ -108.369141, 25.165173 ], [ -109.248047, 25.562265 ], [ -109.423828, 25.799891 ], [ -109.248047, 26.431228 ], [ -109.775391, 26.667096 ], [ -110.390625, 27.137368 ], [ -110.654297, 27.839076 ], [ -111.181641, 27.916767 ], [ -112.236328, 28.921631 ], [ -112.236328, 29.228890 ], [ -113.203125, 30.751278 ], [ -113.115234, 31.203405 ], [ -113.906250, 31.578535 ], [ -114.169922, 31.503629 ], [ -114.785156, 31.802893 ], [ -114.960938, 31.428663 ], [ -114.697266, 30.145127 ], [ -113.291016, 28.767659 ], [ -113.115234, 28.381735 ], [ -112.939453, 28.459033 ], [ -112.763672, 27.761330 ], [ -112.236328, 27.137368 ], [ -111.621094, 26.667096 ], [ -111.269531, 25.720735 ], [ -110.742188, 24.846565 ], [ -110.654297, 24.287027 ], [ -110.214844, 24.287027 ], [ -109.423828, 23.402765 ], [ -109.423828, 23.160563 ], [ -109.863281, 22.836946 ], [ -110.039062, 22.836946 ], [ -110.302734, 23.402765 ], [ -110.917969, 23.966176 ], [ -112.148438, 24.766785 ], [ -112.148438, 25.482951 ], [ -112.324219, 26.037042 ], [ -113.466797, 26.745610 ], [ -113.554688, 26.667096 ], [ -113.818359, 26.902477 ], [ -114.433594, 27.137368 ], [ -115.048828, 27.683528 ], [ -114.609375, 27.761330 ], [ -114.169922, 28.149503 ], [ -114.169922, 28.536275 ], [ -114.960938, 29.305561 ], [ -115.488281, 29.535230 ], [ -117.158203, 32.546813 ], [ -114.697266, 32.694866 ] ] ], [ [ [ 3.515625, 51.454007 ], [ 3.515625, 43.197167 ], [ 3.076172, 43.068888 ], [ 3.076172, 41.902277 ], [ 2.109375, 41.244772 ], [ 0.791016, 41.046217 ], [ 0.703125, 40.647304 ], [ 0.000000, 39.909736 ], [ -0.263672, 39.300299 ], [ 0.087891, 38.754083 ], [ 0.000000, 38.685510 ], [ -0.439453, 38.272689 ], [ -0.703125, 37.649034 ], [ -1.406250, 37.439974 ], [ -2.109375, 36.668419 ], [ -4.394531, 36.668419 ], [ -5.009766, 36.315125 ], [ -5.361328, 35.960223 ], [ -5.888672, 36.031332 ], [ -6.240234, 36.385913 ], [ -6.503906, 36.949892 ], [ -7.470703, 37.090240 ], [ -7.822266, 36.809285 ], [ -8.349609, 36.949892 ], [ -8.876953, 36.879621 ], [ -8.701172, 37.649034 ], [ -8.876953, 38.272689 ], [ -9.316406, 38.341656 ], [ -9.492188, 38.754083 ], [ -9.404297, 39.368279 ], [ -9.052734, 39.774769 ], [ -8.789062, 40.780541 ], [ -9.052734, 41.902277 ], [ -8.964844, 42.617791 ], [ -9.404297, 43.004647 ], [ -7.998047, 43.771094 ], [ -6.767578, 43.580391 ], [ -5.449219, 43.580391 ], [ -4.306641, 43.389082 ], [ -1.933594, 43.452919 ], [ -1.406250, 44.024422 ], [ -1.230469, 46.012224 ], [ -2.197266, 47.040182 ], [ -2.988281, 47.576526 ], [ -4.482422, 47.931066 ], [ -4.570312, 48.690960 ], [ -3.251953, 48.922499 ], [ -1.582031, 48.632909 ], [ -1.933594, 49.781264 ], [ -0.966797, 49.325122 ], [ 0.000000, 49.667628 ], [ 1.318359, 50.120578 ], [ 1.669922, 50.958427 ], [ 3.339844, 51.344339 ], [ 3.515625, 51.454007 ] ] ], [ [ [ -2.988281, 58.631217 ], [ -4.042969, 57.562995 ], [ -3.076172, 57.704147 ], [ -1.933594, 57.704147 ], [ -2.197266, 56.848972 ], [ -3.076172, 55.973798 ], [ -2.109375, 55.924586 ], [ -1.142578, 54.622978 ], [ -0.439453, 54.470038 ], [ 0.000000, 53.644638 ], [ 0.439453, 52.908902 ], [ 1.669922, 52.749594 ], [ 1.582031, 52.106505 ], [ 1.054688, 51.781436 ], [ 1.494141, 51.289406 ], [ 0.527344, 50.792047 ], [ -0.791016, 50.792047 ], [ -2.460938, 50.513427 ], [ -2.988281, 50.680797 ], [ -3.603516, 50.233152 ], [ -4.570312, 50.345460 ], [ -5.273438, 49.951220 ], [ -5.800781, 50.176898 ], [ -4.306641, 51.234407 ], [ -3.427734, 51.399206 ], [ -5.009766, 51.618017 ], [ -5.273438, 51.998410 ], [ -4.218750, 52.321911 ], [ -4.746094, 52.855864 ], [ -4.570312, 53.488046 ], [ -3.076172, 53.383328 ], [ -2.900391, 54.007769 ], [ -3.603516, 54.622978 ], [ -4.833984, 54.775346 ], [ -5.097656, 55.078367 ], [ -4.746094, 55.528631 ], [ -5.009766, 55.776573 ], [ -5.625000, 55.329144 ], [ -5.625000, 56.267761 ], [ -6.152344, 56.800878 ], [ -5.800781, 57.797944 ], [ -5.009766, 58.631217 ], [ -4.218750, 58.539595 ], [ -2.988281, 58.631217 ] ] ], [ [ [ -16.171875, 66.513260 ], [ -14.501953, 66.443107 ], [ -14.765625, 65.802776 ], [ -13.623047, 65.109148 ], [ -14.941406, 64.358931 ], [ -18.632812, 63.509375 ], [ -22.763672, 63.975961 ], [ -21.796875, 64.396938 ], [ -23.994141, 64.886265 ], [ -22.148438, 65.072130 ], [ -22.236328, 65.366837 ], [ -24.345703, 65.622023 ], [ -23.642578, 66.266856 ], [ -22.148438, 66.407955 ], [ -20.566406, 65.730626 ], [ -19.072266, 66.266856 ], [ -17.753906, 65.982270 ], [ -16.171875, 66.513260 ] ] ], [ [ [ -6.767578, 55.178868 ], [ -5.625000, 54.572062 ], [ -6.240234, 53.852527 ], [ -6.064453, 53.173119 ], [ -6.767578, 52.268157 ], [ -8.525391, 51.672555 ], [ -10.019531, 51.835778 ], [ -9.140625, 52.855864 ], [ -9.667969, 53.904338 ], [ -7.558594, 55.128649 ], [ -6.767578, 55.178868 ] ] ], [ [ [ -61.083984, 10.919618 ], [ -60.908203, 10.833306 ], [ -60.908203, 10.141932 ], [ -61.787109, 9.968851 ], [ -61.962891, 10.055403 ], [ -61.699219, 10.401378 ], [ -61.699219, 10.746969 ], [ -61.083984, 10.919618 ] ] ], [ [ [ -82.265625, 23.160563 ], [ -80.595703, 23.079732 ], [ -79.716797, 22.755921 ], [ -79.277344, 22.431340 ], [ -78.310547, 22.512557 ], [ -76.552734, 21.207459 ], [ -75.585938, 21.043491 ], [ -75.673828, 20.715015 ], [ -74.970703, 20.715015 ], [ -74.179688, 20.303418 ], [ -74.267578, 20.055931 ], [ -74.970703, 19.890723 ], [ -77.783203, 19.890723 ], [ -77.080078, 20.385825 ], [ -77.519531, 20.632784 ], [ -78.134766, 20.715015 ], [ -78.486328, 21.043491 ], [ -78.750000, 21.616579 ], [ -79.277344, 21.534847 ], [ -80.244141, 21.861499 ], [ -80.507812, 22.024546 ], [ -81.826172, 22.187405 ], [ -82.177734, 22.350076 ], [ -81.826172, 22.674847 ], [ -82.792969, 22.674847 ], [ -83.496094, 22.187405 ], [ -83.935547, 22.187405 ], [ -84.023438, 21.943046 ], [ -84.550781, 21.779905 ], [ -84.990234, 21.861499 ], [ -84.462891, 22.187405 ], [ -84.199219, 22.593726 ], [ -83.759766, 22.755921 ], [ -82.265625, 23.160563 ] ] ], [ [ [ -70.839844, 19.890723 ], [ -70.224609, 19.642588 ], [ -69.960938, 19.642588 ], [ -69.785156, 19.311143 ], [ -69.257812, 19.311143 ], [ -69.257812, 18.979026 ], [ -68.818359, 18.979026 ], [ -68.291016, 18.646245 ], [ -68.730469, 18.229351 ], [ -69.169922, 18.396230 ], [ -69.960938, 18.396230 ], [ -70.136719, 18.229351 ], [ -70.488281, 18.145852 ], [ -70.664062, 18.396230 ], [ -71.015625, 18.312811 ], [ -71.367188, 17.560247 ], [ -71.630859, 17.727759 ], [ -71.718750, 18.062312 ], [ -72.333984, 18.229351 ], [ -73.476562, 18.229351 ], [ -73.916016, 18.062312 ], [ -74.443359, 18.312811 ], [ -74.355469, 18.646245 ], [ -72.685547, 18.479609 ], [ -72.333984, 18.646245 ], [ -72.773438, 19.062118 ], [ -72.773438, 19.476950 ], [ -73.388672, 19.642588 ], [ -73.212891, 19.890723 ], [ -71.718750, 19.725342 ], [ -71.542969, 19.890723 ], [ -70.839844, 19.890723 ] ] ], [ [ [ -77.783203, 18.562947 ], [ -76.904297, 18.396230 ], [ -76.376953, 18.145852 ], [ -76.201172, 17.895114 ], [ -76.904297, 17.895114 ], [ -77.167969, 17.727759 ], [ -77.783203, 17.895114 ], [ -78.310547, 18.229351 ], [ -78.222656, 18.479609 ], [ -77.783203, 18.562947 ] ] ], [ [ [ -78.222656, 25.244696 ], [ -77.871094, 25.165173 ], [ -77.519531, 24.367114 ], [ -77.519531, 23.725012 ], [ -77.783203, 23.725012 ], [ -78.046875, 24.287027 ], [ -78.398438, 24.607069 ], [ -78.222656, 25.244696 ] ] ], [ [ [ -67.060547, 18.479609 ], [ -65.742188, 18.396230 ], [ -65.566406, 18.229351 ], [ -65.830078, 17.978733 ], [ -67.148438, 17.978733 ], [ -67.236328, 18.396230 ], [ -67.060547, 18.479609 ] ] ], [ [ [ -78.486328, 26.902477 ], [ -77.871094, 26.824071 ], [ -77.783203, 26.588527 ], [ -78.925781, 26.431228 ], [ -79.013672, 26.824071 ], [ -78.486328, 26.902477 ] ] ], [ [ [ -77.783203, 27.059126 ], [ -76.992188, 26.588527 ], [ -77.167969, 25.878994 ], [ -77.343750, 26.037042 ], [ -77.343750, 26.509905 ], [ -77.783203, 27.059126 ] ] ] ] } } +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -89.121094, 17.811456 ], [ -89.208984, 15.876809 ], [ -88.945312, 15.876809 ], [ -88.593750, 15.707663 ], [ -88.505859, 15.834536 ], [ -88.242188, 15.707663 ], [ -88.681641, 15.326572 ], [ -89.165039, 15.072124 ], [ -89.208984, 14.859850 ], [ -89.165039, 14.689881 ], [ -89.340820, 14.434680 ], [ -89.604492, 14.349548 ], [ -89.516602, 14.264383 ], [ -90.043945, 13.880746 ], [ -90.087891, 13.752725 ], [ -90.615234, 13.923404 ], [ -91.230469, 13.923404 ], [ -91.669922, 14.136576 ], [ -92.241211, 14.519780 ], [ -92.197266, 14.817371 ], [ -92.065430, 15.072124 ], [ -92.241211, 15.241790 ], [ -91.757812, 16.045813 ], [ -90.483398, 16.088042 ], [ -90.439453, 16.425548 ], [ -90.615234, 16.467695 ], [ -90.703125, 16.678293 ], [ -91.450195, 17.266728 ], [ -91.010742, 17.266728 ], [ -91.010742, 17.811456 ], [ -89.121094, 17.811456 ] ] ], [ [ [ -155.874023, 20.262197 ], [ -155.214844, 19.973349 ], [ -154.819336, 19.518375 ], [ -155.522461, 19.062118 ], [ -155.698242, 18.895893 ], [ -155.917969, 19.062118 ], [ -155.917969, 19.352611 ], [ -156.093750, 19.683970 ], [ -155.830078, 19.973349 ], [ -155.917969, 20.179724 ], [ -155.874023, 20.262197 ] ] ], [ [ [ -156.621094, 21.002471 ], [ -156.269531, 20.920397 ], [ -156.005859, 20.756114 ], [ -156.093750, 20.632784 ], [ -156.401367, 20.591652 ], [ -156.708984, 20.879343 ], [ -156.621094, 21.002471 ] ] ], [ [ [ -157.236328, 21.207459 ], [ -156.752930, 21.166484 ], [ -156.796875, 21.084500 ], [ -157.324219, 21.084500 ], [ -157.236328, 21.207459 ] ] ], [ [ [ -158.027344, 21.698265 ], [ -157.631836, 21.330315 ], [ -157.719727, 21.248422 ], [ -158.115234, 21.330315 ], [ -158.291016, 21.575719 ], [ -158.027344, 21.698265 ] ] ], [ [ [ -159.345703, 22.228090 ], [ -159.345703, 21.983801 ], [ -159.477539, 21.861499 ], [ -159.785156, 22.065278 ], [ -159.609375, 22.228090 ], [ -159.345703, 22.228090 ] ] ], [ [ [ -94.833984, 49.382373 ], [ -94.658203, 48.835797 ], [ -94.306641, 48.661943 ], [ -92.592773, 48.458352 ], [ -91.625977, 48.136767 ], [ -90.834961, 48.283193 ], [ -89.604492, 48.019324 ], [ -89.252930, 48.019324 ], [ -88.374023, 48.312428 ], [ -84.858398, 46.890232 ], [ -84.770508, 46.649436 ], [ -84.550781, 46.528635 ], [ -84.594727, 46.437857 ], [ -84.331055, 46.407564 ], [ -84.155273, 46.498392 ], [ -84.111328, 46.286224 ], [ -83.891602, 46.103709 ], [ -83.627930, 46.103709 ], [ -83.452148, 45.981695 ], [ -83.583984, 45.828799 ], [ -82.529297, 45.336702 ], [ -82.133789, 43.580391 ], [ -82.441406, 42.972502 ], [ -83.100586, 42.065607 ], [ -83.144531, 41.967659 ], [ -83.012695, 41.836828 ], [ -82.705078, 41.672912 ], [ -82.441406, 41.672912 ], [ -81.254883, 42.195969 ], [ -80.244141, 42.358544 ], [ -78.925781, 42.875964 ], [ -79.013672, 43.261206 ], [ -79.189453, 43.452919 ], [ -78.706055, 43.612217 ], [ -76.816406, 43.612217 ], [ -76.508789, 44.024422 ], [ -75.322266, 44.809122 ], [ -74.882812, 44.995883 ], [ -71.499023, 44.995883 ], [ -71.411133, 45.243953 ], [ -71.103516, 45.305803 ], [ -70.664062, 45.460131 ], [ -70.312500, 45.920587 ], [ -70.004883, 46.679594 ], [ -69.257812, 47.457809 ], [ -68.906250, 47.189712 ], [ -68.247070, 47.368594 ], [ -67.807617, 47.070122 ], [ -67.807617, 45.706179 ], [ -67.148438, 45.151053 ], [ -66.972656, 44.809122 ], [ -68.027344, 44.339565 ], [ -70.136719, 43.675818 ], [ -70.795898, 42.875964 ], [ -70.839844, 42.326062 ], [ -70.488281, 41.804078 ], [ -70.092773, 41.771312 ], [ -70.180664, 42.130821 ], [ -69.873047, 41.934977 ], [ -69.960938, 41.640078 ], [ -70.620117, 41.475660 ], [ -71.103516, 41.508577 ], [ -71.850586, 41.310824 ], [ -72.861328, 41.211722 ], [ -73.696289, 40.913513 ], [ -72.246094, 41.112469 ], [ -71.938477, 40.913513 ], [ -73.344727, 40.613952 ], [ -73.959961, 40.613952 ], [ -73.959961, 40.747257 ], [ -74.267578, 40.480381 ], [ -73.959961, 40.413496 ], [ -74.179688, 39.707187 ], [ -74.882812, 38.925229 ], [ -74.970703, 39.198205 ], [ -75.190430, 39.232253 ], [ -75.541992, 39.504041 ], [ -75.322266, 38.959409 ], [ -75.058594, 38.788345 ], [ -75.058594, 38.410558 ], [ -75.937500, 37.230328 ], [ -76.025391, 37.265310 ], [ -75.717773, 37.926868 ], [ -76.245117, 38.307181 ], [ -76.333008, 39.164141 ], [ -76.552734, 38.719805 ], [ -76.333008, 38.065392 ], [ -76.992188, 38.238180 ], [ -76.289062, 37.926868 ], [ -76.245117, 36.949892 ], [ -75.981445, 36.879621 ], [ -75.717773, 35.532226 ], [ -76.376953, 34.813803 ], [ -77.387695, 34.524661 ], [ -78.046875, 33.906896 ], [ -78.574219, 33.870416 ], [ -79.057617, 33.504759 ], [ -79.189453, 33.174342 ], [ -80.288086, 32.509762 ], [ -80.859375, 32.026706 ], [ -81.342773, 31.428663 ], [ -81.474609, 30.713504 ], [ -81.298828, 30.031055 ], [ -80.991211, 29.190533 ], [ -80.551758, 28.459033 ], [ -80.507812, 28.033198 ], [ -80.068359, 26.863281 ], [ -80.112305, 25.799891 ], [ -80.375977, 25.204941 ], [ -80.683594, 25.085599 ], [ -81.166992, 25.204941 ], [ -81.342773, 25.641526 ], [ -81.694336, 25.878994 ], [ -82.705078, 27.488781 ], [ -82.836914, 27.877928 ], [ -82.661133, 28.536275 ], [ -82.924805, 29.113775 ], [ -83.715820, 29.916852 ], [ -84.111328, 30.107118 ], [ -85.122070, 29.649869 ], [ -85.297852, 29.688053 ], [ -85.781250, 30.145127 ], [ -86.396484, 30.410782 ], [ -87.539062, 30.259067 ], [ -88.417969, 30.372875 ], [ -89.165039, 30.297018 ], [ -89.604492, 30.145127 ], [ -89.428711, 29.878755 ], [ -89.428711, 29.496988 ], [ -89.208984, 29.305561 ], [ -89.428711, 29.152161 ], [ -89.780273, 29.305561 ], [ -90.131836, 29.113775 ], [ -90.878906, 29.152161 ], [ -91.625977, 29.688053 ], [ -92.504883, 29.535230 ], [ -93.208008, 29.764377 ], [ -93.867188, 29.726222 ], [ -94.702148, 29.496988 ], [ -95.581055, 28.729130 ], [ -96.591797, 28.304381 ], [ -97.119141, 27.839076 ], [ -97.382812, 27.371767 ], [ -97.382812, 26.706360 ], [ -97.338867, 26.194877 ], [ -97.119141, 25.878994 ], [ -97.514648, 25.839449 ], [ -98.217773, 26.076521 ], [ -99.008789, 26.352498 ], [ -99.316406, 26.824071 ], [ -99.536133, 27.527758 ], [ -100.107422, 28.110749 ], [ -100.942383, 29.382175 ], [ -101.645508, 29.764377 ], [ -102.480469, 29.764377 ], [ -103.095703, 28.960089 ], [ -103.930664, 29.267233 ], [ -104.458008, 29.573457 ], [ -104.721680, 30.107118 ], [ -105.029297, 30.637912 ], [ -106.127930, 31.391158 ], [ -106.523438, 31.765537 ], [ -108.237305, 31.765537 ], [ -108.237305, 31.353637 ], [ -111.005859, 31.316101 ], [ -114.829102, 32.509762 ], [ -114.741211, 32.731841 ], [ -117.114258, 32.546813 ], [ -117.290039, 33.027088 ], [ -117.949219, 33.614619 ], [ -118.388672, 33.724340 ], [ -118.520508, 34.016242 ], [ -119.091797, 34.089061 ], [ -119.443359, 34.343436 ], [ -120.366211, 34.452218 ], [ -120.629883, 34.597042 ], [ -120.761719, 35.137879 ], [ -121.728516, 36.173357 ], [ -122.563477, 37.544577 ], [ -122.519531, 37.788081 ], [ -122.958984, 38.099983 ], [ -123.706055, 38.959409 ], [ -123.881836, 39.774769 ], [ -124.409180, 40.313043 ], [ -124.189453, 41.145570 ], [ -124.233398, 42.000325 ], [ -124.541016, 42.779275 ], [ -124.145508, 43.707594 ], [ -123.881836, 45.521744 ], [ -124.057617, 46.860191 ], [ -124.409180, 47.724545 ], [ -124.672852, 48.195387 ], [ -124.584961, 48.370848 ], [ -123.134766, 48.048710 ], [ -122.607422, 47.100045 ], [ -122.343750, 47.368594 ], [ -122.519531, 48.166085 ], [ -122.827148, 49.009051 ], [ -95.141602, 49.009051 ], [ -95.141602, 49.382373 ], [ -94.833984, 49.382373 ] ] ], [ [ [ -35.068359, 83.642973 ], [ -27.114258, 83.520162 ], [ -20.830078, 82.726530 ], [ -22.675781, 82.344100 ], [ -26.499023, 82.297121 ], [ -31.904297, 82.202302 ], [ -31.376953, 82.021378 ], [ -27.861328, 82.130427 ], [ -24.829102, 81.786210 ], [ -22.895508, 82.094243 ], [ -22.060547, 81.735830 ], [ -23.159180, 81.154241 ], [ -20.610352, 81.524751 ], [ -15.776367, 81.910828 ], [ -12.788086, 81.716859 ], [ -12.216797, 81.288376 ], [ -16.303711, 80.582539 ], [ -16.831055, 80.349631 ], [ -20.039062, 80.178713 ], [ -17.709961, 80.126102 ], [ -18.896484, 79.400085 ], [ -19.687500, 78.750659 ], [ -19.687500, 77.636542 ], [ -18.457031, 76.990046 ], [ -20.039062, 76.940488 ], [ -21.665039, 76.629067 ], [ -19.819336, 76.100796 ], [ -19.599609, 75.253057 ], [ -20.654297, 75.152043 ], [ -19.379883, 74.295463 ], [ -21.577148, 74.223935 ], [ -20.434570, 73.812574 ], [ -20.742188, 73.465984 ], [ -22.192383, 73.315246 ], [ -23.554688, 73.302624 ], [ -22.324219, 72.633374 ], [ -22.280273, 72.181804 ], [ -24.257812, 72.593979 ], [ -24.785156, 72.329130 ], [ -23.422852, 72.073911 ], [ -22.148438, 71.469124 ], [ -21.752930, 70.656330 ], [ -23.554688, 70.466207 ], [ -25.532227, 71.427179 ], [ -25.180664, 70.757966 ], [ -26.367188, 70.229744 ], [ -23.730469, 70.185103 ], [ -22.368164, 70.125430 ], [ -25.048828, 69.256149 ], [ -27.729492, 68.463800 ], [ -30.673828, 68.122482 ], [ -31.772461, 68.122482 ], [ -32.827148, 67.742759 ], [ -34.189453, 66.687784 ], [ -36.342773, 65.982270 ], [ -37.045898, 65.928554 ], [ -39.814453, 65.458261 ], [ -40.649414, 64.830254 ], [ -40.693359, 64.129784 ], [ -41.176758, 63.489767 ], [ -42.802734, 62.674143 ], [ -42.407227, 61.897578 ], [ -43.374023, 60.086763 ], [ -44.780273, 60.042904 ], [ -46.274414, 60.844911 ], [ -48.251953, 60.866312 ], [ -49.218750, 61.396719 ], [ -49.877930, 62.390369 ], [ -51.635742, 63.626745 ], [ -52.119141, 64.282760 ], [ -52.294922, 65.183030 ], [ -53.657227, 66.107170 ], [ -53.305664, 66.843807 ], [ -53.964844, 67.187000 ], [ -52.998047, 68.350594 ], [ -51.459961, 68.736383 ], [ -51.064453, 69.146920 ], [ -50.888672, 69.930300 ], [ -52.558594, 69.426691 ], [ -53.437500, 69.287257 ], [ -54.667969, 69.611206 ], [ -54.755859, 70.289117 ], [ -54.360352, 70.815812 ], [ -53.437500, 70.830248 ], [ -51.372070, 70.568803 ], [ -54.008789, 71.552741 ], [ -55.019531, 71.399165 ], [ -55.854492, 71.649833 ], [ -54.711914, 72.580829 ], [ -55.327148, 72.958315 ], [ -57.304688, 74.706450 ], [ -58.579102, 75.095633 ], [ -58.579102, 75.519151 ], [ -61.259766, 76.100796 ], [ -63.369141, 76.174498 ], [ -66.049805, 76.132430 ], [ -68.510742, 76.058508 ], [ -69.653320, 76.382969 ], [ -71.411133, 77.009817 ], [ -68.774414, 77.322168 ], [ -66.752930, 77.379906 ], [ -71.059570, 77.636542 ], [ -73.300781, 78.043795 ], [ -73.168945, 78.429011 ], [ -69.389648, 78.912384 ], [ -65.698242, 79.391998 ], [ -65.302734, 79.757749 ], [ -68.027344, 80.118564 ], [ -67.148438, 80.517603 ], [ -63.676758, 81.214853 ], [ -62.226562, 81.321593 ], [ -62.666016, 81.767353 ], [ -60.292969, 82.033568 ], [ -57.216797, 82.190368 ], [ -54.140625, 82.202302 ], [ -53.041992, 81.886056 ], [ -50.405273, 82.437205 ], [ -47.988281, 82.063963 ], [ -46.582031, 81.984696 ], [ -44.516602, 81.659685 ], [ -46.889648, 82.202302 ], [ -46.757812, 82.625695 ], [ -43.417969, 83.226067 ], [ -39.902344, 83.179256 ], [ -38.627930, 83.549851 ], [ -35.068359, 83.642973 ] ] ], [ [ [ -156.577148, 71.357067 ], [ -155.083008, 71.145195 ], [ -154.335938, 70.699951 ], [ -153.896484, 70.887885 ], [ -152.226562, 70.830248 ], [ -152.270508, 70.598021 ], [ -150.732422, 70.436799 ], [ -149.721680, 70.524897 ], [ -147.612305, 70.214875 ], [ -145.678711, 70.125430 ], [ -144.931641, 69.990535 ], [ -143.569336, 70.155288 ], [ -142.075195, 69.854762 ], [ -140.976562, 69.718107 ], [ -140.976562, 60.305185 ], [ -140.009766, 60.283408 ], [ -139.042969, 59.998986 ], [ -138.339844, 59.556592 ], [ -137.460938, 58.904646 ], [ -136.494141, 59.467408 ], [ -135.483398, 59.778522 ], [ -134.956055, 59.265881 ], [ -134.252930, 58.859224 ], [ -133.374023, 58.401712 ], [ -131.704102, 56.559482 ], [ -129.990234, 55.924586 ], [ -129.990234, 55.279115 ], [ -130.517578, 54.800685 ], [ -131.088867, 55.178868 ], [ -131.967773, 55.503750 ], [ -132.231445, 56.365250 ], [ -133.549805, 57.183902 ], [ -134.077148, 58.124320 ], [ -135.043945, 58.193871 ], [ -136.625977, 58.217025 ], [ -137.812500, 58.493694 ], [ -139.877930, 59.534318 ], [ -142.558594, 60.086763 ], [ -143.964844, 59.998986 ], [ -145.942383, 60.457218 ], [ -147.128906, 60.887700 ], [ -148.227539, 60.673179 ], [ -148.007812, 59.977005 ], [ -148.579102, 59.910976 ], [ -149.721680, 59.712097 ], [ -150.600586, 59.377988 ], [ -151.699219, 59.153403 ], [ -151.875000, 59.734253 ], [ -151.391602, 60.716198 ], [ -150.336914, 61.037012 ], [ -150.600586, 61.291349 ], [ -151.875000, 60.716198 ], [ -152.578125, 60.064840 ], [ -154.028320, 59.355596 ], [ -153.281250, 58.859224 ], [ -154.248047, 58.147519 ], [ -155.302734, 57.727619 ], [ -156.313477, 57.421294 ], [ -156.533203, 56.968936 ], [ -158.115234, 56.462490 ], [ -158.422852, 55.998381 ], [ -159.609375, 55.553495 ], [ -160.268555, 55.652798 ], [ -162.246094, 55.028022 ], [ -163.081055, 54.699234 ], [ -164.794922, 54.393352 ], [ -164.926758, 54.572062 ], [ -163.828125, 55.028022 ], [ -162.861328, 55.354135 ], [ -161.806641, 55.899956 ], [ -160.576172, 55.998381 ], [ -160.048828, 56.413901 ], [ -158.686523, 57.016814 ], [ -158.466797, 57.207710 ], [ -157.719727, 57.562995 ], [ -157.543945, 58.332567 ], [ -157.060547, 58.927334 ], [ -158.203125, 58.608334 ], [ -158.510742, 58.790978 ], [ -159.038086, 58.424730 ], [ -159.697266, 58.927334 ], [ -159.960938, 58.562523 ], [ -160.356445, 59.063154 ], [ -161.367188, 58.676938 ], [ -161.982422, 58.676938 ], [ -162.070312, 59.265881 ], [ -161.894531, 59.623325 ], [ -162.509766, 59.998986 ], [ -163.828125, 59.800634 ], [ -164.663086, 60.261617 ], [ -165.366211, 60.500525 ], [ -165.366211, 61.079544 ], [ -166.113281, 61.501734 ], [ -165.717773, 62.083315 ], [ -164.926758, 62.633770 ], [ -164.575195, 63.154355 ], [ -163.740234, 63.213830 ], [ -163.081055, 63.054959 ], [ -162.246094, 63.548552 ], [ -161.542969, 63.450509 ], [ -160.751953, 63.763065 ], [ -160.971680, 64.225493 ], [ -161.499023, 64.396938 ], [ -160.795898, 64.792848 ], [ -161.411133, 64.774125 ], [ -162.465820, 64.567319 ], [ -162.773438, 64.339908 ], [ -163.564453, 64.567319 ], [ -164.970703, 64.453849 ], [ -166.420898, 64.680318 ], [ -166.860352, 65.090646 ], [ -168.090820, 65.676381 ], [ -166.684570, 66.089364 ], [ -164.487305, 66.583217 ], [ -163.652344, 66.583217 ], [ -163.784180, 66.071546 ], [ -161.674805, 66.107170 ], [ -162.509766, 66.739902 ], [ -163.740234, 67.118748 ], [ -164.443359, 67.609221 ], [ -165.410156, 68.040461 ], [ -166.772461, 68.350594 ], [ -166.201172, 68.879358 ], [ -164.443359, 68.911005 ], [ -163.168945, 69.364831 ], [ -162.949219, 69.854762 ], [ -161.894531, 70.333533 ], [ -160.927734, 70.451508 ], [ -159.038086, 70.887885 ], [ -158.115234, 70.830248 ], [ -156.577148, 71.357067 ] ] ], [ [ [ -153.237305, 57.961503 ], [ -152.578125, 57.891497 ], [ -152.138672, 57.586559 ], [ -153.017578, 57.112385 ], [ -153.984375, 56.728622 ], [ -154.511719, 56.992883 ], [ -154.687500, 57.468589 ], [ -153.764648, 57.821355 ], [ -153.237305, 57.961503 ] ] ], [ [ [ -171.738281, 63.782486 ], [ -171.123047, 63.587675 ], [ -170.507812, 63.685248 ], [ -169.672852, 63.430860 ], [ -168.706055, 63.292939 ], [ -168.750000, 63.194018 ], [ -169.541016, 62.975198 ], [ -170.288086, 63.194018 ], [ -170.683594, 63.371832 ], [ -171.562500, 63.312683 ], [ -171.782227, 63.411198 ], [ -171.738281, 63.782486 ] ] ], [ [ [ -166.464844, 60.392148 ], [ -165.673828, 60.283408 ], [ -165.585938, 59.910976 ], [ -166.201172, 59.756395 ], [ -166.860352, 59.933000 ], [ -167.475586, 60.217991 ], [ -166.464844, 60.392148 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -95.185547, 71.910888 ], [ -93.867188, 71.746432 ], [ -92.900391, 71.328950 ], [ -91.494141, 70.199994 ], [ -92.373047, 69.687618 ], [ -90.527344, 69.503765 ], [ -90.527344, 68.463800 ], [ -89.208984, 69.256149 ], [ -87.978516, 68.624544 ], [ -88.330078, 67.875541 ], [ -87.363281, 67.204032 ], [ -86.308594, 67.908619 ], [ -85.605469, 68.784144 ], [ -85.517578, 69.869892 ], [ -84.111328, 69.809309 ], [ -82.617188, 69.657086 ], [ -81.298828, 69.162558 ], [ -81.210938, 68.656555 ], [ -82.001953, 68.138852 ], [ -81.298828, 67.609221 ], [ -81.386719, 67.101656 ], [ -83.320312, 66.407955 ], [ -84.726562, 66.266856 ], [ -85.781250, 66.548263 ], [ -86.044922, 66.053716 ], [ -87.011719, 65.219894 ], [ -87.363281, 64.774125 ], [ -88.505859, 64.091408 ], [ -89.912109, 64.014496 ], [ -90.703125, 63.626745 ], [ -90.791016, 62.955223 ], [ -91.933594, 62.835089 ], [ -93.164062, 62.021528 ], [ -94.218750, 60.887700 ], [ -94.658203, 60.108670 ], [ -94.658203, 58.950008 ], [ -93.251953, 58.768200 ], [ -92.285156, 57.088515 ], [ -90.878906, 57.279043 ], [ -89.033203, 56.848972 ], [ -88.066406, 56.462490 ], [ -87.363281, 55.973798 ], [ -86.044922, 55.727110 ], [ -84.990234, 55.279115 ], [ -82.265625, 55.128649 ], [ -82.441406, 54.265224 ], [ -82.089844, 53.278353 ], [ -81.386719, 52.160455 ], [ -79.892578, 51.234407 ], [ -79.101562, 51.508742 ], [ -78.574219, 52.536273 ], [ -79.101562, 54.162434 ], [ -79.804688, 54.673831 ], [ -78.222656, 55.128649 ], [ -77.080078, 55.825973 ], [ -76.552734, 56.511018 ], [ -76.640625, 57.183902 ], [ -77.343750, 58.031372 ], [ -78.486328, 58.813742 ], [ -77.343750, 59.844815 ], [ -77.783203, 60.759160 ], [ -78.134766, 62.308794 ], [ -77.431641, 62.552857 ], [ -74.707031, 62.186014 ], [ -73.828125, 62.431074 ], [ -71.718750, 61.522695 ], [ -71.367188, 61.143235 ], [ -69.609375, 61.058285 ], [ -69.609375, 60.239811 ], [ -69.257812, 58.950008 ], [ -68.378906, 58.813742 ], [ -67.675781, 58.217025 ], [ -66.181641, 58.768200 ], [ -65.214844, 59.888937 ], [ -64.599609, 60.326948 ], [ -61.435547, 56.944974 ], [ -61.787109, 56.316537 ], [ -60.468750, 55.776573 ], [ -59.589844, 55.178868 ], [ -58.007812, 54.927142 ], [ -57.304688, 54.622978 ], [ -56.953125, 53.800651 ], [ -56.162109, 53.644638 ], [ -55.722656, 53.278353 ], [ -55.722656, 52.160455 ], [ -57.128906, 51.399206 ], [ -58.798828, 51.069017 ], [ -60.029297, 50.233152 ], [ -61.699219, 50.064192 ], [ -63.896484, 50.289339 ], [ -66.357422, 50.233152 ], [ -67.236328, 49.496675 ], [ -68.466797, 49.095452 ], [ -71.103516, 46.800059 ], [ -70.224609, 46.980252 ], [ -68.642578, 48.283193 ], [ -66.533203, 49.152970 ], [ -65.039062, 49.210420 ], [ -64.160156, 48.748945 ], [ -65.126953, 48.048710 ], [ -64.511719, 46.255847 ], [ -63.193359, 45.767523 ], [ -61.523438, 45.890008 ], [ -60.556641, 46.980252 ], [ -60.468750, 46.255847 ], [ -59.765625, 45.890008 ], [ -60.996094, 45.274886 ], [ -63.281250, 44.653024 ], [ -64.248047, 44.276671 ], [ -65.390625, 43.516689 ], [ -66.093750, 43.644026 ], [ -66.181641, 44.465151 ], [ -64.423828, 45.274886 ], [ -67.148438, 45.151053 ], [ -67.763672, 45.706179 ], [ -67.763672, 47.040182 ], [ -68.203125, 47.338823 ], [ -68.906250, 47.159840 ], [ -69.257812, 47.457809 ], [ -69.960938, 46.679594 ], [ -70.312500, 45.890008 ], [ -70.664062, 45.460131 ], [ -71.367188, 45.274886 ], [ -71.542969, 45.026950 ], [ -74.882812, 45.026950 ], [ -75.322266, 44.840291 ], [ -76.464844, 44.024422 ], [ -76.816406, 43.644026 ], [ -78.750000, 43.644026 ], [ -79.189453, 43.452919 ], [ -78.925781, 42.875964 ], [ -80.244141, 42.358544 ], [ -81.298828, 42.228517 ], [ -82.441406, 41.705729 ], [ -82.705078, 41.705729 ], [ -83.056641, 41.836828 ], [ -83.144531, 42.098222 ], [ -82.441406, 43.004647 ], [ -82.177734, 43.580391 ], [ -82.529297, 45.336702 ], [ -83.583984, 45.828799 ], [ -83.496094, 46.012224 ], [ -83.583984, 46.134170 ], [ -83.847656, 46.134170 ], [ -84.111328, 46.255847 ], [ -84.111328, 46.498392 ], [ -84.375000, 46.437857 ], [ -84.638672, 46.437857 ], [ -84.550781, 46.558860 ], [ -84.814453, 46.619261 ], [ -84.902344, 46.920255 ], [ -88.417969, 48.283193 ], [ -89.296875, 47.989922 ], [ -89.560547, 47.989922 ], [ -90.791016, 48.283193 ], [ -91.669922, 48.166085 ], [ -92.636719, 48.458352 ], [ -94.306641, 48.690960 ], [ -94.658203, 48.864715 ], [ -94.833984, 49.382373 ], [ -95.185547, 49.382373 ], [ -95.185547, 48.980217 ], [ -122.958984, 48.980217 ], [ -125.595703, 50.401515 ], [ -127.441406, 50.847573 ], [ -127.968750, 51.727028 ], [ -127.880859, 52.321911 ], [ -129.111328, 52.749594 ], [ -129.287109, 53.540307 ], [ -130.517578, 54.265224 ], [ -130.517578, 54.826008 ], [ -129.990234, 55.279115 ], [ -129.990234, 55.924586 ], [ -131.748047, 56.559482 ], [ -133.330078, 58.401712 ], [ -134.912109, 59.265881 ], [ -135.439453, 59.800634 ], [ -136.494141, 59.445075 ], [ -137.460938, 58.904646 ], [ -139.042969, 60.020952 ], [ -140.009766, 60.283408 ], [ -140.976562, 60.326948 ], [ -140.976562, 69.718107 ], [ -139.130859, 69.472969 ], [ -137.548828, 68.974164 ], [ -136.494141, 68.911005 ], [ -135.615234, 69.318320 ], [ -134.384766, 69.626510 ], [ -132.890625, 69.503765 ], [ -131.396484, 69.930300 ], [ -129.814453, 70.199994 ], [ -129.111328, 69.778952 ], [ -128.320312, 70.020587 ], [ -128.144531, 70.495574 ], [ -127.441406, 70.377854 ], [ -125.771484, 69.472969 ], [ -124.453125, 70.170201 ], [ -124.277344, 69.411242 ], [ -123.046875, 69.565226 ], [ -122.695312, 69.869892 ], [ -121.464844, 69.809309 ], [ -119.970703, 69.380313 ], [ -117.597656, 69.005675 ], [ -116.191406, 68.847665 ], [ -115.224609, 68.911005 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.908619 ], [ -113.466797, 67.676085 ], [ -110.830078, 67.809245 ], [ -109.951172, 67.974634 ], [ -108.896484, 67.373698 ], [ -107.753906, 67.875541 ], [ -108.808594, 68.301905 ], [ -108.193359, 68.656555 ], [ -106.962891, 68.688521 ], [ -106.171875, 68.784144 ], [ -105.380859, 68.560384 ], [ -104.326172, 68.007571 ], [ -103.183594, 68.106102 ], [ -101.425781, 67.642676 ], [ -99.931641, 67.809245 ], [ -98.437500, 67.776025 ], [ -98.525391, 68.399180 ], [ -97.646484, 68.592487 ], [ -96.152344, 68.236823 ], [ -96.152344, 67.305976 ], [ -95.449219, 68.106102 ], [ -94.658203, 68.073305 ], [ -94.218750, 69.068563 ], [ -95.273438, 69.687618 ], [ -96.503906, 70.080562 ], [ -96.416016, 71.187754 ], [ -95.185547, 71.910888 ] ] ], [ [ [ -79.892578, 62.390369 ], [ -79.541016, 62.349609 ], [ -79.277344, 62.144976 ], [ -79.628906, 61.648162 ], [ -80.068359, 61.731526 ], [ -80.332031, 62.021528 ], [ -79.892578, 62.390369 ] ] ], [ [ [ -63.984375, 47.040182 ], [ -63.632812, 46.558860 ], [ -62.929688, 46.437857 ], [ -62.050781, 46.437857 ], [ -62.490234, 46.012224 ], [ -62.841797, 45.951150 ], [ -64.160156, 46.377254 ], [ -64.423828, 46.739861 ], [ -63.984375, 47.040182 ] ] ], [ [ [ -81.914062, 62.915233 ], [ -81.914062, 62.714462 ], [ -83.056641, 62.144976 ], [ -83.759766, 62.186014 ], [ -84.023438, 62.471724 ], [ -83.232422, 62.915233 ], [ -81.914062, 62.915233 ] ] ], [ [ [ -55.898438, 51.618017 ], [ -55.371094, 51.563412 ], [ -56.777344, 49.837982 ], [ -56.162109, 50.176898 ], [ -55.458984, 49.951220 ], [ -55.810547, 49.610710 ], [ -54.931641, 49.325122 ], [ -54.492188, 49.553726 ], [ -53.437500, 49.267805 ], [ -53.789062, 48.516604 ], [ -53.085938, 48.690960 ], [ -52.646484, 47.517201 ], [ -53.085938, 46.679594 ], [ -53.525391, 46.619261 ], [ -54.140625, 46.800059 ], [ -53.964844, 47.635784 ], [ -54.228516, 47.754098 ], [ -55.371094, 46.860191 ], [ -55.986328, 46.920255 ], [ -55.283203, 47.398349 ], [ -56.250000, 47.635784 ], [ -59.238281, 47.576526 ], [ -59.414062, 47.872144 ], [ -58.798828, 48.224673 ], [ -59.238281, 48.516604 ], [ -58.359375, 49.152970 ], [ -57.392578, 50.736455 ], [ -56.777344, 51.289406 ], [ -55.898438, 51.618017 ] ] ], [ [ [ -98.173828, 70.140364 ], [ -96.591797, 69.687618 ], [ -95.625000, 69.099940 ], [ -96.240234, 68.752315 ], [ -97.646484, 69.068563 ], [ -98.437500, 68.942607 ], [ -99.755859, 69.411242 ], [ -98.876953, 69.718107 ], [ -98.173828, 70.140364 ] ] ], [ [ [ -115.224609, 73.302624 ], [ -114.169922, 73.124945 ], [ -114.697266, 72.659588 ], [ -112.412109, 72.945431 ], [ -111.005859, 72.448792 ], [ -109.951172, 72.971189 ], [ -108.984375, 72.633374 ], [ -108.193359, 71.663663 ], [ -107.666016, 72.073911 ], [ -108.369141, 73.099413 ], [ -107.490234, 73.226700 ], [ -106.523438, 73.073844 ], [ -105.380859, 72.659588 ], [ -104.501953, 70.988349 ], [ -100.986328, 70.020587 ], [ -101.074219, 69.595890 ], [ -102.744141, 69.503765 ], [ -102.128906, 69.131271 ], [ -102.392578, 68.752315 ], [ -104.238281, 68.911005 ], [ -105.996094, 69.193800 ], [ -107.138672, 69.131271 ], [ -108.984375, 68.784144 ], [ -113.291016, 68.528235 ], [ -113.818359, 69.005675 ], [ -115.224609, 69.287257 ], [ -116.103516, 69.162558 ], [ -117.333984, 69.960439 ], [ -115.136719, 70.229744 ], [ -113.730469, 70.199994 ], [ -112.412109, 70.377854 ], [ -114.345703, 70.612614 ], [ -116.455078, 70.524897 ], [ -117.861328, 70.554179 ], [ -118.388672, 70.902268 ], [ -116.103516, 71.300793 ], [ -117.685547, 71.300793 ], [ -119.443359, 71.552741 ], [ -118.564453, 72.315785 ], [ -117.861328, 72.711903 ], [ -115.224609, 73.302624 ] ] ], [ [ [ -72.861328, 83.236426 ], [ -65.830078, 83.026219 ], [ -63.720703, 82.896987 ], [ -61.875000, 82.631333 ], [ -61.875000, 82.355800 ], [ -64.335938, 81.923186 ], [ -66.708984, 81.723188 ], [ -67.675781, 81.505299 ], [ -65.478516, 81.505299 ], [ -67.851562, 80.900669 ], [ -69.433594, 80.618424 ], [ -71.191406, 79.796745 ], [ -73.212891, 79.639874 ], [ -73.916016, 79.432371 ], [ -76.904297, 79.318942 ], [ -75.498047, 79.204309 ], [ -76.201172, 79.021712 ], [ -75.410156, 78.525573 ], [ -76.376953, 78.188586 ], [ -77.871094, 77.897255 ], [ -78.398438, 77.504119 ], [ -79.716797, 77.215640 ], [ -79.628906, 76.980149 ], [ -77.871094, 77.019692 ], [ -77.871094, 76.780655 ], [ -80.595703, 76.184995 ], [ -83.144531, 76.455203 ], [ -86.132812, 76.289542 ], [ -87.626953, 76.413973 ], [ -89.472656, 76.475773 ], [ -89.648438, 76.960334 ], [ -87.802734, 77.176684 ], [ -88.242188, 77.897255 ], [ -87.626953, 77.970745 ], [ -84.990234, 77.542096 ], [ -86.308594, 78.188586 ], [ -87.978516, 78.367146 ], [ -87.187500, 78.750659 ], [ -85.341797, 79.004962 ], [ -85.078125, 79.351472 ], [ -86.484375, 79.734281 ], [ -86.923828, 80.253391 ], [ -84.199219, 80.208652 ], [ -83.408203, 80.103470 ], [ -81.826172, 80.459509 ], [ -84.111328, 80.575346 ], [ -87.626953, 80.517603 ], [ -89.384766, 80.858875 ], [ -90.175781, 81.255032 ], [ -91.406250, 81.557074 ], [ -91.582031, 81.898451 ], [ -90.087891, 82.082145 ], [ -88.945312, 82.118384 ], [ -87.011719, 82.273524 ], [ -85.517578, 82.653843 ], [ -84.287109, 82.597439 ], [ -83.144531, 82.320646 ], [ -82.441406, 82.864308 ], [ -81.123047, 83.015539 ], [ -79.277344, 83.132123 ], [ -76.289062, 83.174035 ], [ -75.673828, 83.068774 ], [ -72.861328, 83.236426 ] ] ], [ [ [ -85.781250, 73.800318 ], [ -86.572266, 73.150440 ], [ -85.781250, 72.528130 ], [ -84.814453, 73.327858 ], [ -82.353516, 73.751205 ], [ -80.595703, 72.711903 ], [ -80.771484, 72.073911 ], [ -78.750000, 72.342464 ], [ -77.783203, 72.738003 ], [ -75.585938, 72.235514 ], [ -74.267578, 71.773941 ], [ -74.091797, 71.328950 ], [ -72.246094, 71.552741 ], [ -71.191406, 70.931004 ], [ -68.818359, 70.524897 ], [ -67.939453, 70.110485 ], [ -66.972656, 69.193800 ], [ -68.818359, 68.720441 ], [ -66.445312, 68.073305 ], [ -64.863281, 67.842416 ], [ -63.457031, 66.930060 ], [ -61.875000, 66.861082 ], [ -62.138672, 66.160511 ], [ -63.896484, 64.997939 ], [ -65.126953, 65.440002 ], [ -66.708984, 66.372755 ], [ -68.027344, 66.266856 ], [ -68.115234, 65.694476 ], [ -67.060547, 65.109148 ], [ -65.742188, 64.661517 ], [ -65.302734, 64.396938 ], [ -64.687500, 63.391522 ], [ -65.039062, 62.674143 ], [ -66.269531, 62.955223 ], [ -68.818359, 63.743631 ], [ -66.357422, 62.267923 ], [ -66.181641, 61.938950 ], [ -68.906250, 62.349609 ], [ -71.015625, 62.915233 ], [ -72.246094, 63.391522 ], [ -71.894531, 63.665760 ], [ -74.794922, 64.661517 ], [ -74.794922, 64.396938 ], [ -77.695312, 64.244595 ], [ -78.574219, 64.586185 ], [ -77.871094, 65.293468 ], [ -76.025391, 65.330178 ], [ -73.916016, 65.440002 ], [ -74.267578, 65.802776 ], [ -73.916016, 66.302205 ], [ -72.685547, 67.272043 ], [ -72.949219, 67.742759 ], [ -73.300781, 68.073305 ], [ -74.882812, 68.560384 ], [ -76.904297, 68.879358 ], [ -76.201172, 69.162558 ], [ -77.255859, 69.778952 ], [ -78.134766, 69.839622 ], [ -78.925781, 70.170201 ], [ -79.453125, 69.869892 ], [ -81.298828, 69.748551 ], [ -84.902344, 69.960439 ], [ -87.099609, 70.259452 ], [ -88.681641, 70.407348 ], [ -89.472656, 70.757966 ], [ -88.505859, 71.216075 ], [ -89.912109, 71.216075 ], [ -90.175781, 72.235514 ], [ -89.472656, 73.124945 ], [ -88.417969, 73.528399 ], [ -85.781250, 73.800318 ] ] ], [ [ [ -92.373047, 81.255032 ], [ -91.142578, 80.718183 ], [ -87.802734, 80.312728 ], [ -87.011719, 79.655668 ], [ -85.781250, 79.335219 ], [ -87.187500, 79.038437 ], [ -89.033203, 78.278201 ], [ -90.791016, 78.206563 ], [ -92.900391, 78.349411 ], [ -93.955078, 78.750659 ], [ -93.955078, 79.121686 ], [ -93.164062, 79.383905 ], [ -95.009766, 79.367701 ], [ -96.064453, 79.702907 ], [ -96.679688, 80.163710 ], [ -95.976562, 80.604086 ], [ -95.361328, 80.900669 ], [ -94.306641, 80.983688 ], [ -94.746094, 81.201420 ], [ -92.373047, 81.255032 ] ] ], [ [ [ -128.320312, 50.792047 ], [ -126.650391, 50.401515 ], [ -125.771484, 50.289339 ], [ -124.892578, 49.496675 ], [ -123.925781, 49.037868 ], [ -123.486328, 48.516604 ], [ -124.013672, 48.341646 ], [ -125.683594, 48.806863 ], [ -125.947266, 49.152970 ], [ -126.826172, 49.553726 ], [ -127.001953, 49.837982 ], [ -128.056641, 50.007739 ], [ -128.408203, 50.513427 ], [ -128.320312, 50.792047 ] ] ], [ [ [ -96.767578, 77.157163 ], [ -94.658203, 77.098423 ], [ -93.603516, 76.780655 ], [ -91.582031, 76.780655 ], [ -90.703125, 76.455203 ], [ -90.966797, 76.079668 ], [ -89.824219, 75.845169 ], [ -89.208984, 75.606801 ], [ -86.396484, 75.475131 ], [ -84.814453, 75.693931 ], [ -82.792969, 75.780545 ], [ -81.123047, 75.715633 ], [ -80.068359, 75.342282 ], [ -79.804688, 74.913708 ], [ -80.419922, 74.660016 ], [ -81.914062, 74.449358 ], [ -83.232422, 74.566736 ], [ -86.132812, 74.402163 ], [ -88.154297, 74.402163 ], [ -89.736328, 74.519889 ], [ -92.460938, 74.844929 ], [ -92.724609, 75.386696 ], [ -92.900391, 75.888091 ], [ -93.867188, 76.310358 ], [ -95.976562, 76.434604 ], [ -97.119141, 76.760541 ], [ -96.767578, 77.157163 ] ] ], [ [ [ -64.160156, 49.951220 ], [ -62.841797, 49.724479 ], [ -61.875000, 49.267805 ], [ -61.787109, 49.095452 ], [ -62.314453, 49.095452 ], [ -63.544922, 49.382373 ], [ -64.511719, 49.894634 ], [ -64.160156, 49.951220 ] ] ], [ [ [ -121.552734, 74.449358 ], [ -120.146484, 74.235878 ], [ -117.597656, 74.188052 ], [ -116.542969, 73.898111 ], [ -115.488281, 73.478485 ], [ -116.806641, 73.226700 ], [ -119.179688, 72.528130 ], [ -120.498047, 71.828840 ], [ -120.498047, 71.385142 ], [ -123.046875, 70.902268 ], [ -123.662109, 71.328950 ], [ -125.947266, 71.856229 ], [ -124.804688, 73.022592 ], [ -123.925781, 73.677264 ], [ -124.892578, 74.283563 ], [ -121.552734, 74.449358 ] ] ], [ [ [ -133.154297, 54.162434 ], [ -132.714844, 54.059388 ], [ -131.748047, 54.110943 ], [ -132.011719, 52.961875 ], [ -131.220703, 52.160455 ], [ -131.572266, 52.160455 ], [ -132.187500, 52.643063 ], [ -132.539062, 53.120405 ], [ -133.066406, 53.435719 ], [ -133.242188, 53.852527 ], [ -133.154297, 54.162434 ] ] ], [ [ [ -109.599609, 76.800739 ], [ -108.544922, 76.679785 ], [ -107.841797, 75.845169 ], [ -106.962891, 76.016094 ], [ -105.908203, 75.973553 ], [ -105.732422, 75.475131 ], [ -106.347656, 75.004940 ], [ -109.687500, 74.844929 ], [ -112.236328, 74.425777 ], [ -113.730469, 74.402163 ], [ -113.906250, 74.729615 ], [ -111.796875, 75.163300 ], [ -116.279297, 75.050354 ], [ -117.685547, 75.230667 ], [ -116.367188, 76.205967 ], [ -115.400391, 76.475773 ], [ -112.587891, 76.142958 ], [ -110.830078, 75.541113 ], [ -109.072266, 75.475131 ], [ -110.478516, 76.434604 ], [ -109.599609, 76.800739 ] ] ], [ [ [ -100.371094, 73.849286 ], [ -99.140625, 73.627789 ], [ -97.382812, 73.751205 ], [ -97.119141, 73.478485 ], [ -98.085938, 72.996909 ], [ -96.503906, 72.554498 ], [ -96.679688, 71.663663 ], [ -98.349609, 71.272595 ], [ -99.316406, 71.357067 ], [ -100.019531, 71.746432 ], [ -102.480469, 72.501722 ], [ -102.480469, 72.842021 ], [ -100.458984, 72.711903 ], [ -101.513672, 73.353055 ], [ -100.371094, 73.849286 ] ] ], [ [ [ -116.191406, 77.636542 ], [ -116.367188, 76.880775 ], [ -117.070312, 76.537296 ], [ -118.037109, 76.475773 ], [ -119.882812, 76.058508 ], [ -121.464844, 75.909504 ], [ -122.871094, 76.121893 ], [ -121.113281, 76.860810 ], [ -119.091797, 77.504119 ], [ -117.597656, 77.504119 ], [ -116.191406, 77.636542 ] ] ], [ [ [ -85.869141, 65.730626 ], [ -85.166016, 65.658275 ], [ -84.990234, 65.219894 ], [ -84.462891, 65.366837 ], [ -83.847656, 65.109148 ], [ -81.650391, 64.472794 ], [ -81.562500, 63.975961 ], [ -80.859375, 64.052978 ], [ -80.068359, 63.743631 ], [ -80.947266, 63.391522 ], [ -82.529297, 63.665760 ], [ -83.144531, 64.091408 ], [ -84.111328, 63.587675 ], [ -85.517578, 63.035039 ], [ -85.869141, 63.626745 ], [ -87.187500, 63.548552 ], [ -86.308594, 64.052978 ], [ -85.869141, 65.730626 ] ] ], [ [ [ -98.525391, 76.720223 ], [ -97.734375, 76.247817 ], [ -97.734375, 75.737303 ], [ -98.173828, 75.004940 ], [ -99.843750, 74.890816 ], [ -100.898438, 75.050354 ], [ -100.898438, 75.650431 ], [ -102.480469, 75.563041 ], [ -102.568359, 76.331142 ], [ -101.513672, 76.310358 ], [ -100.019531, 76.639226 ], [ -98.613281, 76.578159 ], [ -98.525391, 76.720223 ] ] ], [ [ [ -94.482422, 74.140084 ], [ -92.460938, 74.091974 ], [ -90.527344, 73.849286 ], [ -92.021484, 72.971189 ], [ -93.164062, 72.764065 ], [ -94.306641, 72.019729 ], [ -95.449219, 72.073911 ], [ -96.064453, 72.945431 ], [ -95.976562, 73.428424 ], [ -95.537109, 73.873717 ], [ -94.482422, 74.140084 ] ] ], [ [ [ -105.468750, 79.302640 ], [ -103.535156, 79.171335 ], [ -100.810547, 78.801980 ], [ -100.019531, 78.331648 ], [ -99.667969, 77.915669 ], [ -101.337891, 78.025574 ], [ -102.919922, 78.349411 ], [ -105.205078, 78.384855 ], [ -104.238281, 78.681870 ], [ -105.380859, 78.920832 ], [ -105.468750, 79.302640 ] ] ], [ [ [ -80.332031, 73.751205 ], [ -78.046875, 73.652545 ], [ -76.376953, 73.099413 ], [ -76.289062, 72.816074 ], [ -78.398438, 72.867930 ], [ -79.453125, 72.738003 ], [ -79.804688, 72.790088 ], [ -80.859375, 73.327858 ], [ -80.859375, 73.701948 ], [ -80.332031, 73.751205 ] ] ], [ [ [ -98.613281, 78.870048 ], [ -97.294922, 78.836065 ], [ -96.767578, 78.767792 ], [ -95.537109, 78.420193 ], [ -95.800781, 78.061989 ], [ -97.294922, 77.841848 ], [ -98.085938, 78.080156 ], [ -98.525391, 78.455425 ], [ -98.613281, 78.870048 ] ] ], [ [ [ -75.937500, 68.301905 ], [ -75.146484, 68.007571 ], [ -75.058594, 67.575717 ], [ -75.234375, 67.441229 ], [ -75.849609, 67.135829 ], [ -76.992188, 67.101656 ], [ -77.255859, 67.575717 ], [ -76.816406, 68.138852 ], [ -75.937500, 68.301905 ] ] ], [ [ [ -94.833984, 75.650431 ], [ -93.955078, 75.297735 ], [ -93.603516, 74.982183 ], [ -94.130859, 74.590108 ], [ -95.625000, 74.660016 ], [ -96.855469, 74.936567 ], [ -96.328125, 75.386696 ], [ -94.833984, 75.650431 ] ] ], [ [ [ -111.269531, 78.152551 ], [ -109.863281, 77.989049 ], [ -110.214844, 77.692870 ], [ -112.060547, 77.408678 ], [ -113.554688, 77.730282 ], [ -112.763672, 78.043795 ], [ -111.269531, 78.152551 ] ] ], [ [ [ -105.292969, 73.627789 ], [ -104.501953, 73.428424 ], [ -105.380859, 72.764065 ], [ -106.962891, 73.453473 ], [ -106.611328, 73.602996 ], [ -105.292969, 73.627789 ] ] ], [ [ [ -111.533203, 78.853070 ], [ -111.005859, 78.801980 ], [ -109.687500, 78.595299 ], [ -110.917969, 78.402537 ], [ -112.500000, 78.402537 ], [ -112.500000, 78.543044 ], [ -111.533203, 78.853070 ] ] ], [ [ [ -96.416016, 77.841848 ], [ -94.394531, 77.823323 ], [ -93.691406, 77.636542 ], [ -93.867188, 77.523122 ], [ -94.306641, 77.485088 ], [ -96.152344, 77.561042 ], [ -96.416016, 77.841848 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -84.990234, 16.003576 ], [ -84.375000, 15.834536 ], [ -83.759766, 15.411319 ], [ -83.408203, 15.284185 ], [ -83.144531, 14.987240 ], [ -83.276367, 14.689881 ], [ -83.188477, 14.306969 ], [ -83.408203, 13.966054 ], [ -83.540039, 13.581921 ], [ -83.540039, 13.111580 ], [ -83.452148, 12.425848 ], [ -83.627930, 12.340002 ], [ -83.715820, 11.910354 ], [ -83.627930, 11.609193 ], [ -83.847656, 11.350797 ], [ -83.803711, 11.092166 ], [ -83.671875, 10.919618 ], [ -83.408203, 10.401378 ], [ -82.177734, 9.188870 ], [ -82.221680, 9.015302 ], [ -81.826172, 8.928487 ], [ -81.694336, 9.015302 ], [ -81.430664, 8.798225 ], [ -80.947266, 8.841651 ], [ -80.507812, 9.102097 ], [ -79.892578, 9.318990 ], [ -79.584961, 9.622414 ], [ -79.013672, 9.535749 ], [ -79.057617, 9.449062 ], [ -78.486328, 9.405710 ], [ -78.046875, 9.232249 ], [ -77.343750, 8.667918 ], [ -76.816406, 8.624472 ], [ -76.069336, 9.318990 ], [ -75.673828, 9.449062 ], [ -75.673828, 9.752370 ], [ -75.498047, 10.617418 ], [ -74.926758, 11.092166 ], [ -74.267578, 11.092166 ], [ -74.179688, 11.307708 ], [ -73.432617, 11.221510 ], [ -72.246094, 11.953349 ], [ -71.762695, 12.425848 ], [ -71.411133, 12.382928 ], [ -71.147461, 12.125264 ], [ -71.323242, 11.781325 ], [ -71.367188, 11.523088 ], [ -71.938477, 11.436955 ], [ -71.630859, 10.962764 ], [ -71.630859, 10.444598 ], [ -72.070312, 9.882275 ], [ -71.674805, 9.058702 ], [ -71.279297, 9.145486 ], [ -71.059570, 9.838979 ], [ -71.367188, 10.228437 ], [ -71.411133, 10.962764 ], [ -70.136719, 11.393879 ], [ -70.312500, 11.824341 ], [ -69.960938, 12.168226 ], [ -69.565430, 11.436955 ], [ -68.862305, 11.436955 ], [ -68.247070, 10.876465 ], [ -68.203125, 10.574222 ], [ -67.280273, 10.531020 ], [ -66.225586, 10.660608 ], [ -65.654297, 10.185187 ], [ -64.907227, 10.055403 ], [ -64.335938, 10.401378 ], [ -64.335938, 10.660608 ], [ -61.875000, 10.703792 ], [ -62.709961, 10.401378 ], [ -62.402344, 9.925566 ], [ -61.567383, 9.882275 ], [ -60.820312, 9.362353 ], [ -60.688477, 8.581021 ], [ -60.161133, 8.581021 ], [ -59.106445, 8.015716 ], [ -58.491211, 7.362467 ], [ -58.447266, 6.839170 ], [ -58.095703, 6.795535 ], [ -57.128906, 5.965754 ], [ -55.942383, 5.790897 ], [ -55.854492, 5.965754 ], [ -55.019531, 6.009459 ], [ -53.964844, 5.747174 ], [ -52.866211, 5.397273 ], [ -51.811523, 4.565474 ], [ -51.635742, 4.171115 ], [ -51.328125, 4.214943 ], [ -51.064453, 3.645000 ], [ -50.493164, 1.889306 ], [ -49.965820, 1.713612 ], [ -49.965820, 1.054628 ], [ -50.712891, 0.219726 ], [ -50.449219, 0.000000 ], [ -50.405273, -0.087891 ], [ -48.603516, -0.219726 ], [ -48.603516, -1.230374 ], [ -47.812500, -0.571280 ], [ -46.582031, -0.922812 ], [ -44.912109, -1.537901 ], [ -44.428711, -2.152814 ], [ -44.560547, -2.679687 ], [ -43.417969, -2.372369 ], [ -41.484375, -2.899153 ], [ -39.990234, -2.855263 ], [ -38.847656, -3.513421 ], [ -80.419922, -3.513421 ], [ -79.760742, -2.679687 ], [ -79.980469, -2.240640 ], [ -80.375977, -2.679687 ], [ -80.947266, -2.240640 ], [ -80.771484, -1.977147 ], [ -80.947266, -1.054628 ], [ -80.595703, -0.922812 ], [ -80.419922, -0.263671 ], [ -80.244141, 0.000000 ], [ -80.024414, 0.351560 ], [ -80.068359, 0.747049 ], [ -79.541016, 0.966751 ], [ -78.837891, 1.362176 ], [ -78.969727, 1.669686 ], [ -78.618164, 1.757537 ], [ -78.662109, 2.284551 ], [ -78.442383, 2.635789 ], [ -77.915039, 2.679687 ], [ -77.124023, 3.864255 ], [ -77.475586, 4.083453 ], [ -77.299805, 4.653080 ], [ -77.519531, 5.572250 ], [ -77.299805, 5.834616 ], [ -77.475586, 6.708254 ], [ -77.871094, 7.231699 ], [ -78.222656, 7.493196 ], [ -78.442383, 8.059230 ], [ -78.178711, 8.320212 ], [ -78.442383, 8.407168 ], [ -78.618164, 8.711359 ], [ -79.101562, 9.015302 ], [ -79.541016, 8.928487 ], [ -79.760742, 8.581021 ], [ -80.156250, 8.320212 ], [ -80.375977, 8.276727 ], [ -80.463867, 8.102739 ], [ -79.980469, 7.536764 ], [ -80.288086, 7.406048 ], [ -80.419922, 7.275292 ], [ -80.903320, 7.231699 ], [ -81.079102, 7.798079 ], [ -81.166992, 7.667441 ], [ -81.518555, 7.710992 ], [ -81.738281, 8.102739 ], [ -82.397461, 8.276727 ], [ -82.836914, 8.276727 ], [ -82.836914, 8.059230 ], [ -82.968750, 8.233237 ], [ -83.496094, 8.450639 ], [ -83.715820, 8.667918 ], [ -83.583984, 8.841651 ], [ -83.627930, 9.058702 ], [ -83.891602, 9.275622 ], [ -84.638672, 9.622414 ], [ -84.726562, 9.925566 ], [ -84.990234, 10.098670 ], [ -84.902344, 9.795678 ], [ -85.122070, 9.535749 ], [ -85.341797, 9.838979 ], [ -85.649414, 9.925566 ], [ -85.781250, 10.141932 ], [ -85.781250, 10.444598 ], [ -85.649414, 10.746969 ], [ -85.957031, 10.876465 ], [ -85.693359, 11.092166 ], [ -86.528320, 11.824341 ], [ -86.748047, 12.125264 ], [ -87.670898, 12.897489 ], [ -87.539062, 13.068777 ], [ -87.407227, 12.897489 ], [ -87.319336, 12.983148 ], [ -87.495117, 13.282719 ], [ -87.802734, 13.368243 ], [ -87.890625, 13.154376 ], [ -88.461914, 13.154376 ], [ -89.252930, 13.453737 ], [ -89.824219, 13.539201 ], [ -90.087891, 13.752725 ], [ -90.043945, 13.880746 ], [ -89.516602, 14.264383 ], [ -89.604492, 14.349548 ], [ -89.340820, 14.434680 ], [ -89.165039, 14.689881 ], [ -89.208984, 14.859850 ], [ -89.165039, 15.072124 ], [ -88.681641, 15.326572 ], [ -88.242188, 15.707663 ], [ -88.110352, 15.707663 ], [ -87.890625, 15.876809 ], [ -87.626953, 15.876809 ], [ -87.539062, 15.792254 ], [ -87.363281, 15.834536 ], [ -86.879883, 15.749963 ], [ -86.440430, 15.792254 ], [ -86.132812, 15.876809 ], [ -86.000977, 16.003576 ], [ -85.429688, 15.876809 ], [ -84.990234, 16.003576 ] ] ], [ [ [ -64.028320, 47.040182 ], [ -63.676758, 46.558860 ], [ -62.929688, 46.407564 ], [ -62.006836, 46.437857 ], [ -62.490234, 46.042736 ], [ -62.885742, 45.981695 ], [ -64.160156, 46.377254 ], [ -64.379883, 46.739861 ], [ -64.028320, 47.040182 ] ] ], [ [ [ 3.515625, 36.809285 ], [ 3.515625, 6.271618 ], [ 2.680664, 6.271618 ], [ 1.845703, 6.140555 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.527344, 5.353521 ], [ -1.054688, 5.003394 ], [ -1.977539, 4.696879 ], [ -2.856445, 5.003394 ], [ -3.295898, 5.003394 ], [ -3.999023, 5.178482 ], [ -4.658203, 5.178482 ], [ -5.844727, 5.003394 ], [ -7.514648, 4.346411 ], [ -7.954102, 4.346411 ], [ -9.008789, 4.828260 ], [ -9.931641, 5.572250 ], [ -10.766602, 6.140555 ], [ -11.425781, 6.795535 ], [ -11.689453, 6.839170 ], [ -12.436523, 7.275292 ], [ -12.963867, 7.798079 ], [ -13.139648, 8.146243 ], [ -13.227539, 8.885072 ], [ -13.666992, 9.492408 ], [ -14.062500, 9.882275 ], [ -14.589844, 10.228437 ], [ -14.677734, 10.660608 ], [ -14.853516, 10.876465 ], [ -15.644531, 11.436955 ], [ -16.083984, 11.523088 ], [ -16.303711, 11.824341 ], [ -16.303711, 11.953349 ], [ -16.611328, 12.168226 ], [ -16.831055, 13.154376 ], [ -16.699219, 13.581921 ], [ -17.138672, 14.392118 ], [ -17.622070, 14.732386 ], [ -17.182617, 14.902322 ], [ -16.699219, 15.623037 ], [ -16.479492, 16.130262 ], [ -16.567383, 16.678293 ], [ -16.259766, 17.182779 ], [ -16.127930, 18.104087 ], [ -16.391602, 19.601194 ], [ -16.259766, 20.097206 ], [ -16.523438, 20.550509 ], [ -17.050781, 21.002471 ], [ -16.962891, 21.902278 ], [ -16.567383, 22.146708 ], [ -16.259766, 22.674847 ], [ -16.303711, 22.998852 ], [ -15.996094, 23.725012 ], [ -15.424805, 24.367114 ], [ -15.073242, 24.527135 ], [ -14.809570, 25.085599 ], [ -14.809570, 25.641526 ], [ -14.458008, 26.234302 ], [ -13.754883, 26.627818 ], [ -13.139648, 27.644606 ], [ -12.612305, 28.033198 ], [ -11.689453, 28.149503 ], [ -10.898438, 28.844674 ], [ -10.415039, 29.113775 ], [ -9.580078, 29.916852 ], [ -9.799805, 31.165810 ], [ -9.448242, 32.026706 ], [ -9.316406, 32.546813 ], [ -8.657227, 33.247876 ], [ -7.646484, 33.687782 ], [ -6.899414, 34.125448 ], [ -6.240234, 35.137879 ], [ -5.932617, 35.746512 ], [ -5.185547, 35.746512 ], [ -4.570312, 35.317366 ], [ -3.647461, 35.389050 ], [ -2.592773, 35.173808 ], [ -2.153320, 35.173808 ], [ -1.186523, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.960223 ], [ 0.483398, 36.315125 ], [ 1.450195, 36.597889 ], [ 3.515625, 36.809285 ] ] ], [ [ [ -79.936523, 62.390369 ], [ -79.497070, 62.369996 ], [ -79.277344, 62.165502 ], [ -79.672852, 61.627286 ], [ -80.112305, 61.710706 ], [ -80.375977, 62.021528 ], [ -79.936523, 62.390369 ] ] ], [ [ [ -83.232422, 62.915233 ], [ -81.870117, 62.895218 ], [ -81.914062, 62.714462 ], [ -83.056641, 62.165502 ], [ -83.759766, 62.186014 ], [ -83.979492, 62.451406 ], [ -83.232422, 62.915233 ] ] ], [ [ [ -98.217773, 70.140364 ], [ -96.547852, 69.672358 ], [ -95.625000, 69.099940 ], [ -96.284180, 68.752315 ], [ -97.602539, 69.052858 ], [ -98.437500, 68.942607 ], [ -99.799805, 69.395783 ], [ -98.920898, 69.702868 ], [ -98.217773, 70.140364 ] ] ], [ [ [ -115.180664, 73.315246 ], [ -114.169922, 73.124945 ], [ -114.653320, 72.646486 ], [ -112.456055, 72.958315 ], [ -111.049805, 72.448792 ], [ -109.907227, 72.958315 ], [ -108.984375, 72.633374 ], [ -108.193359, 71.649833 ], [ -107.666016, 72.060381 ], [ -108.413086, 73.086633 ], [ -107.534180, 73.239377 ], [ -106.523438, 73.073844 ], [ -105.380859, 72.672681 ], [ -104.765625, 71.691293 ], [ -104.458008, 70.988349 ], [ -102.788086, 70.495574 ], [ -100.986328, 70.020587 ], [ -101.074219, 69.580563 ], [ -102.744141, 69.503765 ], [ -102.084961, 69.115611 ], [ -102.436523, 68.752315 ], [ -104.238281, 68.911005 ], [ -105.952148, 69.178184 ], [ -107.138672, 69.115611 ], [ -108.984375, 68.784144 ], [ -113.291016, 68.528235 ], [ -113.862305, 69.005675 ], [ -115.224609, 69.287257 ], [ -116.103516, 69.162558 ], [ -117.333984, 69.960439 ], [ -116.674805, 70.065585 ], [ -115.136719, 70.229744 ], [ -113.730469, 70.185103 ], [ -112.412109, 70.363091 ], [ -114.345703, 70.598021 ], [ -116.499023, 70.524897 ], [ -117.905273, 70.539543 ], [ -118.432617, 70.902268 ], [ -116.103516, 71.314877 ], [ -117.641602, 71.300793 ], [ -119.399414, 71.552741 ], [ -118.564453, 72.302431 ], [ -117.861328, 72.711903 ], [ -115.180664, 73.315246 ] ] ], [ [ [ -80.332031, 73.763497 ], [ -78.046875, 73.652545 ], [ -76.333008, 73.099413 ], [ -76.245117, 72.829052 ], [ -78.398438, 72.880871 ], [ -79.497070, 72.738003 ], [ -79.760742, 72.803086 ], [ -80.859375, 73.327858 ], [ -80.815430, 73.689611 ], [ -80.332031, 73.763497 ] ] ], [ [ [ -61.083984, 10.876465 ], [ -60.908203, 10.833306 ], [ -60.952148, 10.098670 ], [ -61.787109, 10.012130 ], [ -61.962891, 10.098670 ], [ -61.655273, 10.358151 ], [ -61.699219, 10.746969 ], [ -61.083984, 10.876465 ] ] ], [ [ [ -95.185547, 71.924528 ], [ -93.867188, 71.760191 ], [ -92.856445, 71.314877 ], [ -91.538086, 70.185103 ], [ -92.416992, 69.702868 ], [ -90.527344, 69.503765 ], [ -90.571289, 68.479926 ], [ -89.208984, 69.256149 ], [ -88.022461, 68.608521 ], [ -88.330078, 67.875541 ], [ -87.363281, 67.204032 ], [ -86.308594, 67.925140 ], [ -85.561523, 68.784144 ], [ -85.517578, 69.885010 ], [ -84.111328, 69.809309 ], [ -82.617188, 69.657086 ], [ -81.298828, 69.162558 ], [ -81.210938, 68.672544 ], [ -81.958008, 68.138852 ], [ -81.254883, 67.592475 ], [ -81.386719, 67.118748 ], [ -83.364258, 66.407955 ], [ -84.726562, 66.249163 ], [ -85.781250, 66.565747 ], [ -86.044922, 66.053716 ], [ -87.011719, 65.219894 ], [ -87.319336, 64.774125 ], [ -88.461914, 64.091408 ], [ -89.912109, 64.033744 ], [ -90.703125, 63.607217 ], [ -90.747070, 62.955223 ], [ -91.933594, 62.835089 ], [ -93.164062, 62.021528 ], [ -94.218750, 60.887700 ], [ -94.614258, 60.108670 ], [ -94.702148, 58.950008 ], [ -93.208008, 58.790978 ], [ -92.768555, 57.844751 ], [ -92.285156, 57.088515 ], [ -90.878906, 57.279043 ], [ -89.033203, 56.848972 ], [ -88.022461, 56.462490 ], [ -87.319336, 55.998381 ], [ -86.088867, 55.727110 ], [ -84.990234, 55.304138 ], [ -83.364258, 55.254077 ], [ -82.265625, 55.153766 ], [ -82.441406, 54.290882 ], [ -82.133789, 53.278353 ], [ -81.386719, 52.160455 ], [ -79.892578, 51.206883 ], [ -79.145508, 51.536086 ], [ -78.618164, 52.562995 ], [ -79.101562, 54.136696 ], [ -79.848633, 54.673831 ], [ -78.222656, 55.128649 ], [ -77.080078, 55.825973 ], [ -76.552734, 56.535258 ], [ -76.640625, 57.207710 ], [ -77.299805, 58.054632 ], [ -78.530273, 58.813742 ], [ -77.343750, 59.844815 ], [ -77.783203, 60.759160 ], [ -78.090820, 62.308794 ], [ -77.387695, 62.552857 ], [ -75.673828, 62.267923 ], [ -74.663086, 62.186014 ], [ -73.828125, 62.451406 ], [ -72.905273, 62.103883 ], [ -71.674805, 61.522695 ], [ -71.367188, 61.143235 ], [ -69.609375, 61.058285 ], [ -69.609375, 60.217991 ], [ -69.301758, 58.950008 ], [ -68.378906, 58.790978 ], [ -67.631836, 58.217025 ], [ -66.181641, 58.768200 ], [ -65.258789, 59.866883 ], [ -64.599609, 60.326948 ], [ -63.808594, 59.445075 ], [ -61.391602, 56.968936 ], [ -61.787109, 56.340901 ], [ -60.468750, 55.776573 ], [ -59.589844, 55.203953 ], [ -57.963867, 54.952386 ], [ -57.348633, 54.622978 ], [ -56.953125, 53.774689 ], [ -56.162109, 53.644638 ], [ -55.766602, 53.278353 ], [ -55.678711, 52.133488 ], [ -57.128906, 51.426614 ], [ -58.754883, 51.069017 ], [ -60.029297, 50.233152 ], [ -61.743164, 50.092393 ], [ -63.852539, 50.289339 ], [ -65.346680, 50.289339 ], [ -66.401367, 50.233152 ], [ -67.236328, 49.496675 ], [ -68.510742, 49.066668 ], [ -69.960938, 47.754098 ], [ -71.103516, 46.830134 ], [ -70.268555, 46.980252 ], [ -68.642578, 48.312428 ], [ -66.533203, 49.124219 ], [ -65.039062, 49.239121 ], [ -64.160156, 48.748945 ], [ -65.126953, 48.078079 ], [ -64.775391, 46.980252 ], [ -64.467773, 46.225453 ], [ -63.193359, 45.736860 ], [ -61.523438, 45.890008 ], [ -60.512695, 47.010226 ], [ -60.468750, 46.286224 ], [ -59.809570, 45.920587 ], [ -61.040039, 45.274886 ], [ -63.237305, 44.684277 ], [ -64.248047, 44.276671 ], [ -65.346680, 43.548548 ], [ -66.137695, 43.612217 ], [ -66.181641, 44.465151 ], [ -64.423828, 45.305803 ], [ -66.005859, 45.243953 ], [ -67.148438, 45.151053 ], [ -67.807617, 45.706179 ], [ -67.807617, 47.070122 ], [ -68.247070, 47.368594 ], [ -68.906250, 47.189712 ], [ -69.257812, 47.457809 ], [ -70.004883, 46.679594 ], [ -70.312500, 45.920587 ], [ -70.664062, 45.460131 ], [ -71.103516, 45.305803 ], [ -71.411133, 45.243953 ], [ -71.499023, 44.995883 ], [ -74.882812, 44.995883 ], [ -75.322266, 44.809122 ], [ -76.508789, 44.024422 ], [ -76.816406, 43.612217 ], [ -78.706055, 43.612217 ], [ -79.189453, 43.452919 ], [ -79.013672, 43.261206 ], [ -78.925781, 42.875964 ], [ -80.244141, 42.358544 ], [ -81.254883, 42.195969 ], [ -82.441406, 41.672912 ], [ -82.705078, 41.672912 ], [ -83.012695, 41.836828 ], [ -83.144531, 41.967659 ], [ -83.100586, 42.065607 ], [ -82.441406, 42.972502 ], [ -82.133789, 43.580391 ], [ -82.529297, 45.336702 ], [ -83.583984, 45.828799 ], [ -83.452148, 45.981695 ], [ -83.627930, 46.103709 ], [ -83.891602, 46.103709 ], [ -84.111328, 46.286224 ], [ -84.155273, 46.498392 ], [ -84.331055, 46.407564 ], [ -84.594727, 46.437857 ], [ -84.550781, 46.528635 ], [ -84.770508, 46.649436 ], [ -84.858398, 46.890232 ], [ -88.374023, 48.312428 ], [ -89.252930, 48.019324 ], [ -89.604492, 48.019324 ], [ -90.834961, 48.283193 ], [ -91.625977, 48.136767 ], [ -92.592773, 48.458352 ], [ -94.306641, 48.661943 ], [ -94.658203, 48.835797 ], [ -94.833984, 49.382373 ], [ -95.141602, 49.382373 ], [ -95.141602, 49.009051 ], [ -122.958984, 49.009051 ], [ -124.892578, 49.979488 ], [ -125.639648, 50.429518 ], [ -127.441406, 50.819818 ], [ -128.012695, 51.727028 ], [ -127.836914, 52.321911 ], [ -129.111328, 52.749594 ], [ -129.287109, 53.566414 ], [ -130.517578, 54.290882 ], [ -130.517578, 54.800685 ], [ -129.990234, 55.279115 ], [ -129.990234, 55.924586 ], [ -131.704102, 56.559482 ], [ -133.374023, 58.401712 ], [ -134.252930, 58.859224 ], [ -134.956055, 59.265881 ], [ -135.483398, 59.778522 ], [ -136.494141, 59.467408 ], [ -137.460938, 58.904646 ], [ -138.339844, 59.556592 ], [ -139.042969, 59.998986 ], [ -140.009766, 60.283408 ], [ -140.976562, 60.305185 ], [ -140.976562, 69.718107 ], [ -139.130859, 69.472969 ], [ -137.548828, 68.989925 ], [ -136.494141, 68.895187 ], [ -135.615234, 69.318320 ], [ -134.428711, 69.626510 ], [ -132.934570, 69.503765 ], [ -131.440430, 69.945375 ], [ -129.814453, 70.199994 ], [ -129.111328, 69.778952 ], [ -128.364258, 70.005567 ], [ -128.144531, 70.480896 ], [ -127.441406, 70.377854 ], [ -125.771484, 69.472969 ], [ -124.409180, 70.155288 ], [ -124.277344, 69.395783 ], [ -123.046875, 69.565226 ], [ -122.695312, 69.854762 ], [ -121.464844, 69.794136 ], [ -119.926758, 69.380313 ], [ -117.597656, 69.005675 ], [ -116.235352, 68.847665 ], [ -115.224609, 68.911005 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.908619 ], [ -113.510742, 67.692771 ], [ -110.786133, 67.809245 ], [ -109.951172, 67.974634 ], [ -108.896484, 67.373698 ], [ -107.797852, 67.892086 ], [ -108.808594, 68.318146 ], [ -108.149414, 68.656555 ], [ -106.962891, 68.704486 ], [ -106.127930, 68.800041 ], [ -105.336914, 68.560384 ], [ -104.326172, 68.024022 ], [ -103.227539, 68.089709 ], [ -101.469727, 67.642676 ], [ -99.887695, 67.809245 ], [ -98.437500, 67.776025 ], [ -98.569336, 68.399180 ], [ -97.646484, 68.576441 ], [ -96.108398, 68.236823 ], [ -96.108398, 67.289015 ], [ -95.493164, 68.089709 ], [ -94.702148, 68.056889 ], [ -94.218750, 69.068563 ], [ -95.317383, 69.687618 ], [ -96.459961, 70.095529 ], [ -96.372070, 71.187754 ], [ -95.185547, 71.924528 ] ] ], [ [ [ -114.741211, 32.731841 ], [ -114.829102, 32.509762 ], [ -111.005859, 31.316101 ], [ -108.237305, 31.353637 ], [ -108.237305, 31.765537 ], [ -106.523438, 31.765537 ], [ -106.127930, 31.391158 ], [ -105.029297, 30.637912 ], [ -104.721680, 30.107118 ], [ -104.458008, 29.573457 ], [ -103.930664, 29.267233 ], [ -103.095703, 28.960089 ], [ -102.480469, 29.764377 ], [ -101.645508, 29.764377 ], [ -100.942383, 29.382175 ], [ -100.107422, 28.110749 ], [ -99.536133, 27.527758 ], [ -99.316406, 26.824071 ], [ -99.008789, 26.352498 ], [ -97.514648, 25.839449 ], [ -97.119141, 25.878994 ], [ -97.514648, 25.005973 ], [ -97.690430, 24.287027 ], [ -97.778320, 22.917923 ], [ -97.866211, 22.431340 ], [ -97.690430, 21.902278 ], [ -97.382812, 21.412162 ], [ -97.207031, 20.632784 ], [ -96.503906, 19.890723 ], [ -96.284180, 19.311143 ], [ -95.888672, 18.812718 ], [ -94.833984, 18.562947 ], [ -94.438477, 18.145852 ], [ -93.559570, 18.437925 ], [ -92.768555, 18.521283 ], [ -91.406250, 18.854310 ], [ -90.791016, 19.269665 ], [ -90.527344, 19.849394 ], [ -90.439453, 20.715015 ], [ -90.263672, 21.002471 ], [ -89.604492, 21.248422 ], [ -88.549805, 21.493964 ], [ -87.670898, 21.453069 ], [ -87.055664, 21.534847 ], [ -86.791992, 21.330315 ], [ -86.835938, 20.838278 ], [ -87.363281, 20.262197 ], [ -87.626953, 19.642588 ], [ -87.451172, 19.476950 ], [ -87.846680, 18.271086 ], [ -88.110352, 18.521283 ], [ -88.286133, 18.479609 ], [ -88.286133, 18.354526 ], [ -88.110352, 18.354526 ], [ -88.110352, 18.062312 ], [ -88.286133, 17.644022 ], [ -88.198242, 17.476432 ], [ -88.286133, 17.140790 ], [ -88.242188, 17.014768 ], [ -88.374023, 16.509833 ], [ -88.549805, 16.256867 ], [ -88.725586, 16.214675 ], [ -88.945312, 15.876809 ], [ -89.208984, 15.876809 ], [ -89.121094, 17.811456 ], [ -91.010742, 17.811456 ], [ -91.010742, 17.266728 ], [ -91.450195, 17.266728 ], [ -90.703125, 16.678293 ], [ -90.615234, 16.467695 ], [ -90.439453, 16.425548 ], [ -90.483398, 16.088042 ], [ -91.757812, 16.045813 ], [ -92.241211, 15.241790 ], [ -92.065430, 15.072124 ], [ -92.197266, 14.817371 ], [ -92.241211, 14.519780 ], [ -93.339844, 15.623037 ], [ -93.867188, 15.919074 ], [ -94.702148, 16.214675 ], [ -95.229492, 16.130262 ], [ -96.064453, 15.749963 ], [ -96.547852, 15.665354 ], [ -97.998047, 16.088042 ], [ -98.964844, 16.551962 ], [ -99.711914, 16.720385 ], [ -100.810547, 17.182779 ], [ -101.645508, 17.644022 ], [ -101.909180, 17.895114 ], [ -102.480469, 17.978733 ], [ -103.491211, 18.271086 ], [ -103.930664, 18.729502 ], [ -104.985352, 19.311143 ], [ -105.512695, 19.932041 ], [ -105.732422, 20.427013 ], [ -105.380859, 20.550509 ], [ -105.512695, 20.797201 ], [ -105.249023, 21.084500 ], [ -105.249023, 21.412162 ], [ -105.600586, 21.861499 ], [ -105.688477, 22.268764 ], [ -106.040039, 22.755921 ], [ -106.918945, 23.765237 ], [ -107.929688, 24.567108 ], [ -108.413086, 25.165173 ], [ -109.248047, 25.562265 ], [ -109.423828, 25.839449 ], [ -109.291992, 26.431228 ], [ -109.819336, 26.667096 ], [ -110.390625, 27.176469 ], [ -110.654297, 27.877928 ], [ -111.181641, 27.955591 ], [ -112.236328, 28.960089 ], [ -112.280273, 29.267233 ], [ -112.807617, 30.031055 ], [ -113.159180, 30.789037 ], [ -113.159180, 31.165810 ], [ -113.862305, 31.578535 ], [ -114.213867, 31.541090 ], [ -114.785156, 31.802893 ], [ -114.916992, 31.391158 ], [ -114.785156, 30.902225 ], [ -114.653320, 30.145127 ], [ -113.422852, 28.806174 ], [ -113.291016, 28.767659 ], [ -113.159180, 28.420391 ], [ -112.939453, 28.420391 ], [ -112.763672, 27.761330 ], [ -112.456055, 27.527758 ], [ -112.236328, 27.176469 ], [ -111.621094, 26.667096 ], [ -111.269531, 25.720735 ], [ -110.698242, 24.806681 ], [ -110.654297, 24.287027 ], [ -110.170898, 24.246965 ], [ -109.423828, 23.362429 ], [ -109.423828, 23.200961 ], [ -109.863281, 22.836946 ], [ -110.039062, 22.836946 ], [ -110.302734, 23.443089 ], [ -110.961914, 24.006326 ], [ -111.665039, 24.487149 ], [ -112.192383, 24.726875 ], [ -112.148438, 25.482951 ], [ -112.280273, 25.997550 ], [ -113.466797, 26.784847 ], [ -113.598633, 26.627818 ], [ -113.862305, 26.902477 ], [ -114.477539, 27.137368 ], [ -115.048828, 27.722436 ], [ -114.960938, 27.800210 ], [ -114.565430, 27.722436 ], [ -114.213867, 28.110749 ], [ -114.169922, 28.574874 ], [ -114.916992, 29.267233 ], [ -115.532227, 29.573457 ], [ -116.718750, 31.615966 ], [ -117.114258, 32.546813 ], [ -114.741211, 32.731841 ] ] ], [ [ [ -72.817383, 83.231249 ], [ -65.830078, 83.026219 ], [ -63.676758, 82.902419 ], [ -61.831055, 82.625695 ], [ -61.875000, 82.361644 ], [ -64.335938, 81.929358 ], [ -66.752930, 81.723188 ], [ -67.675781, 81.498805 ], [ -65.478516, 81.505299 ], [ -67.851562, 80.900669 ], [ -69.477539, 80.618424 ], [ -71.191406, 79.796745 ], [ -73.256836, 79.631968 ], [ -73.872070, 79.432371 ], [ -76.904297, 79.318942 ], [ -75.541992, 79.196075 ], [ -76.201172, 79.021712 ], [ -75.410156, 78.525573 ], [ -76.333008, 78.179588 ], [ -77.871094, 77.897255 ], [ -78.354492, 77.504119 ], [ -79.760742, 77.205912 ], [ -79.628906, 76.980149 ], [ -77.915039, 77.019692 ], [ -77.871094, 76.780655 ], [ -80.551758, 76.174498 ], [ -83.188477, 76.455203 ], [ -86.088867, 76.299953 ], [ -87.583008, 76.424292 ], [ -89.472656, 76.475773 ], [ -89.604492, 76.950415 ], [ -87.758789, 77.176684 ], [ -88.242188, 77.897255 ], [ -87.626953, 77.970745 ], [ -84.990234, 77.542096 ], [ -86.352539, 78.179588 ], [ -87.978516, 78.367146 ], [ -87.143555, 78.759229 ], [ -85.385742, 78.996578 ], [ -85.078125, 79.343349 ], [ -86.484375, 79.734281 ], [ -86.923828, 80.253391 ], [ -84.199219, 80.208652 ], [ -83.408203, 80.103470 ], [ -81.826172, 80.466790 ], [ -84.111328, 80.582539 ], [ -87.583008, 80.517603 ], [ -89.384766, 80.858875 ], [ -90.219727, 81.261711 ], [ -91.362305, 81.550619 ], [ -91.582031, 81.892256 ], [ -90.087891, 82.082145 ], [ -88.945312, 82.118384 ], [ -86.967773, 82.279430 ], [ -85.517578, 82.653843 ], [ -84.243164, 82.597439 ], [ -83.188477, 82.320646 ], [ -82.397461, 82.858847 ], [ -81.079102, 83.020881 ], [ -79.321289, 83.132123 ], [ -76.245117, 83.174035 ], [ -75.717773, 83.063469 ], [ -72.817383, 83.231249 ] ] ], [ [ [ -85.825195, 73.800318 ], [ -86.572266, 73.163173 ], [ -85.781250, 72.528130 ], [ -84.858398, 73.340461 ], [ -82.309570, 73.751205 ], [ -80.595703, 72.711903 ], [ -80.727539, 72.060381 ], [ -78.750000, 72.355789 ], [ -77.827148, 72.751039 ], [ -75.585938, 72.248917 ], [ -74.223633, 71.760191 ], [ -74.091797, 71.328950 ], [ -72.246094, 71.552741 ], [ -71.191406, 70.916641 ], [ -68.774414, 70.524897 ], [ -67.895508, 70.125430 ], [ -66.972656, 69.178184 ], [ -68.818359, 68.720441 ], [ -66.445312, 68.073305 ], [ -64.863281, 67.842416 ], [ -63.413086, 66.930060 ], [ -61.831055, 66.861082 ], [ -62.182617, 66.160511 ], [ -63.896484, 64.997939 ], [ -65.126953, 65.421730 ], [ -66.708984, 66.390361 ], [ -68.027344, 66.266856 ], [ -68.159180, 65.694476 ], [ -67.104492, 65.109148 ], [ -65.742188, 64.642704 ], [ -65.302734, 64.377941 ], [ -64.687500, 63.391522 ], [ -64.995117, 62.674143 ], [ -66.269531, 62.935235 ], [ -68.774414, 63.743631 ], [ -66.313477, 62.288365 ], [ -66.181641, 61.938950 ], [ -68.862305, 62.329208 ], [ -71.015625, 62.915233 ], [ -72.246094, 63.391522 ], [ -71.894531, 63.685248 ], [ -74.838867, 64.680318 ], [ -74.838867, 64.396938 ], [ -77.695312, 64.225493 ], [ -78.574219, 64.567319 ], [ -77.915039, 65.311829 ], [ -76.025391, 65.330178 ], [ -73.959961, 65.458261 ], [ -74.311523, 65.802776 ], [ -73.959961, 66.302205 ], [ -72.641602, 67.289015 ], [ -72.905273, 67.726108 ], [ -73.300781, 68.073305 ], [ -74.838867, 68.560384 ], [ -76.860352, 68.895187 ], [ -76.245117, 69.146920 ], [ -77.299805, 69.763757 ], [ -78.178711, 69.824471 ], [ -78.969727, 70.170201 ], [ -79.497070, 69.869892 ], [ -81.298828, 69.748551 ], [ -84.946289, 69.960439 ], [ -87.055664, 70.259452 ], [ -88.681641, 70.407348 ], [ -89.516602, 70.757966 ], [ -88.461914, 71.216075 ], [ -89.868164, 71.216075 ], [ -90.219727, 72.235514 ], [ -89.428711, 73.124945 ], [ -88.417969, 73.540855 ], [ -85.825195, 73.800318 ] ] ], [ [ [ -73.168945, 19.932041 ], [ -71.718750, 19.725342 ], [ -71.586914, 19.890723 ], [ -70.795898, 19.890723 ], [ -70.224609, 19.601194 ], [ -69.960938, 19.642588 ], [ -69.785156, 19.311143 ], [ -69.213867, 19.311143 ], [ -69.257812, 19.020577 ], [ -68.818359, 18.979026 ], [ -68.334961, 18.604601 ], [ -68.686523, 18.187607 ], [ -69.169922, 18.437925 ], [ -69.609375, 18.396230 ], [ -69.960938, 18.437925 ], [ -70.136719, 18.229351 ], [ -70.532227, 18.187607 ], [ -70.664062, 18.437925 ], [ -71.015625, 18.271086 ], [ -71.411133, 17.602139 ], [ -71.674805, 17.769612 ], [ -71.718750, 18.062312 ], [ -72.377930, 18.229351 ], [ -72.861328, 18.145852 ], [ -73.432617, 18.229351 ], [ -73.916016, 18.020528 ], [ -74.443359, 18.354526 ], [ -74.355469, 18.646245 ], [ -72.685547, 18.437925 ], [ -72.333984, 18.687879 ], [ -72.773438, 19.103648 ], [ -72.773438, 19.476950 ], [ -73.432617, 19.642588 ], [ -73.168945, 19.932041 ] ] ], [ [ [ -77.783203, 18.521283 ], [ -76.904297, 18.396230 ], [ -76.376953, 18.145852 ], [ -76.201172, 17.895114 ], [ -76.904297, 17.853290 ], [ -77.211914, 17.685895 ], [ -77.783203, 17.853290 ], [ -78.354492, 18.229351 ], [ -78.222656, 18.437925 ], [ -77.783203, 18.521283 ] ] ], [ [ [ -66.269531, 18.521283 ], [ -65.786133, 18.437925 ], [ -65.610352, 18.229351 ], [ -65.830078, 17.978733 ], [ -67.192383, 17.936929 ], [ -67.236328, 18.354526 ], [ -67.104492, 18.521283 ], [ -66.269531, 18.521283 ] ] ], [ [ [ 3.515625, 51.454007 ], [ 3.515625, 43.165123 ], [ 3.120117, 43.068888 ], [ 2.988281, 42.455888 ], [ 3.032227, 41.902277 ], [ 2.109375, 41.211722 ], [ 0.791016, 41.013066 ], [ 0.703125, 40.680638 ], [ 0.087891, 40.111689 ], [ -0.263672, 39.300299 ], [ 0.000000, 38.891033 ], [ 0.131836, 38.754083 ], [ 0.000000, 38.651198 ], [ -0.483398, 38.307181 ], [ -0.703125, 37.649034 ], [ -1.450195, 37.439974 ], [ -2.153320, 36.668419 ], [ -4.350586, 36.668419 ], [ -5.009766, 36.315125 ], [ -5.361328, 35.960223 ], [ -5.844727, 36.031332 ], [ -6.240234, 36.350527 ], [ -6.503906, 36.949892 ], [ -7.470703, 37.090240 ], [ -7.866211, 36.844461 ], [ -8.393555, 36.985003 ], [ -8.876953, 36.879621 ], [ -8.745117, 37.649034 ], [ -8.833008, 38.272689 ], [ -9.272461, 38.341656 ], [ -9.536133, 38.719805 ], [ -9.448242, 39.402244 ], [ -9.052734, 39.740986 ], [ -8.789062, 40.747257 ], [ -8.789062, 41.178654 ], [ -9.008789, 41.541478 ], [ -9.052734, 41.869561 ], [ -8.964844, 42.585444 ], [ -9.404297, 43.036776 ], [ -7.998047, 43.739352 ], [ -6.767578, 43.580391 ], [ -5.405273, 43.580391 ], [ -4.350586, 43.389082 ], [ -3.515625, 43.452919 ], [ -1.889648, 43.421009 ], [ -1.362305, 44.024422 ], [ -1.186523, 46.012224 ], [ -2.241211, 47.070122 ], [ -2.944336, 47.576526 ], [ -4.482422, 47.960502 ], [ -4.570312, 48.690960 ], [ -3.295898, 48.893615 ], [ -1.625977, 48.632909 ], [ -1.933594, 49.781264 ], [ -0.966797, 49.353756 ], [ 0.000000, 49.667628 ], [ 1.318359, 50.120578 ], [ 1.625977, 50.958427 ], [ 3.295898, 51.344339 ], [ 3.515625, 51.454007 ] ] ], [ [ [ -92.416992, 81.255032 ], [ -91.142578, 80.725269 ], [ -89.428711, 80.510360 ], [ -87.802734, 80.320120 ], [ -87.011719, 79.663556 ], [ -85.825195, 79.335219 ], [ -87.187500, 79.038437 ], [ -89.033203, 78.287126 ], [ -90.791016, 78.215541 ], [ -92.856445, 78.340533 ], [ -93.955078, 78.750659 ], [ -93.955078, 79.113389 ], [ -93.164062, 79.375806 ], [ -94.965820, 79.375806 ], [ -96.064453, 79.702907 ], [ -96.723633, 80.156200 ], [ -96.020508, 80.604086 ], [ -95.317383, 80.907616 ], [ -94.306641, 80.976799 ], [ -94.746094, 81.208139 ], [ -92.416992, 81.255032 ] ] ], [ [ [ -96.723633, 77.157163 ], [ -94.702148, 77.098423 ], [ -93.559570, 76.780655 ], [ -91.582031, 76.780655 ], [ -90.747070, 76.444907 ], [ -90.966797, 76.069092 ], [ -89.824219, 75.845169 ], [ -89.165039, 75.606801 ], [ -87.846680, 75.563041 ], [ -86.396484, 75.486148 ], [ -84.770508, 75.693931 ], [ -82.749023, 75.780545 ], [ -81.123047, 75.715633 ], [ -80.068359, 75.331158 ], [ -79.848633, 74.925142 ], [ -80.463867, 74.660016 ], [ -81.958008, 74.437572 ], [ -83.232422, 74.566736 ], [ -86.088867, 74.413974 ], [ -88.154297, 74.390342 ], [ -89.780273, 74.519889 ], [ -92.416992, 74.833436 ], [ -92.768555, 75.386696 ], [ -92.900391, 75.877372 ], [ -93.911133, 76.320754 ], [ -95.976562, 76.444907 ], [ -97.119141, 76.750473 ], [ -96.723633, 77.157163 ] ] ], [ [ [ -121.552734, 74.449358 ], [ -120.102539, 74.235878 ], [ -117.553711, 74.188052 ], [ -116.586914, 73.898111 ], [ -115.488281, 73.478485 ], [ -116.762695, 73.226700 ], [ -119.223633, 72.514931 ], [ -120.454102, 71.815130 ], [ -120.454102, 71.385142 ], [ -123.090820, 70.902268 ], [ -123.618164, 71.343013 ], [ -125.947266, 71.869909 ], [ -124.804688, 73.022592 ], [ -123.925781, 73.677264 ], [ -124.936523, 74.295463 ], [ -121.552734, 74.449358 ] ] ], [ [ [ -109.599609, 76.790701 ], [ -108.544922, 76.679785 ], [ -108.193359, 76.205967 ], [ -107.797852, 75.845169 ], [ -106.918945, 76.016094 ], [ -105.864258, 75.973553 ], [ -105.688477, 75.475131 ], [ -106.303711, 75.004940 ], [ -109.687500, 74.844929 ], [ -112.236328, 74.413974 ], [ -113.730469, 74.390342 ], [ -113.862305, 74.718037 ], [ -111.796875, 75.163300 ], [ -116.323242, 75.039013 ], [ -117.729492, 75.219460 ], [ -116.323242, 76.195485 ], [ -115.400391, 76.475773 ], [ -112.587891, 76.142958 ], [ -110.830078, 75.552081 ], [ -109.072266, 75.475131 ], [ -110.478516, 76.434604 ], [ -109.599609, 76.790701 ] ] ], [ [ [ -2.988281, 58.631217 ], [ -4.086914, 57.562995 ], [ -3.032227, 57.680660 ], [ -1.977539, 57.680660 ], [ -2.197266, 56.872996 ], [ -3.120117, 55.973798 ], [ -2.065430, 55.899956 ], [ -1.098633, 54.622978 ], [ -0.439453, 54.470038 ], [ 0.000000, 53.670680 ], [ 0.483398, 52.935397 ], [ 1.669922, 52.749594 ], [ 1.582031, 52.106505 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.571289, 50.764259 ], [ -0.791016, 50.764259 ], [ -2.504883, 50.485474 ], [ -2.944336, 50.708634 ], [ -3.603516, 50.233152 ], [ -4.526367, 50.345460 ], [ -5.229492, 49.951220 ], [ -5.756836, 50.148746 ], [ -4.306641, 51.206883 ], [ -3.427734, 51.426614 ], [ -4.965820, 51.590723 ], [ -5.273438, 51.998410 ], [ -4.218750, 52.295042 ], [ -4.790039, 52.829321 ], [ -4.570312, 53.488046 ], [ -3.076172, 53.409532 ], [ -2.944336, 53.981935 ], [ -3.647461, 54.622978 ], [ -4.833984, 54.800685 ], [ -5.097656, 55.053203 ], [ -4.702148, 55.503750 ], [ -5.053711, 55.776573 ], [ -5.581055, 55.304138 ], [ -5.625000, 56.267761 ], [ -6.152344, 56.776808 ], [ -5.800781, 57.821355 ], [ -5.009766, 58.631217 ], [ -4.218750, 58.539595 ], [ -2.988281, 58.631217 ] ] ], [ [ [ -82.265625, 23.200961 ], [ -80.595703, 23.120154 ], [ -79.672852, 22.755921 ], [ -79.277344, 22.390714 ], [ -78.354492, 22.512557 ], [ -76.508789, 21.207459 ], [ -76.201172, 21.207459 ], [ -75.585938, 21.002471 ], [ -75.673828, 20.715015 ], [ -74.926758, 20.673905 ], [ -74.179688, 20.303418 ], [ -74.311523, 20.055931 ], [ -74.970703, 19.932041 ], [ -75.629883, 19.890723 ], [ -76.333008, 19.932041 ], [ -77.739258, 19.849394 ], [ -77.080078, 20.427013 ], [ -77.475586, 20.673905 ], [ -78.134766, 20.756114 ], [ -78.486328, 21.043491 ], [ -78.706055, 21.616579 ], [ -79.277344, 21.575719 ], [ -80.200195, 21.820708 ], [ -80.507812, 22.024546 ], [ -81.826172, 22.187405 ], [ -82.177734, 22.390714 ], [ -81.782227, 22.634293 ], [ -82.792969, 22.674847 ], [ -83.496094, 22.187405 ], [ -83.891602, 22.146708 ], [ -84.067383, 21.902278 ], [ -84.550781, 21.779905 ], [ -84.990234, 21.902278 ], [ -84.462891, 22.187405 ], [ -84.243164, 22.553147 ], [ -83.759766, 22.796439 ], [ -83.276367, 22.998852 ], [ -82.529297, 23.079732 ], [ -82.265625, 23.200961 ] ] ], [ [ [ -16.171875, 66.530768 ], [ -14.501953, 66.460663 ], [ -14.721680, 65.802776 ], [ -13.623047, 65.127638 ], [ -14.897461, 64.358931 ], [ -18.676758, 63.489767 ], [ -22.763672, 63.956673 ], [ -21.796875, 64.396938 ], [ -23.950195, 64.886265 ], [ -22.192383, 65.090646 ], [ -22.236328, 65.385147 ], [ -24.345703, 65.603878 ], [ -23.642578, 66.266856 ], [ -22.148438, 66.407955 ], [ -20.566406, 65.730626 ], [ -19.072266, 66.284537 ], [ -17.797852, 66.000150 ], [ -16.171875, 66.530768 ] ] ], [ [ [ -100.371094, 73.849286 ], [ -99.140625, 73.627789 ], [ -97.382812, 73.763497 ], [ -97.119141, 73.465984 ], [ -98.041992, 72.984054 ], [ -96.547852, 72.554498 ], [ -96.723633, 71.663663 ], [ -98.349609, 71.272595 ], [ -99.316406, 71.357067 ], [ -100.019531, 71.732662 ], [ -102.480469, 72.514931 ], [ -102.480469, 72.829052 ], [ -100.415039, 72.711903 ], [ -101.557617, 73.365639 ], [ -100.371094, 73.849286 ] ] ], [ [ [ -116.191406, 77.645947 ], [ -116.323242, 76.880775 ], [ -117.114258, 76.527061 ], [ -118.037109, 76.475773 ], [ -119.882812, 76.047916 ], [ -121.508789, 75.898801 ], [ -122.871094, 76.111348 ], [ -121.157227, 76.860810 ], [ -119.091797, 77.513624 ], [ -117.553711, 77.494607 ], [ -116.191406, 77.645947 ] ] ], [ [ [ -98.481445, 76.720223 ], [ -97.734375, 76.258260 ], [ -97.690430, 75.748125 ], [ -98.173828, 75.004940 ], [ -99.799805, 74.902266 ], [ -100.898438, 75.061686 ], [ -100.854492, 75.639536 ], [ -102.480469, 75.563041 ], [ -102.568359, 76.331142 ], [ -101.469727, 76.299953 ], [ -99.975586, 76.649377 ], [ -98.569336, 76.588356 ], [ -98.481445, 76.720223 ] ] ], [ [ [ -78.178711, 25.204941 ], [ -77.871094, 25.165173 ], [ -77.519531, 24.327077 ], [ -77.519531, 23.765237 ], [ -77.783203, 23.725012 ], [ -78.046875, 24.287027 ], [ -78.398438, 24.567108 ], [ -78.178711, 25.204941 ] ] ], [ [ [ -77.783203, 27.019984 ], [ -76.992188, 26.588527 ], [ -77.167969, 25.878994 ], [ -77.343750, 25.997550 ], [ -77.343750, 26.509905 ], [ -77.783203, 26.941660 ], [ -77.783203, 27.019984 ] ] ], [ [ [ -78.530273, 26.863281 ], [ -77.827148, 26.824071 ], [ -77.827148, 26.588527 ], [ -78.925781, 26.431228 ], [ -78.969727, 26.784847 ], [ -78.530273, 26.863281 ] ] ], [ [ [ -94.482422, 74.140084 ], [ -92.416992, 74.104015 ], [ -90.527344, 73.861506 ], [ -92.021484, 72.971189 ], [ -93.208008, 72.777081 ], [ -94.262695, 72.019729 ], [ -95.405273, 72.060381 ], [ -96.020508, 72.945431 ], [ -96.020508, 73.440953 ], [ -95.493164, 73.861506 ], [ -94.482422, 74.140084 ] ] ], [ [ [ -55.854492, 51.618017 ], [ -55.415039, 51.590723 ], [ -56.777344, 49.809632 ], [ -56.162109, 50.148746 ], [ -55.458984, 49.922935 ], [ -55.810547, 49.582226 ], [ -54.931641, 49.325122 ], [ -54.492188, 49.553726 ], [ -53.481445, 49.239121 ], [ -53.789062, 48.516604 ], [ -53.085938, 48.690960 ], [ -52.954102, 48.166085 ], [ -52.646484, 47.546872 ], [ -53.085938, 46.649436 ], [ -53.525391, 46.619261 ], [ -54.184570, 46.800059 ], [ -53.964844, 47.635784 ], [ -54.228516, 47.754098 ], [ -55.415039, 46.890232 ], [ -55.986328, 46.920255 ], [ -55.283203, 47.398349 ], [ -56.250000, 47.635784 ], [ -57.304688, 47.576526 ], [ -59.282227, 47.606163 ], [ -59.414062, 47.901614 ], [ -58.798828, 48.253941 ], [ -59.238281, 48.516604 ], [ -58.403320, 49.124219 ], [ -57.348633, 50.708634 ], [ -56.733398, 51.289406 ], [ -55.854492, 51.618017 ] ] ], [ [ [ -105.512695, 79.302640 ], [ -103.535156, 79.163075 ], [ -100.810547, 78.801980 ], [ -100.063477, 78.322757 ], [ -99.667969, 77.906466 ], [ -101.293945, 78.016453 ], [ -102.963867, 78.340533 ], [ -105.161133, 78.376004 ], [ -104.194336, 78.673242 ], [ -105.424805, 78.920832 ], [ -105.512695, 79.302640 ] ] ], [ [ [ -85.869141, 65.730626 ], [ -85.166016, 65.658275 ], [ -84.990234, 65.219894 ], [ -84.462891, 65.366837 ], [ -83.891602, 65.109148 ], [ -82.792969, 64.774125 ], [ -81.650391, 64.453849 ], [ -81.562500, 63.975961 ], [ -80.815430, 64.052978 ], [ -80.112305, 63.724183 ], [ -80.991211, 63.411198 ], [ -82.529297, 63.646259 ], [ -83.100586, 64.110602 ], [ -84.111328, 63.568120 ], [ -85.517578, 63.054959 ], [ -85.869141, 63.646259 ], [ -87.231445, 63.548552 ], [ -86.352539, 64.033744 ], [ -86.220703, 64.830254 ], [ -85.869141, 65.730626 ] ] ], [ [ [ -6.723633, 55.178868 ], [ -5.668945, 54.546580 ], [ -6.196289, 53.878440 ], [ -6.020508, 53.146770 ], [ -6.767578, 52.268157 ], [ -8.569336, 51.672555 ], [ -9.975586, 51.808615 ], [ -9.184570, 52.855864 ], [ -9.667969, 53.878440 ], [ -7.558594, 55.128649 ], [ -6.723633, 55.178868 ] ] ], [ [ [ -98.613281, 78.870048 ], [ -97.338867, 78.827554 ], [ -96.767578, 78.767792 ], [ -95.537109, 78.420193 ], [ -95.844727, 78.052896 ], [ -97.294922, 77.851100 ], [ -98.129883, 78.080156 ], [ -98.569336, 78.455425 ], [ -98.613281, 78.870048 ] ] ], [ [ [ -94.833984, 75.650431 ], [ -93.955078, 75.297735 ], [ -93.603516, 74.982183 ], [ -94.174805, 74.590108 ], [ -95.625000, 74.671638 ], [ -96.811523, 74.925142 ], [ -96.284180, 75.375605 ], [ -94.833984, 75.650431 ] ] ], [ [ [ -111.269531, 78.152551 ], [ -109.863281, 77.998190 ], [ -110.170898, 77.692870 ], [ -112.060547, 77.408678 ], [ -113.554688, 77.730282 ], [ -112.719727, 78.052896 ], [ -111.269531, 78.152551 ] ] ], [ [ [ -128.364258, 50.764259 ], [ -126.694336, 50.401515 ], [ -125.771484, 50.289339 ], [ -124.936523, 49.468124 ], [ -123.925781, 49.066668 ], [ -123.530273, 48.516604 ], [ -124.013672, 48.370848 ], [ -125.639648, 48.835797 ], [ -125.947266, 49.181703 ], [ -126.870117, 49.525208 ], [ -127.045898, 49.809632 ], [ -128.056641, 50.007739 ], [ -128.452148, 50.541363 ], [ -128.364258, 50.764259 ] ] ], [ [ [ -75.893555, 68.285651 ], [ -75.102539, 68.007571 ], [ -75.102539, 67.575717 ], [ -75.234375, 67.441229 ], [ -75.849609, 67.152898 ], [ -76.992188, 67.101656 ], [ -77.255859, 67.592475 ], [ -76.816406, 68.155209 ], [ -75.893555, 68.285651 ] ] ], [ [ [ -111.489258, 78.853070 ], [ -110.961914, 78.801980 ], [ -109.643555, 78.603986 ], [ -110.874023, 78.402537 ], [ -112.543945, 78.411369 ], [ -112.543945, 78.551769 ], [ -111.489258, 78.853070 ] ] ], [ [ [ -105.249023, 73.640171 ], [ -104.501953, 73.415885 ], [ -105.380859, 72.764065 ], [ -106.918945, 73.453473 ], [ -106.611328, 73.602996 ], [ -105.249023, 73.640171 ] ] ], [ [ [ -96.416016, 77.832589 ], [ -94.438477, 77.823323 ], [ -93.735352, 77.636542 ], [ -93.823242, 77.523122 ], [ -94.306641, 77.494607 ], [ -96.152344, 77.551572 ], [ -96.416016, 77.832589 ] ] ], [ [ [ -133.198242, 54.162434 ], [ -132.714844, 54.033586 ], [ -131.748047, 54.110943 ], [ -132.055664, 52.988337 ], [ -131.176758, 52.187405 ], [ -131.572266, 52.187405 ], [ -132.187500, 52.643063 ], [ -132.539062, 53.094024 ], [ -133.066406, 53.409532 ], [ -133.242188, 53.852527 ], [ -133.198242, 54.162434 ] ] ], [ [ [ -64.160156, 49.951220 ], [ -62.841797, 49.696062 ], [ -61.831055, 49.296472 ], [ -61.787109, 49.095452 ], [ -62.270508, 49.095452 ], [ -63.588867, 49.410973 ], [ -64.511719, 49.866317 ], [ -64.160156, 49.951220 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -180.000000, 68.974164 ], [ -177.539062, 68.204212 ], [ -174.902344, 67.204032 ], [ -174.990234, 66.583217 ], [ -174.375000, 66.337505 ], [ -174.550781, 67.067433 ], [ -171.826172, 66.895596 ], [ -169.892578, 65.982270 ], [ -170.859375, 65.549367 ], [ -172.529297, 65.440002 ], [ -172.529297, 64.472794 ], [ -172.968750, 64.244595 ], [ -173.847656, 64.282760 ], [ -174.638672, 64.623877 ], [ -175.957031, 64.923542 ], [ -176.220703, 65.366837 ], [ -177.187500, 65.512963 ], [ -178.330078, 65.403445 ], [ -178.945312, 65.730626 ], [ -178.681641, 66.124962 ], [ -179.912109, 65.874725 ], [ -179.472656, 65.403445 ], [ -180.000000, 64.960766 ], [ -181.318359, 64.548440 ], [ -182.548828, 64.623877 ], [ -181.669922, 64.091408 ], [ -181.054688, 63.233627 ], [ -180.615234, 62.995158 ], [ -180.527344, 62.552857 ], [ -180.791016, 62.308794 ], [ -182.636719, 62.512318 ], [ -183.515625, 62.267923 ], [ -183.515625, 69.748551 ], [ -181.406250, 69.411242 ], [ -180.000000, 68.974164 ] ] ], [ [ [ -180.000000, 71.524909 ], [ -179.912109, 71.552741 ], [ -179.033203, 71.552741 ], [ -177.539062, 71.272595 ], [ -177.626953, 71.130988 ], [ -178.681641, 70.902268 ], [ -180.000000, 70.844673 ], [ -181.054688, 70.786910 ], [ -181.318359, 71.102543 ], [ -180.000000, 71.524909 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -180.000000, 68.958391 ], [ -177.539062, 68.204212 ], [ -174.946289, 67.204032 ], [ -175.034180, 66.583217 ], [ -174.331055, 66.337505 ], [ -174.550781, 67.067433 ], [ -171.870117, 66.912834 ], [ -169.892578, 65.982270 ], [ -170.903320, 65.549367 ], [ -172.529297, 65.440002 ], [ -172.573242, 64.453849 ], [ -172.968750, 64.244595 ], [ -173.891602, 64.282760 ], [ -174.638672, 64.623877 ], [ -176.000977, 64.923542 ], [ -176.220703, 65.348514 ], [ -177.231445, 65.512963 ], [ -178.374023, 65.385147 ], [ -178.901367, 65.748683 ], [ -178.681641, 66.107170 ], [ -179.868164, 65.874725 ], [ -179.428711, 65.403445 ], [ -180.000000, 64.979359 ], [ -181.274414, 64.529548 ], [ -182.592773, 64.605038 ], [ -181.669922, 64.072200 ], [ -181.098633, 63.253412 ], [ -180.615234, 62.975198 ], [ -180.527344, 62.573106 ], [ -180.791016, 62.308794 ], [ -182.636719, 62.512318 ], [ -183.515625, 62.288365 ], [ -183.515625, 69.748551 ], [ -181.406250, 69.395783 ], [ -180.000000, 68.958391 ] ] ], [ [ [ -180.000000, 71.510978 ], [ -179.868164, 71.552741 ], [ -179.033203, 71.552741 ], [ -177.583008, 71.272595 ], [ -177.670898, 71.130988 ], [ -178.681641, 70.887885 ], [ -180.000000, 70.830248 ], [ -181.098633, 70.786910 ], [ -181.274414, 71.102543 ], [ -180.000000, 71.510978 ] ] ] ] } } ] } ] } , @@ -56,20 +48,10 @@ ] } , { "type": "FeatureCollection", "properties": { "zoom": 1, "x": 1, "y": 0 }, "features": [ -{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 512 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United Kingdom", "adm0_a3": "GBR", "geou_dif": 0, "geounit": "United Kingdom", "gu_a3": "GBR", "su_dif": 0, "subunit": "United Kingdom", "su_a3": "GBR", "brk_diff": 0, "name": "United Kingdom", "name_long": "United Kingdom", "brk_a3": "GBR", "brk_name": "United Kingdom", "abbrev": "U.K.", "postal": "GB", "formal_en": "United Kingdom of Great Britain and Northern Ireland", "name_sort": "United Kingdom", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 6, "mapcolor13": 3, "pop_est": 62262000, "gdp_md_est": 1977704, "pop_year": 0, "lastcensus": 2011, "gdp_year": 2009, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "GB", "iso_a3": "GBR", "iso_n3": "826", "un_a3": "826", "wb_a2": "GB", "wb_a3": "GBR", "woe_id": -99, "adm0_a3_is": "GBR", "adm0_a3_us": "GBR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 14, "long_len": 14, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.515625, 24.206890 ], [ 0.000000, 21.943046 ], [ 3.164062, 19.642588 ], [ 3.164062, 18.979026 ], [ 4.218750, 19.311143 ], [ 4.218750, 16.972741 ], [ 3.515625, 15.623037 ], [ 0.351562, 14.944785 ], [ 1.054688, 12.897489 ], [ 2.109375, 12.554564 ], [ 2.109375, 11.867351 ], [ 1.406250, 11.178402 ], [ 0.000000, 10.833306 ], [ 0.000000, 10.487812 ], [ 1.054688, 5.965754 ], [ 0.000000, 5.615986 ], [ -2.109375, 4.565474 ], [ -3.515625, 4.915833 ], [ -3.515625, 24.206890 ] ] ], [ [ [ -3.515625, 35.460670 ], [ -2.109375, 35.173808 ], [ -1.054688, 32.546813 ], [ -3.515625, 31.653381 ], [ -3.515625, 35.460670 ] ] ], [ [ [ 15.468750, 38.272689 ], [ 15.117188, 36.597889 ], [ 12.304688, 37.718590 ], [ 12.656250, 37.996163 ], [ 15.468750, 38.272689 ] ] ], [ [ [ 10.546875, 57.704147 ], [ 10.195312, 56.944974 ], [ 10.898438, 56.365250 ], [ 9.492188, 55.379110 ], [ 9.843750, 54.572062 ], [ 10.898438, 54.367759 ], [ 10.898438, 53.956086 ], [ 12.656250, 54.367759 ], [ 13.710938, 54.162434 ], [ 15.117188, 51.179343 ], [ 16.875000, 50.289339 ], [ 17.578125, 50.289339 ], [ 18.984375, 49.382373 ], [ 19.687500, 49.152970 ], [ 21.445312, 49.382373 ], [ 22.500000, 49.152970 ], [ 22.148438, 48.458352 ], [ 22.851562, 47.989922 ], [ 21.093750, 46.316584 ], [ 20.390625, 46.073231 ], [ 21.445312, 44.840291 ], [ 22.851562, 44.590467 ], [ 22.500000, 44.087585 ], [ 22.851562, 43.325178 ], [ 22.500000, 42.293564 ], [ 22.851562, 41.244772 ], [ 21.093750, 40.713956 ], [ 20.039062, 42.553080 ], [ 19.335938, 42.032974 ], [ 16.171875, 43.580391 ], [ 14.765625, 45.089036 ], [ 14.414062, 45.336702 ], [ 14.062500, 44.840291 ], [ 14.062500, 45.583290 ], [ 13.007812, 45.828799 ], [ 12.304688, 45.336702 ], [ 12.656250, 44.087585 ], [ 15.117188, 42.032974 ], [ 15.820312, 42.032974 ], [ 15.820312, 41.508577 ], [ 18.632812, 40.178873 ], [ 18.281250, 39.909736 ], [ 16.875000, 40.446947 ], [ 16.523438, 39.909736 ], [ 17.226562, 39.368279 ], [ 17.226562, 38.822591 ], [ 16.171875, 37.996163 ], [ 15.820312, 37.996163 ], [ 16.171875, 39.095963 ], [ 15.468750, 40.178873 ], [ 11.953125, 41.771312 ], [ 10.546875, 42.811522 ], [ 10.195312, 43.834527 ], [ 8.789062, 44.339565 ], [ 6.679688, 43.068888 ], [ 4.570312, 43.325178 ], [ 3.164062, 43.068888 ], [ 2.812500, 42.553080 ], [ 1.757812, 42.293564 ], [ 0.000000, 42.553080 ], [ -1.757812, 43.325178 ], [ -1.054688, 46.073231 ], [ -3.515625, 47.754098 ], [ -3.515625, 48.922499 ], [ -1.757812, 48.690960 ], [ -2.109375, 49.837982 ], [ -1.054688, 49.382373 ], [ 0.000000, 49.610710 ], [ 1.406250, 50.064192 ], [ 1.757812, 50.958427 ], [ 3.867188, 51.618017 ], [ 4.570312, 53.120405 ], [ 7.031250, 53.748711 ], [ 8.085938, 53.540307 ], [ 8.789062, 53.956086 ], [ 8.085938, 56.559482 ], [ 8.437500, 57.136239 ], [ 10.546875, 57.704147 ] ] ], [ [ [ 9.140625, 41.244772 ], [ 9.843750, 40.446947 ], [ 9.843750, 39.095963 ], [ 8.789062, 38.822591 ], [ 8.085938, 40.979898 ], [ 9.140625, 41.244772 ] ] ], [ [ [ 28.125000, 71.187754 ], [ 31.289062, 70.495574 ], [ 29.882812, 70.140364 ], [ 30.937500, 69.534518 ], [ 29.531250, 69.162558 ], [ 28.476562, 69.037142 ], [ 29.179688, 69.778952 ], [ 27.773438, 70.140364 ], [ 26.015625, 69.778952 ], [ 25.664062, 69.037142 ], [ 24.609375, 68.656555 ], [ 23.554688, 68.911005 ], [ 22.500000, 68.784144 ], [ 21.093750, 69.411242 ], [ 20.742188, 69.162558 ], [ 23.554688, 67.875541 ], [ 23.906250, 65.946472 ], [ 22.148438, 65.658275 ], [ 21.093750, 65.072130 ], [ 21.445312, 64.472794 ], [ 17.929688, 62.754726 ], [ 17.226562, 61.270233 ], [ 18.632812, 60.064840 ], [ 17.929688, 58.995311 ], [ 16.875000, 58.631217 ], [ 15.820312, 56.170023 ], [ 14.765625, 56.170023 ], [ 14.062500, 55.379110 ], [ 13.007812, 55.379110 ], [ 10.195312, 59.534318 ], [ 8.437500, 58.263287 ], [ 7.031250, 58.077876 ], [ 5.625000, 58.631217 ], [ 4.921875, 61.938950 ], [ 10.546875, 64.472794 ], [ 14.765625, 67.875541 ], [ 19.335938, 69.778952 ], [ 21.445312, 70.259452 ], [ 22.851562, 70.259452 ], [ 24.609375, 71.074056 ], [ 26.367188, 70.959697 ], [ 28.125000, 71.187754 ] ] ], [ [ [ 16.875000, 80.058050 ], [ 21.445312, 78.971386 ], [ 18.984375, 78.560488 ], [ 18.632812, 77.841848 ], [ 17.578125, 77.617709 ], [ 17.226562, 76.840816 ], [ 15.820312, 76.760541 ], [ 13.710938, 77.389504 ], [ 14.765625, 77.767582 ], [ 13.007812, 77.989049 ], [ 11.250000, 78.836065 ], [ 10.546875, 79.624056 ], [ 13.007812, 79.997168 ], [ 13.710938, 79.687184 ], [ 15.117188, 79.687184 ], [ 15.468750, 79.997168 ], [ 16.875000, 80.058050 ] ] ], [ [ [ 9.492188, 43.068888 ], [ 9.492188, 42.032974 ], [ 9.140625, 41.508577 ], [ 8.437500, 42.293564 ], [ 9.492188, 43.068888 ] ] ], [ [ [ 22.851562, 80.647035 ], [ 25.312500, 80.415707 ], [ 27.421875, 80.058050 ], [ 26.015625, 79.496652 ], [ 22.851562, 79.367701 ], [ 20.039062, 79.560546 ], [ 20.039062, 79.812302 ], [ 18.632812, 79.874297 ], [ 17.226562, 80.297927 ], [ 20.390625, 80.589727 ], [ 21.796875, 80.356995 ], [ 22.851562, 80.647035 ] ] ], [ [ [ -2.109375, 57.704147 ], [ -3.164062, 55.973798 ], [ -2.109375, 55.973798 ], [ 0.000000, 53.748711 ], [ 0.351562, 52.908902 ], [ 1.757812, 52.696361 ], [ 1.054688, 51.835778 ], [ 1.406250, 51.179343 ], [ 0.000000, 50.736455 ], [ -2.812500, 50.736455 ], [ -3.515625, 50.289339 ], [ -3.515625, 53.330873 ], [ -3.164062, 53.330873 ], [ -2.812500, 53.956086 ], [ -3.515625, 54.572062 ], [ -3.515625, 57.704147 ], [ -2.109375, 57.704147 ] ] ], [ [ [ 25.312500, 57.891497 ], [ 27.773438, 57.326521 ], [ 28.125000, 56.170023 ], [ 26.367188, 55.578345 ], [ 24.960938, 56.365250 ], [ 22.148438, 56.365250 ], [ 21.093750, 55.973798 ], [ 21.445312, 57.326521 ], [ 22.500000, 57.704147 ], [ 23.203125, 56.944974 ], [ 24.257812, 56.944974 ], [ 24.257812, 57.704147 ], [ 25.312500, 57.891497 ] ] ], [ [ [ 22.851562, 78.420193 ], [ 23.203125, 78.061989 ], [ 24.609375, 77.841848 ], [ 22.500000, 77.466028 ], [ 20.742188, 77.692870 ], [ 21.445312, 77.915669 ], [ 20.742188, 78.278201 ], [ 22.851562, 78.420193 ] ] ], [ [ [ 12.304688, 56.170023 ], [ 12.656250, 55.578345 ], [ 11.953125, 54.775346 ], [ 10.898438, 55.776573 ], [ 12.304688, 56.170023 ] ] ], [ [ [ -3.164062, 58.631217 ], [ -3.515625, 58.077876 ], [ -3.515625, 58.631217 ], [ -3.164062, 58.631217 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Finland", "sov_a3": "FI1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Finland", "adm0_a3": "FIN", "geou_dif": 0, "geounit": "Finland", "gu_a3": "FIN", "su_dif": 0, "subunit": "Finland", "su_a3": "FIN", "brk_diff": 0, "name": "Finland", "name_long": "Finland", "brk_a3": "FIN", "brk_name": "Finland", "abbrev": "Fin.", "postal": "FIN", "formal_en": "Republic of Finland", "name_sort": "Finland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 4, "mapcolor13": 6, "pop_est": 5250275, "gdp_md_est": 193500, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "FI", "iso_a3": "FIN", "iso_n3": "246", "un_a3": "246", "wb_a2": "FI", "wb_a3": "FIN", "woe_id": -99, "adm0_a3_is": "FIN", "adm0_a3_us": "FIN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7, "long_len": 7, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.492188, 37.439974 ], [ 10.195312, 37.160317 ], [ 10.195312, 36.597889 ], [ 10.898438, 37.160317 ], [ 10.195312, 33.724340 ], [ 15.117188, 32.249974 ], [ 15.820312, 31.353637 ], [ 18.984375, 30.145127 ], [ 20.039062, 31.052934 ], [ 20.039062, 32.249974 ], [ 21.445312, 32.842674 ], [ 25.312500, 31.653381 ], [ 24.609375, 30.145127 ], [ 24.960938, 19.973349 ], [ 23.906250, 19.973349 ], [ 23.906250, 15.623037 ], [ 22.851562, 15.623037 ], [ 22.148438, 14.264383 ], [ 21.796875, 12.554564 ], [ 22.851562, 11.178402 ], [ 21.093750, 9.449062 ], [ 18.984375, 9.102097 ], [ 17.929688, 8.059230 ], [ 15.117188, 7.362467 ], [ 14.414062, 6.315299 ], [ 14.414062, 4.565474 ], [ 15.820312, 3.162456 ], [ 15.820312, 1.757537 ], [ 11.601562, 2.460181 ], [ 11.250000, 2.108899 ], [ 11.250000, 1.054628 ], [ 9.492188, 1.054628 ], [ 9.843750, 3.162456 ], [ 8.437500, 4.915833 ], [ 5.976562, 4.214943 ], [ 4.218750, 6.315299 ], [ 1.054688, 5.965754 ], [ 0.000000, 10.487812 ], [ 0.000000, 10.833306 ], [ 1.406250, 11.178402 ], [ 2.109375, 11.867351 ], [ 2.109375, 12.554564 ], [ 1.054688, 12.897489 ], [ 0.351562, 14.944785 ], [ 3.515625, 15.623037 ], [ 4.218750, 16.972741 ], [ 4.218750, 19.311143 ], [ 3.164062, 18.979026 ], [ 3.164062, 19.642588 ], [ 0.000000, 21.943046 ], [ -3.515625, 24.206890 ], [ -3.515625, 31.653381 ], [ -1.406250, 32.249974 ], [ -2.109375, 35.173808 ], [ 0.000000, 36.031332 ], [ 0.351562, 36.315125 ], [ 1.406250, 36.597889 ], [ 8.437500, 36.879621 ], [ 9.492188, 37.439974 ] ] ], [ [ [ 24.960938, 56.365250 ], [ 26.367188, 55.578345 ], [ 28.125000, 56.170023 ], [ 29.531250, 55.578345 ], [ 30.937500, 55.578345 ], [ 30.585938, 54.775346 ], [ 32.695312, 53.330873 ], [ 31.289062, 53.120405 ], [ 31.640625, 52.052490 ], [ 33.750000, 52.268157 ], [ 34.453125, 51.835778 ], [ 34.101562, 51.179343 ], [ 35.156250, 51.179343 ], [ 35.507812, 50.513427 ], [ 36.562500, 50.289339 ], [ 37.265625, 50.289339 ], [ 37.968750, 49.837982 ], [ 40.078125, 49.610710 ], [ 40.078125, 49.382373 ], [ 39.726562, 47.989922 ], [ 38.671875, 47.754098 ], [ 38.320312, 47.040182 ], [ 34.804688, 46.316584 ], [ 35.156250, 45.583290 ], [ 36.562500, 45.583290 ], [ 36.210938, 45.089036 ], [ 33.750000, 44.339565 ], [ 33.398438, 44.590467 ], [ 33.398438, 45.089036 ], [ 32.343750, 45.336702 ], [ 33.750000, 45.828799 ], [ 33.398438, 46.073231 ], [ 31.640625, 46.316584 ], [ 31.640625, 46.800059 ], [ 30.585938, 46.558860 ], [ 29.531250, 45.089036 ], [ 28.828125, 44.840291 ], [ 27.773438, 42.553080 ], [ 28.125000, 42.032974 ], [ 26.015625, 41.771312 ], [ 26.718750, 41.508577 ], [ 26.015625, 40.713956 ], [ 23.554688, 40.713956 ], [ 24.257812, 40.178873 ], [ 22.500000, 40.178873 ], [ 23.906250, 37.718590 ], [ 23.203125, 37.996163 ], [ 23.554688, 37.439974 ], [ 22.851562, 37.439974 ], [ 23.203125, 36.315125 ], [ 22.500000, 36.315125 ], [ 21.796875, 36.879621 ], [ 21.093750, 38.272689 ], [ 19.335938, 40.178873 ], [ 19.335938, 42.293564 ], [ 20.039062, 42.553080 ], [ 21.093750, 40.713956 ], [ 22.851562, 41.244772 ], [ 22.500000, 42.293564 ], [ 22.851562, 43.325178 ], [ 22.500000, 44.087585 ], [ 22.851562, 44.590467 ], [ 21.445312, 44.840291 ], [ 20.390625, 46.073231 ], [ 21.093750, 46.316584 ], [ 22.851562, 47.989922 ], [ 22.148438, 48.458352 ], [ 22.500000, 49.152970 ], [ 21.445312, 49.382373 ], [ 19.687500, 49.152970 ], [ 17.578125, 50.289339 ], [ 16.171875, 50.513427 ], [ 16.171875, 50.736455 ], [ 15.117188, 51.179343 ], [ 14.062500, 52.908902 ], [ 14.062500, 53.748711 ], [ 17.578125, 54.775346 ], [ 18.632812, 54.367759 ], [ 22.851562, 54.367759 ], [ 22.851562, 54.775346 ], [ 21.445312, 55.178868 ], [ 21.093750, 55.973798 ], [ 22.148438, 56.365250 ], [ 24.960938, 56.365250 ] ] ], [ [ [ 27.773438, 70.140364 ], [ 29.179688, 69.778952 ], [ 28.476562, 68.399180 ], [ 29.882812, 67.742759 ], [ 29.179688, 66.930060 ], [ 30.234375, 65.802776 ], [ 29.531250, 64.923542 ], [ 30.585938, 64.168107 ], [ 29.882812, 63.548552 ], [ 31.640625, 62.915233 ], [ 28.125000, 60.586967 ], [ 22.851562, 59.888937 ], [ 21.445312, 60.759160 ], [ 21.445312, 61.773123 ], [ 21.093750, 62.593341 ], [ 22.500000, 63.860036 ], [ 25.312500, 65.072130 ], [ 25.312500, 65.512963 ], [ 23.554688, 66.372755 ], [ 23.554688, 67.875541 ], [ 20.742188, 69.162558 ], [ 21.093750, 69.411242 ], [ 22.500000, 68.784144 ], [ 23.554688, 68.911005 ], [ 24.609375, 68.656555 ], [ 25.664062, 69.037142 ], [ 26.015625, 69.778952 ], [ 27.773438, 70.140364 ] ] ], [ [ [ -3.515625, 43.580391 ], [ -1.757812, 43.325178 ], [ 0.000000, 42.553080 ], [ 2.812500, 42.553080 ], [ 3.164062, 41.771312 ], [ 0.703125, 40.979898 ], [ 0.000000, 39.909736 ], [ 0.000000, 38.548165 ], [ -2.109375, 36.597889 ], [ -3.515625, 36.597889 ], [ -3.515625, 43.580391 ] ] ], [ [ [ 26.015625, 59.534318 ], [ 28.125000, 59.355596 ], [ 27.421875, 58.813742 ], [ 27.773438, 57.704147 ], [ 27.421875, 57.515823 ], [ 25.312500, 57.891497 ], [ 24.257812, 57.704147 ], [ 24.257812, 58.447733 ], [ 23.906250, 58.263287 ], [ 23.554688, 58.631217 ], [ 23.203125, 59.175928 ], [ 26.015625, 59.534318 ] ] ], [ [ [ 35.859375, 34.597042 ], [ 36.562500, 34.307144 ], [ 35.507812, 32.249974 ], [ 35.156250, 32.546813 ], [ 34.804688, 31.353637 ], [ 35.507812, 31.353637 ], [ 35.507812, 31.052934 ], [ 34.804688, 29.535230 ], [ 34.101562, 31.353637 ], [ 35.859375, 34.597042 ] ] ], [ [ [ 40.078125, 43.580391 ], [ 45.351562, 42.553080 ], [ 46.757812, 41.244772 ], [ 45.351562, 41.508577 ], [ 43.593750, 40.979898 ], [ 42.539062, 41.508577 ], [ 41.484375, 41.508577 ], [ 41.484375, 42.553080 ], [ 40.078125, 43.580391 ] ] ], [ [ [ 34.453125, 35.746512 ], [ 33.046875, 34.597042 ], [ 32.343750, 35.173808 ], [ 32.695312, 35.173808 ], [ 33.046875, 35.460670 ], [ 34.453125, 35.746512 ] ] ], [ [ [ 23.554688, 35.746512 ], [ 24.257812, 35.460670 ], [ 26.367188, 35.173808 ], [ 24.609375, 34.885931 ], [ 23.554688, 35.173808 ], [ 23.554688, 35.746512 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 180.000000, 68.911005 ], [ 182.460938, 68.138852 ], [ 183.515625, 67.742759 ], [ 183.515625, 65.366837 ], [ 181.757812, 65.366837 ], [ 181.054688, 65.802776 ], [ 181.406250, 66.089364 ], [ 180.000000, 65.802776 ], [ 180.703125, 65.366837 ], [ 180.000000, 64.923542 ], [ 178.593750, 64.472794 ], [ 177.539062, 64.623877 ], [ 179.296875, 62.915233 ], [ 179.296875, 62.267923 ], [ 177.539062, 62.593341 ], [ 173.671875, 61.606396 ], [ 170.507812, 59.888937 ], [ 168.750000, 60.586967 ], [ 166.289062, 59.712097 ], [ 165.937500, 60.239811 ], [ 164.882812, 59.712097 ], [ 163.476562, 59.888937 ], [ 162.070312, 58.263287 ], [ 162.070312, 57.891497 ], [ 163.125000, 57.704147 ], [ 163.125000, 56.170023 ], [ 162.070312, 56.170023 ], [ 161.718750, 55.379110 ], [ 162.070312, 54.775346 ], [ 160.312500, 54.367759 ], [ 159.960938, 53.120405 ], [ 158.554688, 52.908902 ], [ 158.203125, 51.835778 ], [ 156.796875, 50.958427 ], [ 155.390625, 55.379110 ], [ 155.742188, 56.752723 ], [ 156.796875, 57.891497 ], [ 158.203125, 58.077876 ], [ 163.828125, 61.100789 ], [ 164.531250, 62.593341 ], [ 163.125000, 62.431074 ], [ 162.773438, 61.606396 ], [ 159.960938, 60.586967 ], [ 159.257812, 61.773123 ], [ 156.796875, 61.438767 ], [ 154.335938, 59.712097 ], [ 155.039062, 59.175928 ], [ 151.171875, 58.813742 ], [ 151.171875, 59.534318 ], [ 149.765625, 59.712097 ], [ 148.710938, 59.175928 ], [ 145.546875, 59.355596 ], [ 142.031250, 58.995311 ], [ 135.000000, 54.775346 ], [ 136.757812, 54.572062 ], [ 137.109375, 53.956086 ], [ 138.164062, 53.748711 ], [ 138.867188, 54.162434 ], [ 139.921875, 54.162434 ], [ 141.328125, 53.120405 ], [ 139.921875, 48.458352 ], [ 135.000000, 43.325178 ], [ 133.593750, 42.811522 ], [ 132.187500, 43.325178 ], [ 130.781250, 42.293564 ], [ 131.132812, 45.089036 ], [ 131.835938, 45.336702 ], [ 133.242188, 45.089036 ], [ 135.000000, 48.458352 ], [ 132.539062, 47.754098 ], [ 131.132812, 47.754098 ], [ 130.429688, 48.690960 ], [ 129.375000, 49.382373 ], [ 127.617188, 49.837982 ], [ 125.859375, 52.696361 ], [ 123.398438, 53.540307 ], [ 120.937500, 53.330873 ], [ 120.234375, 52.696361 ], [ 120.585938, 52.052490 ], [ 119.179688, 50.064192 ], [ 117.773438, 49.610710 ], [ 114.257812, 50.289339 ], [ 112.851562, 49.610710 ], [ 110.742188, 49.152970 ], [ 108.632812, 49.382373 ], [ 106.875000, 50.289339 ], [ 103.710938, 50.064192 ], [ 102.304688, 50.513427 ], [ 101.953125, 51.179343 ], [ 98.789062, 52.052490 ], [ 97.734375, 50.958427 ], [ 98.085938, 50.513427 ], [ 97.382812, 49.837982 ], [ 94.921875, 50.064192 ], [ 94.218750, 50.513427 ], [ 92.109375, 50.736455 ], [ 87.187500, 49.152970 ], [ 86.835938, 49.837982 ], [ 85.429688, 49.610710 ], [ 83.320312, 50.958427 ], [ 81.914062, 50.736455 ], [ 80.507812, 51.399206 ], [ 80.156250, 50.958427 ], [ 77.695312, 53.330873 ], [ 76.640625, 54.162434 ], [ 76.992188, 54.572062 ], [ 73.476562, 53.540307 ], [ 73.476562, 53.956086 ], [ 72.070312, 54.367759 ], [ 71.015625, 54.162434 ], [ 71.015625, 55.178868 ], [ 68.906250, 55.379110 ], [ 65.039062, 54.367759 ], [ 61.523438, 53.956086 ], [ 60.820312, 53.748711 ], [ 61.875000, 52.908902 ], [ 60.820312, 52.696361 ], [ 60.820312, 52.482780 ], [ 60.117188, 52.052490 ], [ 61.523438, 51.179343 ], [ 61.171875, 50.736455 ], [ 59.765625, 50.736455 ], [ 59.765625, 50.513427 ], [ 58.359375, 50.958427 ], [ 56.953125, 50.958427 ], [ 55.546875, 50.513427 ], [ 52.382812, 51.618017 ], [ 50.625000, 51.618017 ], [ 48.867188, 50.513427 ], [ 48.515625, 49.837982 ], [ 47.460938, 50.513427 ], [ 46.406250, 48.458352 ], [ 47.460938, 47.754098 ], [ 48.164062, 47.754098 ], [ 49.218750, 46.316584 ], [ 46.757812, 44.590467 ], [ 48.515625, 41.771312 ], [ 47.460938, 41.244772 ], [ 45.351562, 42.553080 ], [ 40.078125, 43.325178 ], [ 36.562500, 45.336702 ], [ 38.320312, 46.316584 ], [ 37.617188, 46.558860 ], [ 39.023438, 47.040182 ], [ 38.320312, 47.040182 ], [ 38.320312, 47.517201 ], [ 39.726562, 47.989922 ], [ 40.078125, 49.610710 ], [ 35.507812, 50.513427 ], [ 35.156250, 51.179343 ], [ 34.101562, 51.179343 ], [ 34.453125, 51.835778 ], [ 33.750000, 52.268157 ], [ 31.640625, 52.052490 ], [ 31.289062, 53.120405 ], [ 32.695312, 53.330873 ], [ 30.585938, 54.775346 ], [ 30.937500, 55.578345 ], [ 29.531250, 55.578345 ], [ 28.125000, 56.170023 ], [ 27.421875, 57.515823 ], [ 27.773438, 57.704147 ], [ 27.421875, 58.813742 ], [ 29.179688, 60.064840 ], [ 28.125000, 60.586967 ], [ 31.640625, 62.915233 ], [ 29.882812, 63.548552 ], [ 30.585938, 64.168107 ], [ 29.531250, 64.923542 ], [ 30.234375, 65.802776 ], [ 29.179688, 66.930060 ], [ 29.882812, 67.742759 ], [ 28.476562, 68.399180 ], [ 28.476562, 69.037142 ], [ 31.992188, 69.900118 ], [ 33.750000, 69.287257 ], [ 36.562500, 69.037142 ], [ 40.429688, 67.875541 ], [ 41.132812, 67.474922 ], [ 41.132812, 66.791909 ], [ 40.078125, 66.231457 ], [ 38.320312, 65.946472 ], [ 33.750000, 66.791909 ], [ 33.046875, 66.652977 ], [ 34.804688, 65.946472 ], [ 34.804688, 64.472794 ], [ 36.914062, 63.860036 ], [ 37.265625, 64.320872 ], [ 36.562500, 64.774125 ], [ 37.265625, 65.072130 ], [ 39.726562, 64.472794 ], [ 40.429688, 64.774125 ], [ 39.726562, 65.512963 ], [ 42.187500, 66.513260 ], [ 43.945312, 66.089364 ], [ 44.648438, 66.791909 ], [ 43.593750, 67.339861 ], [ 44.296875, 68.007571 ], [ 43.593750, 68.528235 ], [ 46.406250, 68.269387 ], [ 46.757812, 67.742759 ], [ 45.703125, 67.609221 ], [ 45.703125, 67.067433 ], [ 46.406250, 66.652977 ], [ 47.812500, 66.930060 ], [ 48.164062, 67.474922 ], [ 53.789062, 68.911005 ], [ 54.492188, 68.784144 ], [ 53.437500, 68.138852 ], [ 54.843750, 68.138852 ], [ 55.546875, 68.399180 ], [ 57.304688, 68.528235 ], [ 58.710938, 68.911005 ], [ 60.117188, 68.269387 ], [ 61.171875, 68.911005 ], [ 60.117188, 69.534518 ], [ 60.468750, 69.900118 ], [ 63.632812, 69.534518 ], [ 68.554688, 68.138852 ], [ 69.257812, 68.656555 ], [ 68.203125, 69.411242 ], [ 66.796875, 69.411242 ], [ 67.148438, 69.900118 ], [ 66.796875, 71.074056 ], [ 68.554688, 71.965388 ], [ 69.257812, 72.816074 ], [ 69.960938, 73.022592 ], [ 72.421875, 72.816074 ], [ 72.773438, 72.181804 ], [ 71.718750, 71.413177 ], [ 72.773438, 70.377854 ], [ 72.421875, 69.037142 ], [ 73.828125, 68.399180 ], [ 71.367188, 66.372755 ], [ 72.421875, 66.231457 ], [ 73.828125, 66.791909 ], [ 74.882812, 67.742759 ], [ 74.531250, 68.269387 ], [ 74.882812, 69.037142 ], [ 73.828125, 69.037142 ], [ 73.476562, 69.657086 ], [ 74.531250, 70.612614 ], [ 73.125000, 71.413177 ], [ 74.882812, 72.073911 ], [ 74.531250, 72.816074 ], [ 75.234375, 72.816074 ], [ 75.585938, 72.289067 ], [ 75.234375, 71.300793 ], [ 76.289062, 71.187754 ], [ 75.937500, 71.856229 ], [ 77.695312, 72.289067 ], [ 79.804688, 72.289067 ], [ 81.562500, 71.746432 ], [ 80.507812, 72.607120 ], [ 80.507812, 73.627789 ], [ 82.265625, 73.824820 ], [ 86.835938, 73.922469 ], [ 86.132812, 74.496413 ], [ 87.187500, 75.140778 ], [ 88.242188, 75.140778 ], [ 90.351562, 75.672197 ], [ 92.812500, 75.758940 ], [ 93.164062, 76.016094 ], [ 95.976562, 76.100796 ], [ 96.679688, 75.930885 ], [ 98.789062, 76.434604 ], [ 100.898438, 76.434604 ], [ 101.953125, 77.312520 ], [ 104.414062, 77.692870 ], [ 106.171875, 77.389504 ], [ 104.765625, 77.157163 ], [ 106.875000, 76.999935 ], [ 107.226562, 76.516819 ], [ 108.281250, 76.760541 ], [ 111.093750, 76.679785 ], [ 113.203125, 76.184995 ], [ 114.257812, 75.845169 ], [ 113.906250, 75.320025 ], [ 109.335938, 74.211983 ], [ 112.148438, 73.824820 ], [ 112.851562, 74.019543 ], [ 113.554688, 73.327858 ], [ 113.906250, 73.627789 ], [ 115.664062, 73.726595 ], [ 118.828125, 73.627789 ], [ 119.179688, 73.124945 ], [ 123.046875, 72.919635 ], [ 123.398438, 73.726595 ], [ 126.914062, 73.528399 ], [ 128.671875, 73.022592 ], [ 129.023438, 72.395706 ], [ 128.320312, 71.965388 ], [ 129.726562, 71.187754 ], [ 131.132812, 70.728979 ], [ 132.187500, 71.856229 ], [ 133.945312, 71.413177 ], [ 135.703125, 71.635993 ], [ 137.460938, 71.300793 ], [ 138.164062, 71.635993 ], [ 139.921875, 71.524909 ], [ 139.218750, 72.395706 ], [ 140.625000, 72.816074 ], [ 149.414062, 72.181804 ], [ 150.468750, 71.635993 ], [ 152.929688, 70.844673 ], [ 157.148438, 71.074056 ], [ 158.906250, 70.844673 ], [ 159.960938, 70.495574 ], [ 159.609375, 69.778952 ], [ 161.015625, 69.411242 ], [ 162.421875, 69.657086 ], [ 165.937500, 69.411242 ], [ 167.695312, 69.534518 ], [ 169.453125, 68.656555 ], [ 170.859375, 69.037142 ], [ 170.156250, 69.657086 ], [ 170.507812, 70.140364 ], [ 173.671875, 69.778952 ], [ 175.781250, 69.900118 ], [ 180.000000, 68.911005 ] ] ], [ [ [ 68.203125, 76.920614 ], [ 68.906250, 76.516819 ], [ 68.203125, 76.268695 ], [ 61.523438, 75.230667 ], [ 58.359375, 74.307353 ], [ 55.546875, 72.395706 ], [ 55.546875, 71.524909 ], [ 57.656250, 70.728979 ], [ 53.789062, 70.728979 ], [ 53.437500, 71.187754 ], [ 51.679688, 71.524909 ], [ 51.328125, 71.965388 ], [ 52.382812, 72.181804 ], [ 52.382812, 72.816074 ], [ 54.492188, 73.627789 ], [ 53.437500, 73.726595 ], [ 55.898438, 74.590108 ], [ 55.546875, 75.050354 ], [ 61.171875, 76.268695 ], [ 64.335938, 76.434604 ], [ 66.093750, 76.840816 ], [ 68.203125, 76.920614 ] ] ], [ [ [ 95.976562, 81.255032 ], [ 97.734375, 80.760615 ], [ 100.195312, 79.749932 ], [ 99.843750, 78.903929 ], [ 97.734375, 78.767792 ], [ 94.921875, 79.038437 ], [ 93.164062, 79.432371 ], [ 92.460938, 80.118564 ], [ 91.054688, 80.356995 ], [ 93.867188, 81.038617 ], [ 95.976562, 81.255032 ] ] ], [ [ [ 141.328125, 76.100796 ], [ 145.195312, 75.584937 ], [ 144.140625, 74.775843 ], [ 140.625000, 74.867889 ], [ 138.867188, 74.590108 ], [ 137.109375, 75.230667 ], [ 137.460938, 75.930885 ], [ 138.867188, 76.100796 ], [ 141.328125, 76.100796 ] ] ], [ [ [ 142.734375, 54.367759 ], [ 143.085938, 51.835778 ], [ 144.492188, 48.922499 ], [ 143.085938, 49.382373 ], [ 142.734375, 47.754098 ], [ 143.437500, 46.800059 ], [ 143.437500, 46.073231 ], [ 142.734375, 46.800059 ], [ 142.031250, 46.073231 ], [ 142.031250, 50.958427 ], [ 141.679688, 51.835778 ], [ 141.679688, 53.330873 ], [ 142.734375, 53.748711 ], [ 142.382812, 54.162434 ], [ 142.734375, 54.367759 ] ] ], [ [ [ 101.953125, 79.367701 ], [ 105.468750, 78.699106 ], [ 105.117188, 78.278201 ], [ 99.492188, 77.915669 ], [ 101.250000, 79.237185 ], [ 101.953125, 79.367701 ] ] ], [ [ [ 49.921875, 80.928426 ], [ 51.679688, 80.703997 ], [ 50.976562, 80.532071 ], [ 48.867188, 80.356995 ], [ 48.867188, 80.178713 ], [ 47.460938, 79.997168 ], [ 46.406250, 80.238501 ], [ 47.109375, 80.532071 ], [ 45.000000, 80.589727 ], [ 46.757812, 80.760615 ], [ 48.164062, 80.760615 ], [ 48.515625, 80.532071 ], [ 49.921875, 80.928426 ] ] ], [ [ [ 146.250000, 75.497157 ], [ 148.359375, 75.320025 ], [ 150.820312, 75.050354 ], [ 149.414062, 74.683250 ], [ 148.007812, 74.775843 ], [ 146.250000, 75.140778 ], [ 146.250000, 75.497157 ] ] ], [ [ [ 180.000000, 70.844673 ], [ 178.945312, 70.728979 ], [ 178.593750, 71.074056 ], [ 180.000000, 71.524909 ], [ 181.054688, 71.524909 ], [ 182.460938, 71.300793 ], [ 181.406250, 70.844673 ], [ 180.000000, 70.844673 ] ] ], [ [ [ 142.031250, 73.824820 ], [ 143.437500, 73.428424 ], [ 143.437500, 73.226700 ], [ 139.921875, 73.327858 ], [ 140.976562, 73.726595 ], [ 142.031250, 73.824820 ] ] ], [ [ [ 21.445312, 55.178868 ], [ 22.851562, 54.775346 ], [ 22.851562, 54.367759 ], [ 19.687500, 54.367759 ], [ 20.039062, 54.775346 ], [ 21.445312, 55.178868 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4, "sovereignt": "Jordan", "sov_a3": "JOR", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Jordan", "adm0_a3": "JOR", "geou_dif": 0, "geounit": "Jordan", "gu_a3": "JOR", "su_dif": 0, "subunit": "Jordan", "su_a3": "JOR", "brk_diff": 0, "name": "Jordan", "name_long": "Jordan", "brk_a3": "JOR", "brk_name": "Jordan", "abbrev": "Jord.", "postal": "J", "formal_en": "Hashemite Kingdom of Jordan", "name_sort": "Jordan", "mapcolor7": 5, "mapcolor8": 3, "mapcolor9": 4, "mapcolor13": 4, "pop_est": 6342948, "gdp_md_est": 31610, "pop_year": -99, "lastcensus": 2004, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "JO", "iso_a3": "JOR", "iso_n3": "400", "un_a3": "400", "wb_a2": "JO", "wb_a3": "JOR", "woe_id": -99, "adm0_a3_is": "JOR", "adm0_a3_us": "JOR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 6, "long_len": 6, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 30.937500, 31.653381 ], [ 31.992188, 31.052934 ], [ 34.101562, 31.353637 ], [ 34.804688, 29.535230 ], [ 33.750000, 27.683528 ], [ 32.343750, 29.840644 ], [ 35.859375, 23.885838 ], [ 35.507812, 23.241346 ], [ 36.914062, 21.943046 ], [ 37.617188, 18.646245 ], [ 38.320312, 17.978733 ], [ 39.375000, 15.961329 ], [ 43.242188, 12.554564 ], [ 42.539062, 10.487812 ], [ 43.242188, 9.449062 ], [ 47.812500, 8.059230 ], [ 45.000000, 4.915833 ], [ 43.593750, 4.915833 ], [ 41.835938, 3.864255 ], [ 41.132812, 2.811371 ], [ 41.132812, 0.000000 ], [ 41.484375, -1.757537 ], [ 40.429688, -2.460181 ], [ 40.078125, -3.513421 ], [ 37.617188, -3.513421 ], [ 33.750000, -1.054628 ], [ 29.531250, -1.406109 ], [ 29.179688, -3.513421 ], [ 16.171875, -3.513421 ], [ 16.523438, -1.757537 ], [ 17.578125, 0.000000 ], [ 18.281250, 3.513421 ], [ 17.226562, 3.864255 ], [ 16.171875, 2.108899 ], [ 14.414062, 4.565474 ], [ 14.414062, 6.315299 ], [ 15.117188, 7.362467 ], [ 17.929688, 8.059230 ], [ 18.984375, 9.102097 ], [ 21.093750, 9.449062 ], [ 22.851562, 11.178402 ], [ 21.796875, 12.554564 ], [ 22.148438, 14.264383 ], [ 22.851562, 15.623037 ], [ 23.906250, 15.623037 ], [ 23.906250, 19.973349 ], [ 24.960938, 19.973349 ], [ 24.609375, 30.145127 ], [ 25.312500, 31.653381 ], [ 28.828125, 30.751278 ], [ 30.937500, 31.653381 ] ] ], [ [ [ 35.156250, 42.032974 ], [ 38.320312, 40.979898 ], [ 42.539062, 41.508577 ], [ 43.593750, 40.979898 ], [ 43.593750, 40.178873 ], [ 44.648438, 39.639538 ], [ 43.945312, 39.368279 ], [ 44.648438, 37.160317 ], [ 46.054688, 35.746512 ], [ 45.351562, 34.016242 ], [ 46.054688, 33.137551 ], [ 47.460938, 32.546813 ], [ 48.515625, 29.840644 ], [ 47.460938, 30.145127 ], [ 46.406250, 29.228890 ], [ 48.515625, 28.613459 ], [ 50.273438, 26.745610 ], [ 50.273438, 25.482951 ], [ 51.328125, 24.527135 ], [ 52.031250, 22.917923 ], [ 55.195312, 22.593726 ], [ 55.546875, 21.943046 ], [ 54.843750, 19.973349 ], [ 49.218750, 18.646245 ], [ 47.109375, 16.972741 ], [ 43.242188, 17.644022 ], [ 42.890625, 16.299051 ], [ 40.781250, 19.642588 ], [ 39.023438, 21.289374 ], [ 38.320312, 23.563987 ], [ 37.617188, 24.206890 ], [ 35.156250, 27.994401 ], [ 34.804688, 27.994401 ], [ 35.507812, 31.052934 ], [ 35.507812, 31.353637 ], [ 34.804688, 31.353637 ], [ 35.156250, 32.546813 ], [ 35.507812, 32.249974 ], [ 36.562500, 34.307144 ], [ 35.859375, 34.597042 ], [ 36.210938, 36.597889 ], [ 34.804688, 36.879621 ], [ 34.101562, 36.315125 ], [ 32.343750, 36.031332 ], [ 31.640625, 36.597889 ], [ 30.585938, 36.597889 ], [ 29.531250, 36.031332 ], [ 27.773438, 36.597889 ], [ 26.367188, 38.272689 ], [ 26.718750, 39.095963 ], [ 26.015625, 39.368279 ], [ 27.421875, 40.446947 ], [ 28.828125, 40.446947 ], [ 29.179688, 41.244772 ], [ 31.289062, 40.979898 ], [ 33.398438, 42.032974 ], [ 35.156250, 42.032974 ] ] ], [ [ [ 48.515625, 41.771312 ], [ 50.273438, 40.178873 ], [ 49.570312, 40.178873 ], [ 48.867188, 38.272689 ], [ 48.164062, 38.822591 ], [ 48.164062, 39.639538 ], [ 46.406250, 38.822591 ], [ 46.406250, 39.368279 ], [ 45.703125, 39.909736 ], [ 46.054688, 40.178873 ], [ 45.000000, 41.244772 ], [ 46.406250, 40.979898 ], [ 46.406250, 41.771312 ], [ 47.812500, 41.244772 ], [ 48.515625, 41.771312 ] ] ], [ [ [ 27.070312, 42.032974 ], [ 28.828125, 41.244772 ], [ 26.367188, 40.178873 ], [ 26.015625, 40.713956 ], [ 26.718750, 41.508577 ], [ 26.015625, 41.771312 ], [ 27.070312, 42.032974 ] ] ], [ [ [ 45.000000, 39.639538 ], [ 45.703125, 39.368279 ], [ 46.054688, 38.822591 ], [ 45.351562, 38.822591 ], [ 45.000000, 39.639538 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Kazakhstan", "sov_a3": "KAZ", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Kazakhstan", "adm0_a3": "KAZ", "geou_dif": 0, "geounit": "Kazakhstan", "gu_a3": "KAZ", "su_dif": 0, "subunit": "Kazakhstan", "su_a3": "KAZ", "brk_diff": 0, "name": "Kazakhstan", "name_long": "Kazakhstan", "brk_a3": "KAZ", "brk_name": "Kazakhstan", "abbrev": "Kaz.", "postal": "KZ", "formal_en": "Republic of Kazakhstan", "name_sort": "Kazakhstan", "mapcolor7": 6, "mapcolor8": 1, "mapcolor9": 6, "mapcolor13": 1, "pop_est": 15399437, "gdp_md_est": 175800, "pop_year": -99, "lastcensus": 2009, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "KZ", "iso_a3": "KAZ", "iso_n3": "398", "un_a3": "398", "wb_a2": "KZ", "wb_a3": "KAZ", "woe_id": -99, "adm0_a3_is": "KAZ", "adm0_a3_us": "KAZ", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10, "long_len": 10, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 50.976562, 11.867351 ], [ 50.976562, 10.487812 ], [ 49.570312, 6.664608 ], [ 46.406250, 2.811371 ], [ 42.890625, 0.000000 ], [ 41.484375, -1.757537 ], [ 41.132812, 0.000000 ], [ 41.132812, 2.811371 ], [ 41.835938, 3.864255 ], [ 43.593750, 4.915833 ], [ 45.000000, 4.915833 ], [ 47.812500, 8.059230 ], [ 43.593750, 9.102097 ], [ 42.539062, 10.487812 ], [ 43.242188, 11.523088 ], [ 43.945312, 10.487812 ], [ 48.867188, 11.523088 ], [ 50.976562, 11.867351 ] ] ], [ [ [ 80.156250, 9.795678 ], [ 81.914062, 7.362467 ], [ 81.562500, 6.315299 ], [ 80.507812, 5.965754 ], [ 79.804688, 8.059230 ], [ 80.156250, 9.795678 ] ] ], [ [ [ 56.601562, 26.431228 ], [ 56.953125, 24.206890 ], [ 58.710938, 23.563987 ], [ 59.765625, 22.593726 ], [ 58.359375, 20.303418 ], [ 57.656250, 20.303418 ], [ 57.656250, 18.979026 ], [ 54.843750, 16.972741 ], [ 52.382812, 16.299051 ], [ 52.031250, 15.623037 ], [ 48.515625, 13.923404 ], [ 43.593750, 12.554564 ], [ 42.539062, 15.284185 ], [ 43.242188, 17.644022 ], [ 47.109375, 16.972741 ], [ 49.218750, 18.646245 ], [ 54.843750, 19.973349 ], [ 55.546875, 21.943046 ], [ 55.195312, 22.593726 ], [ 52.031250, 22.917923 ], [ 51.679688, 24.206890 ], [ 54.140625, 24.206890 ], [ 55.898438, 26.115986 ], [ 56.601562, 26.431228 ] ] ], [ [ [ 68.906250, 55.379110 ], [ 71.015625, 55.178868 ], [ 71.015625, 54.162434 ], [ 72.070312, 54.367759 ], [ 73.476562, 53.956086 ], [ 73.476562, 53.540307 ], [ 76.992188, 54.572062 ], [ 76.640625, 54.162434 ], [ 77.695312, 53.330873 ], [ 80.156250, 50.958427 ], [ 80.507812, 51.399206 ], [ 81.914062, 50.736455 ], [ 83.320312, 50.958427 ], [ 85.429688, 49.610710 ], [ 86.835938, 49.837982 ], [ 87.187500, 49.152970 ], [ 86.484375, 48.458352 ], [ 85.781250, 48.458352 ], [ 85.781250, 47.517201 ], [ 85.078125, 47.040182 ], [ 83.320312, 47.279229 ], [ 82.617188, 45.583290 ], [ 79.804688, 44.840291 ], [ 80.859375, 43.068888 ], [ 80.156250, 42.811522 ], [ 80.156250, 42.293564 ], [ 78.046875, 41.244772 ], [ 76.992188, 40.979898 ], [ 76.640625, 40.446947 ], [ 75.585938, 40.446947 ], [ 73.828125, 39.909736 ], [ 73.828125, 38.548165 ], [ 74.882812, 38.272689 ], [ 74.882812, 37.439974 ], [ 76.289062, 36.031332 ], [ 77.695312, 35.460670 ], [ 76.992188, 34.597042 ], [ 74.179688, 34.885931 ], [ 73.828125, 34.307144 ], [ 74.531250, 32.842674 ], [ 75.234375, 32.249974 ], [ 71.718750, 27.994401 ], [ 70.664062, 27.994401 ], [ 69.609375, 27.059126 ], [ 71.015625, 24.206890 ], [ 68.906250, 24.206890 ], [ 68.203125, 23.563987 ], [ 66.445312, 25.482951 ], [ 61.523438, 25.165173 ], [ 57.304688, 25.799891 ], [ 56.601562, 27.059126 ], [ 54.843750, 26.431228 ], [ 53.437500, 26.745610 ], [ 51.679688, 27.994401 ], [ 50.273438, 30.145127 ], [ 48.867188, 30.448674 ], [ 48.515625, 29.840644 ], [ 47.460938, 32.546813 ], [ 46.054688, 33.137551 ], [ 45.351562, 34.016242 ], [ 46.054688, 35.746512 ], [ 44.296875, 37.996163 ], [ 43.945312, 39.368279 ], [ 44.648438, 39.639538 ], [ 43.593750, 40.178873 ], [ 43.593750, 40.979898 ], [ 45.000000, 41.244772 ], [ 45.703125, 40.713956 ], [ 45.703125, 39.909736 ], [ 46.406250, 39.368279 ], [ 46.406250, 38.822591 ], [ 48.164062, 39.639538 ], [ 48.164062, 38.822591 ], [ 49.218750, 37.718590 ], [ 50.976562, 36.879621 ], [ 53.789062, 36.879621 ], [ 53.789062, 38.822591 ], [ 53.085938, 39.368279 ], [ 53.437500, 39.909736 ], [ 52.734375, 39.909736 ], [ 53.085938, 40.979898 ], [ 53.789062, 40.713956 ], [ 54.843750, 40.979898 ], [ 53.789062, 42.032974 ], [ 53.085938, 41.771312 ], [ 52.734375, 41.244772 ], [ 52.382812, 42.811522 ], [ 51.328125, 43.068888 ], [ 50.273438, 44.590467 ], [ 51.328125, 44.590467 ], [ 51.328125, 45.336702 ], [ 53.085938, 45.336702 ], [ 53.085938, 46.800059 ], [ 51.328125, 47.040182 ], [ 49.218750, 46.316584 ], [ 48.515625, 46.558860 ], [ 48.164062, 47.754098 ], [ 47.460938, 47.754098 ], [ 46.406250, 48.458352 ], [ 47.460938, 50.513427 ], [ 48.515625, 49.837982 ], [ 48.867188, 50.513427 ], [ 50.625000, 51.618017 ], [ 52.382812, 51.618017 ], [ 55.546875, 50.513427 ], [ 56.953125, 50.958427 ], [ 58.359375, 50.958427 ], [ 59.765625, 50.513427 ], [ 59.765625, 50.736455 ], [ 61.171875, 50.736455 ], [ 61.523438, 51.179343 ], [ 60.117188, 52.052490 ], [ 60.820312, 52.482780 ], [ 60.820312, 52.696361 ], [ 61.875000, 52.908902 ], [ 60.820312, 53.748711 ], [ 61.523438, 53.956086 ], [ 65.039062, 54.367759 ], [ 68.906250, 55.379110 ] ], [ [ 44.648438, 39.639538 ], [ 45.351562, 38.822591 ], [ 46.054688, 38.822591 ], [ 45.703125, 39.368279 ], [ 44.648438, 39.639538 ] ] ], [ [ [ 51.328125, 26.115986 ], [ 51.679688, 25.165173 ], [ 50.976562, 24.527135 ], [ 50.625000, 25.482951 ], [ 51.328125, 26.115986 ] ] ], [ [ [ 98.789062, 52.052490 ], [ 101.953125, 51.179343 ], [ 102.304688, 50.513427 ], [ 103.710938, 50.064192 ], [ 106.875000, 50.289339 ], [ 108.632812, 49.382373 ], [ 110.742188, 49.152970 ], [ 112.851562, 49.610710 ], [ 114.257812, 50.289339 ], [ 115.312500, 49.837982 ], [ 116.718750, 49.837982 ], [ 115.312500, 48.224673 ], [ 115.664062, 47.754098 ], [ 117.421875, 47.754098 ], [ 118.125000, 47.989922 ], [ 119.882812, 47.040182 ], [ 119.531250, 46.800059 ], [ 117.421875, 46.558860 ], [ 113.554688, 44.840291 ], [ 111.796875, 45.089036 ], [ 111.445312, 44.339565 ], [ 111.796875, 43.834527 ], [ 110.390625, 42.811522 ], [ 105.117188, 41.508577 ], [ 100.898438, 42.553080 ], [ 96.328125, 42.811522 ], [ 95.273438, 44.339565 ], [ 93.515625, 45.089036 ], [ 91.054688, 45.336702 ], [ 90.703125, 45.828799 ], [ 91.054688, 46.800059 ], [ 90.351562, 47.754098 ], [ 87.890625, 48.690960 ], [ 87.890625, 49.382373 ], [ 92.109375, 50.736455 ], [ 94.218750, 50.513427 ], [ 94.921875, 50.064192 ], [ 97.382812, 49.837982 ], [ 98.085938, 50.513427 ], [ 97.734375, 50.958427 ], [ 98.789062, 52.052490 ] ] ], [ [ [ 81.562500, 30.448674 ], [ 85.781250, 28.304381 ], [ 88.242188, 27.994401 ], [ 87.890625, 26.431228 ], [ 85.078125, 26.745610 ], [ 80.156250, 28.921631 ], [ 81.562500, 30.448674 ] ] ], [ [ [ 90.000000, 28.304381 ], [ 91.757812, 27.683528 ], [ 92.109375, 26.745610 ], [ 88.945312, 27.059126 ], [ 90.000000, 28.304381 ] ] ], [ [ [ 47.460938, 30.145127 ], [ 47.812500, 29.840644 ], [ 48.515625, 28.613459 ], [ 46.406250, 29.228890 ], [ 47.460938, 30.145127 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "India", "sov_a3": "IND", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "India", "adm0_a3": "IND", "geou_dif": 0, "geounit": "India", "gu_a3": "IND", "su_dif": 0, "subunit": "India", "su_a3": "IND", "brk_diff": 0, "name": "India", "name_long": "India", "brk_a3": "IND", "brk_name": "India", "abbrev": "India", "postal": "IND", "formal_en": "Republic of India", "name_sort": "India", "mapcolor7": 1, "mapcolor8": 3, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 1166079220, "gdp_md_est": 3297000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "4. Lower middle income", "wikipedia": -99, "iso_a2": "IN", "iso_a3": "IND", "iso_n3": "356", "un_a3": "356", "wb_a2": "IN", "wb_a3": "IND", "woe_id": -99, "adm0_a3_is": "IND", "adm0_a3_us": "IND", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 5, "long_len": 5, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.070312, 7.013668 ], [ 117.773438, 5.965754 ], [ 119.179688, 5.266008 ], [ 118.476562, 4.915833 ], [ 118.476562, 4.565474 ], [ 116.015625, 4.214943 ], [ 114.609375, 1.406109 ], [ 110.390625, 0.703107 ], [ 109.687500, 1.406109 ], [ 109.687500, 2.108899 ], [ 111.093750, 1.757537 ], [ 111.445312, 2.811371 ], [ 112.851562, 3.162456 ], [ 114.257812, 4.565474 ], [ 114.609375, 3.864255 ], [ 115.312500, 4.214943 ], [ 115.312500, 5.615986 ], [ 117.070312, 7.013668 ] ] ], [ [ [ 77.695312, 35.460670 ], [ 78.750000, 34.307144 ], [ 79.101562, 33.137551 ], [ 79.101562, 32.546813 ], [ 78.398438, 32.546813 ], [ 78.750000, 31.653381 ], [ 81.210938, 30.145127 ], [ 80.156250, 28.921631 ], [ 83.320312, 27.371767 ], [ 87.890625, 26.431228 ], [ 88.242188, 27.994401 ], [ 88.593750, 27.994401 ], [ 88.945312, 27.059126 ], [ 89.648438, 26.745610 ], [ 92.109375, 26.745610 ], [ 91.757812, 27.683528 ], [ 94.570312, 29.228890 ], [ 95.273438, 28.921631 ], [ 95.976562, 29.535230 ], [ 96.679688, 28.921631 ], [ 96.328125, 28.304381 ], [ 98.085938, 28.304381 ], [ 98.789062, 27.371767 ], [ 98.789062, 25.799891 ], [ 97.734375, 25.165173 ], [ 97.734375, 23.885838 ], [ 98.789062, 24.206890 ], [ 98.789062, 23.241346 ], [ 99.492188, 22.917923 ], [ 99.140625, 22.268764 ], [ 100.546875, 21.616579 ], [ 101.250000, 21.943046 ], [ 101.250000, 21.289374 ], [ 101.953125, 21.289374 ], [ 101.601562, 22.268764 ], [ 105.468750, 23.241346 ], [ 106.875000, 22.917923 ], [ 106.875000, 21.943046 ], [ 107.929688, 21.616579 ], [ 106.875000, 20.632784 ], [ 105.820312, 18.979026 ], [ 108.984375, 15.284185 ], [ 109.335938, 11.523088 ], [ 105.117188, 8.754795 ], [ 105.117188, 9.795678 ], [ 103.359375, 10.487812 ], [ 102.656250, 12.211180 ], [ 100.898438, 12.554564 ], [ 100.898438, 13.581921 ], [ 100.195312, 13.239945 ], [ 99.140625, 9.795678 ], [ 100.546875, 7.362467 ], [ 103.359375, 4.915833 ], [ 103.359375, 2.811371 ], [ 104.062500, 1.406109 ], [ 103.359375, 1.054628 ], [ 101.250000, 2.811371 ], [ 100.195312, 6.315299 ], [ 98.437500, 8.407168 ], [ 98.789062, 11.523088 ], [ 97.031250, 16.972741 ], [ 95.273438, 15.623037 ], [ 94.218750, 15.961329 ], [ 94.218750, 18.312811 ], [ 91.406250, 22.917923 ], [ 90.351562, 22.917923 ], [ 90.351562, 21.943046 ], [ 88.945312, 21.943046 ], [ 86.835938, 21.616579 ], [ 86.484375, 20.303418 ], [ 85.078125, 19.642588 ], [ 82.265625, 16.636192 ], [ 80.156250, 15.961329 ], [ 79.804688, 10.487812 ], [ 77.695312, 8.059230 ], [ 76.640625, 8.754795 ], [ 73.476562, 15.961329 ], [ 72.773438, 21.289374 ], [ 70.312500, 20.961440 ], [ 69.257812, 21.943046 ], [ 69.609375, 22.593726 ], [ 69.257812, 22.917923 ], [ 68.203125, 23.563987 ], [ 68.906250, 24.206890 ], [ 71.015625, 24.206890 ], [ 69.609375, 27.059126 ], [ 70.664062, 27.994401 ], [ 71.718750, 27.994401 ], [ 75.234375, 32.249974 ], [ 74.531250, 32.842674 ], [ 73.828125, 34.307144 ], [ 74.179688, 34.885931 ], [ 76.992188, 34.597042 ], [ 77.695312, 35.460670 ] ] ] ] } } +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United Kingdom", "adm0_a3": "GBR", "geou_dif": 0, "geounit": "United Kingdom", "gu_a3": "GBR", "su_dif": 0, "subunit": "United Kingdom", "su_a3": "GBR", "brk_diff": 0, "name": "United Kingdom", "name_long": "United Kingdom", "brk_a3": "GBR", "brk_name": "United Kingdom", "abbrev": "U.K.", "postal": "GB", "formal_en": "United Kingdom of Great Britain and Northern Ireland", "name_sort": "United Kingdom", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 6, "mapcolor13": 3, "pop_est": 62262000, "gdp_md_est": 1977704, "pop_year": 0, "lastcensus": 2011, "gdp_year": 2009, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "GB", "iso_a3": "GBR", "iso_n3": "826", "un_a3": "826", "wb_a2": "GB", "wb_a3": "GBR", "woe_id": -99, "adm0_a3_is": "GBR", "adm0_a3_us": "GBR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 14, "long_len": 14, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.515625, 24.086589 ], [ 0.000000, 21.779905 ], [ 1.845703, 20.591652 ], [ 2.065430, 20.138470 ], [ 3.164062, 19.683970 ], [ 3.164062, 19.062118 ], [ 4.262695, 19.145168 ], [ 4.262695, 16.846605 ], [ 3.735352, 16.172473 ], [ 3.647461, 15.580711 ], [ 2.768555, 15.411319 ], [ 1.406250, 15.326572 ], [ 1.010742, 14.987240 ], [ 0.395508, 14.944785 ], [ 0.307617, 14.434680 ], [ 0.439453, 14.008696 ], [ 1.010742, 13.325485 ], [ 1.010742, 12.854649 ], [ 2.197266, 12.640338 ], [ 2.153320, 11.953349 ], [ 1.933594, 11.652236 ], [ 1.450195, 11.566144 ], [ 1.230469, 11.092166 ], [ 0.922852, 11.005904 ], [ 0.043945, 11.005904 ], [ 0.000000, 10.919618 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.660608 ], [ 0.351562, 10.185187 ], [ 0.351562, 9.449062 ], [ 0.483398, 8.667918 ], [ 0.703125, 8.320212 ], [ 0.483398, 7.406048 ], [ 0.571289, 6.926427 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.527344, 5.353521 ], [ -1.054688, 5.003394 ], [ -1.977539, 4.696879 ], [ -2.856445, 5.003394 ], [ -3.515625, 5.047171 ], [ -3.515625, 24.086589 ] ] ], [ [ [ -3.515625, 35.389050 ], [ -2.592773, 35.173808 ], [ -2.153320, 35.173808 ], [ -1.801758, 34.524661 ], [ -1.713867, 33.906896 ], [ -1.406250, 32.879587 ], [ -1.142578, 32.657876 ], [ -1.318359, 32.249974 ], [ -2.636719, 32.101190 ], [ -3.076172, 31.728167 ], [ -3.515625, 31.653381 ], [ -3.515625, 35.389050 ] ] ], [ [ [ 15.512695, 38.238180 ], [ 15.161133, 37.439974 ], [ 15.292969, 37.125286 ], [ 15.117188, 36.633162 ], [ 14.326172, 36.985003 ], [ 13.842773, 37.090240 ], [ 12.436523, 37.614231 ], [ 12.568359, 38.134557 ], [ 13.754883, 38.030786 ], [ 15.512695, 38.238180 ] ] ], [ [ [ 10.590820, 57.727619 ], [ 10.546875, 57.207710 ], [ 10.239258, 56.897004 ], [ 10.371094, 56.607885 ], [ 10.898438, 56.462490 ], [ 10.678711, 56.072035 ], [ 10.371094, 56.194481 ], [ 9.667969, 55.478853 ], [ 9.931641, 54.977614 ], [ 9.931641, 54.597528 ], [ 10.942383, 54.367759 ], [ 10.942383, 54.007769 ], [ 11.953125, 54.188155 ], [ 12.524414, 54.470038 ], [ 13.666992, 54.085173 ], [ 14.106445, 53.748711 ], [ 14.370117, 53.252069 ], [ 14.062500, 52.988337 ], [ 14.458008, 52.616390 ], [ 14.677734, 52.079506 ], [ 14.589844, 51.754240 ], [ 15.029297, 51.096623 ], [ 15.512695, 50.792047 ], [ 16.259766, 50.708634 ], [ 16.171875, 50.429518 ], [ 16.699219, 50.205033 ], [ 16.875000, 50.485474 ], [ 17.534180, 50.373496 ], [ 17.666016, 50.035974 ], [ 18.413086, 49.979488 ], [ 18.896484, 49.439557 ], [ 19.335938, 49.582226 ], [ 19.819336, 49.210420 ], [ 20.434570, 49.439557 ], [ 20.874023, 49.325122 ], [ 21.621094, 49.468124 ], [ 22.543945, 49.095452 ], [ 22.280273, 48.835797 ], [ 22.104492, 48.429201 ], [ 22.631836, 48.136767 ], [ 22.719727, 47.872144 ], [ 22.104492, 47.665387 ], [ 21.621094, 46.980252 ], [ 21.005859, 46.316584 ], [ 20.214844, 46.134170 ], [ 20.742188, 45.736860 ], [ 20.874023, 45.429299 ], [ 21.489258, 45.182037 ], [ 21.577148, 44.777936 ], [ 22.148438, 44.465151 ], [ 22.456055, 44.715514 ], [ 22.719727, 44.590467 ], [ 22.456055, 44.402392 ], [ 22.675781, 44.245199 ], [ 22.412109, 43.992815 ], [ 22.500000, 43.644026 ], [ 22.983398, 43.197167 ], [ 22.587891, 42.908160 ], [ 22.456055, 42.585444 ], [ 22.543945, 42.455888 ], [ 22.368164, 42.326062 ], [ 22.895508, 42.000325 ], [ 22.939453, 41.343825 ], [ 22.763672, 41.310824 ], [ 22.587891, 41.145570 ], [ 22.060547, 41.145570 ], [ 21.665039, 40.946714 ], [ 21.005859, 40.847060 ], [ 20.610352, 41.079351 ], [ 20.478516, 41.508577 ], [ 20.610352, 41.869561 ], [ 20.522461, 42.228517 ], [ 20.302734, 42.326062 ], [ 20.083008, 42.585444 ], [ 19.819336, 42.488302 ], [ 19.731445, 42.682435 ], [ 19.291992, 42.195969 ], [ 19.379883, 41.869561 ], [ 19.160156, 41.967659 ], [ 18.896484, 42.293564 ], [ 17.490234, 42.843751 ], [ 16.918945, 43.197167 ], [ 15.996094, 43.516689 ], [ 15.161133, 44.245199 ], [ 15.380859, 44.308127 ], [ 14.941406, 44.746733 ], [ 14.897461, 45.089036 ], [ 14.238281, 45.243953 ], [ 13.974609, 44.809122 ], [ 13.666992, 45.151053 ], [ 13.666992, 45.490946 ], [ 13.930664, 45.583290 ], [ 13.139648, 45.736860 ], [ 12.348633, 45.367584 ], [ 12.392578, 44.871443 ], [ 12.260742, 44.590467 ], [ 12.612305, 44.087585 ], [ 13.535156, 43.580391 ], [ 14.018555, 42.747012 ], [ 15.161133, 41.967659 ], [ 15.908203, 41.967659 ], [ 16.171875, 41.738528 ], [ 15.908203, 41.541478 ], [ 17.534180, 40.880295 ], [ 18.369141, 40.346544 ], [ 18.500977, 40.178873 ], [ 18.281250, 39.808536 ], [ 17.753906, 40.279526 ], [ 16.875000, 40.446947 ], [ 16.435547, 39.808536 ], [ 17.182617, 39.436193 ], [ 17.050781, 38.891033 ], [ 16.655273, 38.856820 ], [ 16.083984, 37.996163 ], [ 15.688477, 37.892196 ], [ 15.688477, 38.203655 ], [ 15.908203, 38.754083 ], [ 16.127930, 38.959409 ], [ 15.424805, 40.044438 ], [ 14.985352, 40.178873 ], [ 14.721680, 40.613952 ], [ 14.062500, 40.780541 ], [ 13.623047, 41.178654 ], [ 12.875977, 41.244772 ], [ 12.128906, 41.705729 ], [ 11.206055, 42.358544 ], [ 10.502930, 42.940339 ], [ 10.195312, 43.929550 ], [ 9.711914, 44.024422 ], [ 8.876953, 44.370987 ], [ 8.437500, 44.245199 ], [ 7.866211, 43.771094 ], [ 7.426758, 43.707594 ], [ 6.547852, 43.133061 ], [ 4.570312, 43.389082 ], [ 3.120117, 43.068888 ], [ 2.988281, 42.455888 ], [ 1.845703, 42.358544 ], [ 0.703125, 42.779275 ], [ 0.351562, 42.585444 ], [ 0.000000, 42.650122 ], [ -1.494141, 43.036776 ], [ -1.889648, 43.421009 ], [ -1.406250, 44.024422 ], [ -1.186523, 46.012224 ], [ -2.241211, 47.070122 ], [ -2.944336, 47.576526 ], [ -3.515625, 47.724545 ], [ -3.515625, 48.864715 ], [ -3.295898, 48.893615 ], [ -1.625977, 48.632909 ], [ -1.933594, 49.781264 ], [ -1.010742, 49.353756 ], [ 0.000000, 49.667628 ], [ 1.318359, 50.120578 ], [ 1.625977, 50.958427 ], [ 3.295898, 51.344339 ], [ 3.823242, 51.618017 ], [ 4.702148, 53.094024 ], [ 6.064453, 53.514185 ], [ 6.899414, 53.488046 ], [ 7.119141, 53.696706 ], [ 7.954102, 53.748711 ], [ 8.129883, 53.514185 ], [ 8.789062, 54.007769 ], [ 8.569336, 54.393352 ], [ 8.525391, 54.952386 ], [ 8.129883, 55.528631 ], [ 8.085938, 56.535258 ], [ 8.525391, 57.112385 ], [ 9.404297, 57.160078 ], [ 9.755859, 57.444949 ], [ 10.590820, 57.727619 ] ] ], [ [ [ 9.228516, 41.211722 ], [ 9.799805, 40.513799 ], [ 9.667969, 39.164141 ], [ 9.228516, 39.232253 ], [ 8.789062, 38.891033 ], [ 8.437500, 39.164141 ], [ 8.393555, 40.380028 ], [ 8.173828, 40.946714 ], [ 8.701172, 40.913513 ], [ 9.228516, 41.211722 ] ] ], [ [ [ 28.168945, 71.187754 ], [ 31.289062, 70.451508 ], [ 30.014648, 70.185103 ], [ 31.113281, 69.565226 ], [ 29.399414, 69.162558 ], [ 28.608398, 69.068563 ], [ 28.432617, 68.366801 ], [ 29.970703, 67.692771 ], [ 29.047852, 66.947274 ], [ 30.234375, 65.802776 ], [ 29.531250, 64.942160 ], [ 30.454102, 64.206377 ], [ 30.058594, 63.548552 ], [ 31.508789, 62.875188 ], [ 31.157227, 62.349609 ], [ 28.081055, 60.500525 ], [ 26.235352, 60.413852 ], [ 24.477539, 60.064840 ], [ 22.851562, 59.844815 ], [ 22.280273, 60.392148 ], [ 21.313477, 60.716198 ], [ 21.533203, 61.710706 ], [ 21.049805, 62.613562 ], [ 21.533203, 63.194018 ], [ 22.456055, 63.821288 ], [ 24.741211, 64.904910 ], [ 25.400391, 65.109148 ], [ 25.312500, 65.531171 ], [ 23.906250, 66.000150 ], [ 22.192383, 65.730626 ], [ 21.225586, 65.016506 ], [ 21.357422, 64.415921 ], [ 19.775391, 63.607217 ], [ 17.841797, 62.754726 ], [ 17.138672, 61.333540 ], [ 17.841797, 60.630102 ], [ 18.808594, 60.086763 ], [ 17.885742, 58.950008 ], [ 16.831055, 58.722599 ], [ 16.435547, 57.040730 ], [ 15.864258, 56.096556 ], [ 14.677734, 56.194481 ], [ 14.106445, 55.404070 ], [ 12.963867, 55.354135 ], [ 12.612305, 56.316537 ], [ 11.777344, 57.444949 ], [ 11.030273, 58.859224 ], [ 10.371094, 59.467408 ], [ 8.393555, 58.309489 ], [ 7.031250, 58.077876 ], [ 5.668945, 58.585436 ], [ 5.317383, 59.667741 ], [ 5.009766, 61.980267 ], [ 5.932617, 62.613562 ], [ 8.569336, 63.450509 ], [ 10.546875, 64.491725 ], [ 12.348633, 65.874725 ], [ 14.765625, 67.809245 ], [ 16.435547, 68.560384 ], [ 19.204102, 69.824471 ], [ 21.401367, 70.259452 ], [ 23.027344, 70.199994 ], [ 24.565430, 71.031249 ], [ 26.367188, 70.988349 ], [ 28.168945, 71.187754 ] ] ], [ [ [ 17.006836, 80.050460 ], [ 18.237305, 79.702907 ], [ 21.533203, 78.954560 ], [ 19.028320, 78.560488 ], [ 18.457031, 77.823323 ], [ 17.578125, 77.636542 ], [ 17.138672, 76.810769 ], [ 15.908203, 76.770602 ], [ 13.754883, 77.379906 ], [ 14.677734, 77.739618 ], [ 13.183594, 78.025574 ], [ 11.206055, 78.870048 ], [ 10.458984, 79.655668 ], [ 13.183594, 80.012423 ], [ 13.710938, 79.663556 ], [ 15.161133, 79.671438 ], [ 15.512695, 80.012423 ], [ 17.006836, 80.050460 ] ] ], [ [ [ 22.939453, 80.654174 ], [ 25.444336, 80.408388 ], [ 27.421875, 80.058050 ], [ 25.927734, 79.520657 ], [ 23.027344, 79.400085 ], [ 20.083008, 79.568506 ], [ 19.907227, 79.843346 ], [ 18.457031, 79.858833 ], [ 17.358398, 80.320120 ], [ 20.478516, 80.596909 ], [ 21.928711, 80.356995 ], [ 22.939453, 80.654174 ] ] ], [ [ [ 9.404297, 43.004647 ], [ 9.580078, 42.163403 ], [ 9.228516, 41.376809 ], [ 8.789062, 41.574361 ], [ 8.525391, 42.261049 ], [ 8.745117, 42.617791 ], [ 9.404297, 43.004647 ] ] ], [ [ [ -1.977539, 57.680660 ], [ -2.241211, 56.872996 ], [ -3.120117, 55.973798 ], [ -2.065430, 55.899956 ], [ -1.098633, 54.622978 ], [ -0.439453, 54.470038 ], [ 0.000000, 53.670680 ], [ 0.483398, 52.935397 ], [ 1.669922, 52.749594 ], [ 1.582031, 52.106505 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.571289, 50.764259 ], [ -0.791016, 50.764259 ], [ -2.504883, 50.485474 ], [ -2.944336, 50.708634 ], [ -3.515625, 50.289339 ], [ -3.515625, 51.399206 ], [ -3.427734, 51.426614 ], [ -3.515625, 51.426614 ], [ -3.515625, 53.435719 ], [ -3.076172, 53.409532 ], [ -2.944336, 53.981935 ], [ -3.515625, 54.521081 ], [ -3.515625, 57.633640 ], [ -3.076172, 57.680660 ], [ -1.977539, 57.680660 ] ] ], [ [ [ 25.180664, 57.961503 ], [ 25.620117, 57.844751 ], [ 26.455078, 57.468589 ], [ 27.290039, 57.468589 ], [ 27.773438, 57.255281 ], [ 27.861328, 56.752723 ], [ 28.168945, 56.170023 ], [ 27.114258, 55.776573 ], [ 26.499023, 55.603178 ], [ 25.532227, 56.096556 ], [ 25.004883, 56.170023 ], [ 24.873047, 56.365250 ], [ 23.862305, 56.267761 ], [ 22.192383, 56.340901 ], [ 21.049805, 56.022948 ], [ 21.093750, 56.776808 ], [ 21.577148, 57.421294 ], [ 22.543945, 57.751076 ], [ 23.334961, 57.016814 ], [ 24.125977, 57.016814 ], [ 24.301758, 57.797944 ], [ 25.180664, 57.961503 ] ] ], [ [ [ 22.895508, 78.455425 ], [ 23.291016, 78.080156 ], [ 24.741211, 77.851100 ], [ 22.500000, 77.446940 ], [ 20.742188, 77.674122 ], [ 21.401367, 77.934055 ], [ 20.830078, 78.251387 ], [ 22.895508, 78.455425 ] ] ], [ [ [ 12.392578, 56.121060 ], [ 12.700195, 55.603178 ], [ 12.084961, 54.800685 ], [ 11.030273, 55.354135 ], [ 10.898438, 55.776573 ], [ 12.392578, 56.121060 ] ] ], [ [ [ -2.988281, 58.631217 ], [ -3.515625, 58.124320 ], [ -3.515625, 58.608334 ], [ -2.988281, 58.631217 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "China", "sov_a3": "CH1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "China", "adm0_a3": "CHN", "geou_dif": 0, "geounit": "China", "gu_a3": "CHN", "su_dif": 0, "subunit": "China", "su_a3": "CHN", "brk_diff": 0, "name": "China", "name_long": "China", "brk_a3": "CHN", "brk_name": "China", "abbrev": "China", "postal": "CN", "formal_en": "People's Republic of China", "name_sort": "China", "mapcolor7": 4, "mapcolor8": 4, "mapcolor9": 4, "mapcolor13": 3, "pop_est": 1338612970, "gdp_md_est": 7973000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "CN", "iso_a3": "CHN", "iso_n3": "156", "un_a3": "156", "wb_a2": "CN", "wb_a3": "CHN", "woe_id": -99, "adm0_a3_is": "CHN", "adm0_a3_us": "CHN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5, "long_len": 5, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17.226562, 3.864255 ], [ 18.281250, 3.513421 ], [ 17.578125, 0.000000 ], [ 16.523438, -1.757537 ], [ 16.171875, -3.513421 ], [ 10.546875, -3.513421 ], [ 8.789062, -1.054628 ], [ 9.492188, 1.054628 ], [ 11.250000, 1.054628 ], [ 11.250000, 2.108899 ], [ 13.007812, 2.108899 ], [ 15.820312, 1.757537 ], [ 17.226562, 3.864255 ] ] ], [ [ [ 33.750000, -1.054628 ], [ 37.617188, -3.513421 ], [ 29.179688, -3.513421 ], [ 29.179688, -1.757537 ], [ 30.585938, -1.054628 ], [ 33.750000, -1.054628 ] ] ], [ [ [ 117.773438, 4.214943 ], [ 117.421875, 3.162456 ], [ 117.773438, 1.757537 ], [ 118.828125, 1.054628 ], [ 117.773438, 0.703107 ], [ 117.421875, 0.000000 ], [ 117.421875, -0.703107 ], [ 116.718750, -1.406109 ], [ 116.367188, -3.513421 ], [ 114.609375, -3.513421 ], [ 110.390625, -2.811371 ], [ 110.039062, -1.757537 ], [ 108.984375, 0.000000 ], [ 108.984375, 1.406109 ], [ 109.687500, 2.108899 ], [ 110.390625, 0.703107 ], [ 114.609375, 1.406109 ], [ 116.015625, 4.214943 ], [ 117.773438, 4.214943 ] ] ], [ [ [ 129.375000, -2.811371 ], [ 130.781250, -3.513421 ], [ 127.968750, -3.513421 ], [ 127.968750, -2.811371 ], [ 129.375000, -2.811371 ] ] ], [ [ [ 135.351562, -3.513421 ], [ 136.406250, -2.460181 ], [ 138.164062, -1.757537 ], [ 143.437500, -3.513421 ], [ 135.351562, -3.513421 ] ] ], [ [ [ 123.398438, 53.540307 ], [ 125.859375, 52.696361 ], [ 127.617188, 49.837982 ], [ 129.375000, 49.382373 ], [ 130.429688, 48.690960 ], [ 131.132812, 47.754098 ], [ 132.539062, 47.754098 ], [ 135.000000, 48.458352 ], [ 133.242188, 45.089036 ], [ 131.835938, 45.336702 ], [ 131.132812, 45.089036 ], [ 131.132812, 42.811522 ], [ 130.781250, 42.811522 ], [ 130.781250, 42.293564 ], [ 129.726562, 41.508577 ], [ 129.726562, 40.979898 ], [ 127.617188, 39.639538 ], [ 127.265625, 39.095963 ], [ 129.375000, 37.439974 ], [ 129.375000, 35.746512 ], [ 127.265625, 34.597042 ], [ 126.562500, 34.307144 ], [ 126.210938, 36.597889 ], [ 126.914062, 36.879621 ], [ 126.210938, 37.718590 ], [ 125.156250, 37.718590 ], [ 124.804688, 37.996163 ], [ 125.156250, 39.639538 ], [ 124.101562, 39.909736 ], [ 120.937500, 38.822591 ], [ 122.343750, 40.446947 ], [ 121.640625, 40.979898 ], [ 117.421875, 38.822591 ], [ 119.531250, 37.160317 ], [ 120.937500, 37.996163 ], [ 122.343750, 37.439974 ], [ 122.695312, 36.879621 ], [ 120.937500, 36.597889 ], [ 119.179688, 34.885931 ], [ 120.234375, 34.307144 ], [ 121.992188, 31.653381 ], [ 121.992188, 31.052934 ], [ 121.289062, 30.751278 ], [ 121.992188, 29.840644 ], [ 121.640625, 28.304381 ], [ 121.289062, 27.994401 ], [ 118.828125, 24.527135 ], [ 116.015625, 22.917923 ], [ 110.742188, 21.289374 ], [ 110.390625, 20.303418 ], [ 110.039062, 20.303418 ], [ 110.039062, 21.289374 ], [ 106.875000, 21.943046 ], [ 106.875000, 22.917923 ], [ 105.468750, 23.241346 ], [ 101.601562, 22.268764 ], [ 101.953125, 21.289374 ], [ 101.250000, 21.289374 ], [ 101.250000, 21.943046 ], [ 100.546875, 21.616579 ], [ 99.140625, 22.268764 ], [ 99.492188, 22.917923 ], [ 98.789062, 23.241346 ], [ 98.789062, 24.206890 ], [ 97.734375, 23.885838 ], [ 97.734375, 25.165173 ], [ 98.789062, 25.799891 ], [ 98.789062, 27.371767 ], [ 98.085938, 28.304381 ], [ 96.328125, 28.304381 ], [ 96.679688, 28.921631 ], [ 95.976562, 29.535230 ], [ 95.273438, 28.921631 ], [ 94.570312, 29.228890 ], [ 92.460938, 27.994401 ], [ 90.000000, 28.304381 ], [ 88.945312, 27.371767 ], [ 88.593750, 27.994401 ], [ 85.781250, 28.304381 ], [ 82.265625, 30.145127 ], [ 79.804688, 30.751278 ], [ 78.750000, 31.653381 ], [ 78.398438, 32.546813 ], [ 79.101562, 32.546813 ], [ 78.750000, 34.307144 ], [ 77.695312, 35.460670 ], [ 76.289062, 36.031332 ], [ 74.882812, 37.439974 ], [ 74.882812, 38.272689 ], [ 73.828125, 38.548165 ], [ 73.828125, 39.368279 ], [ 74.882812, 40.446947 ], [ 76.640625, 40.446947 ], [ 76.992188, 40.979898 ], [ 78.046875, 41.244772 ], [ 80.156250, 42.032974 ], [ 80.156250, 42.811522 ], [ 80.859375, 43.068888 ], [ 79.804688, 44.840291 ], [ 82.617188, 45.583290 ], [ 83.320312, 47.279229 ], [ 85.078125, 47.040182 ], [ 85.781250, 47.517201 ], [ 85.781250, 48.458352 ], [ 87.890625, 49.382373 ], [ 87.890625, 48.690960 ], [ 90.351562, 47.754098 ], [ 91.054688, 46.800059 ], [ 90.703125, 45.828799 ], [ 91.054688, 45.336702 ], [ 93.515625, 45.089036 ], [ 95.273438, 44.339565 ], [ 96.328125, 42.811522 ], [ 100.898438, 42.553080 ], [ 105.117188, 41.508577 ], [ 110.390625, 42.811522 ], [ 111.796875, 43.834527 ], [ 111.445312, 44.339565 ], [ 111.796875, 45.089036 ], [ 113.554688, 44.840291 ], [ 117.421875, 46.558860 ], [ 119.531250, 46.800059 ], [ 119.882812, 47.040182 ], [ 118.125000, 47.989922 ], [ 117.421875, 47.754098 ], [ 115.664062, 47.754098 ], [ 115.312500, 48.224673 ], [ 116.718750, 49.837982 ], [ 117.773438, 49.610710 ], [ 119.179688, 50.064192 ], [ 120.585938, 52.052490 ], [ 120.234375, 52.696361 ], [ 122.343750, 53.330873 ], [ 123.398438, 53.540307 ] ] ], [ [ [ 125.156250, 1.757537 ], [ 124.453125, 0.351560 ], [ 120.234375, 0.000000 ], [ 120.937500, -1.406109 ], [ 123.398438, -0.703107 ], [ 121.640625, -1.757537 ], [ 122.343750, -3.513421 ], [ 120.937500, -3.513421 ], [ 120.937500, -2.460181 ], [ 120.234375, -2.811371 ], [ 120.234375, -3.513421 ], [ 119.179688, -3.513421 ], [ 118.828125, -2.811371 ], [ 119.882812, 0.000000 ], [ 119.882812, 0.703107 ], [ 120.937500, 1.406109 ], [ 124.101562, 1.054628 ], [ 125.156250, 1.757537 ] ] ], [ [ [ 95.273438, 5.615986 ], [ 97.382812, 5.266008 ], [ 100.546875, 2.108899 ], [ 101.601562, 2.108899 ], [ 103.710938, 0.000000 ], [ 103.359375, -0.703107 ], [ 104.414062, -1.054628 ], [ 104.765625, -2.460181 ], [ 105.468750, -2.460181 ], [ 106.171875, -3.513421 ], [ 101.953125, -3.513421 ], [ 99.492188, 0.000000 ], [ 99.140625, 0.351560 ], [ 98.437500, 1.757537 ], [ 95.273438, 5.615986 ] ] ], [ [ [ 126.914062, -3.162456 ], [ 127.265625, -3.513421 ], [ 125.859375, -3.162456 ], [ 126.914062, -3.162456 ] ] ], [ [ [ 150.820312, -2.460181 ], [ 152.226562, -3.162456 ], [ 152.578125, -3.513421 ], [ 150.820312, -2.811371 ], [ 150.820312, -2.460181 ] ] ], [ [ [ 127.968750, 2.108899 ], [ 128.671875, 1.054628 ], [ 128.671875, 0.351560 ], [ 127.968750, 0.000000 ], [ 127.968750, -1.054628 ], [ 127.265625, 1.054628 ], [ 127.617188, 1.757537 ], [ 127.968750, 2.108899 ] ] ], [ [ [ 115.312500, 5.615986 ], [ 115.312500, 4.214943 ], [ 114.609375, 3.864255 ], [ 114.257812, 4.565474 ], [ 115.312500, 5.615986 ] ] ], [ [ [ 125.507812, 9.795678 ], [ 126.210938, 9.449062 ], [ 126.562500, 7.013668 ], [ 126.210938, 6.315299 ], [ 125.859375, 7.362467 ], [ 125.507812, 6.664608 ], [ 125.507812, 5.615986 ], [ 124.101562, 6.315299 ], [ 124.101562, 7.362467 ], [ 123.750000, 7.710992 ], [ 121.992188, 7.013668 ], [ 122.343750, 8.059230 ], [ 125.507812, 9.102097 ], [ 125.507812, 9.795678 ] ] ], [ [ [ 141.328125, 41.508577 ], [ 142.031250, 39.095963 ], [ 140.976562, 38.272689 ], [ 140.625000, 35.746512 ], [ 140.273438, 35.173808 ], [ 137.109375, 34.597042 ], [ 135.703125, 33.431441 ], [ 135.000000, 33.724340 ], [ 135.000000, 34.597042 ], [ 131.132812, 34.016242 ], [ 131.835938, 33.137551 ], [ 130.781250, 31.052934 ], [ 130.078125, 31.353637 ], [ 130.429688, 32.249974 ], [ 129.375000, 33.431441 ], [ 132.539062, 35.460670 ], [ 135.703125, 35.460670 ], [ 136.757812, 37.439974 ], [ 137.460938, 36.879621 ], [ 139.570312, 38.272689 ], [ 139.921875, 39.368279 ], [ 139.921875, 40.446947 ], [ 140.273438, 41.244772 ], [ 141.328125, 41.508577 ] ] ], [ [ [ 142.031250, 45.583290 ], [ 143.789062, 44.087585 ], [ 144.492188, 43.834527 ], [ 145.195312, 44.339565 ], [ 145.546875, 43.325178 ], [ 144.140625, 43.068888 ], [ 143.085938, 42.032974 ], [ 141.679688, 42.553080 ], [ 140.976562, 41.508577 ], [ 139.921875, 41.508577 ], [ 139.921875, 42.553080 ], [ 140.273438, 43.325178 ], [ 141.328125, 43.325178 ], [ 142.031250, 45.583290 ] ] ], [ [ [ 119.531250, 11.523088 ], [ 119.531250, 10.487812 ], [ 117.070312, 8.407168 ], [ 119.531250, 11.523088 ] ] ], [ [ [ 124.101562, 11.178402 ], [ 124.101562, 10.141932 ], [ 123.046875, 9.102097 ], [ 122.343750, 9.795678 ], [ 123.046875, 10.833306 ], [ 123.398438, 10.833306 ], [ 123.398438, 10.141932 ], [ 124.101562, 11.178402 ] ] ], [ [ [ 125.156250, 12.554564 ], [ 125.859375, 11.178402 ], [ 125.156250, 11.178402 ], [ 125.156250, 10.487812 ], [ 124.804688, 10.141932 ], [ 124.453125, 11.523088 ], [ 124.804688, 11.867351 ], [ 124.101562, 12.554564 ], [ 125.156250, 12.554564 ] ] ], [ [ [ 121.992188, 11.867351 ], [ 123.046875, 11.523088 ], [ 121.992188, 10.487812 ], [ 121.992188, 11.867351 ] ] ], [ [ [ 120.234375, 13.581921 ], [ 121.640625, 12.897489 ], [ 121.289062, 12.211180 ], [ 120.234375, 13.581921 ] ] ], [ [ [ 120.585938, 18.646245 ], [ 122.343750, 18.312811 ], [ 122.343750, 16.972741 ], [ 121.640625, 15.961329 ], [ 121.640625, 14.264383 ], [ 124.101562, 13.923404 ], [ 124.101562, 12.554564 ], [ 123.046875, 13.581921 ], [ 122.695312, 13.239945 ], [ 121.992188, 13.923404 ], [ 120.585938, 13.923404 ], [ 120.937500, 14.604847 ], [ 120.234375, 14.944785 ], [ 119.882812, 16.299051 ], [ 120.234375, 15.961329 ], [ 120.585938, 18.646245 ] ] ], [ [ [ 135.351562, -3.513421 ], [ 132.890625, -3.513421 ], [ 131.835938, -2.811371 ], [ 133.593750, -2.108899 ], [ 132.187500, -2.108899 ], [ 130.429688, -1.054628 ], [ 132.539062, -0.351560 ], [ 133.945312, -0.703107 ], [ 134.296875, -2.811371 ], [ 135.351562, -3.513421 ] ] ], [ [ [ 110.039062, 19.973349 ], [ 111.093750, 19.642588 ], [ 110.390625, 18.646245 ], [ 109.335938, 18.312811 ], [ 108.632812, 18.646245 ], [ 108.632812, 19.311143 ], [ 110.039062, 19.973349 ] ] ], [ [ [ 121.640625, 25.165173 ], [ 121.992188, 24.846565 ], [ 120.585938, 21.943046 ], [ 120.234375, 23.563987 ], [ 121.640625, 25.165173 ] ] ], [ [ [ 133.945312, 34.307144 ], [ 134.648438, 33.724340 ], [ 134.296875, 33.137551 ], [ 133.945312, 33.431441 ], [ 132.890625, 32.842674 ], [ 132.539062, 32.842674 ], [ 132.890625, 34.016242 ], [ 133.945312, 34.307144 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104.370117, 77.702234 ], [ 106.083984, 77.370301 ], [ 104.721680, 77.127825 ], [ 106.962891, 76.970245 ], [ 107.226562, 76.475773 ], [ 108.149414, 76.720223 ], [ 111.093750, 76.710125 ], [ 113.334961, 76.226907 ], [ 114.125977, 75.845169 ], [ 113.906250, 75.331158 ], [ 112.763672, 75.027664 ], [ 110.170898, 74.472903 ], [ 109.379883, 74.176073 ], [ 110.654297, 74.043723 ], [ 112.104492, 73.788054 ], [ 113.027344, 73.971078 ], [ 113.510742, 73.340461 ], [ 113.950195, 73.590586 ], [ 115.576172, 73.751205 ], [ 118.784180, 73.590586 ], [ 119.003906, 73.124945 ], [ 123.222656, 72.971189 ], [ 123.266602, 73.738905 ], [ 125.375977, 73.565739 ], [ 126.958008, 73.565739 ], [ 128.583984, 73.035419 ], [ 129.067383, 72.395706 ], [ 128.452148, 71.978988 ], [ 129.726562, 71.187754 ], [ 131.308594, 70.786910 ], [ 132.275391, 71.842539 ], [ 133.857422, 71.385142 ], [ 135.571289, 71.649833 ], [ 137.504883, 71.343013 ], [ 138.251953, 71.622143 ], [ 139.877930, 71.483086 ], [ 139.130859, 72.422268 ], [ 140.449219, 72.854981 ], [ 149.501953, 72.195246 ], [ 150.336914, 71.608283 ], [ 152.973633, 70.844673 ], [ 157.016602, 71.031249 ], [ 158.994141, 70.859087 ], [ 159.829102, 70.451508 ], [ 159.697266, 69.718107 ], [ 160.927734, 69.442128 ], [ 162.290039, 69.641804 ], [ 164.047852, 69.672358 ], [ 165.937500, 69.472969 ], [ 167.827148, 69.580563 ], [ 169.584961, 68.688521 ], [ 170.815430, 69.005675 ], [ 170.024414, 69.657086 ], [ 170.463867, 70.095529 ], [ 173.627930, 69.824471 ], [ 175.737305, 69.869892 ], [ 178.593750, 69.395783 ], [ 180.000000, 68.958391 ], [ 182.460938, 68.204212 ], [ 183.515625, 67.809245 ], [ 183.515625, 65.403445 ], [ 182.768555, 65.512963 ], [ 181.625977, 65.385147 ], [ 181.098633, 65.748683 ], [ 181.318359, 66.107170 ], [ 180.131836, 65.874725 ], [ 180.571289, 65.403445 ], [ 180.000000, 64.979359 ], [ 178.725586, 64.529548 ], [ 177.407227, 64.605038 ], [ 178.330078, 64.072200 ], [ 178.901367, 63.253412 ], [ 179.384766, 62.975198 ], [ 179.472656, 62.573106 ], [ 179.208984, 62.308794 ], [ 177.363281, 62.512318 ], [ 174.550781, 61.773123 ], [ 173.671875, 61.648162 ], [ 172.133789, 60.951777 ], [ 170.683594, 60.326948 ], [ 170.332031, 59.888937 ], [ 168.881836, 60.565379 ], [ 166.289062, 59.778522 ], [ 165.849609, 60.152442 ], [ 164.882812, 59.734253 ], [ 163.520508, 59.866883 ], [ 163.212891, 59.220934 ], [ 162.026367, 58.240164 ], [ 162.070312, 57.844751 ], [ 163.212891, 57.610107 ], [ 163.081055, 56.170023 ], [ 162.114258, 56.121060 ], [ 161.718750, 55.279115 ], [ 162.114258, 54.851315 ], [ 160.356445, 54.342149 ], [ 160.004883, 53.199452 ], [ 158.510742, 52.961875 ], [ 158.247070, 51.944265 ], [ 156.796875, 51.013755 ], [ 156.401367, 51.699800 ], [ 156.005859, 53.146770 ], [ 155.434570, 55.379110 ], [ 155.917969, 56.776808 ], [ 156.752930, 57.373938 ], [ 156.796875, 57.821355 ], [ 158.378906, 58.054632 ], [ 160.136719, 59.310768 ], [ 161.894531, 60.348696 ], [ 163.652344, 61.143235 ], [ 164.487305, 62.552857 ], [ 163.256836, 62.471724 ], [ 162.641602, 61.648162 ], [ 160.136719, 60.543775 ], [ 159.301758, 61.773123 ], [ 156.708984, 61.438767 ], [ 154.204102, 59.756395 ], [ 155.039062, 59.153403 ], [ 152.797852, 58.881942 ], [ 151.259766, 58.790978 ], [ 151.347656, 59.512029 ], [ 149.765625, 59.645540 ], [ 148.535156, 59.153403 ], [ 145.502930, 59.333189 ], [ 142.207031, 59.040555 ], [ 138.955078, 57.088515 ], [ 135.131836, 54.724620 ], [ 136.713867, 54.597528 ], [ 137.197266, 53.981935 ], [ 138.164062, 53.748711 ], [ 138.823242, 54.265224 ], [ 139.921875, 54.188155 ], [ 141.328125, 53.094024 ], [ 141.372070, 52.241256 ], [ 140.581055, 51.234407 ], [ 140.493164, 50.035974 ], [ 140.053711, 48.458352 ], [ 138.559570, 47.010226 ], [ 138.208008, 46.316584 ], [ 134.868164, 43.389082 ], [ 133.549805, 42.811522 ], [ 132.890625, 42.811522 ], [ 132.275391, 43.293200 ], [ 130.957031, 42.553080 ], [ 130.781250, 42.228517 ], [ 130.385742, 42.293564 ], [ 129.946289, 41.934977 ], [ 129.682617, 41.607228 ], [ 129.726562, 40.880295 ], [ 129.199219, 40.647304 ], [ 128.627930, 40.178873 ], [ 127.968750, 40.010787 ], [ 127.529297, 39.740986 ], [ 127.485352, 39.334297 ], [ 127.397461, 39.198205 ], [ 127.792969, 39.061849 ], [ 128.364258, 38.616870 ], [ 129.199219, 37.439974 ], [ 129.462891, 36.774092 ], [ 129.462891, 35.639441 ], [ 129.111328, 35.065973 ], [ 128.188477, 34.885931 ], [ 127.397461, 34.488448 ], [ 126.474609, 34.379713 ], [ 126.386719, 34.921971 ], [ 126.562500, 35.675147 ], [ 126.123047, 36.738884 ], [ 126.870117, 36.879621 ], [ 126.166992, 37.753344 ], [ 125.683594, 37.926868 ], [ 125.551758, 37.753344 ], [ 125.288086, 37.683820 ], [ 125.244141, 37.857507 ], [ 124.716797, 38.099983 ], [ 124.980469, 38.548165 ], [ 125.244141, 38.651198 ], [ 125.112305, 38.856820 ], [ 125.375977, 39.402244 ], [ 125.332031, 39.537940 ], [ 124.760742, 39.673370 ], [ 124.277344, 39.943436 ], [ 122.871094, 39.639538 ], [ 122.124023, 39.164141 ], [ 121.069336, 38.891033 ], [ 121.596680, 39.368279 ], [ 121.376953, 39.740986 ], [ 122.167969, 40.413496 ], [ 121.640625, 40.946714 ], [ 120.761719, 40.580585 ], [ 119.619141, 39.909736 ], [ 119.003906, 39.266284 ], [ 118.037109, 39.198205 ], [ 117.553711, 38.719805 ], [ 118.081055, 38.065392 ], [ 118.872070, 37.892196 ], [ 118.916016, 37.439974 ], [ 119.707031, 37.160317 ], [ 120.805664, 37.857507 ], [ 121.728516, 37.474858 ], [ 122.343750, 37.439974 ], [ 122.519531, 36.914764 ], [ 121.113281, 36.633162 ], [ 120.629883, 36.102376 ], [ 119.663086, 35.603719 ], [ 119.135742, 34.921971 ], [ 120.234375, 34.343436 ], [ 120.629883, 33.358062 ], [ 121.245117, 32.472695 ], [ 121.904297, 31.690782 ], [ 121.904297, 30.939924 ], [ 121.245117, 30.675715 ], [ 121.508789, 30.145127 ], [ 122.080078, 29.840644 ], [ 121.948242, 28.998532 ], [ 121.684570, 28.226970 ], [ 121.113281, 28.149503 ], [ 119.575195, 25.720735 ], [ 118.652344, 24.527135 ], [ 115.883789, 22.796439 ], [ 114.785156, 22.674847 ], [ 114.169922, 22.228090 ], [ 113.818359, 22.553147 ], [ 113.247070, 22.065278 ], [ 111.840820, 21.534847 ], [ 110.786133, 21.412162 ], [ 110.434570, 20.344627 ], [ 109.907227, 20.262197 ], [ 109.643555, 21.002471 ], [ 109.863281, 21.412162 ], [ 108.544922, 21.698265 ], [ 108.061523, 21.534847 ], [ 106.699219, 20.715015 ], [ 105.864258, 19.766704 ], [ 105.644531, 19.062118 ], [ 107.358398, 16.678293 ], [ 108.281250, 16.088042 ], [ 108.896484, 15.284185 ], [ 109.335938, 13.410994 ], [ 109.204102, 11.652236 ], [ 108.369141, 11.005904 ], [ 107.226562, 10.358151 ], [ 106.391602, 9.535749 ], [ 105.161133, 8.581021 ], [ 104.809570, 9.232249 ], [ 105.073242, 9.925566 ], [ 104.326172, 10.487812 ], [ 103.491211, 10.617418 ], [ 103.095703, 11.135287 ], [ 102.568359, 12.168226 ], [ 101.689453, 12.640338 ], [ 100.854492, 12.640338 ], [ 100.986328, 13.410994 ], [ 100.107422, 13.410994 ], [ 100.019531, 12.297068 ], [ 99.140625, 9.968851 ], [ 99.228516, 9.232249 ], [ 99.887695, 9.188870 ], [ 100.283203, 8.276727 ], [ 100.458984, 7.449624 ], [ 101.030273, 6.839170 ], [ 101.645508, 6.751896 ], [ 102.128906, 6.227934 ], [ 102.392578, 6.140555 ], [ 102.963867, 5.528511 ], [ 103.403320, 4.872048 ], [ 103.447266, 4.171115 ], [ 103.315430, 3.732708 ], [ 103.491211, 2.811371 ], [ 103.842773, 2.504085 ], [ 104.238281, 1.625758 ], [ 104.238281, 1.274309 ], [ 103.535156, 1.230374 ], [ 102.568359, 1.977147 ], [ 101.381836, 2.767478 ], [ 101.293945, 3.250209 ], [ 100.678711, 3.951941 ], [ 100.546875, 4.784469 ], [ 100.195312, 5.309766 ], [ 100.327148, 6.053161 ], [ 100.107422, 6.446318 ], [ 99.711914, 6.839170 ], [ 99.536133, 7.362467 ], [ 98.525391, 8.363693 ], [ 98.349609, 7.798079 ], [ 98.129883, 8.363693 ], [ 98.261719, 8.971897 ], [ 98.569336, 9.925566 ], [ 98.437500, 10.660608 ], [ 98.745117, 11.436955 ], [ 98.437500, 12.039321 ], [ 98.525391, 13.111580 ], [ 98.085938, 13.624633 ], [ 97.778320, 14.817371 ], [ 97.602539, 16.088042 ], [ 97.163086, 16.930705 ], [ 96.503906, 16.425548 ], [ 95.361328, 15.707663 ], [ 94.790039, 15.792254 ], [ 94.174805, 16.045813 ], [ 94.526367, 17.266728 ], [ 94.306641, 18.229351 ], [ 93.559570, 19.352611 ], [ 93.647461, 19.725342 ], [ 93.076172, 19.849394 ], [ 92.373047, 20.673905 ], [ 92.065430, 21.207459 ], [ 92.021484, 21.698265 ], [ 91.845703, 22.187405 ], [ 91.406250, 22.755921 ], [ 90.483398, 22.796439 ], [ 90.571289, 22.390714 ], [ 90.263672, 21.820708 ], [ 89.868164, 22.024546 ], [ 89.692383, 21.861499 ], [ 89.033203, 22.065278 ], [ 88.901367, 21.698265 ], [ 88.198242, 21.698265 ], [ 86.967773, 21.493964 ], [ 87.055664, 20.756114 ], [ 86.484375, 20.138470 ], [ 85.078125, 19.476950 ], [ 83.935547, 18.312811 ], [ 83.188477, 17.685895 ], [ 82.177734, 17.014768 ], [ 82.177734, 16.551962 ], [ 80.771484, 15.961329 ], [ 80.332031, 15.876809 ], [ 80.024414, 15.114553 ], [ 80.244141, 13.838080 ], [ 80.288086, 13.025966 ], [ 79.848633, 12.039321 ], [ 79.848633, 10.358151 ], [ 79.321289, 10.314919 ], [ 78.881836, 9.535749 ], [ 79.189453, 9.232249 ], [ 78.266602, 8.928487 ], [ 77.958984, 8.233237 ], [ 77.519531, 7.972198 ], [ 76.596680, 8.885072 ], [ 75.761719, 11.307708 ], [ 75.410156, 11.781325 ], [ 74.882812, 12.726084 ], [ 74.443359, 14.604847 ], [ 73.520508, 16.003576 ], [ 72.817383, 19.186678 ], [ 72.817383, 20.427013 ], [ 72.641602, 21.371244 ], [ 71.191406, 20.756114 ], [ 70.488281, 20.879343 ], [ 69.169922, 22.105999 ], [ 69.653320, 22.431340 ], [ 69.345703, 22.836946 ], [ 68.159180, 23.684774 ], [ 67.456055, 23.926013 ], [ 67.148438, 24.647017 ], [ 66.357422, 25.443275 ], [ 64.511719, 25.244696 ], [ 62.885742, 25.204941 ], [ 61.479492, 25.085599 ], [ 58.535156, 25.601902 ], [ 57.392578, 25.720735 ], [ 56.953125, 26.980829 ], [ 56.513672, 27.137368 ], [ 55.722656, 26.980829 ], [ 54.711914, 26.470573 ], [ 53.481445, 26.824071 ], [ 52.470703, 27.566721 ], [ 51.503906, 27.877928 ], [ 50.844727, 28.806174 ], [ 50.097656, 30.145127 ], [ 49.570312, 29.993002 ], [ 48.955078, 30.297018 ], [ 48.559570, 29.916852 ], [ 47.988281, 29.993002 ], [ 48.164062, 29.535230 ], [ 48.076172, 29.305561 ], [ 48.823242, 27.683528 ], [ 49.306641, 27.449790 ], [ 49.482422, 27.098254 ], [ 50.141602, 26.706360 ], [ 50.229492, 26.273714 ], [ 50.097656, 25.958045 ], [ 50.229492, 25.601902 ], [ 50.537109, 25.324167 ], [ 50.800781, 24.766785 ], [ 50.756836, 25.482951 ], [ 51.020508, 25.997550 ], [ 51.284180, 26.115986 ], [ 51.591797, 25.799891 ], [ 51.591797, 25.204941 ], [ 51.372070, 24.607069 ], [ 51.591797, 24.246965 ], [ 51.767578, 24.287027 ], [ 51.811523, 24.006326 ], [ 52.558594, 24.166802 ], [ 54.008789, 24.126702 ], [ 55.458984, 25.443275 ], [ 56.381836, 26.391870 ], [ 56.469727, 26.313113 ], [ 56.381836, 25.878994 ], [ 56.250000, 25.720735 ], [ 56.381836, 24.926295 ], [ 56.865234, 24.246965 ], [ 57.392578, 23.885838 ], [ 58.139648, 23.765237 ], [ 58.710938, 23.563987 ], [ 59.458008, 22.674847 ], [ 59.809570, 22.512557 ], [ 59.809570, 22.309426 ], [ 59.282227, 21.412162 ], [ 58.842773, 21.125498 ], [ 58.491211, 20.427013 ], [ 58.051758, 20.468189 ], [ 57.832031, 20.262197 ], [ 57.656250, 19.725342 ], [ 57.788086, 19.062118 ], [ 57.700195, 18.937464 ], [ 57.216797, 18.937464 ], [ 56.601562, 18.562947 ], [ 56.513672, 18.104087 ], [ 56.293945, 17.895114 ], [ 55.678711, 17.895114 ], [ 55.283203, 17.644022 ], [ 55.283203, 17.224758 ], [ 54.799805, 16.930705 ], [ 54.228516, 17.056785 ], [ 53.569336, 16.720385 ], [ 53.129883, 16.636192 ], [ 52.382812, 16.383391 ], [ 52.207031, 15.919074 ], [ 52.163086, 15.580711 ], [ 51.152344, 15.156974 ], [ 49.570312, 14.689881 ], [ 48.691406, 14.008696 ], [ 48.251953, 13.966054 ], [ 47.944336, 14.008696 ], [ 47.373047, 13.581921 ], [ 46.713867, 13.410994 ], [ 45.615234, 13.282719 ], [ 45.395508, 13.025966 ], [ 45.131836, 12.940322 ], [ 45.000000, 12.683215 ], [ 44.516602, 12.726084 ], [ 44.165039, 12.597455 ], [ 43.505859, 12.640338 ], [ 43.242188, 13.239945 ], [ 43.242188, 13.752725 ], [ 43.110352, 14.051331 ], [ 42.890625, 14.817371 ], [ 42.626953, 15.199386 ], [ 42.802734, 15.241790 ], [ 42.714844, 15.707663 ], [ 42.846680, 15.919074 ], [ 42.670898, 16.762468 ], [ 42.363281, 17.056785 ], [ 42.275391, 17.476432 ], [ 41.748047, 17.811456 ], [ 41.220703, 18.687879 ], [ 40.957031, 19.476950 ], [ 40.253906, 20.179724 ], [ 39.814453, 20.344627 ], [ 39.155273, 21.289374 ], [ 39.023438, 21.983801 ], [ 39.067383, 22.593726 ], [ 38.496094, 23.684774 ], [ 38.012695, 24.086589 ], [ 37.485352, 24.287027 ], [ 37.177734, 24.846565 ], [ 37.221680, 25.085599 ], [ 36.914062, 25.601902 ], [ 36.650391, 25.839449 ], [ 36.254883, 26.588527 ], [ 35.112305, 28.071980 ], [ 34.628906, 28.071980 ], [ 34.936523, 29.343875 ], [ 34.936523, 29.496988 ], [ 34.628906, 29.113775 ], [ 34.409180, 28.343065 ], [ 34.145508, 27.839076 ], [ 33.925781, 27.644606 ], [ 33.134766, 28.420391 ], [ 32.431641, 29.840644 ], [ 32.343750, 29.764377 ], [ 32.739258, 28.690588 ], [ 33.354492, 27.683528 ], [ 34.101562, 26.155438 ], [ 34.804688, 25.045792 ], [ 35.683594, 23.926013 ], [ 35.507812, 23.765237 ], [ 35.507812, 23.120154 ], [ 36.694336, 22.187405 ], [ 36.870117, 21.983801 ], [ 37.177734, 21.002471 ], [ 36.958008, 20.838278 ], [ 37.133789, 19.808054 ], [ 37.485352, 18.604601 ], [ 38.408203, 17.978733 ], [ 38.979492, 16.846605 ], [ 39.287109, 15.919074 ], [ 39.814453, 15.453680 ], [ 41.176758, 14.477234 ], [ 42.583008, 12.983148 ], [ 43.066406, 12.683215 ], [ 43.330078, 12.382928 ], [ 43.286133, 11.953349 ], [ 42.714844, 11.738302 ], [ 43.461914, 11.264612 ], [ 43.681641, 10.876465 ], [ 44.121094, 10.444598 ], [ 44.604492, 10.444598 ], [ 45.571289, 10.703792 ], [ 46.625977, 10.833306 ], [ 47.548828, 11.135287 ], [ 48.032227, 11.178402 ], [ 48.383789, 11.393879 ], [ 49.262695, 11.436955 ], [ 50.273438, 11.695273 ], [ 50.712891, 12.039321 ], [ 51.108398, 12.039321 ], [ 51.064453, 10.660608 ], [ 50.844727, 10.271681 ], [ 50.537109, 9.188870 ], [ 49.438477, 6.795535 ], [ 48.603516, 5.353521 ], [ 47.724609, 4.214943 ], [ 46.582031, 2.855263 ], [ 45.571289, 2.064982 ], [ 44.077148, 1.054628 ], [ 43.154297, 0.307616 ], [ 42.890625, 0.000000 ], [ 42.055664, -0.922812 ], [ 41.791992, -1.450040 ], [ 41.572266, -1.669686 ], [ 40.869141, -2.064982 ], [ 40.649414, -2.504085 ], [ 40.253906, -2.591889 ], [ 40.122070, -3.294082 ], [ 39.946289, -3.513421 ], [ 10.634766, -3.513421 ], [ 10.063477, -2.986927 ], [ 9.404297, -2.152814 ], [ 8.789062, -1.098565 ], [ 8.833008, -0.790990 ], [ 9.052734, -0.439449 ], [ 9.184570, 0.000000 ], [ 9.492188, 1.010690 ], [ 9.316406, 1.142502 ], [ 9.667969, 2.284551 ], [ 9.799805, 3.074695 ], [ 9.404297, 3.732708 ], [ 8.964844, 3.908099 ], [ 8.745117, 4.346411 ], [ 8.481445, 4.477856 ], [ 8.481445, 4.784469 ], [ 7.470703, 4.390229 ], [ 7.075195, 4.477856 ], [ 6.679688, 4.258768 ], [ 5.888672, 4.258768 ], [ 5.361328, 4.872048 ], [ 5.053711, 5.615986 ], [ 4.306641, 6.271618 ], [ 2.680664, 6.271618 ], [ 1.845703, 6.140555 ], [ 1.054688, 5.922045 ], [ 0.571289, 6.926427 ], [ 0.483398, 7.406048 ], [ 0.703125, 8.320212 ], [ 0.483398, 8.667918 ], [ 0.351562, 9.449062 ], [ 0.351562, 10.185187 ], [ 0.000000, 10.660608 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.919618 ], [ 0.043945, 11.005904 ], [ 0.922852, 11.005904 ], [ 1.230469, 11.092166 ], [ 1.450195, 11.566144 ], [ 1.933594, 11.652236 ], [ 2.153320, 11.953349 ], [ 2.197266, 12.640338 ], [ 1.010742, 12.854649 ], [ 1.010742, 13.325485 ], [ 0.439453, 14.008696 ], [ 0.307617, 14.434680 ], [ 0.395508, 14.944785 ], [ 1.010742, 14.987240 ], [ 1.406250, 15.326572 ], [ 2.768555, 15.411319 ], [ 3.647461, 15.580711 ], [ 3.735352, 16.172473 ], [ 4.262695, 16.846605 ], [ 4.262695, 19.145168 ], [ 3.164062, 19.062118 ], [ 3.164062, 19.683970 ], [ 2.065430, 20.138470 ], [ 1.845703, 20.591652 ], [ 0.000000, 21.779905 ], [ -3.515625, 24.086589 ], [ -3.515625, 31.653381 ], [ -3.076172, 31.728167 ], [ -2.636719, 32.101190 ], [ -1.318359, 32.249974 ], [ -1.142578, 32.657876 ], [ -1.406250, 32.879587 ], [ -1.713867, 33.906896 ], [ -1.801758, 34.524661 ], [ -2.153320, 35.173808 ], [ -1.230469, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.960223 ], [ 0.483398, 36.315125 ], [ 1.450195, 36.597889 ], [ 3.164062, 36.774092 ], [ 4.833984, 36.879621 ], [ 5.317383, 36.703660 ], [ 6.284180, 37.125286 ], [ 7.338867, 37.125286 ], [ 7.734375, 36.879621 ], [ 8.437500, 36.949892 ], [ 9.492188, 37.335224 ], [ 10.195312, 37.230328 ], [ 10.195312, 36.738884 ], [ 11.030273, 37.090240 ], [ 11.118164, 36.914764 ], [ 10.590820, 36.421282 ], [ 10.590820, 35.960223 ], [ 10.942383, 35.710838 ], [ 10.810547, 34.849875 ], [ 10.151367, 34.343436 ], [ 10.327148, 33.797409 ], [ 10.854492, 33.760882 ], [ 11.118164, 33.284620 ], [ 11.469727, 33.137551 ], [ 12.656250, 32.805745 ], [ 13.095703, 32.879587 ], [ 13.930664, 32.694866 ], [ 15.249023, 32.249974 ], [ 15.732422, 31.391158 ], [ 16.611328, 31.165810 ], [ 18.017578, 30.751278 ], [ 19.072266, 30.259067 ], [ 19.555664, 30.524413 ], [ 20.039062, 30.977609 ], [ 19.819336, 31.765537 ], [ 20.126953, 32.249974 ], [ 20.874023, 32.694866 ], [ 21.533203, 32.842674 ], [ 22.895508, 32.620870 ], [ 23.247070, 32.175612 ], [ 23.598633, 32.175612 ], [ 23.950195, 32.026706 ], [ 24.916992, 31.914868 ], [ 25.180664, 31.578535 ], [ 26.499023, 31.578535 ], [ 28.916016, 30.864510 ], [ 29.663086, 31.203405 ], [ 30.102539, 31.466154 ], [ 30.981445, 31.541090 ], [ 31.684570, 31.428663 ], [ 31.948242, 30.939924 ], [ 32.211914, 31.240985 ], [ 33.002930, 31.015279 ], [ 33.793945, 30.977609 ], [ 34.277344, 31.203405 ], [ 34.541016, 31.541090 ], [ 34.497070, 31.615966 ], [ 34.760742, 32.063956 ], [ 34.936523, 32.842674 ], [ 35.463867, 33.906896 ], [ 35.991211, 34.633208 ], [ 35.903320, 35.424868 ], [ 36.166992, 35.817813 ], [ 35.771484, 36.279707 ], [ 36.166992, 36.633162 ], [ 35.551758, 36.562600 ], [ 34.716797, 36.809285 ], [ 34.013672, 36.208823 ], [ 32.519531, 36.102376 ], [ 31.684570, 36.633162 ], [ 30.629883, 36.668419 ], [ 30.410156, 36.244273 ], [ 29.707031, 36.137875 ], [ 28.740234, 36.668419 ], [ 27.641602, 36.668419 ], [ 27.070312, 37.649034 ], [ 26.323242, 38.203655 ], [ 26.806641, 38.993572 ], [ 26.191406, 39.470125 ], [ 27.290039, 40.413496 ], [ 28.828125, 40.446947 ], [ 29.223633, 41.211722 ], [ 31.157227, 41.079351 ], [ 32.343750, 41.738528 ], [ 33.530273, 42.032974 ], [ 35.156250, 42.032974 ], [ 36.914062, 41.343825 ], [ 38.364258, 40.946714 ], [ 39.506836, 41.112469 ], [ 40.385742, 41.013066 ], [ 41.572266, 41.541478 ], [ 41.704102, 41.967659 ], [ 41.440430, 42.650122 ], [ 40.869141, 43.004647 ], [ 40.341797, 43.133061 ], [ 39.946289, 43.421009 ], [ 38.671875, 44.276671 ], [ 37.529297, 44.653024 ], [ 36.694336, 45.243953 ], [ 37.397461, 45.398450 ], [ 38.232422, 46.225453 ], [ 37.661133, 46.649436 ], [ 39.155273, 47.040182 ], [ 39.111328, 47.249407 ], [ 38.232422, 47.100045 ], [ 37.441406, 47.010226 ], [ 36.782227, 46.709736 ], [ 35.815430, 46.649436 ], [ 34.980469, 46.286224 ], [ 35.024414, 45.644768 ], [ 35.507812, 45.398450 ], [ 36.518555, 45.460131 ], [ 36.342773, 45.120053 ], [ 35.244141, 44.933696 ], [ 33.881836, 44.370987 ], [ 33.310547, 44.559163 ], [ 33.530273, 45.026950 ], [ 32.475586, 45.336702 ], [ 32.651367, 45.521744 ], [ 33.574219, 45.859412 ], [ 33.310547, 46.073231 ], [ 31.728516, 46.346928 ], [ 31.684570, 46.709736 ], [ 30.761719, 46.589069 ], [ 30.366211, 46.042736 ], [ 29.619141, 45.305803 ], [ 29.619141, 45.026950 ], [ 29.135742, 44.809122 ], [ 28.828125, 44.902578 ], [ 28.564453, 43.707594 ], [ 28.037109, 43.293200 ], [ 27.685547, 42.585444 ], [ 27.993164, 42.000325 ], [ 28.125000, 41.607228 ], [ 29.003906, 41.310824 ], [ 28.828125, 41.046217 ], [ 27.641602, 41.013066 ], [ 26.367188, 40.145289 ], [ 26.059570, 40.613952 ], [ 26.059570, 40.813809 ], [ 25.444336, 40.847060 ], [ 24.916992, 40.946714 ], [ 23.730469, 40.680638 ], [ 24.389648, 40.111689 ], [ 23.906250, 39.977120 ], [ 23.334961, 39.943436 ], [ 22.807617, 40.480381 ], [ 22.631836, 40.245992 ], [ 22.851562, 39.673370 ], [ 23.334961, 39.198205 ], [ 22.983398, 38.959409 ], [ 23.510742, 38.513788 ], [ 24.038086, 38.203655 ], [ 24.038086, 37.649034 ], [ 23.115234, 37.926868 ], [ 23.422852, 37.405074 ], [ 22.763672, 37.300275 ], [ 23.159180, 36.421282 ], [ 22.500000, 36.421282 ], [ 21.665039, 36.844461 ], [ 21.313477, 37.649034 ], [ 21.137695, 38.307181 ], [ 20.214844, 39.334297 ], [ 20.170898, 39.639538 ], [ 19.995117, 39.707187 ], [ 19.951172, 39.909736 ], [ 19.423828, 40.245992 ], [ 19.335938, 40.713956 ], [ 19.423828, 41.409776 ], [ 19.555664, 41.705729 ], [ 19.379883, 41.869561 ], [ 19.291992, 42.195969 ], [ 19.731445, 42.682435 ], [ 19.819336, 42.488302 ], [ 20.083008, 42.585444 ], [ 20.302734, 42.326062 ], [ 20.522461, 42.228517 ], [ 20.610352, 41.869561 ], [ 20.478516, 41.508577 ], [ 20.610352, 41.079351 ], [ 21.005859, 40.847060 ], [ 21.665039, 40.946714 ], [ 22.060547, 41.145570 ], [ 22.587891, 41.145570 ], [ 22.763672, 41.310824 ], [ 22.939453, 41.343825 ], [ 22.895508, 42.000325 ], [ 22.368164, 42.326062 ], [ 22.543945, 42.455888 ], [ 22.456055, 42.585444 ], [ 22.587891, 42.908160 ], [ 22.983398, 43.197167 ], [ 22.500000, 43.644026 ], [ 22.412109, 43.992815 ], [ 22.675781, 44.245199 ], [ 22.456055, 44.402392 ], [ 22.719727, 44.590467 ], [ 22.456055, 44.715514 ], [ 22.148438, 44.465151 ], [ 21.577148, 44.777936 ], [ 21.489258, 45.182037 ], [ 20.874023, 45.429299 ], [ 20.742188, 45.736860 ], [ 20.214844, 46.134170 ], [ 21.005859, 46.316584 ], [ 21.621094, 46.980252 ], [ 22.104492, 47.665387 ], [ 22.719727, 47.872144 ], [ 22.631836, 48.136767 ], [ 22.104492, 48.429201 ], [ 22.280273, 48.835797 ], [ 22.543945, 49.095452 ], [ 21.621094, 49.468124 ], [ 20.874023, 49.325122 ], [ 20.434570, 49.439557 ], [ 19.819336, 49.210420 ], [ 19.335938, 49.582226 ], [ 18.896484, 49.439557 ], [ 18.413086, 49.979488 ], [ 17.666016, 50.035974 ], [ 17.534180, 50.373496 ], [ 16.875000, 50.485474 ], [ 16.699219, 50.205033 ], [ 16.171875, 50.429518 ], [ 16.259766, 50.708634 ], [ 15.512695, 50.792047 ], [ 15.029297, 51.096623 ], [ 14.589844, 51.754240 ], [ 14.677734, 52.079506 ], [ 14.458008, 52.616390 ], [ 14.062500, 52.988337 ], [ 14.370117, 53.252069 ], [ 14.106445, 53.748711 ], [ 14.809570, 54.059388 ], [ 17.622070, 54.851315 ], [ 18.632812, 54.673831 ], [ 18.676758, 54.444492 ], [ 19.643555, 54.418930 ], [ 19.907227, 54.876607 ], [ 21.269531, 55.178868 ], [ 21.049805, 56.022948 ], [ 22.192383, 56.340901 ], [ 23.862305, 56.267761 ], [ 24.873047, 56.365250 ], [ 25.004883, 56.170023 ], [ 25.532227, 56.096556 ], [ 26.499023, 55.603178 ], [ 27.114258, 55.776573 ], [ 28.168945, 56.170023 ], [ 27.861328, 56.752723 ], [ 27.773438, 57.255281 ], [ 27.290039, 57.468589 ], [ 26.455078, 57.468589 ], [ 25.620117, 57.844751 ], [ 25.180664, 57.961503 ], [ 24.301758, 57.797944 ], [ 24.433594, 58.378679 ], [ 24.082031, 58.263287 ], [ 23.422852, 58.608334 ], [ 23.334961, 59.175928 ], [ 24.609375, 59.467408 ], [ 25.883789, 59.601095 ], [ 26.938477, 59.445075 ], [ 27.993164, 59.467408 ], [ 29.135742, 60.020952 ], [ 28.081055, 60.500525 ], [ 31.157227, 62.349609 ], [ 31.508789, 62.875188 ], [ 30.058594, 63.548552 ], [ 30.454102, 64.206377 ], [ 29.531250, 64.942160 ], [ 30.234375, 65.802776 ], [ 29.047852, 66.947274 ], [ 29.970703, 67.692771 ], [ 28.432617, 68.366801 ], [ 28.608398, 69.068563 ], [ 29.399414, 69.162558 ], [ 31.113281, 69.565226 ], [ 32.124023, 69.900118 ], [ 33.793945, 69.302794 ], [ 36.518555, 69.068563 ], [ 40.297852, 67.925140 ], [ 41.044922, 67.458082 ], [ 41.132812, 66.791909 ], [ 40.034180, 66.266856 ], [ 38.364258, 66.000150 ], [ 33.925781, 66.757250 ], [ 33.178711, 66.635556 ], [ 34.804688, 65.892680 ], [ 34.936523, 64.415921 ], [ 36.210938, 64.110602 ], [ 37.001953, 63.840668 ], [ 37.133789, 64.339908 ], [ 36.562500, 64.755390 ], [ 37.177734, 65.146115 ], [ 39.594727, 64.529548 ], [ 40.429688, 64.755390 ], [ 39.770508, 65.494741 ], [ 42.099609, 66.478208 ], [ 43.022461, 66.425537 ], [ 43.945312, 66.071546 ], [ 44.516602, 66.757250 ], [ 43.681641, 67.356785 ], [ 44.208984, 67.958148 ], [ 43.461914, 68.576441 ], [ 46.230469, 68.253111 ], [ 46.801758, 67.692771 ], [ 45.571289, 67.558948 ], [ 45.571289, 67.016009 ], [ 46.362305, 66.670387 ], [ 47.900391, 66.878345 ], [ 48.120117, 67.525373 ], [ 50.229492, 67.991108 ], [ 53.701172, 68.863517 ], [ 54.492188, 68.800041 ], [ 53.481445, 68.204212 ], [ 54.711914, 68.089709 ], [ 55.458984, 68.431513 ], [ 57.304688, 68.463800 ], [ 58.798828, 68.879358 ], [ 59.941406, 68.285651 ], [ 61.083984, 68.942607 ], [ 60.029297, 69.519147 ], [ 60.556641, 69.854762 ], [ 63.500977, 69.549877 ], [ 64.907227, 69.240579 ], [ 68.510742, 68.089709 ], [ 69.169922, 68.608521 ], [ 68.159180, 69.146920 ], [ 68.115234, 69.349339 ], [ 66.928711, 69.457554 ], [ 67.280273, 69.930300 ], [ 66.708984, 70.714471 ], [ 66.708984, 71.031249 ], [ 68.554688, 71.938158 ], [ 69.213867, 72.842021 ], [ 69.960938, 73.035419 ], [ 72.597656, 72.777081 ], [ 72.817383, 72.222101 ], [ 71.850586, 71.413177 ], [ 72.465820, 71.088305 ], [ 72.773438, 70.392606 ], [ 72.553711, 69.021414 ], [ 73.652344, 68.415352 ], [ 73.256836, 67.742759 ], [ 71.279297, 66.319861 ], [ 72.421875, 66.178266 ], [ 72.817383, 66.530768 ], [ 73.916016, 66.791909 ], [ 74.179688, 67.289015 ], [ 75.058594, 67.759398 ], [ 74.487305, 68.334376 ], [ 74.926758, 68.989925 ], [ 73.828125, 69.068563 ], [ 73.608398, 69.626510 ], [ 74.399414, 70.627197 ], [ 73.081055, 71.441171 ], [ 74.882812, 72.114445 ], [ 74.663086, 72.829052 ], [ 75.146484, 72.854981 ], [ 75.673828, 72.302431 ], [ 75.278320, 71.328950 ], [ 76.376953, 71.159391 ], [ 75.893555, 71.869909 ], [ 77.563477, 72.262310 ], [ 79.672852, 72.315785 ], [ 81.518555, 71.746432 ], [ 80.595703, 72.580829 ], [ 80.507812, 73.652545 ], [ 82.265625, 73.849286 ], [ 84.638672, 73.800318 ], [ 86.835938, 73.934634 ], [ 86.000977, 74.461134 ], [ 87.187500, 75.118222 ], [ 88.330078, 75.140778 ], [ 90.263672, 75.639536 ], [ 92.900391, 75.769747 ], [ 93.251953, 76.047916 ], [ 95.844727, 76.142958 ], [ 96.679688, 75.920199 ], [ 98.920898, 76.444907 ], [ 100.766602, 76.434604 ], [ 101.030273, 76.860810 ], [ 101.997070, 77.283532 ], [ 104.370117, 77.702234 ] ], [ [ 23.818359, 8.667918 ], [ 24.565430, 8.233237 ], [ 23.906250, 8.624472 ], [ 23.818359, 8.667918 ] ], [ [ 51.196289, 47.040182 ], [ 50.053711, 46.619261 ], [ 49.086914, 46.407564 ], [ 48.647461, 45.798170 ], [ 47.680664, 45.644768 ], [ 46.669922, 44.621754 ], [ 47.592773, 43.644026 ], [ 47.504883, 42.972502 ], [ 49.130859, 41.277806 ], [ 49.614258, 40.580585 ], [ 50.097656, 40.513799 ], [ 50.405273, 40.245992 ], [ 49.570312, 40.178873 ], [ 49.394531, 39.402244 ], [ 49.218750, 39.061849 ], [ 48.867188, 38.822591 ], [ 48.867188, 38.307181 ], [ 49.218750, 37.579413 ], [ 50.141602, 37.370157 ], [ 50.844727, 36.879621 ], [ 52.250977, 36.703660 ], [ 53.833008, 36.949892 ], [ 53.920898, 37.195331 ], [ 53.745117, 37.892196 ], [ 53.876953, 38.959409 ], [ 53.085938, 39.300299 ], [ 53.349609, 39.977120 ], [ 52.690430, 40.044438 ], [ 52.910156, 40.880295 ], [ 53.876953, 40.613952 ], [ 54.755859, 40.946714 ], [ 54.008789, 41.541478 ], [ 53.701172, 42.130821 ], [ 52.910156, 41.869561 ], [ 52.822266, 41.145570 ], [ 52.426758, 42.032974 ], [ 52.690430, 42.455888 ], [ 52.514648, 42.779275 ], [ 51.328125, 43.133061 ], [ 50.888672, 44.024422 ], [ 50.361328, 44.276671 ], [ 50.317383, 44.621754 ], [ 51.284180, 44.527843 ], [ 51.328125, 45.243953 ], [ 52.163086, 45.398450 ], [ 53.041992, 45.243953 ], [ 53.217773, 46.225453 ], [ 53.041992, 46.860191 ], [ 52.031250, 46.800059 ], [ 51.196289, 47.040182 ] ] ], [ [ [ 117.114258, 6.926427 ], [ 117.641602, 6.402648 ], [ 117.685547, 5.965754 ], [ 119.179688, 5.397273 ], [ 119.091797, 5.003394 ], [ 118.432617, 4.959615 ], [ 118.608398, 4.477856 ], [ 117.905273, 4.127285 ], [ 117.333984, 3.250209 ], [ 118.037109, 2.284551 ], [ 117.861328, 1.845384 ], [ 119.003906, 0.922812 ], [ 117.817383, 0.790990 ], [ 117.465820, 0.000000 ], [ 117.509766, -0.790990 ], [ 116.542969, -1.493971 ], [ 116.542969, -2.504085 ], [ 116.279297, -3.513421 ], [ 114.477539, -3.513421 ], [ 113.774414, -3.425692 ], [ 113.247070, -3.118576 ], [ 112.060547, -3.469557 ], [ 111.708984, -2.986927 ], [ 111.049805, -3.030812 ], [ 110.214844, -2.943041 ], [ 110.083008, -1.581830 ], [ 109.555664, -1.318243 ], [ 109.072266, -0.439449 ], [ 109.028320, 0.000000 ], [ 108.940430, 0.395505 ], [ 109.072266, 1.362176 ], [ 109.643555, 2.021065 ], [ 110.390625, 1.669686 ], [ 111.181641, 1.845384 ], [ 111.357422, 2.679687 ], [ 111.796875, 2.899153 ], [ 112.983398, 3.118576 ], [ 114.213867, 4.521666 ], [ 114.609375, 4.915833 ], [ 115.444336, 5.441022 ], [ 116.235352, 6.140555 ], [ 116.718750, 6.926427 ], [ 117.114258, 6.926427 ] ] ], [ [ [ 127.001953, -3.118576 ], [ 127.265625, -3.469557 ], [ 127.177734, -3.513421 ], [ 126.123047, -3.513421 ], [ 125.991211, -3.162456 ], [ 127.001953, -3.118576 ] ] ], [ [ [ 129.375000, -2.811371 ], [ 130.473633, -3.074695 ], [ 130.649414, -3.513421 ], [ 130.122070, -3.513421 ], [ 129.990234, -3.469557 ], [ 129.155273, -3.381824 ], [ 128.583984, -3.425692 ], [ 127.880859, -3.381824 ], [ 128.144531, -2.855263 ], [ 129.375000, -2.811371 ] ] ], [ [ [ 132.363281, -0.351560 ], [ 133.989258, -0.790990 ], [ 134.165039, -1.142502 ], [ 134.428711, -2.767478 ], [ 135.439453, -3.381824 ], [ 136.274414, -2.328460 ], [ 137.460938, -1.713612 ], [ 138.339844, -1.713612 ], [ 139.921875, -2.416276 ], [ 141.020508, -2.591889 ], [ 143.481445, -3.513421 ], [ 132.758789, -3.513421 ], [ 132.758789, -3.294082 ], [ 132.011719, -2.811371 ], [ 133.066406, -2.460181 ], [ 133.769531, -2.460181 ], [ 133.681641, -2.196727 ], [ 132.231445, -2.196727 ], [ 131.835938, -1.625758 ], [ 130.957031, -1.450040 ], [ 130.517578, -0.922812 ], [ 131.879883, -0.703107 ], [ 132.363281, -0.351560 ] ] ], [ [ [ 34.584961, 35.675147 ], [ 33.881836, 35.245619 ], [ 34.013672, 34.994004 ], [ 33.002930, 34.560859 ], [ 32.475586, 34.705493 ], [ 32.255859, 35.101934 ], [ 32.739258, 35.137879 ], [ 32.783203, 35.137879 ], [ 32.958984, 35.389050 ], [ 33.662109, 35.389050 ], [ 34.584961, 35.675147 ] ] ], [ [ [ 95.273438, 5.484768 ], [ 97.470703, 5.266008 ], [ 98.349609, 4.258768 ], [ 99.711914, 3.162456 ], [ 100.634766, 2.108899 ], [ 101.645508, 2.064982 ], [ 102.480469, 1.406109 ], [ 103.095703, 0.571280 ], [ 103.842773, 0.087891 ], [ 103.447266, -0.703107 ], [ 104.018555, -1.054628 ], [ 104.370117, -1.098565 ], [ 104.545898, -1.801461 ], [ 104.897461, -2.328460 ], [ 105.644531, -2.416276 ], [ 106.127930, -3.074695 ], [ 105.996094, -3.513421 ], [ 102.041016, -3.513421 ], [ 101.381836, -2.811371 ], [ 100.898438, -2.064982 ], [ 100.151367, -0.659165 ], [ 99.448242, 0.000000 ], [ 99.272461, 0.175781 ], [ 98.964844, 1.054628 ], [ 98.613281, 1.801461 ], [ 97.690430, 2.460181 ], [ 97.163086, 3.294082 ], [ 96.416016, 3.864255 ], [ 95.361328, 4.959615 ], [ 95.273438, 5.484768 ] ] ], [ [ [ 150.952148, -2.504085 ], [ 152.226562, -3.250209 ], [ 152.490234, -3.513421 ], [ 152.006836, -3.513421 ], [ 151.391602, -3.030812 ], [ 150.644531, -2.723583 ], [ 150.952148, -2.504085 ] ] ], [ [ [ 125.068359, 1.625758 ], [ 125.244141, 1.406109 ], [ 124.453125, 0.439449 ], [ 123.706055, 0.219726 ], [ 122.739258, 0.439449 ], [ 121.069336, 0.395505 ], [ 120.190430, 0.219726 ], [ 120.146484, 0.000000 ], [ 120.058594, -0.527336 ], [ 120.937500, -1.406109 ], [ 121.464844, -0.966751 ], [ 123.354492, -0.615223 ], [ 123.266602, -1.098565 ], [ 122.827148, -0.922812 ], [ 122.387695, -1.537901 ], [ 121.508789, -1.889306 ], [ 122.475586, -3.206333 ], [ 122.299805, -3.513421 ], [ 120.893555, -3.513421 ], [ 120.981445, -2.635789 ], [ 120.322266, -2.943041 ], [ 120.366211, -3.513421 ], [ 119.091797, -3.469557 ], [ 118.784180, -2.811371 ], [ 119.179688, -2.152814 ], [ 119.311523, -1.362176 ], [ 119.794922, 0.000000 ], [ 120.058594, 0.571280 ], [ 120.893555, 1.318243 ], [ 121.684570, 1.010690 ], [ 122.915039, 0.878872 ], [ 124.057617, 0.922812 ], [ 125.068359, 1.625758 ] ] ], [ [ [ 23.686523, 35.710838 ], [ 24.257812, 35.353216 ], [ 25.004883, 35.424868 ], [ 25.751953, 35.353216 ], [ 25.751953, 35.173808 ], [ 26.279297, 35.281501 ], [ 26.147461, 34.994004 ], [ 24.741211, 34.921971 ], [ 24.741211, 35.065973 ], [ 23.510742, 35.281501 ], [ 23.686523, 35.710838 ] ] ], [ [ [ 68.159180, 76.940488 ], [ 68.862305, 76.547523 ], [ 68.203125, 76.237366 ], [ 64.643555, 75.737303 ], [ 61.567383, 75.264239 ], [ 58.491211, 74.307353 ], [ 56.997070, 73.327858 ], [ 55.415039, 72.369105 ], [ 55.634766, 71.538830 ], [ 57.524414, 70.714471 ], [ 56.953125, 70.627197 ], [ 53.657227, 70.757966 ], [ 53.393555, 71.201920 ], [ 51.591797, 71.469124 ], [ 51.459961, 72.019729 ], [ 52.470703, 72.235514 ], [ 52.426758, 72.777081 ], [ 54.448242, 73.627789 ], [ 53.525391, 73.751205 ], [ 55.898438, 74.625101 ], [ 55.634766, 75.084326 ], [ 57.875977, 75.606801 ], [ 61.171875, 76.247817 ], [ 64.511719, 76.434604 ], [ 66.225586, 76.810769 ], [ 68.159180, 76.940488 ] ] ], [ [ [ 95.932617, 81.248348 ], [ 97.866211, 80.746492 ], [ 100.195312, 79.781164 ], [ 99.931641, 78.878528 ], [ 97.778320, 78.759229 ], [ 94.965820, 79.046790 ], [ 93.295898, 79.424308 ], [ 92.548828, 80.141163 ], [ 91.186523, 80.342262 ], [ 93.779297, 81.024916 ], [ 95.932617, 81.248348 ] ] ], [ [ [ 141.372070, 41.376809 ], [ 141.899414, 39.977120 ], [ 141.899414, 39.164141 ], [ 140.976562, 38.169114 ], [ 140.976562, 37.125286 ], [ 140.581055, 36.350527 ], [ 140.756836, 35.853440 ], [ 140.273438, 35.137879 ], [ 138.955078, 34.669359 ], [ 137.197266, 34.597042 ], [ 135.791016, 33.468108 ], [ 135.131836, 33.833920 ], [ 135.087891, 34.597042 ], [ 133.330078, 34.379713 ], [ 132.143555, 33.906896 ], [ 131.000977, 33.870416 ], [ 132.011719, 33.137551 ], [ 131.352539, 31.466154 ], [ 130.693359, 31.015279 ], [ 130.209961, 31.428663 ], [ 130.429688, 32.324276 ], [ 129.814453, 32.620870 ], [ 129.418945, 33.284620 ], [ 130.341797, 33.614619 ], [ 130.869141, 34.234512 ], [ 131.879883, 34.741612 ], [ 132.626953, 35.424868 ], [ 134.604492, 35.746512 ], [ 135.659180, 35.532226 ], [ 136.713867, 37.300275 ], [ 137.373047, 36.809285 ], [ 139.438477, 38.203655 ], [ 140.053711, 39.436193 ], [ 139.877930, 40.547200 ], [ 140.317383, 41.178654 ], [ 141.372070, 41.376809 ] ] ], [ [ [ 127.924805, 2.152814 ], [ 128.012695, 1.625758 ], [ 128.583984, 1.537901 ], [ 128.671875, 1.142502 ], [ 128.627930, 0.263671 ], [ 128.100586, 0.351560 ], [ 128.012695, 0.000000 ], [ 127.968750, -0.263671 ], [ 128.364258, -0.790990 ], [ 128.100586, -0.922812 ], [ 127.705078, -0.263671 ], [ 127.617188, 0.000000 ], [ 127.397461, 1.010690 ], [ 127.617188, 1.801461 ], [ 127.924805, 2.152814 ] ] ], [ [ [ 138.823242, 76.132430 ], [ 141.459961, 76.090236 ], [ 145.107422, 75.563041 ], [ 144.316406, 74.821934 ], [ 140.625000, 74.844929 ], [ 138.955078, 74.613445 ], [ 136.977539, 75.264239 ], [ 137.504883, 75.952235 ], [ 138.823242, 76.132430 ] ] ], [ [ [ -3.515625, 43.452919 ], [ -1.889648, 43.421009 ], [ -1.494141, 43.036776 ], [ 0.000000, 42.650122 ], [ 0.351562, 42.585444 ], [ 0.703125, 42.779275 ], [ 1.845703, 42.358544 ], [ 2.988281, 42.455888 ], [ 3.032227, 41.902277 ], [ 2.109375, 41.211722 ], [ 0.791016, 41.013066 ], [ 0.703125, 40.680638 ], [ 0.087891, 40.111689 ], [ -0.263672, 39.300299 ], [ 0.000000, 38.891033 ], [ 0.131836, 38.754083 ], [ 0.000000, 38.651198 ], [ -0.483398, 38.307181 ], [ -0.703125, 37.649034 ], [ -1.450195, 37.439974 ], [ -2.153320, 36.668419 ], [ -3.515625, 36.668419 ], [ -3.515625, 43.452919 ] ] ], [ [ [ 102.084961, 79.343349 ], [ 102.832031, 79.278140 ], [ 105.380859, 78.716316 ], [ 105.073242, 78.304955 ], [ 99.448242, 77.924866 ], [ 101.250000, 79.237185 ], [ 102.084961, 79.343349 ] ] ], [ [ [ 142.646484, 54.367759 ], [ 143.261719, 52.749594 ], [ 143.217773, 51.754240 ], [ 143.657227, 50.736455 ], [ 144.667969, 48.980217 ], [ 143.173828, 49.296472 ], [ 142.558594, 47.872144 ], [ 143.525391, 46.830134 ], [ 143.525391, 46.134170 ], [ 142.734375, 46.739861 ], [ 142.075195, 45.951150 ], [ 141.899414, 46.800059 ], [ 142.031250, 47.783635 ], [ 141.899414, 48.864715 ], [ 142.119141, 49.610710 ], [ 142.163086, 50.958427 ], [ 141.591797, 51.944265 ], [ 141.679688, 53.304621 ], [ 142.602539, 53.748711 ], [ 142.207031, 54.213861 ], [ 142.646484, 54.367759 ] ] ], [ [ [ 50.053711, 80.921494 ], [ 51.503906, 80.696895 ], [ 51.152344, 80.546518 ], [ 48.911133, 80.342262 ], [ 48.735352, 80.178713 ], [ 47.592773, 80.012423 ], [ 46.494141, 80.245949 ], [ 47.065430, 80.560943 ], [ 44.868164, 80.589727 ], [ 46.801758, 80.774716 ], [ 48.339844, 80.781758 ], [ 48.515625, 80.517603 ], [ 49.086914, 80.753556 ], [ 50.053711, 80.921494 ] ] ], [ [ [ 125.419922, 9.752370 ], [ 126.210938, 9.275622 ], [ 126.518555, 7.188101 ], [ 126.210938, 6.271618 ], [ 125.815430, 7.275292 ], [ 125.375977, 6.795535 ], [ 125.683594, 6.053161 ], [ 125.375977, 5.572250 ], [ 124.233398, 6.140555 ], [ 123.925781, 6.882800 ], [ 124.233398, 7.362467 ], [ 123.618164, 7.841615 ], [ 123.310547, 7.406048 ], [ 122.827148, 7.449624 ], [ 122.080078, 6.882800 ], [ 121.904297, 7.188101 ], [ 122.299805, 8.015716 ], [ 122.958984, 8.320212 ], [ 123.486328, 8.711359 ], [ 123.837891, 8.233237 ], [ 124.584961, 8.494105 ], [ 124.760742, 8.971897 ], [ 125.463867, 8.971897 ], [ 125.419922, 9.752370 ] ] ], [ [ [ 141.987305, 45.552525 ], [ 143.129883, 44.496505 ], [ 143.920898, 44.182204 ], [ 144.624023, 43.961191 ], [ 145.327148, 44.370987 ], [ 145.546875, 43.261206 ], [ 144.052734, 42.972502 ], [ 143.173828, 42.000325 ], [ 141.591797, 42.682435 ], [ 141.064453, 41.574361 ], [ 139.965820, 41.574361 ], [ 139.833984, 42.553080 ], [ 140.317383, 43.325178 ], [ 141.372070, 43.389082 ], [ 141.679688, 44.777936 ], [ 141.987305, 45.552525 ] ] ], [ [ [ 80.156250, 9.838979 ], [ 80.859375, 9.275622 ], [ 81.298828, 8.581021 ], [ 81.782227, 7.536764 ], [ 81.650391, 6.489983 ], [ 81.210938, 6.184246 ], [ 80.332031, 5.965754 ], [ 79.892578, 6.751896 ], [ 79.716797, 8.189742 ], [ 80.156250, 9.838979 ] ] ], [ [ [ 121.333008, 18.521283 ], [ 121.948242, 18.229351 ], [ 122.255859, 18.479609 ], [ 122.343750, 18.229351 ], [ 122.167969, 17.811456 ], [ 122.519531, 17.098792 ], [ 122.255859, 16.256867 ], [ 121.684570, 15.919074 ], [ 121.508789, 15.114553 ], [ 121.728516, 14.306969 ], [ 122.255859, 14.221789 ], [ 122.695312, 14.349548 ], [ 123.969727, 13.795406 ], [ 123.837891, 13.239945 ], [ 124.189453, 12.983148 ], [ 124.057617, 12.554564 ], [ 123.310547, 13.025966 ], [ 122.915039, 13.539201 ], [ 122.651367, 13.197165 ], [ 122.036133, 13.795406 ], [ 121.113281, 13.624633 ], [ 120.629883, 13.838080 ], [ 120.673828, 14.264383 ], [ 120.981445, 14.519780 ], [ 120.673828, 14.774883 ], [ 120.585938, 14.392118 ], [ 120.058594, 14.987240 ], [ 119.926758, 15.411319 ], [ 119.882812, 16.383391 ], [ 120.278320, 16.045813 ], [ 120.410156, 17.602139 ], [ 120.717773, 18.521283 ], [ 121.333008, 18.521283 ] ] ], [ [ [ 146.337891, 75.497157 ], [ 148.227539, 75.342282 ], [ 150.732422, 75.084326 ], [ 149.589844, 74.683250 ], [ 147.963867, 74.775843 ], [ 146.118164, 75.174549 ], [ 146.337891, 75.497157 ] ] ], [ [ [ 180.966797, 71.552741 ], [ 182.416992, 71.272595 ], [ 182.329102, 71.130988 ], [ 181.318359, 70.887885 ], [ 180.000000, 70.830248 ], [ 178.901367, 70.786910 ], [ 178.725586, 71.102543 ], [ 180.131836, 71.552741 ], [ 180.966797, 71.552741 ] ] ], [ [ [ 142.075195, 73.861506 ], [ 143.481445, 73.478485 ], [ 143.613281, 73.214013 ], [ 142.075195, 73.201317 ], [ 140.053711, 73.315246 ], [ 139.877930, 73.365639 ], [ 140.800781, 73.763497 ], [ 142.075195, 73.861506 ] ] ], [ [ [ 121.508789, 25.284438 ], [ 121.948242, 25.005973 ], [ 121.157227, 22.796439 ], [ 120.761719, 21.983801 ], [ 120.234375, 22.796439 ], [ 120.102539, 23.563987 ], [ 120.717773, 24.527135 ], [ 121.508789, 25.284438 ] ] ], [ [ [ 119.531250, 11.350797 ], [ 119.707031, 10.574222 ], [ 119.047852, 10.012130 ], [ 118.520508, 9.318990 ], [ 117.158203, 8.363693 ], [ 117.685547, 9.058702 ], [ 118.388672, 9.665738 ], [ 119.003906, 10.358151 ], [ 119.531250, 11.350797 ] ] ], [ [ [ 110.214844, 20.097206 ], [ 110.786133, 20.055931 ], [ 111.005859, 19.683970 ], [ 110.566406, 19.269665 ], [ 110.346680, 18.687879 ], [ 109.467773, 18.187607 ], [ 108.676758, 18.521283 ], [ 108.632812, 19.352611 ], [ 109.116211, 19.808054 ], [ 110.214844, 20.097206 ] ] ], [ [ [ 124.057617, 11.221510 ], [ 123.969727, 10.271681 ], [ 123.618164, 9.968851 ], [ 123.310547, 9.318990 ], [ 123.002930, 9.015302 ], [ 122.387695, 9.709057 ], [ 122.827148, 10.271681 ], [ 122.958984, 10.876465 ], [ 123.486328, 10.919618 ], [ 123.354492, 10.271681 ], [ 124.057617, 11.221510 ] ] ], [ [ [ 125.244141, 12.554564 ], [ 125.507812, 12.168226 ], [ 125.771484, 11.049038 ], [ 125.024414, 11.307708 ], [ 125.024414, 10.962764 ], [ 125.288086, 10.358151 ], [ 124.804688, 10.141932 ], [ 124.760742, 10.833306 ], [ 124.453125, 10.876465 ], [ 124.321289, 11.480025 ], [ 124.892578, 11.393879 ], [ 124.892578, 11.781325 ], [ 124.277344, 12.554564 ], [ 125.244141, 12.554564 ] ] ], [ [ [ 121.904297, 11.910354 ], [ 122.475586, 11.566144 ], [ 123.134766, 11.566144 ], [ 123.090820, 11.178402 ], [ 122.651367, 10.746969 ], [ 121.992188, 10.444598 ], [ 121.948242, 10.919618 ], [ 122.036133, 11.393879 ], [ 121.904297, 11.910354 ] ] ], [ [ [ 133.901367, 34.379713 ], [ 134.648438, 34.161818 ], [ 134.780273, 33.797409 ], [ 134.208984, 33.211116 ], [ 133.813477, 33.504759 ], [ 133.286133, 33.284620 ], [ 133.022461, 32.694866 ], [ 132.363281, 32.990236 ], [ 132.363281, 33.468108 ], [ 132.934570, 34.052659 ], [ 133.505859, 33.943360 ], [ 133.901367, 34.379713 ] ] ], [ [ [ 120.322266, 13.453737 ], [ 121.201172, 13.410994 ], [ 121.508789, 13.068777 ], [ 121.245117, 12.211180 ], [ 120.849609, 12.683215 ], [ 120.322266, 13.453737 ] ] ] ] } } ] } ] } , @@ -87,11 +69,7 @@ , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 0, "y": 1 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -155.852051, 20.262197 ], [ -155.214844, 19.993998 ], [ -155.061035, 19.849394 ], [ -154.797363, 19.497664 ], [ -154.819336, 19.456234 ], [ -155.544434, 19.082884 ], [ -155.676270, 18.916680 ], [ -155.939941, 19.062118 ], [ -155.895996, 19.331878 ], [ -156.071777, 19.704658 ], [ -156.027832, 19.808054 ], [ -155.852051, 19.973349 ], [ -155.917969, 20.179724 ], [ -155.852051, 20.262197 ] ] ], [ [ [ -156.621094, 21.002471 ], [ -156.247559, 20.920397 ], [ -155.983887, 20.756114 ], [ -156.071777, 20.632784 ], [ -156.423340, 20.571082 ], [ -156.577148, 20.776659 ], [ -156.708984, 20.858812 ], [ -156.708984, 20.920397 ], [ -156.621094, 21.002471 ] ] ], [ [ [ -157.258301, 21.227942 ], [ -156.752930, 21.166484 ], [ -156.796875, 21.063997 ], [ -157.324219, 21.105000 ], [ -157.258301, 21.227942 ] ] ], [ [ [ -158.027344, 21.718680 ], [ -157.653809, 21.330315 ], [ -157.697754, 21.268900 ], [ -158.115234, 21.309846 ], [ -158.291016, 21.575719 ], [ -158.027344, 21.718680 ] ] ], [ [ [ -159.587402, 22.228090 ], [ -159.367676, 22.207749 ], [ -159.345703, 21.983801 ], [ -159.455566, 21.881890 ], [ -159.807129, 22.065278 ], [ -159.741211, 22.146708 ], [ -159.587402, 22.228090 ] ] ], [ [ [ -94.812012, 49.382373 ], [ -94.636230, 48.835797 ], [ -94.328613, 48.676454 ], [ -93.625488, 48.603858 ], [ -92.614746, 48.443778 ], [ -91.647949, 48.136767 ], [ -90.834961, 48.268569 ], [ -90.000000, 48.092757 ], [ -89.604492, 48.004625 ], [ -89.274902, 48.019324 ], [ -88.374023, 48.297812 ], [ -88.242188, 48.253941 ], [ -88.242188, 30.353916 ], [ -88.417969, 30.391830 ], [ -89.187012, 30.315988 ], [ -89.582520, 30.164126 ], [ -89.406738, 29.897806 ], [ -89.428711, 29.496988 ], [ -89.208984, 29.286399 ], [ -89.406738, 29.152161 ], [ -89.780273, 29.305561 ], [ -90.000000, 29.190533 ], [ -90.153809, 29.113775 ], [ -90.878906, 29.152161 ], [ -91.625977, 29.668963 ], [ -92.504883, 29.554345 ], [ -93.229980, 29.783449 ], [ -93.845215, 29.707139 ], [ -94.680176, 29.477861 ], [ -95.603027, 28.729130 ], [ -96.591797, 28.304381 ], [ -97.141113, 27.819645 ], [ -97.360840, 27.371767 ], [ -97.382812, 26.686730 ], [ -97.338867, 26.214591 ], [ -97.141113, 25.859224 ], [ -97.536621, 25.839449 ], [ -98.239746, 26.056783 ], [ -99.008789, 26.372185 ], [ -99.294434, 26.843677 ], [ -99.514160, 27.547242 ], [ -100.107422, 28.110749 ], [ -100.458984, 28.690588 ], [ -100.964355, 29.382175 ], [ -101.667480, 29.783449 ], [ -102.480469, 29.764377 ], [ -103.117676, 28.960089 ], [ -103.930664, 29.267233 ], [ -104.458008, 29.573457 ], [ -104.699707, 30.126124 ], [ -105.029297, 30.637912 ], [ -105.622559, 31.090574 ], [ -106.149902, 31.391158 ], [ -106.501465, 31.746854 ], [ -108.237305, 31.746854 ], [ -108.237305, 31.334871 ], [ -111.027832, 31.334871 ], [ -114.807129, 32.528289 ], [ -114.719238, 32.713355 ], [ -117.136230, 32.528289 ], [ -117.290039, 33.045508 ], [ -117.949219, 33.614619 ], [ -118.410645, 33.742613 ], [ -118.520508, 34.034453 ], [ -119.069824, 34.070862 ], [ -119.443359, 34.343436 ], [ -120.366211, 34.452218 ], [ -120.629883, 34.615127 ], [ -120.739746, 35.155846 ], [ -121.706543, 36.155618 ], [ -122.541504, 37.544577 ], [ -122.519531, 37.788081 ], [ -122.958984, 38.117272 ], [ -123.728027, 38.942321 ], [ -123.859863, 39.757880 ], [ -124.387207, 40.313043 ], [ -124.167480, 41.145570 ], [ -124.211426, 42.000325 ], [ -124.541016, 42.763146 ], [ -124.145508, 43.707594 ], [ -123.903809, 45.521744 ], [ -124.079590, 46.860191 ], [ -124.387207, 47.724545 ], [ -124.694824, 48.180739 ], [ -124.562988, 48.385442 ], [ -123.112793, 48.034019 ], [ -122.585449, 47.100045 ], [ -122.343750, 47.353711 ], [ -122.497559, 48.180739 ], [ -122.849121, 48.994636 ], [ -95.163574, 48.994636 ], [ -95.163574, 49.382373 ], [ -94.812012, 49.382373 ] ] ], [ [ [ -140.998535, 67.204032 ], [ -140.998535, 60.305185 ], [ -140.009766, 60.272515 ], [ -139.042969, 59.998986 ], [ -138.339844, 59.556592 ], [ -137.460938, 58.904646 ], [ -136.472168, 59.467408 ], [ -135.483398, 59.789580 ], [ -134.934082, 59.265881 ], [ -134.274902, 58.859224 ], [ -133.352051, 58.413223 ], [ -131.704102, 56.547372 ], [ -130.012207, 55.912273 ], [ -129.968262, 55.279115 ], [ -130.539551, 54.800685 ], [ -131.088867, 55.178868 ], [ -131.967773, 55.491304 ], [ -132.253418, 56.365250 ], [ -133.527832, 57.183902 ], [ -134.077148, 58.124320 ], [ -135.043945, 58.182289 ], [ -136.625977, 58.217025 ], [ -137.790527, 58.493694 ], [ -139.855957, 59.534318 ], [ -142.580566, 60.086763 ], [ -143.964844, 59.998986 ], [ -145.920410, 60.457218 ], [ -147.106934, 60.887700 ], [ -148.227539, 60.673179 ], [ -148.007812, 59.977005 ], [ -148.579102, 59.910976 ], [ -149.721680, 59.701014 ], [ -150.600586, 59.366794 ], [ -151.721191, 59.153403 ], [ -151.853027, 59.745326 ], [ -151.413574, 60.726944 ], [ -150.336914, 61.037012 ], [ -150.622559, 61.280793 ], [ -151.896973, 60.726944 ], [ -152.578125, 60.064840 ], [ -154.028320, 59.344395 ], [ -153.281250, 58.859224 ], [ -154.226074, 58.147519 ], [ -155.302734, 57.727619 ], [ -156.313477, 57.421294 ], [ -156.555176, 56.980911 ], [ -158.115234, 56.462490 ], [ -158.422852, 55.998381 ], [ -159.609375, 55.565922 ], [ -160.290527, 55.640399 ], [ -161.213379, 55.366625 ], [ -162.246094, 55.028022 ], [ -163.059082, 54.686534 ], [ -164.794922, 54.406143 ], [ -164.948730, 54.572062 ], [ -163.850098, 55.040614 ], [ -162.861328, 55.341642 ], [ -161.806641, 55.899956 ], [ -160.554199, 56.010666 ], [ -160.070801, 56.413901 ], [ -158.686523, 57.016814 ], [ -158.466797, 57.219608 ], [ -157.719727, 57.574779 ], [ -157.543945, 58.332567 ], [ -157.038574, 58.915992 ], [ -158.203125, 58.619777 ], [ -158.510742, 58.790978 ], [ -159.060059, 58.424730 ], [ -159.719238, 58.927334 ], [ -159.982910, 58.573981 ], [ -160.356445, 59.074448 ], [ -161.345215, 58.665513 ], [ -161.960449, 58.665513 ], [ -162.048340, 59.265881 ], [ -161.872559, 59.634435 ], [ -162.509766, 59.987998 ], [ -163.806152, 59.800634 ], [ -164.663086, 60.261617 ], [ -165.344238, 60.511343 ], [ -165.344238, 61.068917 ], [ -166.113281, 61.501734 ], [ -165.739746, 62.073026 ], [ -164.926758, 62.633770 ], [ -164.553223, 63.144431 ], [ -163.762207, 63.223730 ], [ -163.059082, 63.054959 ], [ -162.268066, 63.538763 ], [ -161.542969, 63.450509 ], [ -160.773926, 63.763065 ], [ -160.949707, 64.225493 ], [ -161.520996, 64.406431 ], [ -160.773926, 64.783488 ], [ -161.389160, 64.774125 ], [ -162.443848, 64.557881 ], [ -162.751465, 64.339908 ], [ -163.542480, 64.557881 ], [ -164.948730, 64.444372 ], [ -166.420898, 64.689713 ], [ -166.838379, 65.090646 ], [ -168.112793, 65.667330 ], [ -166.706543, 66.089364 ], [ -164.772949, 66.513260 ], [ -164.465332, 66.574483 ], [ -163.652344, 66.574483 ], [ -163.674316, 66.513260 ], [ -163.784180, 66.080457 ], [ -161.674805, 66.116068 ], [ -162.202148, 66.513260 ], [ -162.487793, 66.739902 ], [ -163.718262, 67.118748 ], [ -163.850098, 67.204032 ], [ -140.998535, 67.204032 ] ] ], [ [ [ -153.237305, 57.973157 ], [ -152.556152, 57.903174 ], [ -152.138672, 57.586559 ], [ -152.995605, 57.112385 ], [ -154.006348, 56.728622 ], [ -154.511719, 56.992883 ], [ -154.665527, 57.456771 ], [ -153.764648, 57.821355 ], [ -153.237305, 57.973157 ] ] ], [ [ [ -171.738281, 63.782486 ], [ -171.123047, 63.587675 ], [ -170.485840, 63.694987 ], [ -169.672852, 63.430860 ], [ -168.684082, 63.292939 ], [ -168.771973, 63.184108 ], [ -169.519043, 62.975198 ], [ -170.288086, 63.194018 ], [ -170.661621, 63.371832 ], [ -171.562500, 63.312683 ], [ -171.782227, 63.401361 ], [ -171.738281, 63.782486 ] ] ], [ [ [ -166.464844, 60.381290 ], [ -165.673828, 60.294299 ], [ -165.585938, 59.910976 ], [ -166.201172, 59.756395 ], [ -166.838379, 59.944007 ], [ -167.453613, 60.207075 ], [ -166.464844, 60.381290 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Guatemala", "sov_a3": "GTM", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Guatemala", "adm0_a3": "GTM", "geou_dif": 0, "geounit": "Guatemala", "gu_a3": "GTM", "su_dif": 0, "subunit": "Guatemala", "su_a3": "GTM", "brk_diff": 0, "name": "Guatemala", "name_long": "Guatemala", "brk_a3": "GTM", "brk_name": "Guatemala", "abbrev": "Guat.", "postal": "GT", "formal_en": "Republic of Guatemala", "name_sort": "Guatemala", "mapcolor7": 3, "mapcolor8": 3, "mapcolor9": 3, "mapcolor13": 6, "pop_est": 13276517, "gdp_md_est": 68580, "pop_year": -99, "lastcensus": 2002, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99, "iso_a2": "GT", "iso_a3": "GTM", "iso_n3": "320", "un_a3": "320", "wb_a2": "GT", "wb_a3": "GTM", "woe_id": -99, "adm0_a3_is": "GTM", "adm0_a3_us": "GTM", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 9, "long_len": 9, "abbrev_len": 5, "tiny": 4, "homepart": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -114.719238, 32.713355 ], [ -114.807129, 32.528289 ], [ -111.027832, 31.334871 ], [ -108.237305, 31.334871 ], [ -108.237305, 31.746854 ], [ -106.501465, 31.746854 ], [ -106.149902, 31.391158 ], [ -105.622559, 31.090574 ], [ -105.029297, 30.637912 ], [ -104.699707, 30.126124 ], [ -104.458008, 29.573457 ], [ -103.930664, 29.267233 ], [ -103.117676, 28.960089 ], [ -102.480469, 29.764377 ], [ -101.667480, 29.783449 ], [ -100.964355, 29.382175 ], [ -100.458984, 28.690588 ], [ -100.107422, 28.110749 ], [ -99.514160, 27.547242 ], [ -99.294434, 26.843677 ], [ -99.008789, 26.372185 ], [ -98.239746, 26.056783 ], [ -97.536621, 25.839449 ], [ -97.141113, 25.859224 ], [ -97.536621, 24.986058 ], [ -97.712402, 24.266997 ], [ -97.778320, 22.938160 ], [ -97.866211, 22.451649 ], [ -97.690430, 21.902278 ], [ -97.382812, 21.412162 ], [ -97.185059, 20.632784 ], [ -96.525879, 19.890723 ], [ -96.284180, 19.311143 ], [ -95.888672, 18.833515 ], [ -94.833984, 18.562947 ], [ -94.416504, 18.145852 ], [ -93.537598, 18.417079 ], [ -92.790527, 18.521283 ], [ -91.406250, 18.875103 ], [ -90.769043, 19.290406 ], [ -90.527344, 19.870060 ], [ -90.439453, 20.715015 ], [ -90.285645, 21.002471 ], [ -90.000000, 21.105000 ], [ -89.604492, 21.268900 ], [ -88.549805, 21.493964 ], [ -88.242188, 21.473518 ], [ -88.242188, 18.500447 ], [ -88.308105, 18.500447 ], [ -88.286133, 18.354526 ], [ -88.242188, 18.354526 ], [ -88.242188, 17.769612 ], [ -88.286133, 17.644022 ], [ -88.242188, 17.560247 ], [ -88.242188, 17.329664 ], [ -88.308105, 17.140790 ], [ -88.242188, 17.014768 ], [ -88.352051, 16.530898 ], [ -88.549805, 16.256867 ], [ -88.725586, 16.235772 ], [ -88.923340, 15.876809 ], [ -88.593750, 15.707663 ], [ -88.527832, 15.855674 ], [ -88.242188, 15.728814 ], [ -88.242188, 13.154376 ], [ -88.483887, 13.154376 ], [ -88.835449, 13.261333 ], [ -89.252930, 13.453737 ], [ -89.802246, 13.517838 ], [ -90.000000, 13.667338 ], [ -90.087891, 13.731381 ], [ -90.615234, 13.902076 ], [ -91.230469, 13.923404 ], [ -91.691895, 14.115267 ], [ -92.219238, 14.541050 ], [ -93.361816, 15.623037 ], [ -93.867188, 15.940202 ], [ -94.680176, 16.193575 ], [ -95.251465, 16.130262 ], [ -96.042480, 15.749963 ], [ -96.547852, 15.644197 ], [ -97.272949, 15.919074 ], [ -98.020020, 16.109153 ], [ -98.942871, 16.573023 ], [ -99.689941, 16.699340 ], [ -100.832520, 17.161786 ], [ -101.667480, 17.644022 ], [ -101.909180, 17.916023 ], [ -102.480469, 17.978733 ], [ -103.491211, 18.291950 ], [ -103.908691, 18.750310 ], [ -104.985352, 19.311143 ], [ -105.490723, 19.952696 ], [ -105.732422, 20.427013 ], [ -105.402832, 20.529933 ], [ -105.490723, 20.817741 ], [ -105.270996, 21.084500 ], [ -105.270996, 21.412162 ], [ -105.600586, 21.861499 ], [ -105.688477, 22.268764 ], [ -106.018066, 22.776182 ], [ -106.918945, 23.765237 ], [ -107.907715, 24.547123 ], [ -108.391113, 25.165173 ], [ -109.248047, 25.582085 ], [ -109.445801, 25.819672 ], [ -109.291992, 26.450902 ], [ -109.797363, 26.667096 ], [ -110.390625, 27.156920 ], [ -110.632324, 27.858504 ], [ -111.181641, 27.936181 ], [ -111.752930, 28.459033 ], [ -112.236328, 28.960089 ], [ -112.280273, 29.267233 ], [ -112.807617, 30.012031 ], [ -113.159180, 30.789037 ], [ -113.137207, 31.165810 ], [ -113.862305, 31.559815 ], [ -114.213867, 31.522361 ], [ -114.785156, 31.802893 ], [ -114.938965, 31.391158 ], [ -114.763184, 30.921076 ], [ -114.675293, 30.164126 ], [ -114.323730, 29.745302 ], [ -113.576660, 29.056170 ], [ -113.422852, 28.825425 ], [ -113.269043, 28.748397 ], [ -113.137207, 28.401065 ], [ -112.961426, 28.420391 ], [ -112.763672, 27.780772 ], [ -112.456055, 27.527758 ], [ -112.236328, 27.176469 ], [ -111.621094, 26.667096 ], [ -111.291504, 25.740529 ], [ -110.698242, 24.826625 ], [ -110.654297, 24.307053 ], [ -110.170898, 24.266997 ], [ -109.401855, 23.362429 ], [ -109.423828, 23.180764 ], [ -109.863281, 22.816694 ], [ -110.039062, 22.816694 ], [ -110.302734, 23.422928 ], [ -110.939941, 24.006326 ], [ -111.665039, 24.487149 ], [ -112.170410, 24.746831 ], [ -112.148438, 25.463115 ], [ -112.302246, 26.017298 ], [ -113.466797, 26.765231 ], [ -113.598633, 26.647459 ], [ -113.840332, 26.902477 ], [ -114.455566, 27.137368 ], [ -115.048828, 27.722436 ], [ -114.982910, 27.800210 ], [ -114.565430, 27.741885 ], [ -114.191895, 28.110749 ], [ -114.169922, 28.555576 ], [ -114.938965, 29.286399 ], [ -115.510254, 29.554345 ], [ -116.718750, 31.634676 ], [ -117.136230, 32.528289 ], [ -114.719238, 32.713355 ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -88.242188, 67.204032 ], [ -88.242188, 64.244595 ], [ -88.483887, 64.101007 ], [ -89.912109, 64.033744 ], [ -90.000000, 63.985600 ], [ -90.703125, 63.607217 ], [ -90.769043, 62.955223 ], [ -91.933594, 62.835089 ], [ -93.164062, 62.021528 ], [ -94.240723, 60.898388 ], [ -94.636230, 60.108670 ], [ -94.680176, 58.950008 ], [ -93.208008, 58.779591 ], [ -92.768555, 57.844751 ], [ -92.285156, 57.088515 ], [ -90.900879, 57.279043 ], [ -90.000000, 57.076575 ], [ -89.033203, 56.848972 ], [ -88.242188, 56.547372 ], [ -88.242188, 48.253941 ], [ -88.374023, 48.297812 ], [ -89.274902, 48.019324 ], [ -89.604492, 48.004625 ], [ -90.000000, 48.092757 ], [ -90.834961, 48.268569 ], [ -91.647949, 48.136767 ], [ -92.614746, 48.443778 ], [ -93.625488, 48.603858 ], [ -94.328613, 48.676454 ], [ -94.636230, 48.835797 ], [ -94.812012, 49.382373 ], [ -95.163574, 49.382373 ], [ -95.163574, 48.994636 ], [ -122.980957, 48.994636 ], [ -124.914551, 49.979488 ], [ -125.617676, 50.415519 ], [ -127.441406, 50.833698 ], [ -127.990723, 51.713416 ], [ -127.858887, 52.335339 ], [ -129.133301, 52.749594 ], [ -129.309082, 53.566414 ], [ -130.517578, 54.290882 ], [ -130.539551, 54.800685 ], [ -129.968262, 55.279115 ], [ -130.012207, 55.912273 ], [ -131.704102, 56.547372 ], [ -133.352051, 58.413223 ], [ -134.274902, 58.859224 ], [ -134.934082, 59.265881 ], [ -135.483398, 59.789580 ], [ -136.472168, 59.467408 ], [ -137.460938, 58.904646 ], [ -138.339844, 59.556592 ], [ -139.042969, 59.998986 ], [ -140.009766, 60.272515 ], [ -140.998535, 60.305185 ], [ -140.998535, 67.204032 ], [ -88.242188, 67.204032 ] ] ], [ [ [ -128.364258, 50.764259 ], [ -126.694336, 50.401515 ], [ -125.749512, 50.289339 ], [ -124.914551, 49.468124 ], [ -123.925781, 49.066668 ], [ -123.508301, 48.502048 ], [ -124.013672, 48.370848 ], [ -125.661621, 48.821333 ], [ -125.947266, 49.181703 ], [ -126.848145, 49.525208 ], [ -127.023926, 49.809632 ], [ -128.056641, 49.993615 ], [ -128.452148, 50.541363 ], [ -128.364258, 50.764259 ] ] ], [ [ [ -133.176270, 54.175297 ], [ -132.714844, 54.033586 ], [ -131.748047, 54.123822 ], [ -132.055664, 52.988337 ], [ -131.176758, 52.173932 ], [ -131.572266, 52.187405 ], [ -132.187500, 52.643063 ], [ -132.539062, 53.094024 ], [ -133.044434, 53.409532 ], [ -133.242188, 53.852527 ], [ -133.176270, 54.175297 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -88.242188, 67.204032 ], [ -88.242188, 64.244595 ], [ -88.483887, 64.101007 ], [ -89.912109, 64.033744 ], [ -90.000000, 63.985600 ], [ -90.703125, 63.607217 ], [ -90.769043, 62.955223 ], [ -91.933594, 62.835089 ], [ -93.164062, 62.021528 ], [ -94.240723, 60.898388 ], [ -94.636230, 60.108670 ], [ -94.680176, 58.950008 ], [ -93.208008, 58.779591 ], [ -92.768555, 57.844751 ], [ -92.285156, 57.088515 ], [ -90.900879, 57.279043 ], [ -90.000000, 57.076575 ], [ -89.033203, 56.848972 ], [ -88.242188, 56.547372 ], [ -88.242188, 30.353916 ], [ -88.417969, 30.391830 ], [ -89.187012, 30.315988 ], [ -89.582520, 30.164126 ], [ -89.406738, 29.897806 ], [ -89.428711, 29.496988 ], [ -89.208984, 29.286399 ], [ -89.406738, 29.152161 ], [ -89.780273, 29.305561 ], [ -90.000000, 29.190533 ], [ -90.153809, 29.113775 ], [ -90.878906, 29.152161 ], [ -91.625977, 29.668963 ], [ -92.504883, 29.554345 ], [ -93.229980, 29.783449 ], [ -93.845215, 29.707139 ], [ -94.680176, 29.477861 ], [ -95.603027, 28.729130 ], [ -96.591797, 28.304381 ], [ -97.141113, 27.819645 ], [ -97.360840, 27.371767 ], [ -97.382812, 26.686730 ], [ -97.338867, 26.214591 ], [ -97.141113, 25.859224 ], [ -97.536621, 24.986058 ], [ -97.712402, 24.266997 ], [ -97.778320, 22.938160 ], [ -97.866211, 22.451649 ], [ -97.690430, 21.902278 ], [ -97.382812, 21.412162 ], [ -97.185059, 20.632784 ], [ -96.525879, 19.890723 ], [ -96.284180, 19.311143 ], [ -95.888672, 18.833515 ], [ -94.833984, 18.562947 ], [ -94.416504, 18.145852 ], [ -93.537598, 18.417079 ], [ -92.790527, 18.521283 ], [ -91.406250, 18.875103 ], [ -90.769043, 19.290406 ], [ -90.527344, 19.870060 ], [ -90.439453, 20.715015 ], [ -90.285645, 21.002471 ], [ -90.000000, 21.105000 ], [ -89.604492, 21.268900 ], [ -88.549805, 21.493964 ], [ -88.242188, 21.473518 ], [ -88.242188, 18.500447 ], [ -88.308105, 18.500447 ], [ -88.286133, 18.354526 ], [ -88.242188, 18.354526 ], [ -88.242188, 17.769612 ], [ -88.286133, 17.644022 ], [ -88.242188, 17.560247 ], [ -88.242188, 17.329664 ], [ -88.308105, 17.140790 ], [ -88.242188, 17.014768 ], [ -88.352051, 16.530898 ], [ -88.549805, 16.256867 ], [ -88.725586, 16.235772 ], [ -88.923340, 15.876809 ], [ -88.593750, 15.707663 ], [ -88.527832, 15.855674 ], [ -88.242188, 15.728814 ], [ -88.242188, 13.154376 ], [ -88.483887, 13.154376 ], [ -88.835449, 13.261333 ], [ -89.252930, 13.453737 ], [ -89.802246, 13.517838 ], [ -90.000000, 13.667338 ], [ -90.087891, 13.731381 ], [ -90.615234, 13.902076 ], [ -91.230469, 13.923404 ], [ -91.691895, 14.115267 ], [ -92.219238, 14.541050 ], [ -93.361816, 15.623037 ], [ -93.867188, 15.940202 ], [ -94.680176, 16.193575 ], [ -95.251465, 16.130262 ], [ -96.042480, 15.749963 ], [ -96.547852, 15.644197 ], [ -97.272949, 15.919074 ], [ -98.020020, 16.109153 ], [ -98.942871, 16.573023 ], [ -99.689941, 16.699340 ], [ -100.832520, 17.161786 ], [ -101.667480, 17.644022 ], [ -101.909180, 17.916023 ], [ -102.480469, 17.978733 ], [ -103.491211, 18.291950 ], [ -103.908691, 18.750310 ], [ -104.985352, 19.311143 ], [ -105.490723, 19.952696 ], [ -105.732422, 20.427013 ], [ -105.402832, 20.529933 ], [ -105.490723, 20.817741 ], [ -105.270996, 21.084500 ], [ -105.270996, 21.412162 ], [ -105.600586, 21.861499 ], [ -105.688477, 22.268764 ], [ -106.018066, 22.776182 ], [ -106.918945, 23.765237 ], [ -107.907715, 24.547123 ], [ -108.391113, 25.165173 ], [ -109.248047, 25.582085 ], [ -109.445801, 25.819672 ], [ -109.291992, 26.450902 ], [ -109.797363, 26.667096 ], [ -110.390625, 27.156920 ], [ -110.632324, 27.858504 ], [ -111.181641, 27.936181 ], [ -111.752930, 28.459033 ], [ -112.236328, 28.960089 ], [ -112.280273, 29.267233 ], [ -112.807617, 30.012031 ], [ -113.159180, 30.789037 ], [ -113.137207, 31.165810 ], [ -113.862305, 31.559815 ], [ -114.213867, 31.522361 ], [ -114.785156, 31.802893 ], [ -114.938965, 31.391158 ], [ -114.763184, 30.921076 ], [ -114.675293, 30.164126 ], [ -114.323730, 29.745302 ], [ -113.576660, 29.056170 ], [ -113.422852, 28.825425 ], [ -113.269043, 28.748397 ], [ -113.137207, 28.401065 ], [ -112.961426, 28.420391 ], [ -112.763672, 27.780772 ], [ -112.456055, 27.527758 ], [ -112.236328, 27.176469 ], [ -111.621094, 26.667096 ], [ -111.291504, 25.740529 ], [ -110.698242, 24.826625 ], [ -110.654297, 24.307053 ], [ -110.170898, 24.266997 ], [ -109.401855, 23.362429 ], [ -109.423828, 23.180764 ], [ -109.863281, 22.816694 ], [ -110.039062, 22.816694 ], [ -110.302734, 23.422928 ], [ -110.939941, 24.006326 ], [ -111.665039, 24.487149 ], [ -112.170410, 24.746831 ], [ -112.148438, 25.463115 ], [ -112.302246, 26.017298 ], [ -113.466797, 26.765231 ], [ -113.598633, 26.647459 ], [ -113.840332, 26.902477 ], [ -114.455566, 27.137368 ], [ -115.048828, 27.722436 ], [ -114.982910, 27.800210 ], [ -114.565430, 27.741885 ], [ -114.191895, 28.110749 ], [ -114.169922, 28.555576 ], [ -114.938965, 29.286399 ], [ -115.510254, 29.554345 ], [ -116.718750, 31.634676 ], [ -117.136230, 32.528289 ], [ -117.290039, 33.045508 ], [ -117.949219, 33.614619 ], [ -118.410645, 33.742613 ], [ -118.520508, 34.034453 ], [ -119.069824, 34.070862 ], [ -119.443359, 34.343436 ], [ -120.366211, 34.452218 ], [ -120.629883, 34.615127 ], [ -120.739746, 35.155846 ], [ -121.706543, 36.155618 ], [ -122.541504, 37.544577 ], [ -122.519531, 37.788081 ], [ -122.958984, 38.117272 ], [ -123.728027, 38.942321 ], [ -123.859863, 39.757880 ], [ -124.387207, 40.313043 ], [ -124.167480, 41.145570 ], [ -124.211426, 42.000325 ], [ -124.541016, 42.763146 ], [ -124.145508, 43.707594 ], [ -123.903809, 45.521744 ], [ -124.079590, 46.860191 ], [ -124.387207, 47.724545 ], [ -124.694824, 48.180739 ], [ -124.562988, 48.385442 ], [ -123.112793, 48.034019 ], [ -122.585449, 47.100045 ], [ -122.343750, 47.353711 ], [ -122.497559, 48.180739 ], [ -122.849121, 48.994636 ], [ -122.980957, 48.994636 ], [ -124.914551, 49.979488 ], [ -125.617676, 50.415519 ], [ -127.441406, 50.833698 ], [ -127.990723, 51.713416 ], [ -127.858887, 52.335339 ], [ -129.133301, 52.749594 ], [ -129.309082, 53.566414 ], [ -130.517578, 54.290882 ], [ -130.539551, 54.800685 ], [ -131.088867, 55.178868 ], [ -131.967773, 55.491304 ], [ -132.253418, 56.365250 ], [ -133.527832, 57.183902 ], [ -134.077148, 58.124320 ], [ -135.043945, 58.182289 ], [ -136.625977, 58.217025 ], [ -137.790527, 58.493694 ], [ -139.855957, 59.534318 ], [ -142.580566, 60.086763 ], [ -143.964844, 59.998986 ], [ -145.920410, 60.457218 ], [ -147.106934, 60.887700 ], [ -148.227539, 60.673179 ], [ -148.007812, 59.977005 ], [ -148.579102, 59.910976 ], [ -149.721680, 59.701014 ], [ -150.600586, 59.366794 ], [ -151.721191, 59.153403 ], [ -151.853027, 59.745326 ], [ -151.413574, 60.726944 ], [ -150.336914, 61.037012 ], [ -150.622559, 61.280793 ], [ -151.896973, 60.726944 ], [ -152.578125, 60.064840 ], [ -154.028320, 59.344395 ], [ -153.281250, 58.859224 ], [ -154.226074, 58.147519 ], [ -155.302734, 57.727619 ], [ -156.313477, 57.421294 ], [ -156.555176, 56.980911 ], [ -158.115234, 56.462490 ], [ -158.422852, 55.998381 ], [ -159.609375, 55.565922 ], [ -160.290527, 55.640399 ], [ -161.213379, 55.366625 ], [ -162.246094, 55.028022 ], [ -163.059082, 54.686534 ], [ -164.794922, 54.406143 ], [ -164.948730, 54.572062 ], [ -163.850098, 55.040614 ], [ -162.861328, 55.341642 ], [ -161.806641, 55.899956 ], [ -160.554199, 56.010666 ], [ -160.070801, 56.413901 ], [ -158.686523, 57.016814 ], [ -158.466797, 57.219608 ], [ -157.719727, 57.574779 ], [ -157.543945, 58.332567 ], [ -157.038574, 58.915992 ], [ -158.203125, 58.619777 ], [ -158.510742, 58.790978 ], [ -159.060059, 58.424730 ], [ -159.719238, 58.927334 ], [ -159.982910, 58.573981 ], [ -160.356445, 59.074448 ], [ -161.345215, 58.665513 ], [ -161.960449, 58.665513 ], [ -162.048340, 59.265881 ], [ -161.872559, 59.634435 ], [ -162.509766, 59.987998 ], [ -163.806152, 59.800634 ], [ -164.663086, 60.261617 ], [ -165.344238, 60.511343 ], [ -165.344238, 61.068917 ], [ -166.113281, 61.501734 ], [ -165.739746, 62.073026 ], [ -164.926758, 62.633770 ], [ -164.553223, 63.144431 ], [ -163.762207, 63.223730 ], [ -163.059082, 63.054959 ], [ -162.268066, 63.538763 ], [ -161.542969, 63.450509 ], [ -160.773926, 63.763065 ], [ -160.949707, 64.225493 ], [ -161.520996, 64.406431 ], [ -160.773926, 64.783488 ], [ -161.389160, 64.774125 ], [ -162.443848, 64.557881 ], [ -162.751465, 64.339908 ], [ -163.542480, 64.557881 ], [ -164.948730, 64.444372 ], [ -166.420898, 64.689713 ], [ -166.838379, 65.090646 ], [ -168.112793, 65.667330 ], [ -166.706543, 66.089364 ], [ -164.772949, 66.513260 ], [ -164.465332, 66.574483 ], [ -163.652344, 66.574483 ], [ -163.674316, 66.513260 ], [ -163.784180, 66.080457 ], [ -161.674805, 66.116068 ], [ -162.202148, 66.513260 ], [ -162.487793, 66.739902 ], [ -163.718262, 67.118748 ], [ -163.850098, 67.204032 ], [ -88.242188, 67.204032 ] ] ], [ [ [ -128.364258, 50.764259 ], [ -126.694336, 50.401515 ], [ -125.749512, 50.289339 ], [ -124.914551, 49.468124 ], [ -123.925781, 49.066668 ], [ -123.508301, 48.502048 ], [ -124.013672, 48.370848 ], [ -125.661621, 48.821333 ], [ -125.947266, 49.181703 ], [ -126.848145, 49.525208 ], [ -127.023926, 49.809632 ], [ -128.056641, 49.993615 ], [ -128.452148, 50.541363 ], [ -128.364258, 50.764259 ] ] ], [ [ [ -155.852051, 20.262197 ], [ -155.214844, 19.993998 ], [ -155.061035, 19.849394 ], [ -154.797363, 19.497664 ], [ -154.819336, 19.456234 ], [ -155.544434, 19.082884 ], [ -155.676270, 18.916680 ], [ -155.939941, 19.062118 ], [ -155.895996, 19.331878 ], [ -156.071777, 19.704658 ], [ -156.027832, 19.808054 ], [ -155.852051, 19.973349 ], [ -155.917969, 20.179724 ], [ -155.852051, 20.262197 ] ] ], [ [ [ -156.621094, 21.002471 ], [ -156.247559, 20.920397 ], [ -155.983887, 20.756114 ], [ -156.071777, 20.632784 ], [ -156.423340, 20.571082 ], [ -156.577148, 20.776659 ], [ -156.708984, 20.858812 ], [ -156.708984, 20.920397 ], [ -156.621094, 21.002471 ] ] ], [ [ [ -157.258301, 21.227942 ], [ -156.752930, 21.166484 ], [ -156.796875, 21.063997 ], [ -157.324219, 21.105000 ], [ -157.258301, 21.227942 ] ] ], [ [ [ -158.027344, 21.718680 ], [ -157.653809, 21.330315 ], [ -157.697754, 21.268900 ], [ -158.115234, 21.309846 ], [ -158.291016, 21.575719 ], [ -158.027344, 21.718680 ] ] ], [ [ [ -159.587402, 22.228090 ], [ -159.367676, 22.207749 ], [ -159.345703, 21.983801 ], [ -159.455566, 21.881890 ], [ -159.807129, 22.065278 ], [ -159.741211, 22.146708 ], [ -159.587402, 22.228090 ] ] ], [ [ [ -153.237305, 57.973157 ], [ -152.556152, 57.903174 ], [ -152.138672, 57.586559 ], [ -152.995605, 57.112385 ], [ -154.006348, 56.728622 ], [ -154.511719, 56.992883 ], [ -154.665527, 57.456771 ], [ -153.764648, 57.821355 ], [ -153.237305, 57.973157 ] ] ], [ [ [ -133.176270, 54.175297 ], [ -132.714844, 54.033586 ], [ -131.748047, 54.123822 ], [ -132.055664, 52.988337 ], [ -131.176758, 52.173932 ], [ -131.572266, 52.187405 ], [ -132.187500, 52.643063 ], [ -132.539062, 53.094024 ], [ -133.044434, 53.409532 ], [ -133.242188, 53.852527 ], [ -133.176270, 54.175297 ] ] ], [ [ [ -171.738281, 63.782486 ], [ -171.123047, 63.587675 ], [ -170.485840, 63.694987 ], [ -169.672852, 63.430860 ], [ -168.684082, 63.292939 ], [ -168.771973, 63.184108 ], [ -169.519043, 62.975198 ], [ -170.288086, 63.194018 ], [ -170.661621, 63.371832 ], [ -171.562500, 63.312683 ], [ -171.782227, 63.401361 ], [ -171.738281, 63.782486 ] ] ], [ [ [ -166.464844, 60.381290 ], [ -165.673828, 60.294299 ], [ -165.585938, 59.910976 ], [ -166.201172, 59.756395 ], [ -166.838379, 59.944007 ], [ -167.453613, 60.207075 ], [ -166.464844, 60.381290 ] ] ] ] } } , { "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -180.000000, 67.204032 ], [ -174.924316, 67.204032 ], [ -175.012207, 66.583217 ], [ -174.814453, 66.513260 ], [ -174.331055, 66.337505 ], [ -174.396973, 66.513260 ], [ -174.572754, 67.058870 ], [ -171.848145, 66.912834 ], [ -171.013184, 66.513260 ], [ -169.892578, 65.973325 ], [ -170.881348, 65.540270 ], [ -172.529297, 65.440002 ], [ -172.551270, 64.463323 ], [ -172.946777, 64.254141 ], [ -173.891602, 64.282760 ], [ -174.660645, 64.633292 ], [ -175.979004, 64.923542 ], [ -176.198730, 65.357677 ], [ -177.231445, 65.522068 ], [ -178.352051, 65.394298 ], [ -178.901367, 65.739656 ], [ -178.681641, 66.107170 ], [ -179.890137, 65.874725 ], [ -179.428711, 65.403445 ], [ -180.000000, 64.979359 ], [ -181.296387, 64.538996 ], [ -181.757812, 64.557881 ], [ -181.757812, 67.204032 ], [ -180.000000, 67.204032 ] ] ], [ [ [ -181.757812, 64.120195 ], [ -181.691895, 64.072200 ], [ -181.098633, 63.253412 ], [ -180.637207, 62.985180 ], [ -180.505371, 62.573106 ], [ -180.769043, 62.298581 ], [ -181.757812, 62.420903 ], [ -181.757812, 64.120195 ] ] ] ] } } ] } @@ -99,9 +77,7 @@ , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 0, "y": 0 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -156.577148, 71.357067 ], [ -155.061035, 71.145195 ], [ -154.335938, 70.692688 ], [ -153.896484, 70.887885 ], [ -152.204590, 70.830248 ], [ -152.270508, 70.598021 ], [ -150.732422, 70.429440 ], [ -149.721680, 70.532222 ], [ -147.612305, 70.214875 ], [ -145.678711, 70.117959 ], [ -144.909668, 69.990535 ], [ -143.591309, 70.155288 ], [ -142.075195, 69.854762 ], [ -140.976562, 69.710489 ], [ -140.998535, 66.513260 ], [ -140.998535, 65.802776 ], [ -167.673340, 65.802776 ], [ -166.706543, 66.089364 ], [ -164.772949, 66.513260 ], [ -164.465332, 66.574483 ], [ -163.652344, 66.574483 ], [ -163.674316, 66.513260 ], [ -163.784180, 66.080457 ], [ -161.674805, 66.116068 ], [ -162.202148, 66.513260 ], [ -162.487793, 66.731223 ], [ -163.718262, 67.118748 ], [ -164.421387, 67.617589 ], [ -165.388184, 68.040461 ], [ -166.772461, 68.358699 ], [ -166.201172, 68.879358 ], [ -164.421387, 68.918910 ], [ -163.168945, 69.372573 ], [ -162.927246, 69.854762 ], [ -161.916504, 70.333533 ], [ -160.927734, 70.444155 ], [ -159.038086, 70.887885 ], [ -158.115234, 70.823031 ], [ -156.577148, 71.357067 ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -95.207520, 71.917709 ], [ -93.889160, 71.760191 ], [ -92.878418, 71.314877 ], [ -91.516113, 70.192550 ], [ -92.395020, 69.702868 ], [ -90.549316, 69.496070 ], [ -90.549316, 68.471864 ], [ -90.000000, 68.800041 ], [ -89.208984, 69.256149 ], [ -88.242188, 68.736383 ], [ -88.242188, 68.065098 ], [ -88.308105, 67.875541 ], [ -88.242188, 67.825836 ], [ -88.242188, 65.802776 ], [ -140.998535, 65.802776 ], [ -140.998535, 66.513260 ], [ -140.976562, 69.710489 ], [ -139.108887, 69.472969 ], [ -137.548828, 68.989925 ], [ -136.494141, 68.895187 ], [ -135.615234, 69.318320 ], [ -134.406738, 69.626510 ], [ -132.934570, 69.503765 ], [ -131.440430, 69.945375 ], [ -129.792480, 70.192550 ], [ -129.111328, 69.778952 ], [ -128.364258, 70.013078 ], [ -128.144531, 70.480896 ], [ -127.441406, 70.377854 ], [ -125.749512, 69.480672 ], [ -124.431152, 70.155288 ], [ -124.277344, 69.395783 ], [ -123.068848, 69.565226 ], [ -122.673340, 69.854762 ], [ -121.464844, 69.794136 ], [ -119.948730, 69.380313 ], [ -117.597656, 69.013546 ], [ -116.235352, 68.839735 ], [ -115.246582, 68.903097 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.900354 ], [ -113.488770, 67.684429 ], [ -110.786133, 67.809245 ], [ -109.951172, 67.982873 ], [ -108.874512, 67.382150 ], [ -107.797852, 67.883815 ], [ -108.808594, 68.310027 ], [ -108.171387, 68.656555 ], [ -106.940918, 68.696505 ], [ -106.149902, 68.800041 ], [ -105.336914, 68.560384 ], [ -104.326172, 68.015798 ], [ -103.227539, 68.097907 ], [ -101.447754, 67.642676 ], [ -99.909668, 67.809245 ], [ -98.437500, 67.784335 ], [ -98.547363, 68.407268 ], [ -97.668457, 68.576441 ], [ -96.108398, 68.236823 ], [ -96.130371, 67.289015 ], [ -95.493164, 68.089709 ], [ -94.680176, 68.065098 ], [ -94.240723, 69.068563 ], [ -95.295410, 69.687618 ], [ -96.459961, 70.088047 ], [ -96.394043, 71.194838 ], [ -95.207520, 71.917709 ] ] ], [ [ [ -88.242188, 73.553302 ], [ -88.242188, 70.370474 ], [ -88.681641, 70.407348 ], [ -89.516602, 70.757966 ], [ -88.461914, 71.216075 ], [ -89.890137, 71.223149 ], [ -90.000000, 71.587473 ], [ -90.197754, 72.235514 ], [ -90.000000, 72.481891 ], [ -89.428711, 73.131322 ], [ -88.395996, 73.534628 ], [ -88.242188, 73.553302 ] ] ], [ [ [ -98.217773, 70.140364 ], [ -97.163086, 69.862328 ], [ -96.547852, 69.679990 ], [ -95.646973, 69.107777 ], [ -96.262207, 68.760276 ], [ -97.624512, 69.060712 ], [ -98.437500, 68.950500 ], [ -99.799805, 69.395783 ], [ -98.920898, 69.710489 ], [ -98.217773, 70.140364 ] ] ], [ [ [ -115.180664, 73.315246 ], [ -114.169922, 73.118566 ], [ -114.675293, 72.653038 ], [ -112.434082, 72.951874 ], [ -111.049805, 72.448792 ], [ -109.929199, 72.958315 ], [ -109.006348, 72.633374 ], [ -108.193359, 71.649833 ], [ -107.687988, 72.067147 ], [ -108.391113, 73.086633 ], [ -107.512207, 73.233040 ], [ -106.523438, 73.073844 ], [ -105.402832, 72.672681 ], [ -104.765625, 71.698194 ], [ -104.458008, 70.995506 ], [ -102.788086, 70.495574 ], [ -100.986328, 70.020587 ], [ -101.096191, 69.580563 ], [ -102.722168, 69.503765 ], [ -102.084961, 69.115611 ], [ -102.436523, 68.752315 ], [ -104.238281, 68.911005 ], [ -105.952148, 69.178184 ], [ -107.116699, 69.115611 ], [ -109.006348, 68.776191 ], [ -113.312988, 68.536276 ], [ -113.862305, 69.005675 ], [ -115.224609, 69.279484 ], [ -116.103516, 69.170373 ], [ -117.333984, 69.960439 ], [ -116.674805, 70.065585 ], [ -115.136719, 70.237175 ], [ -113.730469, 70.192550 ], [ -112.412109, 70.363091 ], [ -114.345703, 70.598021 ], [ -116.477051, 70.517570 ], [ -117.905273, 70.539543 ], [ -118.432617, 70.909456 ], [ -116.103516, 71.307836 ], [ -117.663574, 71.293747 ], [ -119.399414, 71.559692 ], [ -118.564453, 72.309109 ], [ -117.861328, 72.705372 ], [ -115.180664, 73.315246 ] ] ], [ [ [ -92.416992, 81.258372 ], [ -91.120605, 80.721727 ], [ -90.000000, 80.578943 ], [ -89.450684, 80.510360 ], [ -88.242188, 80.371707 ], [ -88.242188, 78.617003 ], [ -89.033203, 78.287126 ], [ -90.000000, 78.246913 ], [ -90.812988, 78.215541 ], [ -92.878418, 78.344973 ], [ -93.955078, 78.750659 ], [ -93.933105, 79.113389 ], [ -93.142090, 79.379856 ], [ -94.965820, 79.371754 ], [ -96.064453, 79.702907 ], [ -96.701660, 80.156200 ], [ -96.020508, 80.600499 ], [ -95.317383, 80.907616 ], [ -94.306641, 80.976799 ], [ -94.724121, 81.204780 ], [ -92.416992, 81.258372 ] ] ], [ [ [ -121.530762, 74.449358 ], [ -120.102539, 74.241846 ], [ -117.553711, 74.188052 ], [ -116.586914, 73.898111 ], [ -115.510254, 73.472235 ], [ -116.762695, 73.220358 ], [ -119.223633, 72.521532 ], [ -120.454102, 71.821986 ], [ -120.454102, 71.385142 ], [ -123.090820, 70.902268 ], [ -123.618164, 71.343013 ], [ -125.925293, 71.869909 ], [ -125.507812, 72.289067 ], [ -124.804688, 73.022592 ], [ -123.947754, 73.677264 ], [ -124.914551, 74.289514 ], [ -121.530762, 74.449358 ] ] ], [ [ [ -100.349121, 73.843173 ], [ -99.162598, 73.633981 ], [ -97.382812, 73.757352 ], [ -97.119141, 73.472235 ], [ -98.041992, 72.990483 ], [ -96.547852, 72.561085 ], [ -96.723633, 71.656749 ], [ -98.349609, 71.272595 ], [ -99.316406, 71.357067 ], [ -100.019531, 71.739548 ], [ -102.502441, 72.508328 ], [ -102.480469, 72.829052 ], [ -100.437012, 72.705372 ], [ -101.535645, 73.359348 ], [ -100.349121, 73.843173 ] ] ], [ [ [ -109.577637, 76.795721 ], [ -108.544922, 76.679785 ], [ -108.215332, 76.200727 ], [ -107.819824, 75.845169 ], [ -106.918945, 76.010783 ], [ -105.886230, 75.968226 ], [ -105.710449, 75.480640 ], [ -106.303711, 75.004940 ], [ -109.709473, 74.850672 ], [ -112.214355, 74.413974 ], [ -113.752441, 74.396253 ], [ -113.862305, 74.718037 ], [ -111.796875, 75.163300 ], [ -116.301270, 75.044684 ], [ -117.707520, 75.219460 ], [ -116.345215, 76.200727 ], [ -115.400391, 76.480910 ], [ -112.587891, 76.142958 ], [ -110.808105, 75.546598 ], [ -109.072266, 75.475131 ], [ -110.500488, 76.429449 ], [ -109.577637, 76.795721 ] ] ], [ [ [ -94.504395, 74.134078 ], [ -92.416992, 74.097996 ], [ -90.505371, 73.855397 ], [ -91.999512, 72.964753 ], [ -93.186035, 72.770574 ], [ -94.262695, 72.026510 ], [ -95.405273, 72.060381 ], [ -96.042480, 72.938986 ], [ -96.020508, 73.434689 ], [ -95.493164, 73.861506 ], [ -94.504395, 74.134078 ] ] ], [ [ [ -105.249023, 73.640171 ], [ -104.501953, 73.422156 ], [ -105.380859, 72.757553 ], [ -106.940918, 73.459729 ], [ -106.589355, 73.596792 ], [ -105.249023, 73.640171 ] ] ], [ [ [ -96.745605, 77.162046 ], [ -94.680176, 77.098423 ], [ -93.581543, 76.775629 ], [ -91.604004, 76.780655 ], [ -90.747070, 76.450056 ], [ -90.966797, 76.074381 ], [ -90.000000, 75.882732 ], [ -89.824219, 75.845169 ], [ -89.187012, 75.612262 ], [ -88.242188, 75.579466 ], [ -88.242188, 74.402163 ], [ -89.758301, 74.514023 ], [ -90.000000, 74.543330 ], [ -92.416992, 74.839183 ], [ -92.768555, 75.386696 ], [ -92.878418, 75.882732 ], [ -93.889160, 76.320754 ], [ -95.954590, 76.439756 ], [ -97.119141, 76.750473 ], [ -96.745605, 77.162046 ] ] ], [ [ [ -116.191406, 77.645947 ], [ -116.345215, 76.875786 ], [ -117.114258, 76.532180 ], [ -118.037109, 76.480910 ], [ -119.904785, 76.053213 ], [ -121.508789, 75.898801 ], [ -122.849121, 76.116622 ], [ -121.157227, 76.865804 ], [ -119.091797, 77.513624 ], [ -117.575684, 77.499364 ], [ -116.191406, 77.645947 ] ] ], [ [ [ -94.855957, 75.644984 ], [ -93.977051, 75.297735 ], [ -93.603516, 74.982183 ], [ -94.152832, 74.590108 ], [ -95.603027, 74.665828 ], [ -96.811523, 74.925142 ], [ -96.284180, 75.375605 ], [ -94.855957, 75.644984 ] ] ], [ [ [ -98.503418, 76.720223 ], [ -97.734375, 76.258260 ], [ -97.712402, 75.742715 ], [ -98.151855, 74.999254 ], [ -99.799805, 74.896542 ], [ -100.876465, 75.056021 ], [ -100.854492, 75.639536 ], [ -102.502441, 75.563041 ], [ -102.568359, 76.336334 ], [ -101.491699, 76.305156 ], [ -99.975586, 76.644302 ], [ -98.569336, 76.588356 ], [ -98.503418, 76.720223 ] ] ], [ [ [ -88.242188, 80.639890 ], [ -89.362793, 80.855383 ], [ -90.000000, 81.164372 ], [ -90.197754, 81.258372 ], [ -91.362305, 81.553847 ], [ -91.582031, 81.895354 ], [ -90.087891, 82.085171 ], [ -90.000000, 82.088196 ], [ -88.923340, 82.118384 ], [ -88.242188, 82.175425 ], [ -88.242188, 80.639890 ] ] ], [ [ [ -105.490723, 79.302640 ], [ -103.535156, 79.163075 ], [ -100.832520, 78.801980 ], [ -100.063477, 78.322757 ], [ -99.667969, 77.906466 ], [ -101.293945, 78.016453 ], [ -102.941895, 78.344973 ], [ -105.183105, 78.380430 ], [ -104.216309, 78.677557 ], [ -105.424805, 78.916608 ], [ -105.490723, 79.302640 ] ] ], [ [ [ -98.635254, 78.870048 ], [ -97.338867, 78.831810 ], [ -96.745605, 78.763511 ], [ -95.559082, 78.420193 ], [ -95.822754, 78.057443 ], [ -97.316895, 77.851100 ], [ -98.129883, 78.084693 ], [ -98.547363, 78.459822 ], [ -98.635254, 78.870048 ] ] ], [ [ [ -88.242188, 77.122930 ], [ -88.242188, 76.439756 ], [ -89.494629, 76.470633 ], [ -89.604492, 76.950415 ], [ -88.242188, 77.122930 ] ] ], [ [ [ -111.269531, 78.152551 ], [ -109.863281, 77.998190 ], [ -110.192871, 77.697553 ], [ -112.060547, 77.408678 ], [ -113.532715, 77.730282 ], [ -112.719727, 78.052896 ], [ -111.269531, 78.152551 ] ] ], [ [ [ -96.437988, 77.832589 ], [ -94.416504, 77.818688 ], [ -93.713379, 77.631836 ], [ -93.845215, 77.518374 ], [ -94.284668, 77.489849 ], [ -96.174316, 77.556308 ], [ -96.437988, 77.832589 ] ] ], [ [ [ -111.489258, 78.848821 ], [ -110.961914, 78.806246 ], [ -109.665527, 78.599643 ], [ -110.874023, 78.406954 ], [ -112.543945, 78.406954 ], [ -112.521973, 78.551769 ], [ -111.489258, 78.848821 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -95.207520, 71.917709 ], [ -93.889160, 71.760191 ], [ -92.878418, 71.314877 ], [ -91.516113, 70.192550 ], [ -92.395020, 69.702868 ], [ -90.549316, 69.496070 ], [ -90.549316, 68.471864 ], [ -90.000000, 68.800041 ], [ -89.208984, 69.256149 ], [ -88.242188, 68.736383 ], [ -88.242188, 68.065098 ], [ -88.308105, 67.875541 ], [ -88.242188, 67.825836 ], [ -88.242188, 65.802776 ], [ -167.673340, 65.802776 ], [ -166.706543, 66.089364 ], [ -164.772949, 66.513260 ], [ -164.465332, 66.574483 ], [ -163.652344, 66.574483 ], [ -163.674316, 66.513260 ], [ -163.784180, 66.080457 ], [ -161.674805, 66.116068 ], [ -162.202148, 66.513260 ], [ -162.487793, 66.731223 ], [ -163.718262, 67.118748 ], [ -164.421387, 67.617589 ], [ -165.388184, 68.040461 ], [ -166.772461, 68.358699 ], [ -166.201172, 68.879358 ], [ -164.421387, 68.918910 ], [ -163.168945, 69.372573 ], [ -162.927246, 69.854762 ], [ -161.916504, 70.333533 ], [ -160.927734, 70.444155 ], [ -159.038086, 70.887885 ], [ -158.115234, 70.823031 ], [ -156.577148, 71.357067 ], [ -155.061035, 71.145195 ], [ -154.335938, 70.692688 ], [ -153.896484, 70.887885 ], [ -152.204590, 70.830248 ], [ -152.270508, 70.598021 ], [ -150.732422, 70.429440 ], [ -149.721680, 70.532222 ], [ -147.612305, 70.214875 ], [ -145.678711, 70.117959 ], [ -144.909668, 69.990535 ], [ -143.591309, 70.155288 ], [ -142.075195, 69.854762 ], [ -139.108887, 69.472969 ], [ -137.548828, 68.989925 ], [ -136.494141, 68.895187 ], [ -135.615234, 69.318320 ], [ -134.406738, 69.626510 ], [ -132.934570, 69.503765 ], [ -131.440430, 69.945375 ], [ -129.792480, 70.192550 ], [ -129.111328, 69.778952 ], [ -128.364258, 70.013078 ], [ -128.144531, 70.480896 ], [ -127.441406, 70.377854 ], [ -125.749512, 69.480672 ], [ -124.431152, 70.155288 ], [ -124.277344, 69.395783 ], [ -123.068848, 69.565226 ], [ -122.673340, 69.854762 ], [ -121.464844, 69.794136 ], [ -119.948730, 69.380313 ], [ -117.597656, 69.013546 ], [ -116.235352, 68.839735 ], [ -115.246582, 68.903097 ], [ -113.906250, 68.399180 ], [ -115.312500, 67.900354 ], [ -113.488770, 67.684429 ], [ -110.786133, 67.809245 ], [ -109.951172, 67.982873 ], [ -108.874512, 67.382150 ], [ -107.797852, 67.883815 ], [ -108.808594, 68.310027 ], [ -108.171387, 68.656555 ], [ -106.940918, 68.696505 ], [ -106.149902, 68.800041 ], [ -105.336914, 68.560384 ], [ -104.326172, 68.015798 ], [ -103.227539, 68.097907 ], [ -101.447754, 67.642676 ], [ -99.909668, 67.809245 ], [ -98.437500, 67.784335 ], [ -98.547363, 68.407268 ], [ -97.668457, 68.576441 ], [ -96.108398, 68.236823 ], [ -96.130371, 67.289015 ], [ -95.493164, 68.089709 ], [ -94.680176, 68.065098 ], [ -94.240723, 69.068563 ], [ -95.295410, 69.687618 ], [ -96.459961, 70.088047 ], [ -96.394043, 71.194838 ], [ -95.207520, 71.917709 ] ] ], [ [ [ -88.242188, 73.553302 ], [ -88.242188, 70.370474 ], [ -88.681641, 70.407348 ], [ -89.516602, 70.757966 ], [ -88.461914, 71.216075 ], [ -89.890137, 71.223149 ], [ -90.000000, 71.587473 ], [ -90.197754, 72.235514 ], [ -90.000000, 72.481891 ], [ -89.428711, 73.131322 ], [ -88.395996, 73.534628 ], [ -88.242188, 73.553302 ] ] ], [ [ [ -98.217773, 70.140364 ], [ -97.163086, 69.862328 ], [ -96.547852, 69.679990 ], [ -95.646973, 69.107777 ], [ -96.262207, 68.760276 ], [ -97.624512, 69.060712 ], [ -98.437500, 68.950500 ], [ -99.799805, 69.395783 ], [ -98.920898, 69.710489 ], [ -98.217773, 70.140364 ] ] ], [ [ [ -115.180664, 73.315246 ], [ -114.169922, 73.118566 ], [ -114.675293, 72.653038 ], [ -112.434082, 72.951874 ], [ -111.049805, 72.448792 ], [ -109.929199, 72.958315 ], [ -109.006348, 72.633374 ], [ -108.193359, 71.649833 ], [ -107.687988, 72.067147 ], [ -108.391113, 73.086633 ], [ -107.512207, 73.233040 ], [ -106.523438, 73.073844 ], [ -105.402832, 72.672681 ], [ -104.765625, 71.698194 ], [ -104.458008, 70.995506 ], [ -102.788086, 70.495574 ], [ -100.986328, 70.020587 ], [ -101.096191, 69.580563 ], [ -102.722168, 69.503765 ], [ -102.084961, 69.115611 ], [ -102.436523, 68.752315 ], [ -104.238281, 68.911005 ], [ -105.952148, 69.178184 ], [ -107.116699, 69.115611 ], [ -109.006348, 68.776191 ], [ -113.312988, 68.536276 ], [ -113.862305, 69.005675 ], [ -115.224609, 69.279484 ], [ -116.103516, 69.170373 ], [ -117.333984, 69.960439 ], [ -116.674805, 70.065585 ], [ -115.136719, 70.237175 ], [ -113.730469, 70.192550 ], [ -112.412109, 70.363091 ], [ -114.345703, 70.598021 ], [ -116.477051, 70.517570 ], [ -117.905273, 70.539543 ], [ -118.432617, 70.909456 ], [ -116.103516, 71.307836 ], [ -117.663574, 71.293747 ], [ -119.399414, 71.559692 ], [ -118.564453, 72.309109 ], [ -117.861328, 72.705372 ], [ -115.180664, 73.315246 ] ] ], [ [ [ -121.530762, 74.449358 ], [ -120.102539, 74.241846 ], [ -117.553711, 74.188052 ], [ -116.586914, 73.898111 ], [ -115.510254, 73.472235 ], [ -116.762695, 73.220358 ], [ -119.223633, 72.521532 ], [ -120.454102, 71.821986 ], [ -120.454102, 71.385142 ], [ -123.090820, 70.902268 ], [ -123.618164, 71.343013 ], [ -125.925293, 71.869909 ], [ -125.507812, 72.289067 ], [ -124.804688, 73.022592 ], [ -123.947754, 73.677264 ], [ -124.914551, 74.289514 ], [ -121.530762, 74.449358 ] ] ], [ [ [ -100.349121, 73.843173 ], [ -99.162598, 73.633981 ], [ -97.382812, 73.757352 ], [ -97.119141, 73.472235 ], [ -98.041992, 72.990483 ], [ -96.547852, 72.561085 ], [ -96.723633, 71.656749 ], [ -98.349609, 71.272595 ], [ -99.316406, 71.357067 ], [ -100.019531, 71.739548 ], [ -102.502441, 72.508328 ], [ -102.480469, 72.829052 ], [ -100.437012, 72.705372 ], [ -101.535645, 73.359348 ], [ -100.349121, 73.843173 ] ] ], [ [ [ -94.504395, 74.134078 ], [ -92.416992, 74.097996 ], [ -90.505371, 73.855397 ], [ -91.999512, 72.964753 ], [ -93.186035, 72.770574 ], [ -94.262695, 72.026510 ], [ -95.405273, 72.060381 ], [ -96.042480, 72.938986 ], [ -96.020508, 73.434689 ], [ -95.493164, 73.861506 ], [ -94.504395, 74.134078 ] ] ], [ [ [ -105.249023, 73.640171 ], [ -104.501953, 73.422156 ], [ -105.380859, 72.757553 ], [ -106.940918, 73.459729 ], [ -106.589355, 73.596792 ], [ -105.249023, 73.640171 ] ] ], [ [ [ -109.577637, 76.795721 ], [ -108.544922, 76.679785 ], [ -108.215332, 76.200727 ], [ -107.819824, 75.845169 ], [ -106.918945, 76.010783 ], [ -105.886230, 75.968226 ], [ -105.710449, 75.480640 ], [ -106.303711, 75.004940 ], [ -109.709473, 74.850672 ], [ -112.214355, 74.413974 ], [ -113.752441, 74.396253 ], [ -113.862305, 74.718037 ], [ -111.796875, 75.163300 ], [ -116.301270, 75.044684 ], [ -117.707520, 75.219460 ], [ -116.345215, 76.200727 ], [ -115.400391, 76.480910 ], [ -112.587891, 76.142958 ], [ -110.808105, 75.546598 ], [ -109.072266, 75.475131 ], [ -110.500488, 76.429449 ], [ -109.577637, 76.795721 ] ] ], [ [ [ -96.745605, 77.162046 ], [ -94.680176, 77.098423 ], [ -93.581543, 76.775629 ], [ -91.604004, 76.780655 ], [ -90.747070, 76.450056 ], [ -90.966797, 76.074381 ], [ -90.000000, 75.882732 ], [ -89.824219, 75.845169 ], [ -89.187012, 75.612262 ], [ -88.242188, 75.579466 ], [ -88.242188, 74.402163 ], [ -89.758301, 74.514023 ], [ -90.000000, 74.543330 ], [ -92.416992, 74.839183 ], [ -92.768555, 75.386696 ], [ -92.878418, 75.882732 ], [ -93.889160, 76.320754 ], [ -95.954590, 76.439756 ], [ -97.119141, 76.750473 ], [ -96.745605, 77.162046 ] ] ], [ [ [ -94.855957, 75.644984 ], [ -93.977051, 75.297735 ], [ -93.603516, 74.982183 ], [ -94.152832, 74.590108 ], [ -95.603027, 74.665828 ], [ -96.811523, 74.925142 ], [ -96.284180, 75.375605 ], [ -94.855957, 75.644984 ] ] ], [ [ [ -98.503418, 76.720223 ], [ -97.734375, 76.258260 ], [ -97.712402, 75.742715 ], [ -98.151855, 74.999254 ], [ -99.799805, 74.896542 ], [ -100.876465, 75.056021 ], [ -100.854492, 75.639536 ], [ -102.502441, 75.563041 ], [ -102.568359, 76.336334 ], [ -101.491699, 76.305156 ], [ -99.975586, 76.644302 ], [ -98.569336, 76.588356 ], [ -98.503418, 76.720223 ] ] ], [ [ [ -92.416992, 81.258372 ], [ -91.120605, 80.721727 ], [ -90.000000, 80.578943 ], [ -89.450684, 80.510360 ], [ -88.242188, 80.371707 ], [ -88.242188, 78.617003 ], [ -89.033203, 78.287126 ], [ -90.000000, 78.246913 ], [ -90.812988, 78.215541 ], [ -92.878418, 78.344973 ], [ -93.955078, 78.750659 ], [ -93.933105, 79.113389 ], [ -93.142090, 79.379856 ], [ -94.965820, 79.371754 ], [ -96.064453, 79.702907 ], [ -96.701660, 80.156200 ], [ -96.020508, 80.600499 ], [ -95.317383, 80.907616 ], [ -94.306641, 80.976799 ], [ -94.724121, 81.204780 ], [ -92.416992, 81.258372 ] ] ], [ [ [ -116.191406, 77.645947 ], [ -116.345215, 76.875786 ], [ -117.114258, 76.532180 ], [ -118.037109, 76.480910 ], [ -119.904785, 76.053213 ], [ -121.508789, 75.898801 ], [ -122.849121, 76.116622 ], [ -121.157227, 76.865804 ], [ -119.091797, 77.513624 ], [ -117.575684, 77.499364 ], [ -116.191406, 77.645947 ] ] ], [ [ [ -88.242188, 82.175425 ], [ -88.242188, 80.639890 ], [ -89.362793, 80.855383 ], [ -90.000000, 81.164372 ], [ -90.197754, 81.258372 ], [ -91.362305, 81.553847 ], [ -91.582031, 81.895354 ], [ -90.087891, 82.085171 ], [ -90.000000, 82.088196 ], [ -88.923340, 82.118384 ], [ -88.242188, 82.175425 ] ] ], [ [ [ -88.242188, 77.122930 ], [ -88.242188, 76.439756 ], [ -89.494629, 76.470633 ], [ -89.604492, 76.950415 ], [ -88.242188, 77.122930 ] ] ], [ [ [ -111.269531, 78.152551 ], [ -109.863281, 77.998190 ], [ -110.192871, 77.697553 ], [ -112.060547, 77.408678 ], [ -113.532715, 77.730282 ], [ -112.719727, 78.052896 ], [ -111.269531, 78.152551 ] ] ], [ [ [ -96.437988, 77.832589 ], [ -94.416504, 77.818688 ], [ -93.713379, 77.631836 ], [ -93.845215, 77.518374 ], [ -94.284668, 77.489849 ], [ -96.174316, 77.556308 ], [ -96.437988, 77.832589 ] ] ], [ [ [ -98.635254, 78.870048 ], [ -97.338867, 78.831810 ], [ -96.745605, 78.763511 ], [ -95.559082, 78.420193 ], [ -95.822754, 78.057443 ], [ -97.316895, 77.851100 ], [ -98.129883, 78.084693 ], [ -98.547363, 78.459822 ], [ -98.635254, 78.870048 ] ] ], [ [ [ -88.242188, 77.901861 ], [ -88.242188, 77.878814 ], [ -88.264160, 77.901861 ], [ -88.242188, 77.901861 ] ] ], [ [ [ -105.490723, 79.302640 ], [ -103.535156, 79.163075 ], [ -100.832520, 78.801980 ], [ -100.063477, 78.322757 ], [ -99.667969, 77.906466 ], [ -101.293945, 78.016453 ], [ -102.941895, 78.344973 ], [ -105.183105, 78.380430 ], [ -104.216309, 78.677557 ], [ -105.424805, 78.916608 ], [ -105.490723, 79.302640 ] ] ], [ [ [ -111.489258, 78.848821 ], [ -110.961914, 78.806246 ], [ -109.665527, 78.599643 ], [ -110.874023, 78.406954 ], [ -112.543945, 78.406954 ], [ -112.521973, 78.551769 ], [ -111.489258, 78.848821 ] ] ] ] } } , { "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -181.757812, 69.457554 ], [ -181.406250, 69.395783 ], [ -180.000000, 68.966279 ], [ -177.539062, 68.196052 ], [ -174.924316, 67.204032 ], [ -175.012207, 66.583217 ], [ -174.814453, 66.513260 ], [ -174.331055, 66.337505 ], [ -174.396973, 66.513260 ], [ -174.572754, 67.058870 ], [ -171.848145, 66.912834 ], [ -171.013184, 66.513260 ], [ -169.892578, 65.973325 ], [ -170.310059, 65.802776 ], [ -178.857422, 65.802776 ], [ -178.681641, 66.107170 ], [ -179.890137, 65.874725 ], [ -179.824219, 65.802776 ], [ -180.000000, 65.802776 ], [ -181.757812, 65.802776 ], [ -181.757812, 69.457554 ] ] ], [ [ [ -180.000000, 71.517945 ], [ -179.868164, 71.559692 ], [ -179.033203, 71.552741 ], [ -177.583008, 71.265539 ], [ -177.670898, 71.130988 ], [ -178.681641, 70.895078 ], [ -180.000000, 70.830248 ], [ -181.098633, 70.779678 ], [ -181.274414, 71.095425 ], [ -180.000000, 71.517945 ] ] ] ] } } ] } @@ -115,9 +91,7 @@ , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 2 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Colombia", "sov_a3": "COL", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Colombia", "adm0_a3": "COL", "geou_dif": 0, "geounit": "Colombia", "gu_a3": "COL", "su_dif": 0, "subunit": "Colombia", "su_a3": "COL", "brk_diff": 0, "name": "Colombia", "name_long": "Colombia", "brk_a3": "COL", "brk_name": "Colombia", "abbrev": "Col.", "postal": "CO", "formal_en": "Republic of Colombia", "name_sort": "Colombia", "mapcolor7": 2, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 1, "pop_est": 45644023, "gdp_md_est": 395400, "pop_year": -99, "lastcensus": 2006, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "CO", "iso_a3": "COL", "iso_n3": "170", "un_a3": "170", "wb_a2": "CO", "wb_a3": "COL", "woe_id": -99, "adm0_a3_is": "COL", "adm0_a3_us": "COL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 8, "long_len": 8, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -69.345703, -52.522906 ], [ -68.642578, -52.643063 ], [ -68.642578, -54.876607 ], [ -67.565918, -54.876607 ], [ -66.950684, -54.901882 ], [ -67.280273, -55.304138 ], [ -68.137207, -55.615589 ], [ -68.642578, -55.578345 ], [ -69.235840, -55.503750 ], [ -69.960938, -55.203953 ], [ -70.993652, -55.053203 ], [ -72.268066, -54.495568 ], [ -73.278809, -53.956086 ], [ -74.663086, -52.842595 ], [ -73.828125, -53.054422 ], [ -72.421875, -53.709714 ], [ -71.103516, -54.072283 ], [ -70.598145, -53.618579 ], [ -70.268555, -52.935397 ], [ -69.345703, -52.522906 ] ] ], [ [ [ -50.053711, 1.757537 ], [ -49.965820, 1.735574 ], [ -49.943848, 1.054628 ], [ -50.690918, 0.219726 ], [ -50.383301, -0.087891 ], [ -48.625488, -0.241699 ], [ -48.581543, -1.230374 ], [ -47.834473, -0.593251 ], [ -46.560059, -0.944781 ], [ -44.912109, -1.559866 ], [ -44.406738, -2.130856 ], [ -44.582520, -2.701635 ], [ -43.417969, -2.394322 ], [ -41.462402, -2.921097 ], [ -39.968262, -2.877208 ], [ -38.496094, -3.710782 ], [ -37.221680, -4.828260 ], [ -36.452637, -5.112830 ], [ -35.595703, -5.156599 ], [ -35.244141, -5.462896 ], [ -34.738770, -7.340675 ], [ -35.134277, -8.993600 ], [ -35.639648, -9.644077 ], [ -37.045898, -11.049038 ], [ -37.683105, -12.168226 ], [ -38.430176, -13.047372 ], [ -38.671875, -13.068777 ], [ -38.957520, -13.795406 ], [ -38.891602, -15.665354 ], [ -39.265137, -17.874203 ], [ -39.572754, -18.271086 ], [ -39.748535, -19.601194 ], [ -40.781250, -20.899871 ], [ -40.935059, -21.943046 ], [ -41.748047, -22.370396 ], [ -41.989746, -22.978624 ], [ -43.066406, -22.978624 ], [ -44.648438, -23.362429 ], [ -45.351562, -23.805450 ], [ -46.472168, -24.086589 ], [ -47.636719, -24.886436 ], [ -48.493652, -25.878994 ], [ -48.647461, -26.627818 ], [ -48.471680, -27.176469 ], [ -48.669434, -28.188244 ], [ -48.889160, -28.671311 ], [ -49.592285, -29.228890 ], [ -50.690918, -30.977609 ], [ -51.569824, -31.784217 ], [ -52.250977, -32.249974 ], [ -52.712402, -33.192731 ], [ -53.371582, -33.760882 ], [ -53.657227, -33.211116 ], [ -53.217773, -32.731841 ], [ -53.789062, -32.045333 ], [ -54.580078, -31.503629 ], [ -55.590820, -30.845647 ], [ -55.964355, -30.883369 ], [ -56.975098, -30.107118 ], [ -57.634277, -30.221102 ], [ -56.293945, -28.844674 ], [ -55.151367, -27.877928 ], [ -53.657227, -26.922070 ], [ -53.635254, -26.135714 ], [ -54.118652, -25.542441 ], [ -54.624023, -25.740529 ], [ -54.426270, -25.165173 ], [ -54.294434, -24.567108 ], [ -54.294434, -24.026397 ], [ -54.645996, -23.845650 ], [ -55.019531, -24.006326 ], [ -55.393066, -23.966176 ], [ -55.524902, -23.563987 ], [ -55.612793, -22.654572 ], [ -55.788574, -22.350076 ], [ -56.469727, -22.085640 ], [ -56.887207, -22.289096 ], [ -57.941895, -22.085640 ], [ -57.875977, -20.735566 ], [ -58.161621, -20.179724 ], [ -58.183594, -19.870060 ], [ -59.106445, -19.352611 ], [ -60.051270, -19.352611 ], [ -61.787109, -19.642588 ], [ -62.270508, -20.509355 ], [ -62.292480, -21.043491 ], [ -62.687988, -22.248429 ], [ -62.841797, -22.044913 ], [ -63.984375, -22.004175 ], [ -64.379883, -22.796439 ], [ -64.973145, -22.085640 ], [ -66.269531, -21.841105 ], [ -67.104492, -22.735657 ], [ -66.994629, -22.978624 ], [ -67.324219, -24.026397 ], [ -68.422852, -24.527135 ], [ -68.378906, -26.194877 ], [ -68.598633, -26.509905 ], [ -68.291016, -26.902477 ], [ -68.994141, -27.527758 ], [ -69.653320, -28.459033 ], [ -70.004883, -29.363027 ], [ -69.916992, -30.334954 ], [ -70.532227, -31.372399 ], [ -70.070801, -33.100745 ], [ -69.807129, -33.266250 ], [ -69.807129, -34.198173 ], [ -70.378418, -35.173808 ], [ -70.356445, -36.013561 ], [ -71.125488, -36.650793 ], [ -71.125488, -37.579413 ], [ -70.817871, -38.548165 ], [ -71.411133, -38.925229 ], [ -71.674805, -39.808536 ], [ -71.916504, -40.830437 ], [ -71.740723, -42.049293 ], [ -72.158203, -42.261049 ], [ -71.916504, -43.405047 ], [ -71.455078, -43.786958 ], [ -71.784668, -44.213710 ], [ -71.323242, -44.402392 ], [ -71.213379, -44.777936 ], [ -71.652832, -44.980342 ], [ -71.542969, -45.567910 ], [ -71.916504, -46.890232 ], [ -72.443848, -47.739323 ], [ -72.333984, -48.239309 ], [ -72.641602, -48.879167 ], [ -73.410645, -49.325122 ], [ -73.322754, -50.373496 ], [ -72.971191, -50.736455 ], [ -72.312012, -50.680797 ], [ -72.333984, -51.426614 ], [ -71.916504, -52.011937 ], [ -69.499512, -52.146973 ], [ -68.576660, -52.295042 ], [ -69.455566, -52.295042 ], [ -69.938965, -52.536273 ], [ -70.839844, -52.895649 ], [ -71.015625, -53.839564 ], [ -71.433105, -53.852527 ], [ -72.553711, -53.527248 ], [ -73.696289, -52.829321 ], [ -74.948730, -52.268157 ], [ -75.256348, -51.631657 ], [ -74.970703, -51.041394 ], [ -75.476074, -50.373496 ], [ -75.607910, -48.676454 ], [ -75.190430, -47.709762 ], [ -74.135742, -46.935261 ], [ -75.651855, -46.649436 ], [ -74.685059, -45.767523 ], [ -74.355469, -44.103365 ], [ -73.234863, -44.449468 ], [ -72.707520, -42.391009 ], [ -73.388672, -42.114524 ], [ -73.696289, -43.373112 ], [ -74.333496, -43.229195 ], [ -74.025879, -41.787697 ], [ -73.674316, -39.943436 ], [ -73.212891, -39.266284 ], [ -73.498535, -38.289937 ], [ -73.586426, -37.160317 ], [ -73.168945, -37.125286 ], [ -72.553711, -35.514343 ], [ -71.850586, -33.906896 ], [ -71.433105, -32.417066 ], [ -71.674805, -30.921076 ], [ -71.367188, -30.088108 ], [ -71.499023, -28.863918 ], [ -70.905762, -27.644606 ], [ -70.729980, -25.700938 ], [ -70.092773, -21.391705 ], [ -70.158691, -19.766704 ], [ -70.378418, -18.354526 ], [ -71.367188, -17.769612 ], [ -71.455078, -17.371610 ], [ -73.432617, -16.362310 ], [ -75.234375, -15.262989 ], [ -76.003418, -14.647368 ], [ -76.420898, -13.816744 ], [ -76.267090, -13.539201 ], [ -77.102051, -12.232655 ], [ -78.090820, -10.379765 ], [ -79.035645, -8.385431 ], [ -79.453125, -7.928675 ], [ -79.760742, -7.188101 ], [ -80.529785, -6.533645 ], [ -81.254883, -6.140555 ], [ -80.925293, -5.681584 ], [ -81.408691, -4.740675 ], [ -81.101074, -4.039618 ], [ -80.310059, -3.403758 ], [ -79.760742, -2.657738 ], [ -79.980469, -2.218684 ], [ -80.375977, -2.679687 ], [ -80.969238, -2.240640 ], [ -80.771484, -1.977147 ], [ -80.925293, -1.054628 ], [ -80.573730, -0.900842 ], [ -80.397949, -0.285643 ], [ -80.244141, 0.000000 ], [ -80.024414, 0.351560 ], [ -80.090332, 0.769020 ], [ -79.541016, 0.988720 ], [ -78.859863, 1.384143 ], [ -78.991699, 1.691649 ], [ -78.662109, 1.757537 ], [ -50.053711, 1.757537 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Argentina", "sov_a3": "ARG", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Argentina", "adm0_a3": "ARG", "geou_dif": 0, "geounit": "Argentina", "gu_a3": "ARG", "su_dif": 0, "subunit": "Argentina", "su_a3": "ARG", "brk_diff": 0, "name": "Argentina", "name_long": "Argentina", "brk_a3": "ARG", "brk_name": "Argentina", "abbrev": "Arg.", "postal": "AR", "formal_en": "Argentine Republic", "name_sort": "Argentina", "mapcolor7": 3, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 13, "pop_est": 40913584, "gdp_md_est": 573900, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "AR", "iso_a3": "ARG", "iso_n3": "032", "un_a3": "032", "wb_a2": "AR", "wb_a3": "ARG", "woe_id": -99, "adm0_a3_is": "ARG", "adm0_a3_us": "ARG", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 9, "long_len": 9, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -68.642578, -52.643063 ], [ -68.247070, -53.107217 ], [ -67.741699, -53.852527 ], [ -66.445312, -54.444492 ], [ -65.039062, -54.699234 ], [ -65.500488, -55.203953 ], [ -66.445312, -55.254077 ], [ -66.950684, -54.901882 ], [ -67.565918, -54.876607 ], [ -68.642578, -54.876607 ], [ -68.642578, -52.643063 ] ] ], [ [ [ -59.106445, -19.352611 ], [ -58.183594, -19.870060 ], [ -58.161621, -20.179724 ], [ -57.875977, -20.735566 ], [ -57.941895, -22.085640 ], [ -56.887207, -22.289096 ], [ -56.469727, -22.085640 ], [ -55.788574, -22.350076 ], [ -55.612793, -22.654572 ], [ -55.524902, -23.563987 ], [ -55.393066, -23.966176 ], [ -55.019531, -24.006326 ], [ -54.645996, -23.845650 ], [ -54.294434, -24.026397 ], [ -54.294434, -24.567108 ], [ -54.426270, -25.165173 ], [ -54.624023, -25.740529 ], [ -54.118652, -25.542441 ], [ -53.635254, -26.135714 ], [ -53.657227, -26.922070 ], [ -55.151367, -27.877928 ], [ -56.293945, -28.844674 ], [ -57.634277, -30.221102 ], [ -56.975098, -30.107118 ], [ -55.964355, -30.883369 ], [ -55.590820, -30.845647 ], [ -54.580078, -31.503629 ], [ -53.789062, -32.045333 ], [ -53.217773, -32.731841 ], [ -53.657227, -33.211116 ], [ -53.371582, -33.760882 ], [ -53.811035, -34.397845 ], [ -54.931641, -34.957995 ], [ -55.678711, -34.759666 ], [ -56.206055, -34.867905 ], [ -57.128906, -34.434098 ], [ -57.810059, -34.470335 ], [ -58.425293, -33.906896 ], [ -58.491211, -34.434098 ], [ -57.216797, -35.281501 ], [ -57.370605, -35.978006 ], [ -56.733398, -36.421282 ], [ -56.777344, -36.897194 ], [ -57.744141, -38.186387 ], [ -59.238281, -38.719805 ], [ -61.237793, -38.925229 ], [ -62.336426, -38.822591 ], [ -62.116699, -39.419221 ], [ -62.336426, -40.178873 ], [ -62.138672, -40.680638 ], [ -62.753906, -41.029643 ], [ -63.764648, -41.162114 ], [ -64.731445, -40.797177 ], [ -65.126953, -41.062786 ], [ -64.973145, -42.065607 ], [ -64.291992, -42.358544 ], [ -63.764648, -42.049293 ], [ -63.457031, -42.569264 ], [ -64.379883, -42.875964 ], [ -65.170898, -43.500752 ], [ -65.324707, -44.496505 ], [ -65.566406, -45.042478 ], [ -66.511230, -45.042478 ], [ -67.302246, -45.552525 ], [ -67.587891, -46.301406 ], [ -66.599121, -47.040182 ], [ -65.632324, -47.234490 ], [ -65.983887, -48.136767 ], [ -67.170410, -48.705463 ], [ -67.807617, -49.866317 ], [ -68.730469, -50.261254 ], [ -69.147949, -50.736455 ], [ -68.818359, -51.767840 ], [ -68.159180, -52.348763 ], [ -68.576660, -52.295042 ], [ -69.499512, -52.146973 ], [ -71.916504, -52.011937 ], [ -72.333984, -51.426614 ], [ -72.312012, -50.680797 ], [ -72.971191, -50.736455 ], [ -73.322754, -50.373496 ], [ -73.410645, -49.325122 ], [ -72.641602, -48.879167 ], [ -72.333984, -48.239309 ], [ -72.443848, -47.739323 ], [ -71.916504, -46.890232 ], [ -71.542969, -45.567910 ], [ -71.652832, -44.980342 ], [ -71.213379, -44.777936 ], [ -71.323242, -44.402392 ], [ -71.784668, -44.213710 ], [ -71.455078, -43.786958 ], [ -71.916504, -43.405047 ], [ -72.158203, -42.261049 ], [ -71.740723, -42.049293 ], [ -71.916504, -40.830437 ], [ -71.674805, -39.808536 ], [ -71.411133, -38.925229 ], [ -70.817871, -38.548165 ], [ -71.125488, -37.579413 ], [ -71.125488, -36.650793 ], [ -70.356445, -36.013561 ], [ -70.378418, -35.173808 ], [ -69.807129, -34.198173 ], [ -69.807129, -33.266250 ], [ -70.070801, -33.100745 ], [ -70.532227, -31.372399 ], [ -69.916992, -30.334954 ], [ -70.004883, -29.363027 ], [ -69.653320, -28.459033 ], [ -68.994141, -27.527758 ], [ -68.291016, -26.902477 ], [ -68.598633, -26.509905 ], [ -68.378906, -26.194877 ], [ -68.422852, -24.527135 ], [ -67.324219, -24.026397 ], [ -66.994629, -22.978624 ], [ -67.104492, -22.735657 ], [ -66.269531, -21.841105 ], [ -64.973145, -22.085640 ], [ -64.379883, -22.796439 ], [ -63.984375, -22.004175 ], [ -62.841797, -22.044913 ], [ -62.687988, -22.248429 ], [ -62.292480, -21.043491 ], [ -62.270508, -20.509355 ], [ -61.787109, -19.642588 ], [ -60.051270, -19.352611 ], [ -59.106445, -19.352611 ] ] ], [ [ [ -58.557129, -51.096623 ], [ -57.744141, -51.549751 ], [ -58.051758, -51.903613 ], [ -59.392090, -52.200874 ], [ -59.853516, -51.849353 ], [ -60.688477, -52.295042 ], [ -61.193848, -51.849353 ], [ -60.007324, -51.248163 ], [ -59.150391, -51.495065 ], [ -58.557129, -51.096623 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Colombia", "sov_a3": "COL", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Colombia", "adm0_a3": "COL", "geou_dif": 0, "geounit": "Colombia", "gu_a3": "COL", "su_dif": 0, "subunit": "Colombia", "su_a3": "COL", "brk_diff": 0, "name": "Colombia", "name_long": "Colombia", "brk_a3": "COL", "brk_name": "Colombia", "abbrev": "Col.", "postal": "CO", "formal_en": "Republic of Colombia", "name_sort": "Colombia", "mapcolor7": 2, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 1, "pop_est": 45644023, "gdp_md_est": 395400, "pop_year": -99, "lastcensus": 2006, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "CO", "iso_a3": "COL", "iso_n3": "170", "un_a3": "170", "wb_a2": "CO", "wb_a3": "COL", "woe_id": -99, "adm0_a3_is": "COL", "adm0_a3_us": "COL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 8, "long_len": 8, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -69.345703, -52.522906 ], [ -68.642578, -52.643063 ], [ -68.247070, -53.107217 ], [ -67.741699, -53.852527 ], [ -66.445312, -54.444492 ], [ -65.039062, -54.699234 ], [ -65.500488, -55.203953 ], [ -66.445312, -55.254077 ], [ -66.950684, -54.901882 ], [ -67.280273, -55.304138 ], [ -68.137207, -55.615589 ], [ -68.642578, -55.578345 ], [ -69.235840, -55.503750 ], [ -69.960938, -55.203953 ], [ -70.993652, -55.053203 ], [ -72.268066, -54.495568 ], [ -73.278809, -53.956086 ], [ -74.663086, -52.842595 ], [ -73.828125, -53.054422 ], [ -72.421875, -53.709714 ], [ -71.103516, -54.072283 ], [ -70.598145, -53.618579 ], [ -70.268555, -52.935397 ], [ -69.345703, -52.522906 ] ] ], [ [ [ -50.053711, 1.757537 ], [ -49.965820, 1.735574 ], [ -49.943848, 1.054628 ], [ -50.690918, 0.219726 ], [ -50.383301, -0.087891 ], [ -48.625488, -0.241699 ], [ -48.581543, -1.230374 ], [ -47.834473, -0.593251 ], [ -46.560059, -0.944781 ], [ -44.912109, -1.559866 ], [ -44.406738, -2.130856 ], [ -44.582520, -2.701635 ], [ -43.417969, -2.394322 ], [ -41.462402, -2.921097 ], [ -39.968262, -2.877208 ], [ -38.496094, -3.710782 ], [ -37.221680, -4.828260 ], [ -36.452637, -5.112830 ], [ -35.595703, -5.156599 ], [ -35.244141, -5.462896 ], [ -34.738770, -7.340675 ], [ -35.134277, -8.993600 ], [ -35.639648, -9.644077 ], [ -37.045898, -11.049038 ], [ -37.683105, -12.168226 ], [ -38.430176, -13.047372 ], [ -38.671875, -13.068777 ], [ -38.957520, -13.795406 ], [ -38.891602, -15.665354 ], [ -39.265137, -17.874203 ], [ -39.572754, -18.271086 ], [ -39.748535, -19.601194 ], [ -40.781250, -20.899871 ], [ -40.935059, -21.943046 ], [ -41.748047, -22.370396 ], [ -41.989746, -22.978624 ], [ -43.066406, -22.978624 ], [ -44.648438, -23.362429 ], [ -45.351562, -23.805450 ], [ -46.472168, -24.086589 ], [ -47.636719, -24.886436 ], [ -48.493652, -25.878994 ], [ -48.647461, -26.627818 ], [ -48.471680, -27.176469 ], [ -48.669434, -28.188244 ], [ -48.889160, -28.671311 ], [ -49.592285, -29.228890 ], [ -50.690918, -30.977609 ], [ -51.569824, -31.784217 ], [ -52.250977, -32.249974 ], [ -52.712402, -33.192731 ], [ -53.371582, -33.760882 ], [ -53.811035, -34.397845 ], [ -54.931641, -34.957995 ], [ -55.678711, -34.759666 ], [ -56.206055, -34.867905 ], [ -57.128906, -34.434098 ], [ -57.810059, -34.470335 ], [ -58.425293, -33.906896 ], [ -58.491211, -34.434098 ], [ -57.216797, -35.281501 ], [ -57.370605, -35.978006 ], [ -56.733398, -36.421282 ], [ -56.777344, -36.897194 ], [ -57.744141, -38.186387 ], [ -59.238281, -38.719805 ], [ -61.237793, -38.925229 ], [ -62.336426, -38.822591 ], [ -62.116699, -39.419221 ], [ -62.336426, -40.178873 ], [ -62.138672, -40.680638 ], [ -62.753906, -41.029643 ], [ -63.764648, -41.162114 ], [ -64.731445, -40.797177 ], [ -65.126953, -41.062786 ], [ -64.973145, -42.065607 ], [ -64.291992, -42.358544 ], [ -63.764648, -42.049293 ], [ -63.457031, -42.569264 ], [ -64.379883, -42.875964 ], [ -65.170898, -43.500752 ], [ -65.324707, -44.496505 ], [ -65.566406, -45.042478 ], [ -66.511230, -45.042478 ], [ -67.302246, -45.552525 ], [ -67.587891, -46.301406 ], [ -66.599121, -47.040182 ], [ -65.632324, -47.234490 ], [ -65.983887, -48.136767 ], [ -67.170410, -48.705463 ], [ -67.807617, -49.866317 ], [ -68.730469, -50.261254 ], [ -69.147949, -50.736455 ], [ -68.818359, -51.767840 ], [ -68.159180, -52.348763 ], [ -68.576660, -52.295042 ], [ -69.455566, -52.295042 ], [ -69.938965, -52.536273 ], [ -70.839844, -52.895649 ], [ -71.015625, -53.839564 ], [ -71.433105, -53.852527 ], [ -72.553711, -53.527248 ], [ -73.696289, -52.829321 ], [ -74.948730, -52.268157 ], [ -75.256348, -51.631657 ], [ -74.970703, -51.041394 ], [ -75.476074, -50.373496 ], [ -75.607910, -48.676454 ], [ -75.190430, -47.709762 ], [ -74.135742, -46.935261 ], [ -75.651855, -46.649436 ], [ -74.685059, -45.767523 ], [ -74.355469, -44.103365 ], [ -73.234863, -44.449468 ], [ -72.707520, -42.391009 ], [ -73.388672, -42.114524 ], [ -73.696289, -43.373112 ], [ -74.333496, -43.229195 ], [ -74.025879, -41.787697 ], [ -73.674316, -39.943436 ], [ -73.212891, -39.266284 ], [ -73.498535, -38.289937 ], [ -73.586426, -37.160317 ], [ -73.168945, -37.125286 ], [ -72.553711, -35.514343 ], [ -71.850586, -33.906896 ], [ -71.433105, -32.417066 ], [ -71.674805, -30.921076 ], [ -71.367188, -30.088108 ], [ -71.499023, -28.863918 ], [ -70.905762, -27.644606 ], [ -70.729980, -25.700938 ], [ -70.092773, -21.391705 ], [ -70.158691, -19.766704 ], [ -70.378418, -18.354526 ], [ -71.367188, -17.769612 ], [ -71.455078, -17.371610 ], [ -73.432617, -16.362310 ], [ -75.234375, -15.262989 ], [ -76.003418, -14.647368 ], [ -76.420898, -13.816744 ], [ -76.267090, -13.539201 ], [ -77.102051, -12.232655 ], [ -78.090820, -10.379765 ], [ -79.035645, -8.385431 ], [ -79.453125, -7.928675 ], [ -79.760742, -7.188101 ], [ -80.529785, -6.533645 ], [ -81.254883, -6.140555 ], [ -80.925293, -5.681584 ], [ -81.408691, -4.740675 ], [ -81.101074, -4.039618 ], [ -80.310059, -3.403758 ], [ -79.760742, -2.657738 ], [ -79.980469, -2.218684 ], [ -80.375977, -2.679687 ], [ -80.969238, -2.240640 ], [ -80.771484, -1.977147 ], [ -80.925293, -1.054628 ], [ -80.573730, -0.900842 ], [ -80.397949, -0.285643 ], [ -80.244141, 0.000000 ], [ -80.024414, 0.351560 ], [ -80.090332, 0.769020 ], [ -79.541016, 0.988720 ], [ -78.859863, 1.384143 ], [ -78.991699, 1.691649 ], [ -78.662109, 1.757537 ], [ -50.053711, 1.757537 ] ] ], [ [ [ -58.557129, -51.096623 ], [ -57.744141, -51.549751 ], [ -58.051758, -51.903613 ], [ -59.392090, -52.200874 ], [ -59.853516, -51.849353 ], [ -60.688477, -52.295042 ], [ -61.193848, -51.849353 ], [ -60.007324, -51.248163 ], [ -59.150391, -51.495065 ], [ -58.557129, -51.096623 ] ] ] ] } } , { "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4, "sovereignt": "Antarctica", "sov_a3": "ATA", "adm0_dif": 0, "level": 2, "type": "Indeterminate", "admin": "Antarctica", "adm0_a3": "ATA", "geou_dif": 0, "geounit": "Antarctica", "gu_a3": "ATA", "su_dif": 0, "subunit": "Antarctica", "su_a3": "ATA", "brk_diff": 0, "name": "Antarctica", "name_long": "Antarctica", "brk_a3": "ATA", "brk_name": "Antarctica", "abbrev": "Ant.", "postal": "AQ", "note_brk": "Multiple claims held in abeyance", "name_sort": "Antarctica", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": -99, "pop_est": 3802, "gdp_md_est": 760.4, "pop_year": -99, "lastcensus": -99, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "AQ", "iso_a3": "ATA", "iso_n3": "010", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99, "adm0_a3_is": "ATA", "adm0_a3_us": "ATA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Antarctica", "region_un": "Antarctica", "subregion": "Antarctica", "region_wb": "Antarctica", "name_len": 10, "long_len": 10, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -57.810059, -63.273182 ], [ -57.216797, -63.528971 ], [ -57.590332, -63.860036 ], [ -58.623047, -64.148952 ], [ -59.040527, -64.368438 ], [ -59.787598, -64.215937 ], [ -60.600586, -64.311349 ], [ -62.028809, -64.802204 ], [ -62.512207, -65.090646 ], [ -62.644043, -65.485626 ], [ -62.578125, -65.856756 ], [ -62.116699, -66.187139 ], [ -62.797852, -66.425537 ], [ -63.764648, -66.513260 ], [ -64.291992, -66.835165 ], [ -64.951172, -67.204032 ], [ -67.609863, -67.204032 ], [ -67.258301, -66.878345 ], [ -66.577148, -66.513260 ], [ -66.049805, -66.213739 ], [ -65.368652, -65.892680 ], [ -64.577637, -65.603878 ], [ -64.182129, -65.173806 ], [ -63.632812, -64.895589 ], [ -62.995605, -64.642704 ], [ -62.050781, -64.586185 ], [ -61.413574, -64.273223 ], [ -60.710449, -64.072200 ], [ -59.875488, -63.956673 ], [ -59.150391, -63.704722 ], [ -58.601074, -63.391522 ], [ -57.810059, -63.273182 ] ] ] } } ] } @@ -125,25 +99,15 @@ , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 1 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.374023, 48.297812 ], [ -84.880371, 46.905246 ], [ -84.770508, 46.634351 ], [ -84.550781, 46.543750 ], [ -84.594727, 46.437857 ], [ -84.331055, 46.407564 ], [ -84.133301, 46.513516 ], [ -84.089355, 46.271037 ], [ -83.891602, 46.118942 ], [ -83.605957, 46.118942 ], [ -83.474121, 45.996962 ], [ -83.583984, 45.813486 ], [ -82.551270, 45.352145 ], [ -82.133789, 43.564472 ], [ -82.419434, 42.972502 ], [ -82.902832, 42.423457 ], [ -83.122559, 42.081917 ], [ -83.144531, 41.967659 ], [ -83.034668, 41.836828 ], [ -82.683105, 41.672912 ], [ -82.441406, 41.672912 ], [ -81.276855, 42.212245 ], [ -80.244141, 42.358544 ], [ -78.947754, 42.859860 ], [ -78.925781, 42.956423 ], [ -79.013672, 43.261206 ], [ -79.167480, 43.468868 ], [ -78.728027, 43.628123 ], [ -76.816406, 43.628123 ], [ -76.508789, 44.024422 ], [ -75.322266, 44.809122 ], [ -74.860840, 44.995883 ], [ -71.499023, 45.011419 ], [ -71.411133, 45.259422 ], [ -71.081543, 45.305803 ], [ -70.664062, 45.460131 ], [ -70.312500, 45.920587 ], [ -70.004883, 46.694667 ], [ -69.235840, 47.442950 ], [ -68.906250, 47.189712 ], [ -68.225098, 47.353711 ], [ -67.785645, 47.070122 ], [ -67.785645, 45.706179 ], [ -67.126465, 45.135555 ], [ -66.972656, 44.809122 ], [ -68.027344, 44.323848 ], [ -69.060059, 43.977005 ], [ -70.114746, 43.675818 ], [ -70.817871, 42.859860 ], [ -70.817871, 42.326062 ], [ -70.488281, 41.804078 ], [ -70.070801, 41.771312 ], [ -70.180664, 42.147114 ], [ -69.873047, 41.918629 ], [ -69.960938, 41.640078 ], [ -70.642090, 41.475660 ], [ -71.125488, 41.492121 ], [ -71.850586, 41.310824 ], [ -72.883301, 41.211722 ], [ -73.718262, 40.930115 ], [ -72.246094, 41.112469 ], [ -71.938477, 40.930115 ], [ -73.344727, 40.630630 ], [ -73.981934, 40.630630 ], [ -73.959961, 40.747257 ], [ -74.245605, 40.480381 ], [ -73.959961, 40.430224 ], [ -74.179688, 39.707187 ], [ -74.904785, 38.942321 ], [ -74.970703, 39.198205 ], [ -75.190430, 39.249271 ], [ -75.520020, 39.504041 ], [ -75.322266, 38.959409 ], [ -75.080566, 38.788345 ], [ -75.058594, 38.410558 ], [ -75.366211, 38.013476 ], [ -75.937500, 37.212832 ], [ -76.025391, 37.247821 ], [ -75.717773, 37.944198 ], [ -76.223145, 38.324420 ], [ -76.354980, 39.147103 ], [ -76.530762, 38.719805 ], [ -76.333008, 38.082690 ], [ -76.992188, 38.238180 ], [ -76.311035, 37.909534 ], [ -76.267090, 36.967449 ], [ -75.959473, 36.897194 ], [ -75.871582, 36.544949 ], [ -75.717773, 35.550105 ], [ -76.354980, 34.813803 ], [ -77.387695, 34.506557 ], [ -78.046875, 33.925130 ], [ -78.552246, 33.852170 ], [ -79.057617, 33.486435 ], [ -79.211426, 33.155948 ], [ -80.310059, 32.509762 ], [ -80.859375, 32.026706 ], [ -81.342773, 31.447410 ], [ -81.496582, 30.732393 ], [ -81.320801, 30.031055 ], [ -80.969238, 29.171349 ], [ -80.529785, 28.478349 ], [ -80.529785, 28.033198 ], [ -80.046387, 26.882880 ], [ -80.134277, 25.819672 ], [ -80.375977, 25.204941 ], [ -80.683594, 25.085599 ], [ -81.166992, 25.204941 ], [ -81.320801, 25.641526 ], [ -81.716309, 25.859224 ], [ -82.705078, 27.488781 ], [ -82.858887, 27.877928 ], [ -82.639160, 28.555576 ], [ -82.924805, 29.094577 ], [ -83.715820, 29.935895 ], [ -84.089355, 30.088108 ], [ -85.100098, 29.630771 ], [ -85.275879, 29.688053 ], [ -85.781250, 30.145127 ], [ -86.396484, 30.391830 ], [ -87.539062, 30.278044 ], [ -88.417969, 30.391830 ], [ -89.187012, 30.315988 ], [ -89.582520, 30.164126 ], [ -89.406738, 29.897806 ], [ -89.428711, 29.496988 ], [ -89.208984, 29.286399 ], [ -89.406738, 29.152161 ], [ -89.780273, 29.305561 ], [ -90.000000, 29.190533 ], [ -90.153809, 29.113775 ], [ -90.878906, 29.152161 ], [ -91.625977, 29.668963 ], [ -91.757812, 29.649869 ], [ -91.757812, 48.180739 ], [ -91.647949, 48.136767 ], [ -90.834961, 48.268569 ], [ -90.000000, 48.092757 ], [ -89.604492, 48.004625 ], [ -89.274902, 48.019324 ], [ -88.374023, 48.297812 ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Guatemala", "sov_a3": "GTM", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Guatemala", "adm0_a3": "GTM", "geou_dif": 0, "geounit": "Guatemala", "gu_a3": "GTM", "su_dif": 0, "subunit": "Guatemala", "su_a3": "GTM", "brk_diff": 0, "name": "Guatemala", "name_long": "Guatemala", "brk_a3": "GTM", "brk_name": "Guatemala", "abbrev": "Guat.", "postal": "GT", "formal_en": "Republic of Guatemala", "name_sort": "Guatemala", "mapcolor7": 3, "mapcolor8": 3, "mapcolor9": 3, "mapcolor13": 6, "pop_est": 13276517, "gdp_md_est": 68580, "pop_year": -99, "lastcensus": 2002, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99, "iso_a2": "GT", "iso_a3": "GTM", "iso_n3": "320", "un_a3": "320", "wb_a2": "GT", "wb_a3": "GTM", "woe_id": -99, "adm0_a3_is": "GTM", "adm0_a3_us": "GTM", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 9, "long_len": 9, "abbrev_len": 5, "tiny": 4, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -87.055664, 21.534847 ], [ -86.813965, 21.330315 ], [ -86.835938, 20.858812 ], [ -87.385254, 20.262197 ], [ -87.626953, 19.642588 ], [ -87.429199, 19.476950 ], [ -87.846680, 18.250220 ], [ -88.088379, 18.521283 ], [ -88.308105, 18.500447 ], [ -88.286133, 18.354526 ], [ -88.110352, 18.354526 ], [ -88.132324, 18.083201 ], [ -88.286133, 17.644022 ], [ -88.198242, 17.497389 ], [ -88.308105, 17.140790 ], [ -88.242188, 17.035777 ], [ -88.352051, 16.530898 ], [ -88.549805, 16.256867 ], [ -88.725586, 16.235772 ], [ -88.923340, 15.876809 ], [ -88.593750, 15.707663 ], [ -88.527832, 15.855674 ], [ -88.110352, 15.686510 ], [ -87.890625, 15.855674 ], [ -87.604980, 15.876809 ], [ -87.517090, 15.792254 ], [ -87.363281, 15.855674 ], [ -86.901855, 15.749963 ], [ -86.440430, 15.771109 ], [ -86.110840, 15.897942 ], [ -86.000977, 16.003576 ], [ -85.451660, 15.876809 ], [ -85.187988, 15.897942 ], [ -84.990234, 16.003576 ], [ -84.375000, 15.834536 ], [ -84.067383, 15.644197 ], [ -83.781738, 15.432501 ], [ -83.408203, 15.262989 ], [ -83.144531, 14.987240 ], [ -83.232422, 14.902322 ], [ -83.276367, 14.668626 ], [ -83.188477, 14.306969 ], [ -83.408203, 13.966054 ], [ -83.518066, 13.560562 ], [ -83.540039, 13.132979 ], [ -83.496094, 12.876070 ], [ -83.474121, 12.425848 ], [ -83.627930, 12.318536 ], [ -83.715820, 11.888853 ], [ -83.649902, 11.630716 ], [ -83.847656, 11.372339 ], [ -83.803711, 11.092166 ], [ -83.649902, 10.941192 ], [ -83.408203, 10.401378 ], [ -82.177734, 9.210560 ], [ -82.199707, 8.993600 ], [ -81.804199, 8.950193 ], [ -81.716309, 9.037003 ], [ -81.430664, 8.776511 ], [ -80.947266, 8.863362 ], [ -80.529785, 9.102097 ], [ -79.914551, 9.318990 ], [ -79.562988, 9.600750 ], [ -79.013672, 9.557417 ], [ -79.057617, 9.449062 ], [ -78.508301, 9.427387 ], [ -78.046875, 9.253936 ], [ -77.717285, 8.950193 ], [ -77.343750, 8.667918 ], [ -76.838379, 8.646196 ], [ -76.091309, 9.340672 ], [ -75.673828, 9.449062 ], [ -75.673828, 9.774025 ], [ -75.476074, 10.617418 ], [ -74.904785, 11.092166 ], [ -74.267578, 11.092166 ], [ -74.201660, 11.307708 ], [ -73.410645, 11.221510 ], [ -72.246094, 11.953349 ], [ -71.762695, 12.425848 ], [ -71.389160, 12.382928 ], [ -71.125488, 12.103781 ], [ -71.323242, 11.781325 ], [ -71.367188, 11.544616 ], [ -71.938477, 11.415418 ], [ -71.608887, 10.962764 ], [ -71.630859, 10.444598 ], [ -72.070312, 9.860628 ], [ -71.696777, 9.080400 ], [ -71.257324, 9.145486 ], [ -71.037598, 9.860628 ], [ -71.345215, 10.206813 ], [ -71.389160, 10.962764 ], [ -70.158691, 11.372339 ], [ -70.290527, 11.845847 ], [ -69.938965, 12.168226 ], [ -69.587402, 11.458491 ], [ -68.884277, 11.436955 ], [ -68.225098, 10.876465 ], [ -68.203125, 10.552622 ], [ -67.302246, 10.552622 ], [ -66.225586, 10.639014 ], [ -65.654297, 10.206813 ], [ -64.885254, 10.077037 ], [ -64.335938, 10.379765 ], [ -64.313965, 10.639014 ], [ -63.083496, 10.703792 ], [ -61.875000, 10.703792 ], [ -62.731934, 10.422988 ], [ -62.380371, 9.947209 ], [ -61.589355, 9.882275 ], [ -60.820312, 9.384032 ], [ -60.666504, 8.581021 ], [ -60.139160, 8.602747 ], [ -59.106445, 7.993957 ], [ -58.491211, 7.340675 ], [ -58.447266, 6.839170 ], [ -58.073730, 6.817353 ], [ -57.150879, 5.965754 ], [ -55.942383, 5.769036 ], [ -55.832520, 5.943900 ], [ -55.041504, 6.031311 ], [ -53.964844, 5.747174 ], [ -54.470215, 4.893941 ], [ -54.404297, 4.214943 ], [ -54.008789, 3.623071 ], [ -54.184570, 3.184394 ], [ -54.272461, 2.723583 ], [ -54.514160, 2.306506 ], [ -55.085449, 2.526037 ], [ -55.568848, 2.416276 ], [ -55.964355, 2.504085 ], [ -56.074219, 2.218684 ], [ -55.898438, 2.021065 ], [ -55.986328, 1.823423 ], [ -56.535645, 1.889306 ], [ -56.777344, 1.867345 ], [ -57.326660, 1.955187 ], [ -57.656250, 1.691649 ], [ -58.117676, 1.515936 ], [ -58.425293, 1.472006 ], [ -58.535156, 1.274309 ], [ -59.018555, 1.318243 ], [ -59.633789, 1.779499 ], [ -59.721680, 2.240640 ], [ -59.963379, 2.745531 ], [ -59.809570, 3.601142 ], [ -59.545898, 3.951941 ], [ -59.765625, 4.412137 ], [ -60.117188, 4.565474 ], [ -59.985352, 5.003394 ], [ -60.205078, 5.244128 ], [ -60.732422, 5.200365 ], [ -60.600586, 4.915833 ], [ -60.974121, 4.543570 ], [ -62.094727, 4.171115 ], [ -62.797852, 3.995781 ], [ -63.083496, 3.776559 ], [ -63.896484, 4.017699 ], [ -64.621582, 4.149201 ], [ -64.819336, 4.061536 ], [ -64.357910, 3.798484 ], [ -64.401855, 3.118576 ], [ -64.270020, 2.504085 ], [ -63.413086, 2.416276 ], [ -63.369141, 2.196727 ], [ -64.072266, 1.911267 ], [ -64.204102, 1.493971 ], [ -65.346680, 1.098565 ], [ -65.544434, 0.790990 ], [ -66.313477, 0.725078 ], [ -66.884766, 1.252342 ], [ -67.060547, 1.120534 ], [ -67.258301, 1.713612 ], [ -67.543945, 2.043024 ], [ -67.873535, 1.691649 ], [ -69.807129, 1.713612 ], [ -69.807129, 1.098565 ], [ -69.213867, 0.988720 ], [ -69.257812, 0.593251 ], [ -69.455566, 0.703107 ], [ -70.004883, 0.549308 ], [ -70.026855, 0.000000 ], [ -70.026855, -0.175781 ], [ -69.565430, -0.549308 ], [ -69.411621, -1.120534 ], [ -69.477539, -1.757537 ], [ -80.815430, -1.757537 ], [ -80.925293, -1.054628 ], [ -80.573730, -0.900842 ], [ -80.397949, -0.285643 ], [ -80.244141, 0.000000 ], [ -80.024414, 0.351560 ], [ -80.090332, 0.769020 ], [ -79.541016, 0.988720 ], [ -78.859863, 1.384143 ], [ -78.991699, 1.691649 ], [ -78.618164, 1.757537 ], [ -78.662109, 2.262595 ], [ -78.420410, 2.635789 ], [ -77.937012, 2.701635 ], [ -77.124023, 3.842332 ], [ -77.497559, 4.083453 ], [ -77.299805, 4.674980 ], [ -77.541504, 5.572250 ], [ -77.321777, 5.834616 ], [ -77.475586, 6.686431 ], [ -77.871094, 7.231699 ], [ -78.222656, 7.514981 ], [ -78.420410, 8.059230 ], [ -78.178711, 8.320212 ], [ -78.442383, 8.385431 ], [ -78.618164, 8.711359 ], [ -79.123535, 8.993600 ], [ -79.562988, 8.928487 ], [ -79.760742, 8.581021 ], [ -80.156250, 8.341953 ], [ -80.375977, 8.298470 ], [ -80.485840, 8.080985 ], [ -80.002441, 7.536764 ], [ -80.266113, 7.427837 ], [ -80.419922, 7.275292 ], [ -80.881348, 7.209900 ], [ -81.057129, 7.819847 ], [ -81.188965, 7.645665 ], [ -81.518555, 7.710992 ], [ -81.716309, 8.102739 ], [ -82.133789, 8.167993 ], [ -82.397461, 8.298470 ], [ -82.814941, 8.298470 ], [ -82.858887, 8.080985 ], [ -82.968750, 8.233237 ], [ -83.496094, 8.450639 ], [ -83.715820, 8.646196 ], [ -83.583984, 8.819939 ], [ -83.627930, 9.058702 ], [ -83.913574, 9.297307 ], [ -84.638672, 9.622414 ], [ -84.704590, 9.903921 ], [ -84.968262, 10.077037 ], [ -84.902344, 9.795678 ], [ -85.100098, 9.557417 ], [ -85.341797, 9.838979 ], [ -85.649414, 9.925566 ], [ -85.803223, 10.141932 ], [ -85.781250, 10.444598 ], [ -85.649414, 10.746969 ], [ -85.935059, 10.898042 ], [ -85.715332, 11.092166 ], [ -86.528320, 11.802834 ], [ -86.748047, 12.146746 ], [ -87.165527, 12.447305 ], [ -87.670898, 12.918907 ], [ -87.561035, 13.068777 ], [ -87.385254, 12.918907 ], [ -87.319336, 12.983148 ], [ -87.495117, 13.304103 ], [ -87.780762, 13.389620 ], [ -87.912598, 13.154376 ], [ -88.483887, 13.154376 ], [ -88.835449, 13.261333 ], [ -89.252930, 13.453737 ], [ -89.802246, 13.517838 ], [ -90.000000, 13.667338 ], [ -90.087891, 13.731381 ], [ -90.615234, 13.902076 ], [ -91.230469, 13.923404 ], [ -91.757812, 14.179186 ], [ -91.757812, 18.771115 ], [ -91.406250, 18.875103 ], [ -90.769043, 19.290406 ], [ -90.527344, 19.870060 ], [ -90.461426, 20.715015 ], [ -90.285645, 21.002471 ], [ -90.000000, 21.105000 ], [ -89.604492, 21.268900 ], [ -88.549805, 21.493964 ], [ -87.648926, 21.453069 ], [ -87.055664, 21.534847 ] ] ], [ [ [ -5.932617, 35.764343 ], [ -5.185547, 35.746512 ], [ -4.592285, 35.335293 ], [ -3.647461, 35.406961 ], [ -2.592773, 35.173808 ], [ -2.175293, 35.173808 ], [ -1.801758, 34.524661 ], [ -1.735840, 33.925130 ], [ -1.384277, 32.861132 ], [ -1.120605, 32.657876 ], [ -1.296387, 32.268555 ], [ -2.614746, 32.101190 ], [ -3.076172, 31.728167 ], [ -3.647461, 31.634676 ], [ -3.691406, 30.902225 ], [ -4.855957, 30.505484 ], [ -5.251465, 29.993002 ], [ -6.064453, 29.726222 ], [ -7.053223, 29.573457 ], [ -8.679199, 28.844674 ], [ -8.657227, 27.664069 ], [ -8.679199, 27.391278 ], [ -4.921875, 24.966140 ], [ 0.000000, 21.800308 ], [ 1.757812, 20.653346 ], [ 1.757812, 15.347762 ], [ 1.384277, 15.326572 ], [ 1.010742, 14.966013 ], [ 0.373535, 14.923554 ], [ 0.307617, 14.434680 ], [ 0.439453, 13.987376 ], [ 0.988770, 13.325485 ], [ 1.032715, 12.854649 ], [ 1.757812, 12.704651 ], [ 1.757812, 11.609193 ], [ 1.450195, 11.544616 ], [ 1.252441, 11.113727 ], [ 0.900879, 11.005904 ], [ 0.021973, 11.027472 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.639014 ], [ 0.373535, 10.185187 ], [ 0.373535, 9.470736 ], [ 0.461426, 8.667918 ], [ 0.703125, 8.320212 ], [ 0.483398, 7.406048 ], [ 0.571289, 6.904614 ], [ 0.834961, 6.271618 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.505371, 5.331644 ], [ -1.054688, 5.003394 ], [ -1.955566, 4.718778 ], [ -2.856445, 5.003394 ], [ -3.317871, 4.981505 ], [ -3.999023, 5.178482 ], [ -4.658203, 5.156599 ], [ -5.822754, 4.981505 ], [ -7.514648, 4.346411 ], [ -7.976074, 4.346411 ], [ -9.008789, 4.828260 ], [ -9.909668, 5.594118 ], [ -10.766602, 6.140555 ], [ -11.447754, 6.773716 ], [ -11.711426, 6.860985 ], [ -12.436523, 7.253496 ], [ -12.941895, 7.798079 ], [ -13.117676, 8.167993 ], [ -13.249512, 8.906780 ], [ -13.688965, 9.492408 ], [ -14.062500, 9.882275 ], [ -14.326172, 10.012130 ], [ -14.567871, 10.206813 ], [ -14.699707, 10.660608 ], [ -14.831543, 10.876465 ], [ -15.139160, 11.049038 ], [ -15.666504, 11.458491 ], [ -16.083984, 11.523088 ], [ -16.303711, 11.802834 ], [ -16.303711, 11.953349 ], [ -16.611328, 12.168226 ], [ -16.831055, 13.154376 ], [ -16.721191, 13.603278 ], [ -17.116699, 14.370834 ], [ -17.622070, 14.732386 ], [ -17.182617, 14.923554 ], [ -16.699219, 15.623037 ], [ -16.457520, 16.130262 ], [ -16.545410, 16.678293 ], [ -16.259766, 17.161786 ], [ -16.149902, 18.104087 ], [ -16.259766, 19.103648 ], [ -16.369629, 19.601194 ], [ -16.281738, 20.097206 ], [ -16.545410, 20.571082 ], [ -17.072754, 21.002471 ], [ -16.962891, 21.881890 ], [ -16.589355, 22.167058 ], [ -16.259766, 22.674847 ], [ -16.325684, 23.019076 ], [ -15.974121, 23.725012 ], [ -15.424805, 24.367114 ], [ -15.095215, 24.527135 ], [ -14.831543, 25.105497 ], [ -14.809570, 25.641526 ], [ -14.436035, 26.254010 ], [ -13.776855, 26.608174 ], [ -13.139648, 27.644606 ], [ -12.612305, 28.033198 ], [ -11.689453, 28.149503 ], [ -10.898438, 28.825425 ], [ -10.393066, 29.094577 ], [ -9.558105, 29.935895 ], [ -9.821777, 31.184609 ], [ -9.426270, 32.045333 ], [ -9.294434, 32.565333 ], [ -8.657227, 33.247876 ], [ -7.646484, 33.687782 ], [ -6.921387, 34.107256 ], [ -6.240234, 35.137879 ], [ -5.932617, 35.764343 ] ] ], [ [ [ -3.010254, 58.631217 ], [ -4.064941, 57.551208 ], [ -3.054199, 57.692406 ], [ -1.955566, 57.680660 ], [ -2.219238, 56.872996 ], [ -3.120117, 55.973798 ], [ -2.087402, 55.912273 ], [ -1.120605, 54.622978 ], [ -0.439453, 54.457267 ], [ 0.000000, 53.670680 ], [ 0.175781, 53.317749 ], [ 0.461426, 52.935397 ], [ 1.691895, 52.736292 ], [ 1.560059, 52.093008 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.549316, 50.764259 ], [ 0.000000, 50.764259 ], [ -0.791016, 50.778155 ], [ -2.482910, 50.499452 ], [ -2.944336, 50.694718 ], [ -3.625488, 50.233152 ], [ -4.548340, 50.345460 ], [ -5.251465, 49.965356 ], [ -5.778809, 50.162824 ], [ -4.306641, 51.206883 ], [ -3.405762, 51.426614 ], [ -4.987793, 51.590723 ], [ -5.273438, 51.984880 ], [ -4.218750, 52.295042 ], [ -4.768066, 52.842595 ], [ -4.570312, 53.488046 ], [ -3.098145, 53.409532 ], [ -2.944336, 53.981935 ], [ -3.625488, 54.610255 ], [ -4.833984, 54.788017 ], [ -5.075684, 55.065787 ], [ -4.724121, 55.503750 ], [ -5.053711, 55.788929 ], [ -5.581055, 55.304138 ], [ -5.646973, 56.279961 ], [ -6.152344, 56.788845 ], [ -5.778809, 57.821355 ], [ -5.009766, 58.631217 ], [ -4.218750, 58.551061 ], [ -3.010254, 58.631217 ] ] ], [ [ [ -16.171875, 66.530768 ], [ -15.864258, 66.513260 ], [ -14.501953, 66.451887 ], [ -14.743652, 65.811781 ], [ -13.601074, 65.127638 ], [ -14.919434, 64.358931 ], [ -17.797852, 63.675506 ], [ -18.654785, 63.499573 ], [ -22.763672, 63.956673 ], [ -21.774902, 64.396938 ], [ -23.950195, 64.886265 ], [ -22.192383, 65.081389 ], [ -22.236328, 65.375994 ], [ -24.323730, 65.612952 ], [ -23.642578, 66.258011 ], [ -22.126465, 66.407955 ], [ -20.566406, 65.730626 ], [ -19.050293, 66.275698 ], [ -17.797852, 65.991212 ], [ -16.215820, 66.513260 ], [ -16.171875, 66.530768 ] ] ], [ [ [ -6.723633, 55.166319 ], [ -5.668945, 54.559323 ], [ -6.196289, 53.865486 ], [ -6.042480, 53.146770 ], [ -6.789551, 52.254709 ], [ -8.569336, 51.672555 ], [ -9.975586, 51.822198 ], [ -9.162598, 52.869130 ], [ -9.689941, 53.878440 ], [ -8.327637, 54.661124 ], [ -7.580566, 55.128649 ], [ -6.723633, 55.166319 ] ] ], [ [ [ -8.261719, 42.277309 ], [ -8.020020, 41.787697 ], [ -7.426758, 41.787697 ], [ -7.250977, 41.918629 ], [ -6.657715, 41.885921 ], [ -6.394043, 41.376809 ], [ -6.855469, 41.112469 ], [ -6.855469, 40.329796 ], [ -7.031250, 40.178873 ], [ -7.075195, 39.707187 ], [ -7.492676, 39.622615 ], [ -7.097168, 39.027719 ], [ -7.382812, 38.376115 ], [ -7.031250, 38.082690 ], [ -7.163086, 37.805444 ], [ -7.536621, 37.422526 ], [ -7.448730, 37.090240 ], [ -7.844238, 36.844461 ], [ -8.371582, 36.985003 ], [ -8.898926, 36.862043 ], [ -8.745117, 37.649034 ], [ -8.833008, 38.272689 ], [ -9.294434, 38.358888 ], [ -9.536133, 38.736946 ], [ -9.448242, 39.385264 ], [ -9.052734, 39.757880 ], [ -8.986816, 40.162083 ], [ -8.767090, 40.763901 ], [ -8.789062, 41.178654 ], [ -8.986816, 41.541478 ], [ -9.030762, 41.885921 ], [ -8.679199, 42.130821 ], [ -8.261719, 42.277309 ] ] ], [ [ [ -82.265625, 23.180764 ], [ -81.408691, 23.120154 ], [ -80.617676, 23.099944 ], [ -79.672852, 22.755921 ], [ -79.277344, 22.390714 ], [ -78.354492, 22.512557 ], [ -76.530762, 21.207459 ], [ -76.201172, 21.227942 ], [ -75.585938, 21.022983 ], [ -75.673828, 20.735566 ], [ -74.926758, 20.694462 ], [ -74.179688, 20.282809 ], [ -74.289551, 20.055931 ], [ -74.970703, 19.932041 ], [ -75.629883, 19.870060 ], [ -76.333008, 19.952696 ], [ -77.761230, 19.849394 ], [ -77.080078, 20.406420 ], [ -77.497559, 20.673905 ], [ -78.134766, 20.735566 ], [ -78.486328, 21.022983 ], [ -78.728027, 21.596151 ], [ -79.277344, 21.555284 ], [ -80.222168, 21.820708 ], [ -80.507812, 22.044913 ], [ -81.826172, 22.187405 ], [ -82.177734, 22.390714 ], [ -81.804199, 22.634293 ], [ -82.770996, 22.695120 ], [ -83.496094, 22.167058 ], [ -83.913574, 22.146708 ], [ -84.045410, 21.902278 ], [ -84.550781, 21.800308 ], [ -84.968262, 21.902278 ], [ -84.440918, 22.207749 ], [ -84.221191, 22.573438 ], [ -83.781738, 22.796439 ], [ -83.276367, 22.978624 ], [ -82.507324, 23.079732 ], [ -82.265625, 23.180764 ] ] ], [ [ [ -73.190918, 19.911384 ], [ -72.575684, 19.870060 ], [ -71.718750, 19.704658 ], [ -71.586914, 19.890723 ], [ -70.795898, 19.870060 ], [ -70.202637, 19.621892 ], [ -69.938965, 19.642588 ], [ -69.763184, 19.290406 ], [ -69.213867, 19.311143 ], [ -69.257812, 19.020577 ], [ -68.818359, 18.979026 ], [ -68.312988, 18.604601 ], [ -68.686523, 18.208480 ], [ -69.169922, 18.417079 ], [ -69.631348, 18.375379 ], [ -69.960938, 18.417079 ], [ -70.136719, 18.250220 ], [ -70.510254, 18.187607 ], [ -70.664062, 18.417079 ], [ -70.993652, 18.291950 ], [ -71.389160, 17.602139 ], [ -71.652832, 17.748687 ], [ -71.696777, 18.041421 ], [ -72.377930, 18.208480 ], [ -72.839355, 18.145852 ], [ -73.454590, 18.208480 ], [ -73.916016, 18.020528 ], [ -74.465332, 18.333669 ], [ -74.377441, 18.667063 ], [ -72.685547, 18.437925 ], [ -72.333984, 18.667063 ], [ -72.795410, 19.103648 ], [ -72.773438, 19.476950 ], [ -73.410645, 19.642588 ], [ -73.190918, 19.911384 ] ] ], [ [ [ -77.805176, 18.521283 ], [ -76.904297, 18.396230 ], [ -76.354980, 18.166730 ], [ -76.201172, 17.895114 ], [ -76.904297, 17.874203 ], [ -77.211914, 17.706828 ], [ -77.761230, 17.853290 ], [ -78.332520, 18.229351 ], [ -78.222656, 18.458768 ], [ -77.805176, 18.521283 ] ] ], [ [ [ -66.291504, 18.521283 ], [ -65.764160, 18.417079 ], [ -65.588379, 18.229351 ], [ -65.852051, 17.978733 ], [ -66.599121, 17.978733 ], [ -67.192383, 17.936929 ], [ -67.236328, 18.375379 ], [ -67.104492, 18.521283 ], [ -66.291504, 18.521283 ] ] ], [ [ [ -78.178711, 25.204941 ], [ -77.893066, 25.165173 ], [ -77.541504, 24.347097 ], [ -77.541504, 23.765237 ], [ -77.783203, 23.704895 ], [ -78.024902, 24.287027 ], [ -78.398438, 24.567108 ], [ -78.178711, 25.204941 ] ] ], [ [ [ -61.105957, 10.898042 ], [ -60.886230, 10.854886 ], [ -60.930176, 10.098670 ], [ -61.765137, 9.990491 ], [ -61.940918, 10.098670 ], [ -61.655273, 10.358151 ], [ -61.677246, 10.768556 ], [ -61.105957, 10.898042 ] ] ], [ [ [ -78.508301, 26.863281 ], [ -77.849121, 26.843677 ], [ -77.827148, 26.588527 ], [ -78.903809, 26.411551 ], [ -78.969727, 26.784847 ], [ -78.508301, 26.863281 ] ] ], [ [ [ -77.783203, 27.039557 ], [ -76.992188, 26.588527 ], [ -77.167969, 25.878994 ], [ -77.365723, 25.997550 ], [ -77.343750, 26.529565 ], [ -77.783203, 26.922070 ], [ -77.783203, 27.039557 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Greenland", "adm0_a3": "GRL", "geou_dif": 0, "geounit": "Greenland", "gu_a3": "GRL", "su_dif": 0, "subunit": "Greenland", "su_a3": "GRL", "brk_diff": 0, "name": "Greenland", "name_long": "Greenland", "brk_a3": "GRL", "brk_name": "Greenland", "abbrev": "Grlnd.", "postal": "GL", "formal_en": "Greenland", "note_adm0": "Den.", "name_sort": "Greenland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 12, "pop_est": 57600, "gdp_md_est": 1100, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "GL", "iso_a3": "GRL", "iso_n3": "304", "un_a3": "304", "wb_a2": "GL", "wb_a3": "GRL", "woe_id": -99, "adm0_a3_is": "GRL", "adm0_a3_us": "GRL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "Europe & Central Asia", "name_len": 9, "long_len": 9, "abbrev_len": 6, "tiny": -99, "homepart": -99 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -33.530273, 67.204032 ], [ -34.211426, 66.679087 ], [ -34.716797, 66.513260 ], [ -36.342773, 65.982270 ], [ -37.045898, 65.937514 ], [ -38.364258, 65.694476 ], [ -39.814453, 65.458261 ], [ -40.671387, 64.839597 ], [ -40.671387, 64.139369 ], [ -41.176758, 63.479957 ], [ -42.824707, 62.684228 ], [ -42.407227, 61.897578 ], [ -43.374023, 60.097718 ], [ -44.780273, 60.031930 ], [ -46.252441, 60.855613 ], [ -48.251953, 60.855613 ], [ -49.240723, 61.407236 ], [ -49.899902, 62.380185 ], [ -51.635742, 63.626745 ], [ -52.141113, 64.273223 ], [ -52.272949, 65.173806 ], [ -53.657227, 66.098268 ], [ -53.459473, 66.513260 ], [ -53.305664, 66.835165 ], [ -53.964844, 67.187000 ], [ -53.964844, 67.204032 ], [ -33.530273, 67.204032 ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -91.757812, 62.855146 ], [ -91.757812, 67.204032 ], [ -81.364746, 67.204032 ], [ -81.386719, 67.110204 ], [ -83.056641, 66.513260 ], [ -83.342285, 66.407955 ], [ -84.726562, 66.258011 ], [ -85.605469, 66.513260 ], [ -85.759277, 66.557007 ], [ -85.803223, 66.513260 ], [ -86.066895, 66.053716 ], [ -87.033691, 65.210683 ], [ -87.319336, 64.774125 ], [ -88.483887, 64.101007 ], [ -89.912109, 64.033744 ], [ -90.000000, 63.985600 ], [ -90.703125, 63.607217 ], [ -90.769043, 62.955223 ], [ -91.757812, 62.855146 ] ] ], [ [ [ -79.936523, 62.380185 ], [ -79.519043, 62.359805 ], [ -79.255371, 62.155241 ], [ -79.650879, 61.627286 ], [ -80.090332, 61.721118 ], [ -80.354004, 62.011218 ], [ -80.310059, 62.083315 ], [ -79.936523, 62.380185 ] ] ], [ [ [ -64.006348, 47.040182 ], [ -63.654785, 46.543750 ], [ -62.929688, 46.407564 ], [ -62.006836, 46.437857 ], [ -62.512207, 46.027482 ], [ -62.863770, 45.966425 ], [ -64.138184, 46.392411 ], [ -64.401855, 46.724800 ], [ -64.006348, 47.040182 ] ] ], [ [ [ -83.254395, 62.915233 ], [ -81.870117, 62.905227 ], [ -81.892090, 62.714462 ], [ -83.056641, 62.155241 ], [ -83.781738, 62.186014 ], [ -84.001465, 62.451406 ], [ -83.254395, 62.915233 ] ] ], [ [ [ -55.876465, 51.631657 ], [ -55.415039, 51.590723 ], [ -56.799316, 49.809632 ], [ -56.140137, 50.148746 ], [ -55.480957, 49.937080 ], [ -55.810547, 49.582226 ], [ -54.931641, 49.310799 ], [ -54.470215, 49.553726 ], [ -53.481445, 49.253465 ], [ -53.789062, 48.516604 ], [ -53.085938, 48.690960 ], [ -52.954102, 48.151428 ], [ -52.646484, 47.532038 ], [ -53.063965, 46.649436 ], [ -53.525391, 46.619261 ], [ -54.184570, 46.800059 ], [ -53.964844, 47.620975 ], [ -54.228516, 47.754098 ], [ -55.393066, 46.890232 ], [ -55.986328, 46.920255 ], [ -55.283203, 47.383474 ], [ -56.250000, 47.635784 ], [ -57.326660, 47.576526 ], [ -59.260254, 47.606163 ], [ -59.414062, 47.901614 ], [ -58.798828, 48.253941 ], [ -59.238281, 48.516604 ], [ -58.381348, 49.124219 ], [ -57.348633, 50.722547 ], [ -56.733398, 51.289406 ], [ -55.876465, 51.631657 ] ] ], [ [ [ -91.757812, 57.160078 ], [ -90.900879, 57.279043 ], [ -90.000000, 57.076575 ], [ -89.033203, 56.848972 ], [ -88.044434, 56.474628 ], [ -87.319336, 55.998381 ], [ -86.066895, 55.727110 ], [ -85.012207, 55.304138 ], [ -83.364258, 55.241552 ], [ -82.265625, 55.153766 ], [ -82.441406, 54.278055 ], [ -82.133789, 53.278353 ], [ -81.408691, 52.160455 ], [ -79.914551, 51.206883 ], [ -79.145508, 51.536086 ], [ -78.596191, 52.562995 ], [ -79.123535, 54.136696 ], [ -79.826660, 54.661124 ], [ -78.222656, 55.141210 ], [ -77.102051, 55.838314 ], [ -76.530762, 56.535258 ], [ -76.618652, 57.207710 ], [ -77.299805, 58.054632 ], [ -78.508301, 58.802362 ], [ -77.343750, 59.855851 ], [ -77.761230, 60.759160 ], [ -78.112793, 62.319003 ], [ -77.409668, 62.552857 ], [ -75.695801, 62.278146 ], [ -74.663086, 62.175760 ], [ -73.828125, 62.441242 ], [ -72.905273, 62.103883 ], [ -71.674805, 61.522695 ], [ -71.367188, 61.132629 ], [ -69.587402, 61.058285 ], [ -69.609375, 60.217991 ], [ -69.279785, 58.961340 ], [ -68.378906, 58.802362 ], [ -67.653809, 58.217025 ], [ -66.203613, 58.768200 ], [ -65.236816, 59.866883 ], [ -64.577637, 60.337823 ], [ -63.808594, 59.445075 ], [ -62.490234, 58.170702 ], [ -61.391602, 56.968936 ], [ -61.787109, 56.340901 ], [ -60.468750, 55.776573 ], [ -59.567871, 55.203953 ], [ -57.963867, 54.939766 ], [ -57.326660, 54.622978 ], [ -56.931152, 53.774689 ], [ -56.162109, 53.644638 ], [ -55.744629, 53.265213 ], [ -55.678711, 52.146973 ], [ -57.128906, 51.412912 ], [ -58.776855, 51.069017 ], [ -60.029297, 50.247205 ], [ -61.721191, 50.078295 ], [ -63.852539, 50.289339 ], [ -65.368652, 50.303376 ], [ -66.401367, 50.233152 ], [ -67.236328, 49.510944 ], [ -68.510742, 49.066668 ], [ -69.960938, 47.739323 ], [ -71.103516, 46.815099 ], [ -70.246582, 46.980252 ], [ -68.642578, 48.297812 ], [ -66.555176, 49.138597 ], [ -65.061035, 49.224773 ], [ -64.160156, 48.734455 ], [ -65.104980, 48.063397 ], [ -64.797363, 46.995241 ], [ -64.467773, 46.240652 ], [ -63.171387, 45.736860 ], [ -61.523438, 45.890008 ], [ -60.512695, 47.010226 ], [ -60.446777, 46.286224 ], [ -59.809570, 45.920587 ], [ -61.040039, 45.259422 ], [ -63.259277, 44.668653 ], [ -64.248047, 44.260937 ], [ -65.368652, 43.548548 ], [ -66.115723, 43.612217 ], [ -66.159668, 44.465151 ], [ -64.423828, 45.290347 ], [ -66.027832, 45.259422 ], [ -67.126465, 45.135555 ], [ -67.785645, 45.706179 ], [ -67.785645, 47.070122 ], [ -68.225098, 47.353711 ], [ -68.906250, 47.189712 ], [ -69.235840, 47.442950 ], [ -70.004883, 46.694667 ], [ -70.312500, 45.920587 ], [ -70.664062, 45.460131 ], [ -71.081543, 45.305803 ], [ -71.411133, 45.259422 ], [ -71.499023, 45.011419 ], [ -74.860840, 44.995883 ], [ -75.322266, 44.809122 ], [ -76.508789, 44.024422 ], [ -76.816406, 43.628123 ], [ -78.728027, 43.628123 ], [ -79.167480, 43.468868 ], [ -79.013672, 43.261206 ], [ -78.925781, 42.956423 ], [ -78.947754, 42.859860 ], [ -80.244141, 42.358544 ], [ -81.276855, 42.212245 ], [ -82.441406, 41.672912 ], [ -82.683105, 41.672912 ], [ -83.034668, 41.836828 ], [ -83.144531, 41.967659 ], [ -83.122559, 42.081917 ], [ -82.902832, 42.423457 ], [ -82.419434, 42.972502 ], [ -82.133789, 43.564472 ], [ -82.551270, 45.352145 ], [ -83.583984, 45.813486 ], [ -83.474121, 45.996962 ], [ -83.605957, 46.118942 ], [ -83.891602, 46.118942 ], [ -84.089355, 46.271037 ], [ -84.133301, 46.513516 ], [ -84.331055, 46.407564 ], [ -84.594727, 46.437857 ], [ -84.550781, 46.543750 ], [ -84.770508, 46.634351 ], [ -84.880371, 46.905246 ], [ -88.374023, 48.297812 ], [ -89.274902, 48.019324 ], [ -89.604492, 48.004625 ], [ -90.000000, 48.092757 ], [ -90.834961, 48.268569 ], [ -91.647949, 48.136767 ], [ -91.757812, 48.180739 ], [ -91.757812, 57.160078 ] ] ], [ [ [ -63.852539, 67.204032 ], [ -63.413086, 66.930060 ], [ -61.853027, 66.861082 ], [ -62.160645, 66.160511 ], [ -63.918457, 64.997939 ], [ -65.148926, 65.421730 ], [ -66.708984, 66.390361 ], [ -68.005371, 66.258011 ], [ -68.137207, 65.685430 ], [ -67.082520, 65.109148 ], [ -65.720215, 64.652112 ], [ -65.324707, 64.377941 ], [ -64.665527, 63.391522 ], [ -65.017090, 62.674143 ], [ -66.269531, 62.945231 ], [ -68.774414, 63.743631 ], [ -67.368164, 62.885205 ], [ -66.335449, 62.278146 ], [ -66.159668, 61.928612 ], [ -68.884277, 62.329208 ], [ -71.015625, 62.905227 ], [ -72.224121, 63.401361 ], [ -71.894531, 63.675506 ], [ -74.838867, 64.680318 ], [ -74.816895, 64.387441 ], [ -77.717285, 64.225493 ], [ -78.552246, 64.576754 ], [ -77.893066, 65.311829 ], [ -76.025391, 65.330178 ], [ -73.959961, 65.458261 ], [ -74.289551, 65.811781 ], [ -73.937988, 66.311035 ], [ -73.674316, 66.513260 ], [ -72.751465, 67.204032 ], [ -63.852539, 67.204032 ] ] ], [ [ [ -85.891113, 65.739656 ], [ -85.166016, 65.658275 ], [ -84.968262, 65.219894 ], [ -84.462891, 65.366837 ], [ -83.891602, 65.109148 ], [ -82.792969, 64.764759 ], [ -81.650391, 64.453849 ], [ -81.562500, 63.975961 ], [ -80.815430, 64.052978 ], [ -80.112305, 63.724183 ], [ -80.991211, 63.411198 ], [ -82.551270, 63.646259 ], [ -83.100586, 64.101007 ], [ -84.089355, 63.568120 ], [ -85.517578, 63.054959 ], [ -85.869141, 63.636504 ], [ -87.231445, 63.538763 ], [ -86.352539, 64.033744 ], [ -86.220703, 64.820907 ], [ -85.891113, 65.739656 ] ] ], [ [ [ -64.182129, 49.951220 ], [ -62.863770, 49.710273 ], [ -61.831055, 49.282140 ], [ -61.809082, 49.109838 ], [ -62.292480, 49.081062 ], [ -63.588867, 49.396675 ], [ -64.511719, 49.866317 ], [ -64.182129, 49.951220 ] ] ], [ [ [ -75.739746, 67.204032 ], [ -75.871582, 67.152898 ], [ -76.992188, 67.101656 ], [ -77.036133, 67.204032 ], [ -75.739746, 67.204032 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "name_sort": "United States of America", "mapcolor7": 4, "mapcolor8": 5, "mapcolor9": 1, "mapcolor13": 1, "pop_est": 313973000, "gdp_md_est": 15094000, "pop_year": 0, "lastcensus": 2010, "gdp_year": 0, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13, "long_len": 13, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -89.143066, 17.811456 ], [ -89.143066, 17.014768 ], [ -89.230957, 15.876809 ], [ -88.923340, 15.876809 ], [ -88.593750, 15.707663 ], [ -88.527832, 15.855674 ], [ -88.220215, 15.728814 ], [ -88.681641, 15.347762 ], [ -89.143066, 15.072124 ], [ -89.230957, 14.881087 ], [ -89.143066, 14.668626 ], [ -89.362793, 14.413400 ], [ -89.582520, 14.370834 ], [ -89.538574, 14.243087 ], [ -90.000000, 13.923404 ], [ -90.065918, 13.880746 ], [ -90.087891, 13.731381 ], [ -90.615234, 13.902076 ], [ -91.230469, 13.923404 ], [ -91.757812, 14.179186 ], [ -91.757812, 16.066929 ], [ -90.461426, 16.066929 ], [ -90.439453, 16.404470 ], [ -90.593262, 16.467695 ], [ -90.703125, 16.678293 ], [ -91.076660, 16.909684 ], [ -91.450195, 17.245744 ], [ -91.010742, 17.245744 ], [ -91.010742, 17.811456 ], [ -89.143066, 17.811456 ] ] ], [ [ [ -88.374023, 48.297812 ], [ -84.880371, 46.905246 ], [ -84.770508, 46.634351 ], [ -84.550781, 46.543750 ], [ -84.594727, 46.437857 ], [ -84.331055, 46.407564 ], [ -84.133301, 46.513516 ], [ -84.089355, 46.271037 ], [ -83.891602, 46.118942 ], [ -83.605957, 46.118942 ], [ -83.474121, 45.996962 ], [ -83.583984, 45.813486 ], [ -82.551270, 45.352145 ], [ -82.133789, 43.564472 ], [ -82.419434, 42.972502 ], [ -82.902832, 42.423457 ], [ -83.122559, 42.081917 ], [ -83.144531, 41.967659 ], [ -83.034668, 41.836828 ], [ -82.683105, 41.672912 ], [ -82.441406, 41.672912 ], [ -81.276855, 42.212245 ], [ -80.244141, 42.358544 ], [ -78.947754, 42.859860 ], [ -78.925781, 42.956423 ], [ -79.013672, 43.261206 ], [ -79.167480, 43.468868 ], [ -78.728027, 43.628123 ], [ -76.816406, 43.628123 ], [ -76.508789, 44.024422 ], [ -75.322266, 44.809122 ], [ -74.860840, 44.995883 ], [ -71.499023, 45.011419 ], [ -71.411133, 45.259422 ], [ -71.081543, 45.305803 ], [ -70.664062, 45.460131 ], [ -70.312500, 45.920587 ], [ -70.004883, 46.694667 ], [ -69.235840, 47.442950 ], [ -68.906250, 47.189712 ], [ -68.225098, 47.353711 ], [ -67.785645, 47.070122 ], [ -67.785645, 45.706179 ], [ -67.126465, 45.135555 ], [ -66.972656, 44.809122 ], [ -68.027344, 44.323848 ], [ -69.060059, 43.977005 ], [ -70.114746, 43.675818 ], [ -70.817871, 42.859860 ], [ -70.817871, 42.326062 ], [ -70.488281, 41.804078 ], [ -70.070801, 41.771312 ], [ -70.180664, 42.147114 ], [ -69.873047, 41.918629 ], [ -69.960938, 41.640078 ], [ -70.642090, 41.475660 ], [ -71.125488, 41.492121 ], [ -71.850586, 41.310824 ], [ -72.883301, 41.211722 ], [ -73.718262, 40.930115 ], [ -72.246094, 41.112469 ], [ -71.938477, 40.930115 ], [ -73.344727, 40.630630 ], [ -73.981934, 40.630630 ], [ -73.959961, 40.747257 ], [ -74.245605, 40.480381 ], [ -73.959961, 40.430224 ], [ -74.179688, 39.707187 ], [ -74.904785, 38.942321 ], [ -74.970703, 39.198205 ], [ -75.190430, 39.249271 ], [ -75.520020, 39.504041 ], [ -75.322266, 38.959409 ], [ -75.080566, 38.788345 ], [ -75.058594, 38.410558 ], [ -75.366211, 38.013476 ], [ -75.937500, 37.212832 ], [ -76.025391, 37.247821 ], [ -75.717773, 37.944198 ], [ -76.223145, 38.324420 ], [ -76.354980, 39.147103 ], [ -76.530762, 38.719805 ], [ -76.333008, 38.082690 ], [ -76.992188, 38.238180 ], [ -76.311035, 37.909534 ], [ -76.267090, 36.967449 ], [ -75.959473, 36.897194 ], [ -75.871582, 36.544949 ], [ -75.717773, 35.550105 ], [ -76.354980, 34.813803 ], [ -77.387695, 34.506557 ], [ -78.046875, 33.925130 ], [ -78.552246, 33.852170 ], [ -79.057617, 33.486435 ], [ -79.211426, 33.155948 ], [ -80.310059, 32.509762 ], [ -80.859375, 32.026706 ], [ -81.342773, 31.447410 ], [ -81.496582, 30.732393 ], [ -81.320801, 30.031055 ], [ -80.969238, 29.171349 ], [ -80.529785, 28.478349 ], [ -80.529785, 28.033198 ], [ -80.046387, 26.882880 ], [ -80.134277, 25.819672 ], [ -80.375977, 25.204941 ], [ -80.683594, 25.085599 ], [ -81.166992, 25.204941 ], [ -81.320801, 25.641526 ], [ -81.716309, 25.859224 ], [ -82.705078, 27.488781 ], [ -82.858887, 27.877928 ], [ -82.639160, 28.555576 ], [ -82.924805, 29.094577 ], [ -83.715820, 29.935895 ], [ -84.089355, 30.088108 ], [ -85.100098, 29.630771 ], [ -85.275879, 29.688053 ], [ -85.781250, 30.145127 ], [ -86.396484, 30.391830 ], [ -87.539062, 30.278044 ], [ -88.417969, 30.391830 ], [ -89.187012, 30.315988 ], [ -89.582520, 30.164126 ], [ -89.406738, 29.897806 ], [ -89.428711, 29.496988 ], [ -89.208984, 29.286399 ], [ -89.406738, 29.152161 ], [ -89.780273, 29.305561 ], [ -90.000000, 29.190533 ], [ -90.153809, 29.113775 ], [ -90.878906, 29.152161 ], [ -91.625977, 29.668963 ], [ -91.757812, 29.649869 ], [ -91.757812, 48.180739 ], [ -91.647949, 48.136767 ], [ -90.834961, 48.268569 ], [ -90.000000, 48.092757 ], [ -89.604492, 48.004625 ], [ -89.274902, 48.019324 ], [ -88.374023, 48.297812 ] ] ], [ [ [ -33.530273, 67.204032 ], [ -34.211426, 66.679087 ], [ -34.716797, 66.513260 ], [ -36.342773, 65.982270 ], [ -37.045898, 65.937514 ], [ -38.364258, 65.694476 ], [ -39.814453, 65.458261 ], [ -40.671387, 64.839597 ], [ -40.671387, 64.139369 ], [ -41.176758, 63.479957 ], [ -42.824707, 62.684228 ], [ -42.407227, 61.897578 ], [ -43.374023, 60.097718 ], [ -44.780273, 60.031930 ], [ -46.252441, 60.855613 ], [ -48.251953, 60.855613 ], [ -49.240723, 61.407236 ], [ -49.899902, 62.380185 ], [ -51.635742, 63.626745 ], [ -52.141113, 64.273223 ], [ -52.272949, 65.173806 ], [ -53.657227, 66.098268 ], [ -53.459473, 66.513260 ], [ -53.305664, 66.835165 ], [ -53.964844, 67.187000 ], [ -53.964844, 67.204032 ], [ -33.530273, 67.204032 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Brazil", "sov_a3": "BRA", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Brazil", "adm0_a3": "BRA", "geou_dif": 0, "geounit": "Brazil", "gu_a3": "BRA", "su_dif": 0, "subunit": "Brazil", "su_a3": "BRA", "brk_diff": 0, "name": "Brazil", "name_long": "Brazil", "brk_a3": "BRA", "brk_name": "Brazil", "abbrev": "Brazil", "postal": "BR", "formal_en": "Federative Republic of Brazil", "name_sort": "Brazil", "mapcolor7": 5, "mapcolor8": 6, "mapcolor9": 5, "mapcolor13": 7, "pop_est": 198739269, "gdp_md_est": 1993000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "BR", "iso_a3": "BRA", "iso_n3": "076", "un_a3": "076", "wb_a2": "BR", "wb_a3": "BRA", "woe_id": -99, "adm0_a3_is": "BRA", "adm0_a3_us": "BRA", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 6, "long_len": 6, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -53.964844, 5.747174 ], [ -52.888184, 5.419148 ], [ -51.811523, 4.565474 ], [ -51.657715, 4.149201 ], [ -51.306152, 4.193030 ], [ -51.064453, 3.645000 ], [ -50.515137, 1.889306 ], [ -49.965820, 1.735574 ], [ -49.943848, 1.054628 ], [ -50.690918, 0.219726 ], [ -50.383301, -0.087891 ], [ -48.625488, -0.241699 ], [ -48.581543, -1.230374 ], [ -47.834473, -0.593251 ], [ -46.560059, -0.944781 ], [ -44.912109, -1.559866 ], [ -44.736328, -1.757537 ], [ -69.477539, -1.757537 ], [ -69.411621, -1.120534 ], [ -69.565430, -0.549308 ], [ -70.026855, -0.175781 ], [ -70.026855, 0.000000 ], [ -70.004883, 0.549308 ], [ -69.455566, 0.703107 ], [ -69.257812, 0.593251 ], [ -69.213867, 0.988720 ], [ -69.807129, 1.098565 ], [ -69.807129, 1.713612 ], [ -67.873535, 1.691649 ], [ -67.543945, 2.043024 ], [ -67.258301, 1.713612 ], [ -67.060547, 1.120534 ], [ -66.884766, 1.252342 ], [ -66.313477, 0.725078 ], [ -65.544434, 0.790990 ], [ -65.346680, 1.098565 ], [ -64.204102, 1.493971 ], [ -64.072266, 1.911267 ], [ -63.369141, 2.196727 ], [ -63.413086, 2.416276 ], [ -64.270020, 2.504085 ], [ -64.401855, 3.118576 ], [ -64.357910, 3.798484 ], [ -64.819336, 4.061536 ], [ -64.621582, 4.149201 ], [ -63.896484, 4.017699 ], [ -63.083496, 3.776559 ], [ -62.797852, 3.995781 ], [ -62.094727, 4.171115 ], [ -60.974121, 4.543570 ], [ -60.600586, 4.915833 ], [ -60.732422, 5.200365 ], [ -60.205078, 5.244128 ], [ -59.985352, 5.003394 ], [ -60.117188, 4.565474 ], [ -59.765625, 4.412137 ], [ -59.545898, 3.951941 ], [ -59.809570, 3.601142 ], [ -59.963379, 2.745531 ], [ -59.721680, 2.240640 ], [ -59.633789, 1.779499 ], [ -59.018555, 1.318243 ], [ -58.535156, 1.274309 ], [ -58.425293, 1.472006 ], [ -58.117676, 1.515936 ], [ -57.656250, 1.691649 ], [ -57.326660, 1.955187 ], [ -56.777344, 1.867345 ], [ -56.535645, 1.889306 ], [ -55.986328, 1.823423 ], [ -55.898438, 2.021065 ], [ -56.074219, 2.218684 ], [ -55.964355, 2.504085 ], [ -55.568848, 2.416276 ], [ -55.085449, 2.526037 ], [ -54.514160, 2.306506 ], [ -54.272461, 2.745531 ], [ -54.184570, 3.184394 ], [ -54.008789, 3.623071 ], [ -54.404297, 4.214943 ], [ -54.470215, 4.893941 ], [ -53.964844, 5.747174 ] ] ], [ [ [ 1.757812, 11.609193 ], [ 1.757812, 6.118708 ], [ 1.054688, 5.922045 ], [ 0.834961, 6.271618 ], [ 0.571289, 6.904614 ], [ 0.483398, 7.406048 ], [ 0.703125, 8.320212 ], [ 0.461426, 8.667918 ], [ 0.373535, 9.470736 ], [ 0.373535, 10.185187 ], [ 0.000000, 10.639014 ], [ -0.043945, 10.703792 ], [ 0.021973, 11.027472 ], [ 0.900879, 11.005904 ], [ 1.252441, 11.113727 ], [ 1.450195, 11.544616 ], [ 1.757812, 11.609193 ] ] ], [ [ [ 1.757812, 15.347762 ], [ 1.757812, 12.704651 ], [ 1.032715, 12.854649 ], [ 0.988770, 13.325485 ], [ 0.439453, 13.987376 ], [ 0.307617, 14.434680 ], [ 0.373535, 14.923554 ], [ 1.010742, 14.966013 ], [ 1.384277, 15.326572 ], [ 1.757812, 15.347762 ] ] ], [ [ [ 1.757812, 36.633162 ], [ 1.757812, 20.653346 ], [ 0.000000, 21.800308 ], [ -4.921875, 24.966140 ], [ -8.679199, 27.391278 ], [ -8.679199, 28.844674 ], [ -7.053223, 29.573457 ], [ -6.064453, 29.726222 ], [ -5.251465, 29.993002 ], [ -4.855957, 30.505484 ], [ -3.691406, 30.902225 ], [ -3.647461, 31.634676 ], [ -3.076172, 31.728167 ], [ -2.614746, 32.101190 ], [ -1.296387, 32.268555 ], [ -1.120605, 32.657876 ], [ -1.384277, 32.861132 ], [ -1.735840, 33.925130 ], [ -1.801758, 34.524661 ], [ -2.175293, 35.173808 ], [ -1.208496, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.978006 ], [ 0.505371, 36.297418 ], [ 1.472168, 36.597889 ], [ 1.757812, 36.633162 ] ] ], [ [ [ 1.757812, 50.972265 ], [ 1.757812, 41.178654 ], [ 0.812988, 41.013066 ], [ 0.725098, 40.680638 ], [ 0.109863, 40.128491 ], [ 0.000000, 39.892880 ], [ -0.285645, 39.317300 ], [ 0.000000, 38.908133 ], [ 0.109863, 38.736946 ], [ -0.461426, 38.289937 ], [ -0.681152, 37.649034 ], [ -1.428223, 37.439974 ], [ -2.153320, 36.668419 ], [ -4.372559, 36.668419 ], [ -4.987793, 36.315125 ], [ -5.383301, 35.942436 ], [ -5.866699, 36.031332 ], [ -6.240234, 36.368222 ], [ -6.525879, 36.949892 ], [ -7.448730, 37.090240 ], [ -7.536621, 37.422526 ], [ -7.163086, 37.805444 ], [ -7.031250, 38.082690 ], [ -7.382812, 38.376115 ], [ -7.097168, 39.027719 ], [ -7.492676, 39.622615 ], [ -7.075195, 39.707187 ], [ -7.031250, 40.178873 ], [ -6.855469, 40.329796 ], [ -6.855469, 41.112469 ], [ -6.394043, 41.376809 ], [ -6.657715, 41.885921 ], [ -7.250977, 41.918629 ], [ -7.426758, 41.787697 ], [ -8.020020, 41.787697 ], [ -8.261719, 42.277309 ], [ -8.679199, 42.130821 ], [ -9.030762, 41.885921 ], [ -8.986816, 42.585444 ], [ -9.382324, 43.020714 ], [ -7.976074, 43.755225 ], [ -6.745605, 43.564472 ], [ -5.405273, 43.580391 ], [ -4.350586, 43.405047 ], [ -3.515625, 43.452919 ], [ -1.889648, 43.421009 ], [ -1.384277, 44.024422 ], [ -1.186523, 46.012224 ], [ -2.219238, 47.070122 ], [ -2.966309, 47.576526 ], [ -4.482422, 47.960502 ], [ -4.592285, 48.676454 ], [ -3.295898, 48.893615 ], [ -1.625977, 48.647428 ], [ -1.933594, 49.781264 ], [ -0.988770, 49.339441 ], [ 0.000000, 49.681847 ], [ 1.340332, 50.120578 ], [ 1.647949, 50.944584 ], [ 1.757812, 50.972265 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -84.990234, 16.003576 ], [ -84.375000, 15.834536 ], [ -84.067383, 15.644197 ], [ -83.781738, 15.432501 ], [ -83.408203, 15.262989 ], [ -83.144531, 14.987240 ], [ -83.232422, 14.902322 ], [ -83.276367, 14.668626 ], [ -83.188477, 14.306969 ], [ -83.408203, 13.966054 ], [ -83.518066, 13.560562 ], [ -83.540039, 13.132979 ], [ -83.496094, 12.876070 ], [ -83.474121, 12.425848 ], [ -83.627930, 12.318536 ], [ -83.715820, 11.888853 ], [ -83.649902, 11.630716 ], [ -83.847656, 11.372339 ], [ -83.803711, 11.092166 ], [ -83.649902, 10.941192 ], [ -83.408203, 10.401378 ], [ -82.177734, 9.210560 ], [ -82.199707, 8.993600 ], [ -81.804199, 8.950193 ], [ -81.716309, 9.037003 ], [ -81.430664, 8.776511 ], [ -80.947266, 8.863362 ], [ -80.529785, 9.102097 ], [ -79.914551, 9.318990 ], [ -79.562988, 9.600750 ], [ -79.013672, 9.557417 ], [ -79.057617, 9.449062 ], [ -78.508301, 9.427387 ], [ -78.046875, 9.253936 ], [ -77.717285, 8.950193 ], [ -77.343750, 8.667918 ], [ -76.838379, 8.646196 ], [ -76.091309, 9.340672 ], [ -75.673828, 9.449062 ], [ -75.673828, 9.774025 ], [ -75.476074, 10.617418 ], [ -74.904785, 11.092166 ], [ -74.267578, 11.092166 ], [ -74.201660, 11.307708 ], [ -73.410645, 11.221510 ], [ -72.246094, 11.953349 ], [ -71.762695, 12.425848 ], [ -71.389160, 12.382928 ], [ -71.125488, 12.103781 ], [ -71.323242, 11.781325 ], [ -71.367188, 11.544616 ], [ -71.938477, 11.415418 ], [ -71.608887, 10.962764 ], [ -71.630859, 10.444598 ], [ -72.070312, 9.860628 ], [ -71.696777, 9.080400 ], [ -71.257324, 9.145486 ], [ -71.037598, 9.860628 ], [ -71.345215, 10.206813 ], [ -71.389160, 10.962764 ], [ -70.158691, 11.372339 ], [ -70.290527, 11.845847 ], [ -69.938965, 12.168226 ], [ -69.587402, 11.458491 ], [ -68.884277, 11.436955 ], [ -68.225098, 10.876465 ], [ -68.203125, 10.552622 ], [ -67.302246, 10.552622 ], [ -66.225586, 10.639014 ], [ -65.654297, 10.206813 ], [ -64.885254, 10.077037 ], [ -64.335938, 10.379765 ], [ -64.313965, 10.639014 ], [ -63.083496, 10.703792 ], [ -61.875000, 10.703792 ], [ -62.731934, 10.422988 ], [ -62.380371, 9.947209 ], [ -61.589355, 9.882275 ], [ -60.820312, 9.384032 ], [ -60.666504, 8.581021 ], [ -60.139160, 8.602747 ], [ -59.106445, 7.993957 ], [ -58.491211, 7.340675 ], [ -58.447266, 6.839170 ], [ -58.073730, 6.817353 ], [ -57.150879, 5.965754 ], [ -55.942383, 5.769036 ], [ -55.832520, 5.943900 ], [ -55.041504, 6.031311 ], [ -53.964844, 5.747174 ], [ -52.888184, 5.419148 ], [ -51.811523, 4.565474 ], [ -51.657715, 4.149201 ], [ -51.306152, 4.193030 ], [ -51.064453, 3.645000 ], [ -50.515137, 1.889306 ], [ -49.965820, 1.735574 ], [ -49.943848, 1.054628 ], [ -50.690918, 0.219726 ], [ -50.383301, -0.087891 ], [ -48.625488, -0.241699 ], [ -48.581543, -1.230374 ], [ -47.834473, -0.593251 ], [ -46.560059, -0.944781 ], [ -44.912109, -1.559866 ], [ -44.736328, -1.757537 ], [ -80.815430, -1.757537 ], [ -80.925293, -1.054628 ], [ -80.573730, -0.900842 ], [ -80.397949, -0.285643 ], [ -80.244141, 0.000000 ], [ -80.024414, 0.351560 ], [ -80.090332, 0.769020 ], [ -79.541016, 0.988720 ], [ -78.859863, 1.384143 ], [ -78.991699, 1.691649 ], [ -78.618164, 1.757537 ], [ -78.662109, 2.262595 ], [ -78.420410, 2.635789 ], [ -77.937012, 2.701635 ], [ -77.124023, 3.842332 ], [ -77.497559, 4.083453 ], [ -77.299805, 4.674980 ], [ -77.541504, 5.572250 ], [ -77.321777, 5.834616 ], [ -77.475586, 6.686431 ], [ -77.871094, 7.231699 ], [ -78.222656, 7.514981 ], [ -78.420410, 8.059230 ], [ -78.178711, 8.320212 ], [ -78.442383, 8.385431 ], [ -78.618164, 8.711359 ], [ -79.123535, 8.993600 ], [ -79.562988, 8.928487 ], [ -79.760742, 8.581021 ], [ -80.156250, 8.341953 ], [ -80.375977, 8.298470 ], [ -80.485840, 8.080985 ], [ -80.002441, 7.536764 ], [ -80.266113, 7.427837 ], [ -80.419922, 7.275292 ], [ -80.881348, 7.209900 ], [ -81.057129, 7.819847 ], [ -81.188965, 7.645665 ], [ -81.518555, 7.710992 ], [ -81.716309, 8.102739 ], [ -82.133789, 8.167993 ], [ -82.397461, 8.298470 ], [ -82.814941, 8.298470 ], [ -82.858887, 8.080985 ], [ -82.968750, 8.233237 ], [ -83.496094, 8.450639 ], [ -83.715820, 8.646196 ], [ -83.583984, 8.819939 ], [ -83.627930, 9.058702 ], [ -83.913574, 9.297307 ], [ -84.638672, 9.622414 ], [ -84.704590, 9.903921 ], [ -84.968262, 10.077037 ], [ -84.902344, 9.795678 ], [ -85.100098, 9.557417 ], [ -85.341797, 9.838979 ], [ -85.649414, 9.925566 ], [ -85.803223, 10.141932 ], [ -85.781250, 10.444598 ], [ -85.649414, 10.746969 ], [ -85.935059, 10.898042 ], [ -85.715332, 11.092166 ], [ -86.528320, 11.802834 ], [ -86.748047, 12.146746 ], [ -87.165527, 12.447305 ], [ -87.670898, 12.918907 ], [ -87.561035, 13.068777 ], [ -87.385254, 12.918907 ], [ -87.319336, 12.983148 ], [ -87.495117, 13.304103 ], [ -87.780762, 13.389620 ], [ -87.912598, 13.154376 ], [ -88.483887, 13.154376 ], [ -88.835449, 13.261333 ], [ -89.252930, 13.453737 ], [ -89.802246, 13.517838 ], [ -90.000000, 13.667338 ], [ -90.087891, 13.731381 ], [ -90.065918, 13.880746 ], [ -90.000000, 13.923404 ], [ -89.538574, 14.243087 ], [ -89.582520, 14.370834 ], [ -89.362793, 14.413400 ], [ -89.143066, 14.668626 ], [ -89.230957, 14.881087 ], [ -89.143066, 15.072124 ], [ -88.681641, 15.347762 ], [ -88.220215, 15.728814 ], [ -88.110352, 15.686510 ], [ -87.890625, 15.855674 ], [ -87.604980, 15.876809 ], [ -87.517090, 15.792254 ], [ -87.363281, 15.855674 ], [ -86.901855, 15.749963 ], [ -86.440430, 15.771109 ], [ -86.110840, 15.897942 ], [ -86.000977, 16.003576 ], [ -85.451660, 15.876809 ], [ -85.187988, 15.897942 ], [ -84.990234, 16.003576 ] ] ], [ [ [ 1.757812, 36.633162 ], [ 1.757812, 6.118708 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.505371, 5.331644 ], [ -1.054688, 5.003394 ], [ -1.955566, 4.718778 ], [ -2.856445, 5.003394 ], [ -3.317871, 4.981505 ], [ -3.999023, 5.178482 ], [ -4.658203, 5.156599 ], [ -5.822754, 4.981505 ], [ -7.514648, 4.346411 ], [ -7.976074, 4.346411 ], [ -9.008789, 4.828260 ], [ -9.909668, 5.594118 ], [ -10.766602, 6.140555 ], [ -11.447754, 6.773716 ], [ -11.711426, 6.860985 ], [ -12.436523, 7.253496 ], [ -12.941895, 7.798079 ], [ -13.117676, 8.167993 ], [ -13.249512, 8.906780 ], [ -13.688965, 9.492408 ], [ -14.062500, 9.882275 ], [ -14.326172, 10.012130 ], [ -14.567871, 10.206813 ], [ -14.699707, 10.660608 ], [ -14.831543, 10.876465 ], [ -15.139160, 11.049038 ], [ -15.666504, 11.458491 ], [ -16.083984, 11.523088 ], [ -16.303711, 11.802834 ], [ -16.303711, 11.953349 ], [ -16.611328, 12.168226 ], [ -16.831055, 13.154376 ], [ -16.721191, 13.603278 ], [ -17.116699, 14.370834 ], [ -17.622070, 14.732386 ], [ -17.182617, 14.923554 ], [ -16.699219, 15.623037 ], [ -16.457520, 16.130262 ], [ -16.545410, 16.678293 ], [ -16.259766, 17.161786 ], [ -16.149902, 18.104087 ], [ -16.259766, 19.103648 ], [ -16.369629, 19.601194 ], [ -16.281738, 20.097206 ], [ -16.545410, 20.571082 ], [ -17.072754, 21.002471 ], [ -16.962891, 21.881890 ], [ -16.589355, 22.167058 ], [ -16.259766, 22.674847 ], [ -16.325684, 23.019076 ], [ -15.974121, 23.725012 ], [ -15.424805, 24.367114 ], [ -15.095215, 24.527135 ], [ -14.831543, 25.105497 ], [ -14.809570, 25.641526 ], [ -14.436035, 26.254010 ], [ -13.776855, 26.608174 ], [ -13.139648, 27.644606 ], [ -12.612305, 28.033198 ], [ -11.689453, 28.149503 ], [ -10.898438, 28.825425 ], [ -10.393066, 29.094577 ], [ -9.558105, 29.935895 ], [ -9.821777, 31.184609 ], [ -9.426270, 32.045333 ], [ -9.294434, 32.565333 ], [ -8.657227, 33.247876 ], [ -7.646484, 33.687782 ], [ -6.921387, 34.107256 ], [ -6.240234, 35.137879 ], [ -5.932617, 35.764343 ], [ -5.185547, 35.746512 ], [ -4.592285, 35.335293 ], [ -3.647461, 35.406961 ], [ -2.592773, 35.173808 ], [ -2.175293, 35.173808 ], [ -1.208496, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.978006 ], [ 0.505371, 36.297418 ], [ 1.472168, 36.597889 ], [ 1.757812, 36.633162 ] ] ], [ [ [ -64.006348, 47.040182 ], [ -63.654785, 46.543750 ], [ -62.929688, 46.407564 ], [ -62.006836, 46.437857 ], [ -62.512207, 46.027482 ], [ -62.863770, 45.966425 ], [ -64.138184, 46.392411 ], [ -64.401855, 46.724800 ], [ -64.006348, 47.040182 ] ] ], [ [ [ -77.409668, 62.552857 ], [ -75.695801, 62.278146 ], [ -74.663086, 62.175760 ], [ -73.828125, 62.441242 ], [ -72.905273, 62.103883 ], [ -71.674805, 61.522695 ], [ -71.367188, 61.132629 ], [ -69.587402, 61.058285 ], [ -69.609375, 60.217991 ], [ -69.279785, 58.961340 ], [ -68.378906, 58.802362 ], [ -67.653809, 58.217025 ], [ -66.203613, 58.768200 ], [ -65.236816, 59.866883 ], [ -64.577637, 60.337823 ], [ -63.808594, 59.445075 ], [ -62.490234, 58.170702 ], [ -61.391602, 56.968936 ], [ -61.787109, 56.340901 ], [ -60.468750, 55.776573 ], [ -59.567871, 55.203953 ], [ -57.963867, 54.939766 ], [ -57.326660, 54.622978 ], [ -56.931152, 53.774689 ], [ -56.162109, 53.644638 ], [ -55.744629, 53.265213 ], [ -55.678711, 52.146973 ], [ -57.128906, 51.412912 ], [ -58.776855, 51.069017 ], [ -60.029297, 50.247205 ], [ -61.721191, 50.078295 ], [ -63.852539, 50.289339 ], [ -65.368652, 50.303376 ], [ -66.401367, 50.233152 ], [ -67.236328, 49.510944 ], [ -68.510742, 49.066668 ], [ -69.960938, 47.739323 ], [ -71.103516, 46.815099 ], [ -70.246582, 46.980252 ], [ -68.642578, 48.297812 ], [ -66.555176, 49.138597 ], [ -65.061035, 49.224773 ], [ -64.160156, 48.734455 ], [ -65.104980, 48.063397 ], [ -64.797363, 46.995241 ], [ -64.467773, 46.240652 ], [ -63.171387, 45.736860 ], [ -61.523438, 45.890008 ], [ -60.512695, 47.010226 ], [ -60.446777, 46.286224 ], [ -59.809570, 45.920587 ], [ -61.040039, 45.259422 ], [ -63.259277, 44.668653 ], [ -64.248047, 44.260937 ], [ -65.368652, 43.548548 ], [ -66.115723, 43.612217 ], [ -66.159668, 44.465151 ], [ -64.423828, 45.290347 ], [ -66.027832, 45.259422 ], [ -67.126465, 45.135555 ], [ -67.785645, 45.706179 ], [ -67.785645, 47.070122 ], [ -68.225098, 47.353711 ], [ -68.906250, 47.189712 ], [ -69.235840, 47.442950 ], [ -70.004883, 46.694667 ], [ -70.312500, 45.920587 ], [ -70.664062, 45.460131 ], [ -71.081543, 45.305803 ], [ -71.411133, 45.259422 ], [ -71.499023, 45.011419 ], [ -74.860840, 44.995883 ], [ -75.322266, 44.809122 ], [ -76.508789, 44.024422 ], [ -76.816406, 43.628123 ], [ -78.728027, 43.628123 ], [ -79.167480, 43.468868 ], [ -79.013672, 43.261206 ], [ -78.925781, 42.956423 ], [ -78.947754, 42.859860 ], [ -80.244141, 42.358544 ], [ -81.276855, 42.212245 ], [ -82.441406, 41.672912 ], [ -82.683105, 41.672912 ], [ -83.034668, 41.836828 ], [ -83.144531, 41.967659 ], [ -83.122559, 42.081917 ], [ -82.902832, 42.423457 ], [ -82.419434, 42.972502 ], [ -82.133789, 43.564472 ], [ -82.551270, 45.352145 ], [ -83.583984, 45.813486 ], [ -83.474121, 45.996962 ], [ -83.605957, 46.118942 ], [ -83.891602, 46.118942 ], [ -84.089355, 46.271037 ], [ -84.133301, 46.513516 ], [ -84.331055, 46.407564 ], [ -84.594727, 46.437857 ], [ -84.550781, 46.543750 ], [ -84.770508, 46.634351 ], [ -84.880371, 46.905246 ], [ -88.374023, 48.297812 ], [ -89.274902, 48.019324 ], [ -89.604492, 48.004625 ], [ -90.000000, 48.092757 ], [ -90.834961, 48.268569 ], [ -91.647949, 48.136767 ], [ -91.757812, 48.180739 ], [ -91.757812, 57.160078 ], [ -90.900879, 57.279043 ], [ -90.000000, 57.076575 ], [ -89.033203, 56.848972 ], [ -88.044434, 56.474628 ], [ -87.319336, 55.998381 ], [ -86.066895, 55.727110 ], [ -85.012207, 55.304138 ], [ -83.364258, 55.241552 ], [ -82.265625, 55.153766 ], [ -82.441406, 54.278055 ], [ -82.133789, 53.278353 ], [ -81.408691, 52.160455 ], [ -79.914551, 51.206883 ], [ -79.145508, 51.536086 ], [ -78.596191, 52.562995 ], [ -79.123535, 54.136696 ], [ -79.826660, 54.661124 ], [ -78.222656, 55.141210 ], [ -77.102051, 55.838314 ], [ -76.530762, 56.535258 ], [ -76.618652, 57.207710 ], [ -77.299805, 58.054632 ], [ -78.508301, 58.802362 ], [ -77.343750, 59.855851 ], [ -77.761230, 60.759160 ], [ -78.112793, 62.319003 ], [ -77.409668, 62.552857 ] ] ], [ [ [ 1.757812, 50.972265 ], [ 1.757812, 41.178654 ], [ 0.812988, 41.013066 ], [ 0.725098, 40.680638 ], [ 0.109863, 40.128491 ], [ 0.000000, 39.892880 ], [ -0.285645, 39.317300 ], [ 0.000000, 38.908133 ], [ 0.109863, 38.736946 ], [ -0.461426, 38.289937 ], [ -0.681152, 37.649034 ], [ -1.428223, 37.439974 ], [ -2.153320, 36.668419 ], [ -4.372559, 36.668419 ], [ -4.987793, 36.315125 ], [ -5.383301, 35.942436 ], [ -5.866699, 36.031332 ], [ -6.240234, 36.368222 ], [ -6.525879, 36.949892 ], [ -7.448730, 37.090240 ], [ -7.844238, 36.844461 ], [ -8.371582, 36.985003 ], [ -8.898926, 36.862043 ], [ -8.745117, 37.649034 ], [ -8.833008, 38.272689 ], [ -9.294434, 38.358888 ], [ -9.536133, 38.736946 ], [ -9.448242, 39.385264 ], [ -9.052734, 39.757880 ], [ -8.986816, 40.162083 ], [ -8.767090, 40.763901 ], [ -8.789062, 41.178654 ], [ -8.986816, 41.541478 ], [ -9.030762, 41.885921 ], [ -8.986816, 42.585444 ], [ -9.382324, 43.020714 ], [ -7.976074, 43.755225 ], [ -6.745605, 43.564472 ], [ -5.405273, 43.580391 ], [ -4.350586, 43.405047 ], [ -3.515625, 43.452919 ], [ -1.889648, 43.421009 ], [ -1.384277, 44.024422 ], [ -1.186523, 46.012224 ], [ -2.219238, 47.070122 ], [ -2.966309, 47.576526 ], [ -4.482422, 47.960502 ], [ -4.592285, 48.676454 ], [ -3.295898, 48.893615 ], [ -1.625977, 48.647428 ], [ -1.933594, 49.781264 ], [ -0.988770, 49.339441 ], [ 0.000000, 49.681847 ], [ 1.340332, 50.120578 ], [ 1.647949, 50.944584 ], [ 1.757812, 50.972265 ] ] ], [ [ [ -63.852539, 67.204032 ], [ -63.413086, 66.930060 ], [ -61.853027, 66.861082 ], [ -62.160645, 66.160511 ], [ -63.918457, 64.997939 ], [ -65.148926, 65.421730 ], [ -66.708984, 66.390361 ], [ -68.005371, 66.258011 ], [ -68.137207, 65.685430 ], [ -67.082520, 65.109148 ], [ -65.720215, 64.652112 ], [ -65.324707, 64.377941 ], [ -64.665527, 63.391522 ], [ -65.017090, 62.674143 ], [ -66.269531, 62.945231 ], [ -68.774414, 63.743631 ], [ -67.368164, 62.885205 ], [ -66.335449, 62.278146 ], [ -66.159668, 61.928612 ], [ -68.884277, 62.329208 ], [ -71.015625, 62.905227 ], [ -72.224121, 63.401361 ], [ -71.894531, 63.675506 ], [ -74.838867, 64.680318 ], [ -74.816895, 64.387441 ], [ -77.717285, 64.225493 ], [ -78.552246, 64.576754 ], [ -77.893066, 65.311829 ], [ -76.025391, 65.330178 ], [ -73.959961, 65.458261 ], [ -74.289551, 65.811781 ], [ -73.937988, 66.311035 ], [ -73.674316, 66.513260 ], [ -72.751465, 67.204032 ], [ -63.852539, 67.204032 ] ] ], [ [ [ -3.010254, 58.631217 ], [ -4.064941, 57.551208 ], [ -3.054199, 57.692406 ], [ -1.955566, 57.680660 ], [ -2.219238, 56.872996 ], [ -3.120117, 55.973798 ], [ -2.087402, 55.912273 ], [ -1.120605, 54.622978 ], [ -0.439453, 54.457267 ], [ 0.000000, 53.670680 ], [ 0.175781, 53.317749 ], [ 0.461426, 52.935397 ], [ 1.691895, 52.736292 ], [ 1.560059, 52.093008 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.549316, 50.764259 ], [ 0.000000, 50.764259 ], [ -0.791016, 50.778155 ], [ -2.482910, 50.499452 ], [ -2.944336, 50.694718 ], [ -3.625488, 50.233152 ], [ -4.548340, 50.345460 ], [ -5.251465, 49.965356 ], [ -5.778809, 50.162824 ], [ -4.306641, 51.206883 ], [ -3.405762, 51.426614 ], [ -4.987793, 51.590723 ], [ -5.273438, 51.984880 ], [ -4.218750, 52.295042 ], [ -4.768066, 52.842595 ], [ -4.570312, 53.488046 ], [ -3.098145, 53.409532 ], [ -2.944336, 53.981935 ], [ -3.625488, 54.610255 ], [ -4.833984, 54.788017 ], [ -5.075684, 55.065787 ], [ -4.724121, 55.503750 ], [ -5.053711, 55.788929 ], [ -5.581055, 55.304138 ], [ -5.646973, 56.279961 ], [ -6.152344, 56.788845 ], [ -5.778809, 57.821355 ], [ -5.009766, 58.631217 ], [ -4.218750, 58.551061 ], [ -3.010254, 58.631217 ] ] ], [ [ [ -81.364746, 67.204032 ], [ -81.386719, 67.110204 ], [ -83.056641, 66.513260 ], [ -83.342285, 66.407955 ], [ -84.726562, 66.258011 ], [ -85.605469, 66.513260 ], [ -85.759277, 66.557007 ], [ -85.803223, 66.513260 ], [ -86.066895, 66.053716 ], [ -87.033691, 65.210683 ], [ -87.319336, 64.774125 ], [ -88.483887, 64.101007 ], [ -89.912109, 64.033744 ], [ -90.000000, 63.985600 ], [ -90.703125, 63.607217 ], [ -90.769043, 62.955223 ], [ -91.757812, 62.855146 ], [ -91.757812, 67.204032 ], [ -81.364746, 67.204032 ] ] ], [ [ [ -61.105957, 10.898042 ], [ -60.886230, 10.854886 ], [ -60.930176, 10.098670 ], [ -61.765137, 9.990491 ], [ -61.940918, 10.098670 ], [ -61.655273, 10.358151 ], [ -61.677246, 10.768556 ], [ -61.105957, 10.898042 ] ] ], [ [ [ -16.171875, 66.530768 ], [ -15.864258, 66.513260 ], [ -14.501953, 66.451887 ], [ -14.743652, 65.811781 ], [ -13.601074, 65.127638 ], [ -14.919434, 64.358931 ], [ -17.797852, 63.675506 ], [ -18.654785, 63.499573 ], [ -22.763672, 63.956673 ], [ -21.774902, 64.396938 ], [ -23.950195, 64.886265 ], [ -22.192383, 65.081389 ], [ -22.236328, 65.375994 ], [ -24.323730, 65.612952 ], [ -23.642578, 66.258011 ], [ -22.126465, 66.407955 ], [ -20.566406, 65.730626 ], [ -19.050293, 66.275698 ], [ -17.797852, 65.991212 ], [ -16.215820, 66.513260 ], [ -16.171875, 66.530768 ] ] ], [ [ [ -87.055664, 21.534847 ], [ -86.813965, 21.330315 ], [ -86.835938, 20.858812 ], [ -87.385254, 20.262197 ], [ -87.626953, 19.642588 ], [ -87.429199, 19.476950 ], [ -87.846680, 18.250220 ], [ -88.088379, 18.521283 ], [ -88.308105, 18.500447 ], [ -88.286133, 18.354526 ], [ -88.110352, 18.354526 ], [ -88.132324, 18.083201 ], [ -88.286133, 17.644022 ], [ -88.198242, 17.497389 ], [ -88.308105, 17.140790 ], [ -88.242188, 17.035777 ], [ -88.352051, 16.530898 ], [ -88.549805, 16.256867 ], [ -88.725586, 16.235772 ], [ -88.923340, 15.876809 ], [ -89.230957, 15.876809 ], [ -89.143066, 17.014768 ], [ -89.143066, 17.811456 ], [ -91.010742, 17.811456 ], [ -91.010742, 17.245744 ], [ -91.450195, 17.245744 ], [ -91.076660, 16.909684 ], [ -90.703125, 16.678293 ], [ -90.593262, 16.467695 ], [ -90.439453, 16.404470 ], [ -90.461426, 16.066929 ], [ -91.757812, 16.045813 ], [ -91.757812, 18.771115 ], [ -91.406250, 18.875103 ], [ -90.769043, 19.290406 ], [ -90.527344, 19.870060 ], [ -90.461426, 20.715015 ], [ -90.285645, 21.002471 ], [ -90.000000, 21.105000 ], [ -89.604492, 21.268900 ], [ -88.549805, 21.493964 ], [ -87.648926, 21.453069 ], [ -87.055664, 21.534847 ] ] ], [ [ [ -55.876465, 51.631657 ], [ -55.415039, 51.590723 ], [ -56.799316, 49.809632 ], [ -56.140137, 50.148746 ], [ -55.480957, 49.937080 ], [ -55.810547, 49.582226 ], [ -54.931641, 49.310799 ], [ -54.470215, 49.553726 ], [ -53.481445, 49.253465 ], [ -53.789062, 48.516604 ], [ -53.085938, 48.690960 ], [ -52.954102, 48.151428 ], [ -52.646484, 47.532038 ], [ -53.063965, 46.649436 ], [ -53.525391, 46.619261 ], [ -54.184570, 46.800059 ], [ -53.964844, 47.620975 ], [ -54.228516, 47.754098 ], [ -55.393066, 46.890232 ], [ -55.986328, 46.920255 ], [ -55.283203, 47.383474 ], [ -56.250000, 47.635784 ], [ -57.326660, 47.576526 ], [ -59.260254, 47.606163 ], [ -59.414062, 47.901614 ], [ -58.798828, 48.253941 ], [ -59.238281, 48.516604 ], [ -58.381348, 49.124219 ], [ -57.348633, 50.722547 ], [ -56.733398, 51.289406 ], [ -55.876465, 51.631657 ] ] ], [ [ [ -73.190918, 19.911384 ], [ -72.575684, 19.870060 ], [ -71.718750, 19.704658 ], [ -71.586914, 19.890723 ], [ -70.795898, 19.870060 ], [ -70.202637, 19.621892 ], [ -69.938965, 19.642588 ], [ -69.763184, 19.290406 ], [ -69.213867, 19.311143 ], [ -69.257812, 19.020577 ], [ -68.818359, 18.979026 ], [ -68.312988, 18.604601 ], [ -68.686523, 18.208480 ], [ -69.169922, 18.417079 ], [ -69.631348, 18.375379 ], [ -69.960938, 18.417079 ], [ -70.136719, 18.250220 ], [ -70.510254, 18.187607 ], [ -70.664062, 18.417079 ], [ -70.993652, 18.291950 ], [ -71.389160, 17.602139 ], [ -71.652832, 17.748687 ], [ -71.696777, 18.041421 ], [ -72.377930, 18.208480 ], [ -72.839355, 18.145852 ], [ -73.454590, 18.208480 ], [ -73.916016, 18.020528 ], [ -74.465332, 18.333669 ], [ -74.377441, 18.667063 ], [ -72.685547, 18.437925 ], [ -72.333984, 18.667063 ], [ -72.795410, 19.103648 ], [ -72.773438, 19.476950 ], [ -73.410645, 19.642588 ], [ -73.190918, 19.911384 ] ] ], [ [ [ -77.805176, 18.521283 ], [ -76.904297, 18.396230 ], [ -76.354980, 18.166730 ], [ -76.201172, 17.895114 ], [ -76.904297, 17.874203 ], [ -77.211914, 17.706828 ], [ -77.761230, 17.853290 ], [ -78.332520, 18.229351 ], [ -78.222656, 18.458768 ], [ -77.805176, 18.521283 ] ] ], [ [ [ -66.291504, 18.521283 ], [ -65.764160, 18.417079 ], [ -65.588379, 18.229351 ], [ -65.852051, 17.978733 ], [ -66.599121, 17.978733 ], [ -67.192383, 17.936929 ], [ -67.236328, 18.375379 ], [ -67.104492, 18.521283 ], [ -66.291504, 18.521283 ] ] ], [ [ [ -85.891113, 65.739656 ], [ -85.166016, 65.658275 ], [ -84.968262, 65.219894 ], [ -84.462891, 65.366837 ], [ -83.891602, 65.109148 ], [ -82.792969, 64.764759 ], [ -81.650391, 64.453849 ], [ -81.562500, 63.975961 ], [ -80.815430, 64.052978 ], [ -80.112305, 63.724183 ], [ -80.991211, 63.411198 ], [ -82.551270, 63.646259 ], [ -83.100586, 64.101007 ], [ -84.089355, 63.568120 ], [ -85.517578, 63.054959 ], [ -85.869141, 63.636504 ], [ -87.231445, 63.538763 ], [ -86.352539, 64.033744 ], [ -86.220703, 64.820907 ], [ -85.891113, 65.739656 ] ] ], [ [ [ -6.723633, 55.166319 ], [ -5.668945, 54.559323 ], [ -6.196289, 53.865486 ], [ -6.042480, 53.146770 ], [ -6.789551, 52.254709 ], [ -8.569336, 51.672555 ], [ -9.975586, 51.822198 ], [ -9.162598, 52.869130 ], [ -9.689941, 53.878440 ], [ -8.327637, 54.661124 ], [ -7.580566, 55.128649 ], [ -6.723633, 55.166319 ] ] ], [ [ [ -82.265625, 23.180764 ], [ -81.408691, 23.120154 ], [ -80.617676, 23.099944 ], [ -79.672852, 22.755921 ], [ -79.277344, 22.390714 ], [ -78.354492, 22.512557 ], [ -76.530762, 21.207459 ], [ -76.201172, 21.227942 ], [ -75.585938, 21.022983 ], [ -75.673828, 20.735566 ], [ -74.926758, 20.694462 ], [ -74.179688, 20.282809 ], [ -74.289551, 20.055931 ], [ -74.970703, 19.932041 ], [ -75.629883, 19.870060 ], [ -76.333008, 19.952696 ], [ -77.761230, 19.849394 ], [ -77.080078, 20.406420 ], [ -77.497559, 20.673905 ], [ -78.134766, 20.735566 ], [ -78.486328, 21.022983 ], [ -78.728027, 21.596151 ], [ -79.277344, 21.555284 ], [ -80.222168, 21.820708 ], [ -80.507812, 22.044913 ], [ -81.826172, 22.187405 ], [ -82.177734, 22.390714 ], [ -81.804199, 22.634293 ], [ -82.770996, 22.695120 ], [ -83.496094, 22.167058 ], [ -83.913574, 22.146708 ], [ -84.045410, 21.902278 ], [ -84.550781, 21.800308 ], [ -84.968262, 21.902278 ], [ -84.440918, 22.207749 ], [ -84.221191, 22.573438 ], [ -83.781738, 22.796439 ], [ -83.276367, 22.978624 ], [ -82.507324, 23.079732 ], [ -82.265625, 23.180764 ] ] ], [ [ [ -83.254395, 62.915233 ], [ -81.870117, 62.905227 ], [ -81.892090, 62.714462 ], [ -83.056641, 62.155241 ], [ -83.781738, 62.186014 ], [ -84.001465, 62.451406 ], [ -83.254395, 62.915233 ] ] ], [ [ [ -64.182129, 49.951220 ], [ -62.863770, 49.710273 ], [ -61.831055, 49.282140 ], [ -61.809082, 49.109838 ], [ -62.292480, 49.081062 ], [ -63.588867, 49.396675 ], [ -64.511719, 49.866317 ], [ -64.182129, 49.951220 ] ] ], [ [ [ -79.936523, 62.380185 ], [ -79.519043, 62.359805 ], [ -79.255371, 62.155241 ], [ -79.650879, 61.627286 ], [ -80.090332, 61.721118 ], [ -80.354004, 62.011218 ], [ -80.310059, 62.083315 ], [ -79.936523, 62.380185 ] ] ], [ [ [ -78.178711, 25.204941 ], [ -77.893066, 25.165173 ], [ -77.541504, 24.347097 ], [ -77.541504, 23.765237 ], [ -77.783203, 23.704895 ], [ -78.024902, 24.287027 ], [ -78.398438, 24.567108 ], [ -78.178711, 25.204941 ] ] ], [ [ [ -78.508301, 26.863281 ], [ -77.849121, 26.843677 ], [ -77.827148, 26.588527 ], [ -78.903809, 26.411551 ], [ -78.969727, 26.784847 ], [ -78.508301, 26.863281 ] ] ], [ [ [ -77.783203, 27.039557 ], [ -76.992188, 26.588527 ], [ -77.167969, 25.878994 ], [ -77.365723, 25.997550 ], [ -77.343750, 26.529565 ], [ -77.783203, 26.922070 ], [ -77.783203, 27.039557 ] ] ], [ [ [ -75.739746, 67.204032 ], [ -75.871582, 67.152898 ], [ -76.992188, 67.101656 ], [ -77.036133, 67.204032 ], [ -75.739746, 67.204032 ] ] ] ] } } ] } ] } , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 1, "y": 0 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Greenland", "adm0_a3": "GRL", "geou_dif": 0, "geounit": "Greenland", "gu_a3": "GRL", "su_dif": 0, "subunit": "Greenland", "su_a3": "GRL", "brk_diff": 0, "name": "Greenland", "name_long": "Greenland", "brk_a3": "GRL", "brk_name": "Greenland", "abbrev": "Grlnd.", "postal": "GL", "formal_en": "Greenland", "note_adm0": "Den.", "name_sort": "Greenland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 12, "pop_est": 57600, "gdp_md_est": 1100, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "GL", "iso_a3": "GRL", "iso_n3": "304", "un_a3": "304", "wb_a2": "GL", "wb_a3": "GRL", "woe_id": -99, "adm0_a3_is": "GRL", "adm0_a3_us": "GRL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "Europe & Central Asia", "name_len": 9, "long_len": 9, "abbrev_len": 6, "tiny": -99, "homepart": -99 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -35.090332, 83.645406 ], [ -27.092285, 83.520162 ], [ -20.852051, 82.726530 ], [ -22.697754, 82.341172 ], [ -26.520996, 82.297121 ], [ -31.904297, 82.199320 ], [ -31.398926, 82.021378 ], [ -27.861328, 82.130427 ], [ -24.851074, 81.786210 ], [ -22.895508, 82.094243 ], [ -22.060547, 81.735830 ], [ -23.159180, 81.150861 ], [ -20.632324, 81.524751 ], [ -15.776367, 81.910828 ], [ -12.766113, 81.720024 ], [ -12.216797, 81.291703 ], [ -16.281738, 80.578943 ], [ -16.853027, 80.349631 ], [ -20.039062, 80.178713 ], [ -17.731934, 80.129870 ], [ -18.896484, 79.400085 ], [ -19.709473, 78.750659 ], [ -19.665527, 77.636542 ], [ -18.479004, 76.985098 ], [ -20.039062, 76.945452 ], [ -21.687012, 76.629067 ], [ -19.841309, 76.095517 ], [ -19.599609, 75.247462 ], [ -20.676270, 75.157673 ], [ -19.379883, 74.295463 ], [ -21.599121, 74.223935 ], [ -20.434570, 73.818698 ], [ -20.764160, 73.465984 ], [ -22.170410, 73.308936 ], [ -23.554688, 73.308936 ], [ -22.302246, 72.626814 ], [ -22.302246, 72.181804 ], [ -24.279785, 72.600551 ], [ -24.785156, 72.329130 ], [ -23.444824, 72.080673 ], [ -22.126465, 71.469124 ], [ -21.752930, 70.663607 ], [ -23.532715, 70.473553 ], [ -25.532227, 71.427179 ], [ -25.202637, 70.750723 ], [ -26.367188, 70.222311 ], [ -23.730469, 70.185103 ], [ -22.346191, 70.125430 ], [ -25.026855, 69.256149 ], [ -27.751465, 68.471864 ], [ -30.673828, 68.122482 ], [ -31.772461, 68.122482 ], [ -32.805176, 67.734435 ], [ -34.211426, 66.679087 ], [ -34.716797, 66.513260 ], [ -36.342773, 65.982270 ], [ -37.045898, 65.937514 ], [ -37.770996, 65.802776 ], [ -53.217773, 65.802776 ], [ -53.657227, 66.098268 ], [ -53.459473, 66.513260 ], [ -53.305664, 66.835165 ], [ -53.964844, 67.187000 ], [ -52.976074, 68.358699 ], [ -51.481934, 68.728413 ], [ -51.086426, 69.146920 ], [ -50.866699, 69.930300 ], [ -52.009277, 69.572896 ], [ -52.558594, 69.426691 ], [ -53.459473, 69.279484 ], [ -54.689941, 69.611206 ], [ -54.755859, 70.289117 ], [ -54.360352, 70.823031 ], [ -53.437500, 70.837461 ], [ -51.394043, 70.568803 ], [ -53.107910, 71.201920 ], [ -54.008789, 71.545787 ], [ -54.997559, 71.406172 ], [ -55.832520, 71.656749 ], [ -54.711914, 72.587405 ], [ -55.327148, 72.958315 ], [ -56.118164, 73.646359 ], [ -57.326660, 74.712244 ], [ -58.601074, 75.095633 ], [ -58.579102, 75.519151 ], [ -61.259766, 76.100796 ], [ -63.391113, 76.174498 ], [ -66.071777, 76.132430 ], [ -68.510742, 76.058508 ], [ -69.653320, 76.377795 ], [ -71.411133, 77.009817 ], [ -68.774414, 77.322168 ], [ -66.752930, 77.375105 ], [ -71.037598, 77.636542 ], [ -73.300781, 78.043795 ], [ -73.168945, 78.433418 ], [ -69.367676, 78.912384 ], [ -65.720215, 79.396042 ], [ -65.324707, 79.757749 ], [ -68.027344, 80.118564 ], [ -67.148438, 80.513982 ], [ -63.698730, 81.214853 ], [ -62.226562, 81.321593 ], [ -62.644043, 81.770499 ], [ -60.270996, 82.033568 ], [ -57.216797, 82.190368 ], [ -54.140625, 82.199320 ], [ -53.041992, 81.889156 ], [ -50.383301, 82.437205 ], [ -48.010254, 82.063963 ], [ -46.604004, 81.984696 ], [ -44.516602, 81.659685 ], [ -46.889648, 82.199320 ], [ -46.757812, 82.628514 ], [ -43.395996, 83.226067 ], [ -39.902344, 83.179256 ], [ -38.627930, 83.549851 ], [ -35.090332, 83.645406 ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "name_sort": "Canada", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 33487208, "gdp_md_est": 1300000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6, "long_len": 6, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -91.757812, 70.058092 ], [ -91.757812, 70.392606 ], [ -91.516113, 70.192550 ], [ -91.757812, 70.058092 ] ] ], [ [ [ -80.354004, 73.757352 ], [ -78.068848, 73.652545 ], [ -76.333008, 73.099413 ], [ -76.245117, 72.829052 ], [ -78.398438, 72.874402 ], [ -79.475098, 72.744522 ], [ -79.782715, 72.803086 ], [ -80.881348, 73.334161 ], [ -80.837402, 73.695780 ], [ -80.354004, 73.757352 ] ] ], [ [ [ -85.825195, 73.806447 ], [ -86.550293, 73.156808 ], [ -85.781250, 72.534726 ], [ -84.858398, 73.340461 ], [ -82.309570, 73.751205 ], [ -80.595703, 72.718432 ], [ -80.749512, 72.060381 ], [ -78.771973, 72.349128 ], [ -77.827148, 72.751039 ], [ -75.607910, 72.242216 ], [ -74.223633, 71.767067 ], [ -74.091797, 71.328950 ], [ -72.246094, 71.559692 ], [ -71.191406, 70.916641 ], [ -68.774414, 70.524897 ], [ -67.917480, 70.117959 ], [ -66.972656, 69.185993 ], [ -68.796387, 68.720441 ], [ -66.445312, 68.065098 ], [ -64.863281, 67.850702 ], [ -63.413086, 66.930060 ], [ -61.853027, 66.861082 ], [ -62.160645, 66.160511 ], [ -62.709961, 65.802776 ], [ -65.764160, 65.802776 ], [ -66.708984, 66.390361 ], [ -68.005371, 66.258011 ], [ -68.115234, 65.802776 ], [ -74.289551, 65.802776 ], [ -73.937988, 66.311035 ], [ -73.674316, 66.513260 ], [ -72.641602, 67.280530 ], [ -72.927246, 67.726108 ], [ -73.300781, 68.065098 ], [ -74.838867, 68.552351 ], [ -76.860352, 68.895187 ], [ -76.223145, 69.146920 ], [ -77.277832, 69.771356 ], [ -78.156738, 69.824471 ], [ -78.947754, 70.162746 ], [ -79.497070, 69.869892 ], [ -81.298828, 69.740944 ], [ -84.946289, 69.967967 ], [ -87.055664, 70.259452 ], [ -88.681641, 70.407348 ], [ -89.516602, 70.757966 ], [ -88.461914, 71.216075 ], [ -89.890137, 71.223149 ], [ -90.000000, 71.587473 ], [ -90.197754, 72.235514 ], [ -90.000000, 72.481891 ], [ -89.428711, 73.131322 ], [ -88.395996, 73.534628 ], [ -85.825195, 73.806447 ] ] ], [ [ [ -72.839355, 83.233838 ], [ -65.830078, 83.028886 ], [ -63.676758, 82.899703 ], [ -61.853027, 82.628514 ], [ -61.896973, 82.361644 ], [ -64.335938, 81.926273 ], [ -66.752930, 81.726350 ], [ -67.653809, 81.502052 ], [ -65.478516, 81.505299 ], [ -67.829590, 80.900669 ], [ -69.477539, 80.614842 ], [ -71.169434, 79.800637 ], [ -73.234863, 79.631968 ], [ -73.872070, 79.428340 ], [ -76.904297, 79.323013 ], [ -75.520020, 79.196075 ], [ -76.223145, 79.017527 ], [ -75.388184, 78.525573 ], [ -76.333008, 78.184088 ], [ -77.893066, 77.901861 ], [ -78.354492, 77.508873 ], [ -79.760742, 77.210776 ], [ -79.628906, 76.985098 ], [ -77.915039, 77.019692 ], [ -77.893066, 76.775629 ], [ -80.551758, 76.179748 ], [ -83.166504, 76.455203 ], [ -86.110840, 76.299953 ], [ -87.604980, 76.419134 ], [ -89.494629, 76.470633 ], [ -89.604492, 76.950415 ], [ -87.758789, 77.176684 ], [ -88.264160, 77.901861 ], [ -87.648926, 77.970745 ], [ -84.968262, 77.537355 ], [ -86.330566, 78.179588 ], [ -87.956543, 78.371576 ], [ -87.143555, 78.759229 ], [ -85.385742, 78.996578 ], [ -85.100098, 79.343349 ], [ -86.506348, 79.734281 ], [ -86.923828, 80.249670 ], [ -84.199219, 80.208652 ], [ -83.408203, 80.099692 ], [ -81.848145, 80.463150 ], [ -84.089355, 80.578943 ], [ -87.604980, 80.517603 ], [ -89.362793, 80.855383 ], [ -90.000000, 81.164372 ], [ -90.197754, 81.258372 ], [ -91.362305, 81.553847 ], [ -91.582031, 81.895354 ], [ -90.109863, 82.085171 ], [ -90.000000, 82.088196 ], [ -88.923340, 82.118384 ], [ -86.967773, 82.279430 ], [ -85.495605, 82.651033 ], [ -84.265137, 82.600269 ], [ -83.188477, 82.320646 ], [ -82.419434, 82.858847 ], [ -81.101074, 83.020881 ], [ -79.299316, 83.129495 ], [ -76.245117, 83.171423 ], [ -75.717773, 83.063469 ], [ -72.839355, 83.233838 ] ] ], [ [ [ -75.893555, 68.285651 ], [ -75.102539, 68.007571 ], [ -75.102539, 67.584098 ], [ -75.212402, 67.441229 ], [ -75.871582, 67.144365 ], [ -76.992188, 67.101656 ], [ -77.233887, 67.584098 ], [ -76.816406, 68.147032 ], [ -75.893555, 68.285651 ] ] ], [ [ [ -91.757812, 69.626510 ], [ -90.549316, 69.496070 ], [ -90.549316, 68.471864 ], [ -90.000000, 68.800041 ], [ -89.208984, 69.256149 ], [ -88.022461, 68.616534 ], [ -88.308105, 67.875541 ], [ -87.341309, 67.195518 ], [ -86.308594, 67.916881 ], [ -85.583496, 68.784144 ], [ -85.517578, 69.885010 ], [ -84.089355, 69.801724 ], [ -82.617188, 69.657086 ], [ -81.276855, 69.162558 ], [ -81.210938, 68.664551 ], [ -81.958008, 68.130668 ], [ -81.254883, 67.592475 ], [ -81.386719, 67.110204 ], [ -83.056641, 66.513260 ], [ -83.342285, 66.407955 ], [ -84.726562, 66.258011 ], [ -85.605469, 66.513260 ], [ -85.759277, 66.557007 ], [ -85.803223, 66.513260 ], [ -86.066895, 66.053716 ], [ -86.352539, 65.802776 ], [ -91.757812, 65.802776 ], [ -91.757812, 69.626510 ] ] ], [ [ [ -91.604004, 76.780655 ], [ -90.747070, 76.450056 ], [ -90.966797, 76.074381 ], [ -90.000000, 75.882732 ], [ -89.824219, 75.845169 ], [ -89.187012, 75.612262 ], [ -87.846680, 75.568518 ], [ -86.374512, 75.480640 ], [ -84.792480, 75.699360 ], [ -82.749023, 75.785942 ], [ -81.123047, 75.715633 ], [ -80.046387, 75.336721 ], [ -79.826660, 74.925142 ], [ -80.463867, 74.654203 ], [ -81.958008, 74.443466 ], [ -83.232422, 74.560888 ], [ -86.088867, 74.408070 ], [ -88.154297, 74.390342 ], [ -89.758301, 74.514023 ], [ -90.000000, 74.543330 ], [ -91.757812, 74.758524 ], [ -91.757812, 76.780655 ], [ -91.604004, 76.780655 ] ] ], [ [ [ -91.757812, 74.013493 ], [ -90.505371, 73.855397 ], [ -91.757812, 73.118566 ], [ -91.757812, 74.013493 ] ] ], [ [ [ -91.757812, 80.990573 ], [ -91.142578, 80.721727 ], [ -90.000000, 80.578943 ], [ -89.450684, 80.510360 ], [ -87.802734, 80.320120 ], [ -87.011719, 79.659613 ], [ -85.803223, 79.335219 ], [ -87.187500, 79.038437 ], [ -89.033203, 78.287126 ], [ -90.000000, 78.246913 ], [ -90.812988, 78.215541 ], [ -91.757812, 78.273737 ], [ -91.757812, 80.990573 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Iceland", "sov_a3": "ISL", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Iceland", "adm0_a3": "ISL", "geou_dif": 0, "geounit": "Iceland", "gu_a3": "ISL", "su_dif": 0, "subunit": "Iceland", "su_a3": "ISL", "brk_diff": 0, "name": "Iceland", "name_long": "Iceland", "brk_a3": "ISL", "brk_name": "Iceland", "abbrev": "Iceland", "postal": "IS", "formal_en": "Republic of Iceland", "name_sort": "Iceland", "mapcolor7": 1, "mapcolor8": 4, "mapcolor9": 4, "mapcolor13": 9, "pop_est": 306694, "gdp_md_est": 12710, "pop_year": -99, "lastcensus": -99, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "IS", "iso_a3": "ISL", "iso_n3": "352", "un_a3": "352", "wb_a2": "IS", "wb_a3": "ISL", "woe_id": -99, "adm0_a3_is": "ISL", "adm0_a3_us": "ISL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7, "long_len": 7, "abbrev_len": 7, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -22.126465, 66.407955 ], [ -20.742188, 65.802776 ], [ -24.125977, 65.802776 ], [ -23.642578, 66.258011 ], [ -22.126465, 66.407955 ] ] ], [ [ [ -20.390625, 65.802776 ], [ -19.050293, 66.275698 ], [ -17.797852, 65.991212 ], [ -16.215820, 66.513260 ], [ -16.171875, 66.522016 ], [ -15.864258, 66.513260 ], [ -14.501953, 66.451887 ], [ -14.721680, 65.802776 ], [ -20.390625, 65.802776 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Greenland", "adm0_a3": "GRL", "geou_dif": 0, "geounit": "Greenland", "gu_a3": "GRL", "su_dif": 0, "subunit": "Greenland", "su_a3": "GRL", "brk_diff": 0, "name": "Greenland", "name_long": "Greenland", "brk_a3": "GRL", "brk_name": "Greenland", "abbrev": "Grlnd.", "postal": "GL", "formal_en": "Greenland", "note_adm0": "Den.", "name_sort": "Greenland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 3, "mapcolor13": 12, "pop_est": 57600, "gdp_md_est": 1100, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99, "iso_a2": "GL", "iso_a3": "GRL", "iso_n3": "304", "un_a3": "304", "wb_a2": "GL", "wb_a3": "GRL", "woe_id": -99, "adm0_a3_is": "GRL", "adm0_a3_us": "GRL", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "Europe & Central Asia", "name_len": 9, "long_len": 9, "abbrev_len": 6, "tiny": -99, "homepart": -99 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -35.090332, 83.645406 ], [ -27.092285, 83.520162 ], [ -20.852051, 82.726530 ], [ -22.697754, 82.341172 ], [ -26.520996, 82.297121 ], [ -31.904297, 82.199320 ], [ -31.398926, 82.021378 ], [ -27.861328, 82.130427 ], [ -24.851074, 81.786210 ], [ -22.895508, 82.094243 ], [ -22.060547, 81.735830 ], [ -23.159180, 81.150861 ], [ -20.632324, 81.524751 ], [ -15.776367, 81.910828 ], [ -12.766113, 81.720024 ], [ -12.216797, 81.291703 ], [ -16.281738, 80.578943 ], [ -16.853027, 80.349631 ], [ -20.039062, 80.178713 ], [ -17.731934, 80.129870 ], [ -18.896484, 79.400085 ], [ -19.709473, 78.750659 ], [ -19.665527, 77.636542 ], [ -18.479004, 76.985098 ], [ -20.039062, 76.945452 ], [ -21.687012, 76.629067 ], [ -19.841309, 76.095517 ], [ -19.599609, 75.247462 ], [ -20.676270, 75.157673 ], [ -19.379883, 74.295463 ], [ -21.599121, 74.223935 ], [ -20.434570, 73.818698 ], [ -20.764160, 73.465984 ], [ -22.170410, 73.308936 ], [ -23.554688, 73.308936 ], [ -22.302246, 72.626814 ], [ -22.302246, 72.181804 ], [ -24.279785, 72.600551 ], [ -24.785156, 72.329130 ], [ -23.444824, 72.080673 ], [ -22.126465, 71.469124 ], [ -21.752930, 70.663607 ], [ -23.532715, 70.473553 ], [ -25.532227, 71.427179 ], [ -25.202637, 70.750723 ], [ -26.367188, 70.222311 ], [ -23.730469, 70.185103 ], [ -22.346191, 70.125430 ], [ -25.026855, 69.256149 ], [ -27.751465, 68.471864 ], [ -30.673828, 68.122482 ], [ -31.772461, 68.122482 ], [ -32.805176, 67.734435 ], [ -34.211426, 66.679087 ], [ -34.716797, 66.513260 ], [ -36.342773, 65.982270 ], [ -37.045898, 65.937514 ], [ -37.770996, 65.802776 ], [ -53.217773, 65.802776 ], [ -53.657227, 66.098268 ], [ -53.459473, 66.513260 ], [ -53.305664, 66.835165 ], [ -53.964844, 67.187000 ], [ -52.976074, 68.358699 ], [ -51.481934, 68.728413 ], [ -51.086426, 69.146920 ], [ -50.866699, 69.930300 ], [ -52.009277, 69.572896 ], [ -52.558594, 69.426691 ], [ -53.459473, 69.279484 ], [ -54.689941, 69.611206 ], [ -54.755859, 70.289117 ], [ -54.360352, 70.823031 ], [ -53.437500, 70.837461 ], [ -51.394043, 70.568803 ], [ -53.107910, 71.201920 ], [ -54.008789, 71.545787 ], [ -54.997559, 71.406172 ], [ -55.832520, 71.656749 ], [ -54.711914, 72.587405 ], [ -55.327148, 72.958315 ], [ -56.118164, 73.646359 ], [ -57.326660, 74.712244 ], [ -58.601074, 75.095633 ], [ -58.579102, 75.519151 ], [ -61.259766, 76.100796 ], [ -63.391113, 76.174498 ], [ -66.071777, 76.132430 ], [ -68.510742, 76.058508 ], [ -69.653320, 76.377795 ], [ -71.411133, 77.009817 ], [ -68.774414, 77.322168 ], [ -66.752930, 77.375105 ], [ -71.037598, 77.636542 ], [ -73.300781, 78.043795 ], [ -73.168945, 78.433418 ], [ -69.367676, 78.912384 ], [ -65.720215, 79.396042 ], [ -65.324707, 79.757749 ], [ -68.027344, 80.118564 ], [ -67.148438, 80.513982 ], [ -63.698730, 81.214853 ], [ -62.226562, 81.321593 ], [ -62.644043, 81.770499 ], [ -60.270996, 82.033568 ], [ -57.216797, 82.190368 ], [ -54.140625, 82.199320 ], [ -53.041992, 81.889156 ], [ -50.383301, 82.437205 ], [ -48.010254, 82.063963 ], [ -46.604004, 81.984696 ], [ -44.516602, 81.659685 ], [ -46.889648, 82.199320 ], [ -46.757812, 82.628514 ], [ -43.395996, 83.226067 ], [ -39.902344, 83.179256 ], [ -38.627930, 83.549851 ], [ -35.090332, 83.645406 ] ] ], [ [ [ -80.354004, 73.757352 ], [ -78.068848, 73.652545 ], [ -76.333008, 73.099413 ], [ -76.245117, 72.829052 ], [ -78.398438, 72.874402 ], [ -79.475098, 72.744522 ], [ -79.782715, 72.803086 ], [ -80.881348, 73.334161 ], [ -80.837402, 73.695780 ], [ -80.354004, 73.757352 ] ] ], [ [ [ -85.825195, 73.806447 ], [ -86.550293, 73.156808 ], [ -85.781250, 72.534726 ], [ -84.858398, 73.340461 ], [ -82.309570, 73.751205 ], [ -80.595703, 72.718432 ], [ -80.749512, 72.060381 ], [ -78.771973, 72.349128 ], [ -77.827148, 72.751039 ], [ -75.607910, 72.242216 ], [ -74.223633, 71.767067 ], [ -74.091797, 71.328950 ], [ -72.246094, 71.559692 ], [ -71.191406, 70.916641 ], [ -68.774414, 70.524897 ], [ -67.917480, 70.117959 ], [ -66.972656, 69.185993 ], [ -68.796387, 68.720441 ], [ -66.445312, 68.065098 ], [ -64.863281, 67.850702 ], [ -63.413086, 66.930060 ], [ -61.853027, 66.861082 ], [ -62.160645, 66.160511 ], [ -62.709961, 65.802776 ], [ -65.764160, 65.802776 ], [ -66.708984, 66.390361 ], [ -68.005371, 66.258011 ], [ -68.115234, 65.802776 ], [ -74.289551, 65.802776 ], [ -73.937988, 66.311035 ], [ -73.674316, 66.513260 ], [ -72.641602, 67.280530 ], [ -72.927246, 67.726108 ], [ -73.300781, 68.065098 ], [ -74.838867, 68.552351 ], [ -76.860352, 68.895187 ], [ -76.223145, 69.146920 ], [ -77.277832, 69.771356 ], [ -78.156738, 69.824471 ], [ -78.947754, 70.162746 ], [ -79.497070, 69.869892 ], [ -81.298828, 69.740944 ], [ -84.946289, 69.967967 ], [ -87.055664, 70.259452 ], [ -88.681641, 70.407348 ], [ -89.516602, 70.757966 ], [ -88.461914, 71.216075 ], [ -89.890137, 71.223149 ], [ -90.000000, 71.587473 ], [ -90.197754, 72.235514 ], [ -90.000000, 72.481891 ], [ -89.428711, 73.131322 ], [ -88.395996, 73.534628 ], [ -85.825195, 73.806447 ] ] ], [ [ [ -22.126465, 66.407955 ], [ -20.742188, 65.802776 ], [ -24.125977, 65.802776 ], [ -23.642578, 66.258011 ], [ -22.126465, 66.407955 ] ] ], [ [ [ -16.171875, 66.522016 ], [ -15.864258, 66.513260 ], [ -14.501953, 66.451887 ], [ -14.721680, 65.802776 ], [ -20.390625, 65.802776 ], [ -19.050293, 66.275698 ], [ -17.797852, 65.991212 ], [ -16.215820, 66.513260 ], [ -16.171875, 66.522016 ] ] ], [ [ [ -85.517578, 69.885010 ], [ -84.089355, 69.801724 ], [ -82.617188, 69.657086 ], [ -81.276855, 69.162558 ], [ -81.210938, 68.664551 ], [ -81.958008, 68.130668 ], [ -81.254883, 67.592475 ], [ -81.386719, 67.110204 ], [ -83.056641, 66.513260 ], [ -83.342285, 66.407955 ], [ -84.726562, 66.258011 ], [ -85.605469, 66.513260 ], [ -85.759277, 66.557007 ], [ -85.803223, 66.513260 ], [ -86.066895, 66.053716 ], [ -86.352539, 65.802776 ], [ -91.757812, 65.802776 ], [ -91.757812, 69.626510 ], [ -90.549316, 69.496070 ], [ -90.549316, 68.471864 ], [ -90.000000, 68.800041 ], [ -89.208984, 69.256149 ], [ -88.022461, 68.616534 ], [ -88.308105, 67.875541 ], [ -87.341309, 67.195518 ], [ -86.308594, 67.916881 ], [ -85.583496, 68.784144 ], [ -85.517578, 69.885010 ] ] ], [ [ [ -72.839355, 83.233838 ], [ -65.830078, 83.028886 ], [ -63.676758, 82.899703 ], [ -61.853027, 82.628514 ], [ -61.896973, 82.361644 ], [ -64.335938, 81.926273 ], [ -66.752930, 81.726350 ], [ -67.653809, 81.502052 ], [ -65.478516, 81.505299 ], [ -67.829590, 80.900669 ], [ -69.477539, 80.614842 ], [ -71.169434, 79.800637 ], [ -73.234863, 79.631968 ], [ -73.872070, 79.428340 ], [ -76.904297, 79.323013 ], [ -75.520020, 79.196075 ], [ -76.223145, 79.017527 ], [ -75.388184, 78.525573 ], [ -76.333008, 78.184088 ], [ -77.893066, 77.901861 ], [ -78.354492, 77.508873 ], [ -79.760742, 77.210776 ], [ -79.628906, 76.985098 ], [ -77.915039, 77.019692 ], [ -77.893066, 76.775629 ], [ -80.551758, 76.179748 ], [ -83.166504, 76.455203 ], [ -86.110840, 76.299953 ], [ -87.604980, 76.419134 ], [ -89.494629, 76.470633 ], [ -89.604492, 76.950415 ], [ -87.758789, 77.176684 ], [ -88.264160, 77.901861 ], [ -87.648926, 77.970745 ], [ -84.968262, 77.537355 ], [ -86.330566, 78.179588 ], [ -87.956543, 78.371576 ], [ -87.143555, 78.759229 ], [ -85.385742, 78.996578 ], [ -85.100098, 79.343349 ], [ -86.506348, 79.734281 ], [ -86.923828, 80.249670 ], [ -84.199219, 80.208652 ], [ -83.408203, 80.099692 ], [ -81.848145, 80.463150 ], [ -84.089355, 80.578943 ], [ -87.604980, 80.517603 ], [ -89.362793, 80.855383 ], [ -90.000000, 81.164372 ], [ -90.197754, 81.258372 ], [ -91.362305, 81.553847 ], [ -91.582031, 81.895354 ], [ -90.109863, 82.085171 ], [ -90.000000, 82.088196 ], [ -88.923340, 82.118384 ], [ -86.967773, 82.279430 ], [ -85.495605, 82.651033 ], [ -84.265137, 82.600269 ], [ -83.188477, 82.320646 ], [ -82.419434, 82.858847 ], [ -81.101074, 83.020881 ], [ -79.299316, 83.129495 ], [ -76.245117, 83.171423 ], [ -75.717773, 83.063469 ], [ -72.839355, 83.233838 ] ] ], [ [ [ -75.893555, 68.285651 ], [ -75.102539, 68.007571 ], [ -75.102539, 67.584098 ], [ -75.212402, 67.441229 ], [ -75.871582, 67.144365 ], [ -76.992188, 67.101656 ], [ -77.233887, 67.584098 ], [ -76.816406, 68.147032 ], [ -75.893555, 68.285651 ] ] ], [ [ [ -91.604004, 76.780655 ], [ -90.747070, 76.450056 ], [ -90.966797, 76.074381 ], [ -90.000000, 75.882732 ], [ -89.824219, 75.845169 ], [ -89.187012, 75.612262 ], [ -87.846680, 75.568518 ], [ -86.374512, 75.480640 ], [ -84.792480, 75.699360 ], [ -82.749023, 75.785942 ], [ -81.123047, 75.715633 ], [ -80.046387, 75.336721 ], [ -79.826660, 74.925142 ], [ -80.463867, 74.654203 ], [ -81.958008, 74.443466 ], [ -83.232422, 74.560888 ], [ -86.088867, 74.408070 ], [ -88.154297, 74.390342 ], [ -89.758301, 74.514023 ], [ -90.000000, 74.543330 ], [ -91.757812, 74.758524 ], [ -91.757812, 76.780655 ], [ -91.604004, 76.780655 ] ] ], [ [ [ -91.757812, 80.990573 ], [ -91.142578, 80.721727 ], [ -90.000000, 80.578943 ], [ -89.450684, 80.510360 ], [ -87.802734, 80.320120 ], [ -87.011719, 79.659613 ], [ -85.803223, 79.335219 ], [ -87.187500, 79.038437 ], [ -89.033203, 78.287126 ], [ -90.000000, 78.246913 ], [ -90.812988, 78.215541 ], [ -91.757812, 78.273737 ], [ -91.757812, 80.990573 ] ] ], [ [ [ -91.757812, 70.392606 ], [ -91.516113, 70.192550 ], [ -91.757812, 70.058092 ], [ -91.757812, 70.392606 ] ] ], [ [ [ -91.757812, 74.013493 ], [ -90.505371, 73.855397 ], [ -91.757812, 73.118566 ], [ -91.757812, 74.013493 ] ] ] ] } } ] } ] } , @@ -162,20 +126,10 @@ ] } , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 2, "y": 1 }, "features": [ -{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 2048 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United Kingdom", "adm0_a3": "GBR", "geou_dif": 0, "geounit": "United Kingdom", "gu_a3": "GBR", "su_dif": 0, "subunit": "United Kingdom", "su_a3": "GBR", "brk_diff": 0, "name": "United Kingdom", "name_long": "United Kingdom", "brk_a3": "GBR", "brk_name": "United Kingdom", "abbrev": "U.K.", "postal": "GB", "formal_en": "United Kingdom of Great Britain and Northern Ireland", "name_sort": "United Kingdom", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 6, "mapcolor13": 3, "pop_est": 62262000, "gdp_md_est": 1977704, "pop_year": 0, "lastcensus": 2011, "gdp_year": 2009, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "GB", "iso_a3": "GBR", "iso_n3": "826", "un_a3": "826", "wb_a2": "GB", "wb_a3": "GBR", "woe_id": -99, "adm0_a3_is": "GBR", "adm0_a3_us": "GBR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 14, "long_len": 14, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.757812, 22.917923 ], [ 0.000000, 21.779905 ], [ 1.845703, 20.591652 ], [ 2.065430, 20.138470 ], [ 3.164062, 19.683970 ], [ 3.164062, 19.062118 ], [ 4.262695, 19.145168 ], [ 4.262695, 16.846605 ], [ 3.735352, 16.172473 ], [ 3.647461, 15.580711 ], [ 2.768555, 15.411319 ], [ 1.406250, 15.326572 ], [ 1.010742, 14.987240 ], [ 0.395508, 14.944785 ], [ 0.307617, 14.434680 ], [ 0.439453, 14.008696 ], [ 1.010742, 13.325485 ], [ 1.010742, 12.854649 ], [ 2.197266, 12.640338 ], [ 2.153320, 11.953349 ], [ 1.933594, 11.652236 ], [ 1.450195, 11.566144 ], [ 1.230469, 11.092166 ], [ 0.922852, 11.005904 ], [ 0.043945, 11.005904 ], [ 0.000000, 10.919618 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.660608 ], [ 0.351562, 10.185187 ], [ 0.351562, 9.449062 ], [ 0.483398, 8.667918 ], [ 0.703125, 8.320212 ], [ 0.483398, 7.406048 ], [ 0.571289, 6.926427 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.527344, 5.353521 ], [ -1.054688, 5.003394 ], [ -1.757812, 4.784469 ], [ -1.757812, 22.917923 ] ] ], [ [ [ -1.757812, 34.161818 ], [ -1.713867, 33.906896 ], [ -1.406250, 32.879587 ], [ -1.142578, 32.657876 ], [ -1.318359, 32.249974 ], [ -1.757812, 32.212801 ], [ -1.757812, 34.161818 ] ] ], [ [ [ 15.512695, 38.238180 ], [ 15.161133, 37.439974 ], [ 15.292969, 37.125286 ], [ 15.117188, 36.633162 ], [ 14.326172, 36.985003 ], [ 13.842773, 37.090240 ], [ 12.436523, 37.614231 ], [ 12.568359, 38.134557 ], [ 13.754883, 38.030786 ], [ 15.512695, 38.238180 ] ] ], [ [ [ 10.590820, 57.727619 ], [ 10.546875, 57.207710 ], [ 10.239258, 56.897004 ], [ 10.371094, 56.607885 ], [ 10.898438, 56.462490 ], [ 10.678711, 56.072035 ], [ 10.371094, 56.194481 ], [ 9.667969, 55.478853 ], [ 9.931641, 54.977614 ], [ 9.931641, 54.597528 ], [ 10.942383, 54.367759 ], [ 10.942383, 54.007769 ], [ 11.953125, 54.188155 ], [ 12.524414, 54.470038 ], [ 13.666992, 54.085173 ], [ 14.106445, 53.748711 ], [ 14.370117, 53.252069 ], [ 14.062500, 52.988337 ], [ 14.458008, 52.616390 ], [ 14.677734, 52.079506 ], [ 14.589844, 51.754240 ], [ 15.029297, 51.096623 ], [ 15.512695, 50.792047 ], [ 16.259766, 50.708634 ], [ 16.171875, 50.429518 ], [ 16.699219, 50.205033 ], [ 16.875000, 50.485474 ], [ 17.534180, 50.373496 ], [ 17.666016, 50.035974 ], [ 18.413086, 49.979488 ], [ 18.896484, 49.439557 ], [ 19.335938, 49.582226 ], [ 19.819336, 49.210420 ], [ 20.434570, 49.439557 ], [ 20.874023, 49.325122 ], [ 21.621094, 49.468124 ], [ 22.543945, 49.095452 ], [ 22.280273, 48.835797 ], [ 22.104492, 48.429201 ], [ 22.631836, 48.136767 ], [ 22.719727, 47.872144 ], [ 22.104492, 47.665387 ], [ 21.621094, 46.980252 ], [ 21.005859, 46.316584 ], [ 20.214844, 46.134170 ], [ 20.742188, 45.736860 ], [ 20.874023, 45.429299 ], [ 21.489258, 45.182037 ], [ 21.577148, 44.777936 ], [ 22.148438, 44.465151 ], [ 22.456055, 44.715514 ], [ 22.719727, 44.590467 ], [ 22.456055, 44.402392 ], [ 22.675781, 44.245199 ], [ 22.412109, 43.992815 ], [ 22.500000, 43.644026 ], [ 22.983398, 43.197167 ], [ 22.587891, 42.908160 ], [ 22.456055, 42.585444 ], [ 22.543945, 42.455888 ], [ 22.368164, 42.326062 ], [ 22.895508, 42.000325 ], [ 22.939453, 41.343825 ], [ 22.763672, 41.310824 ], [ 22.587891, 41.145570 ], [ 22.060547, 41.145570 ], [ 21.665039, 40.946714 ], [ 21.005859, 40.847060 ], [ 20.610352, 41.079351 ], [ 20.478516, 41.508577 ], [ 20.610352, 41.869561 ], [ 20.522461, 42.228517 ], [ 20.302734, 42.326062 ], [ 20.083008, 42.585444 ], [ 19.819336, 42.488302 ], [ 19.731445, 42.682435 ], [ 19.291992, 42.195969 ], [ 19.379883, 41.869561 ], [ 19.160156, 41.967659 ], [ 18.896484, 42.293564 ], [ 17.490234, 42.843751 ], [ 16.918945, 43.197167 ], [ 15.996094, 43.516689 ], [ 15.161133, 44.245199 ], [ 15.380859, 44.308127 ], [ 14.941406, 44.746733 ], [ 14.897461, 45.089036 ], [ 14.238281, 45.243953 ], [ 13.974609, 44.809122 ], [ 13.666992, 45.151053 ], [ 13.666992, 45.490946 ], [ 13.930664, 45.583290 ], [ 13.139648, 45.736860 ], [ 12.348633, 45.367584 ], [ 12.392578, 44.871443 ], [ 12.260742, 44.590467 ], [ 12.612305, 44.087585 ], [ 13.535156, 43.580391 ], [ 14.018555, 42.747012 ], [ 15.161133, 41.967659 ], [ 15.908203, 41.967659 ], [ 16.171875, 41.738528 ], [ 15.908203, 41.541478 ], [ 17.534180, 40.880295 ], [ 18.369141, 40.346544 ], [ 18.500977, 40.178873 ], [ 18.281250, 39.808536 ], [ 17.753906, 40.279526 ], [ 16.875000, 40.446947 ], [ 16.435547, 39.808536 ], [ 17.182617, 39.436193 ], [ 17.050781, 38.891033 ], [ 16.655273, 38.856820 ], [ 16.083984, 37.996163 ], [ 15.688477, 37.892196 ], [ 15.688477, 38.203655 ], [ 15.908203, 38.754083 ], [ 16.127930, 38.959409 ], [ 15.424805, 40.044438 ], [ 14.985352, 40.178873 ], [ 14.721680, 40.613952 ], [ 14.062500, 40.780541 ], [ 13.623047, 41.178654 ], [ 12.875977, 41.244772 ], [ 12.128906, 41.705729 ], [ 11.206055, 42.358544 ], [ 10.502930, 42.940339 ], [ 10.195312, 43.929550 ], [ 9.711914, 44.024422 ], [ 8.876953, 44.370987 ], [ 8.437500, 44.245199 ], [ 7.866211, 43.771094 ], [ 7.426758, 43.707594 ], [ 6.547852, 43.133061 ], [ 4.570312, 43.389082 ], [ 3.120117, 43.068888 ], [ 2.988281, 42.455888 ], [ 1.845703, 42.358544 ], [ 0.703125, 42.779275 ], [ 0.351562, 42.585444 ], [ 0.000000, 42.650122 ], [ -1.494141, 43.036776 ], [ -1.757812, 43.293200 ], [ -1.757812, 43.580391 ], [ -1.406250, 44.024422 ], [ -1.186523, 46.012224 ], [ -1.757812, 46.589069 ], [ -1.757812, 48.661943 ], [ -1.625977, 48.632909 ], [ -1.757812, 49.152970 ], [ -1.757812, 49.696062 ], [ -1.010742, 49.353756 ], [ 0.000000, 49.667628 ], [ 1.318359, 50.120578 ], [ 1.625977, 50.958427 ], [ 3.295898, 51.344339 ], [ 3.823242, 51.618017 ], [ 4.702148, 53.094024 ], [ 6.064453, 53.514185 ], [ 6.899414, 53.488046 ], [ 7.119141, 53.696706 ], [ 7.954102, 53.748711 ], [ 8.129883, 53.514185 ], [ 8.789062, 54.007769 ], [ 8.569336, 54.393352 ], [ 8.525391, 54.952386 ], [ 8.129883, 55.528631 ], [ 8.085938, 56.535258 ], [ 8.525391, 57.112385 ], [ 9.404297, 57.160078 ], [ 9.755859, 57.444949 ], [ 10.590820, 57.727619 ] ] ], [ [ [ 9.228516, 41.211722 ], [ 9.799805, 40.513799 ], [ 9.667969, 39.164141 ], [ 9.228516, 39.232253 ], [ 8.789062, 38.891033 ], [ 8.437500, 39.164141 ], [ 8.393555, 40.380028 ], [ 8.173828, 40.946714 ], [ 8.701172, 40.913513 ], [ 9.228516, 41.211722 ] ] ], [ [ [ 23.554688, 67.204032 ], [ 23.554688, 66.390361 ], [ 23.906250, 66.000150 ], [ 22.192383, 65.730626 ], [ 21.225586, 65.016506 ], [ 21.357422, 64.415921 ], [ 19.775391, 63.607217 ], [ 17.841797, 62.754726 ], [ 17.138672, 61.333540 ], [ 17.841797, 60.630102 ], [ 18.808594, 60.086763 ], [ 17.885742, 58.950008 ], [ 16.831055, 58.722599 ], [ 16.435547, 57.040730 ], [ 15.864258, 56.096556 ], [ 14.677734, 56.194481 ], [ 14.106445, 55.404070 ], [ 12.963867, 55.354135 ], [ 12.612305, 56.316537 ], [ 11.777344, 57.444949 ], [ 11.030273, 58.859224 ], [ 10.371094, 59.467408 ], [ 8.393555, 58.309489 ], [ 7.031250, 58.077876 ], [ 5.668945, 58.585436 ], [ 5.317383, 59.667741 ], [ 5.009766, 61.980267 ], [ 5.932617, 62.613562 ], [ 8.569336, 63.450509 ], [ 10.546875, 64.491725 ], [ 12.348633, 65.874725 ], [ 13.139648, 66.513260 ], [ 13.974609, 67.204032 ], [ 23.554688, 67.204032 ] ] ], [ [ [ 25.180664, 57.961503 ], [ 25.620117, 57.844751 ], [ 26.455078, 57.468589 ], [ 27.290039, 57.468589 ], [ 27.773438, 57.255281 ], [ 27.861328, 56.752723 ], [ 28.168945, 56.170023 ], [ 27.114258, 55.776573 ], [ 26.499023, 55.603178 ], [ 25.532227, 56.096556 ], [ 25.004883, 56.170023 ], [ 24.873047, 56.365250 ], [ 23.862305, 56.267761 ], [ 22.192383, 56.340901 ], [ 21.049805, 56.022948 ], [ 21.093750, 56.776808 ], [ 21.577148, 57.421294 ], [ 22.543945, 57.751076 ], [ 23.334961, 57.016814 ], [ 24.125977, 57.016814 ], [ 24.301758, 57.797944 ], [ 25.180664, 57.961503 ] ] ], [ [ [ -1.757812, 55.478853 ], [ -1.098633, 54.622978 ], [ -0.439453, 54.470038 ], [ 0.000000, 53.670680 ], [ 0.483398, 52.935397 ], [ 1.669922, 52.749594 ], [ 1.582031, 52.106505 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.571289, 50.764259 ], [ -0.791016, 50.764259 ], [ -1.757812, 50.625073 ], [ -1.757812, 55.478853 ] ] ], [ [ [ 9.404297, 43.004647 ], [ 9.580078, 42.163403 ], [ 9.228516, 41.376809 ], [ 8.789062, 41.574361 ], [ 8.525391, 42.261049 ], [ 8.745117, 42.617791 ], [ 9.404297, 43.004647 ] ] ], [ [ [ 12.392578, 56.121060 ], [ 12.700195, 55.603178 ], [ 12.084961, 54.800685 ], [ 11.030273, 55.354135 ], [ 10.898438, 55.776573 ], [ 12.392578, 56.121060 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Finland", "sov_a3": "FI1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "Finland", "adm0_a3": "FIN", "geou_dif": 0, "geounit": "Finland", "gu_a3": "FIN", "su_dif": 0, "subunit": "Finland", "su_a3": "FIN", "brk_diff": 0, "name": "Finland", "name_long": "Finland", "brk_a3": "FIN", "brk_name": "Finland", "abbrev": "Fin.", "postal": "FIN", "formal_en": "Republic of Finland", "name_sort": "Finland", "mapcolor7": 4, "mapcolor8": 1, "mapcolor9": 4, "mapcolor13": 6, "pop_est": 5250275, "gdp_md_est": 193500, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "FI", "iso_a3": "FIN", "iso_n3": "246", "un_a3": "246", "wb_a2": "FI", "wb_a3": "FIN", "woe_id": -99, "adm0_a3_is": "FIN", "adm0_a3_us": "FIN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7, "long_len": 7, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 9.492188, 37.335224 ], [ 10.195312, 37.230328 ], [ 10.195312, 36.738884 ], [ 11.030273, 37.090240 ], [ 11.118164, 36.914764 ], [ 10.590820, 36.421282 ], [ 10.590820, 35.960223 ], [ 10.942383, 35.710838 ], [ 10.810547, 34.849875 ], [ 10.151367, 34.343436 ], [ 10.327148, 33.797409 ], [ 10.854492, 33.760882 ], [ 11.118164, 33.284620 ], [ 11.469727, 33.137551 ], [ 12.656250, 32.805745 ], [ 13.095703, 32.879587 ], [ 13.930664, 32.694866 ], [ 15.249023, 32.249974 ], [ 15.732422, 31.391158 ], [ 16.611328, 31.165810 ], [ 18.017578, 30.751278 ], [ 19.072266, 30.259067 ], [ 19.555664, 30.524413 ], [ 20.039062, 30.977609 ], [ 19.819336, 31.765537 ], [ 20.126953, 32.249974 ], [ 20.874023, 32.694866 ], [ 21.533203, 32.842674 ], [ 22.895508, 32.620870 ], [ 23.247070, 32.175612 ], [ 23.598633, 32.175612 ], [ 23.950195, 32.026706 ], [ 24.916992, 31.914868 ], [ 25.180664, 31.578535 ], [ 24.785156, 31.090574 ], [ 24.960938, 30.675715 ], [ 24.697266, 30.031055 ], [ 25.004883, 29.228890 ], [ 25.004883, 20.014645 ], [ 23.862305, 20.014645 ], [ 23.906250, 15.623037 ], [ 23.027344, 15.665354 ], [ 22.587891, 14.944785 ], [ 22.324219, 14.306969 ], [ 22.500000, 14.093957 ], [ 22.192383, 13.795406 ], [ 22.280273, 13.368243 ], [ 22.060547, 12.940322 ], [ 21.928711, 12.597455 ], [ 22.280273, 12.640338 ], [ 22.500000, 12.254128 ], [ 22.500000, 11.695273 ], [ 22.895508, 11.393879 ], [ 22.851562, 11.135287 ], [ 22.236328, 10.962764 ], [ 21.708984, 10.574222 ], [ 21.005859, 9.492408 ], [ 20.083008, 9.015302 ], [ 19.116211, 9.058702 ], [ 18.808594, 8.971897 ], [ 18.896484, 8.624472 ], [ 18.369141, 8.276727 ], [ 17.973633, 7.885147 ], [ 16.699219, 7.493196 ], [ 16.479492, 7.754537 ], [ 16.303711, 7.754537 ], [ 16.127930, 7.493196 ], [ 15.292969, 7.406048 ], [ 14.765625, 6.402648 ], [ 14.545898, 6.227934 ], [ 14.458008, 5.441022 ], [ 14.545898, 5.047171 ], [ 14.458008, 4.740675 ], [ 14.941406, 4.214943 ], [ 15.029297, 3.864255 ], [ 15.424805, 3.337954 ], [ 15.864258, 3.030812 ], [ 15.908203, 2.547988 ], [ 15.996094, 2.284551 ], [ 15.952148, 1.713612 ], [ 14.326172, 2.240640 ], [ 13.095703, 2.284551 ], [ 12.963867, 2.328460 ], [ 12.348633, 2.196727 ], [ 11.733398, 2.328460 ], [ 11.293945, 2.240640 ], [ 11.293945, 1.054628 ], [ 9.843750, 1.054628 ], [ 9.492188, 1.010690 ], [ 9.316406, 1.142502 ], [ 9.667969, 2.284551 ], [ 9.799805, 3.074695 ], [ 9.404297, 3.732708 ], [ 8.964844, 3.908099 ], [ 8.745117, 4.346411 ], [ 8.481445, 4.477856 ], [ 8.481445, 4.784469 ], [ 7.470703, 4.390229 ], [ 7.075195, 4.477856 ], [ 6.679688, 4.258768 ], [ 5.888672, 4.258768 ], [ 5.361328, 4.872048 ], [ 5.053711, 5.615986 ], [ 4.306641, 6.271618 ], [ 2.680664, 6.271618 ], [ 1.845703, 6.140555 ], [ 1.054688, 5.922045 ], [ 0.571289, 6.926427 ], [ 0.483398, 7.406048 ], [ 0.703125, 8.320212 ], [ 0.483398, 8.667918 ], [ 0.351562, 9.449062 ], [ 0.351562, 10.185187 ], [ 0.000000, 10.660608 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.919618 ], [ 0.043945, 11.005904 ], [ 0.922852, 11.005904 ], [ 1.230469, 11.092166 ], [ 1.450195, 11.566144 ], [ 1.933594, 11.652236 ], [ 2.153320, 11.953349 ], [ 2.197266, 12.640338 ], [ 1.010742, 12.854649 ], [ 1.010742, 13.325485 ], [ 0.439453, 14.008696 ], [ 0.307617, 14.434680 ], [ 0.395508, 14.944785 ], [ 1.010742, 14.987240 ], [ 1.406250, 15.326572 ], [ 2.768555, 15.411319 ], [ 3.647461, 15.580711 ], [ 3.735352, 16.172473 ], [ 4.262695, 16.846605 ], [ 4.262695, 19.145168 ], [ 3.164062, 19.062118 ], [ 3.164062, 19.683970 ], [ 2.065430, 20.138470 ], [ 1.845703, 20.591652 ], [ 0.000000, 21.779905 ], [ -1.757812, 22.917923 ], [ -1.757812, 32.212801 ], [ -1.318359, 32.249974 ], [ -1.142578, 32.657876 ], [ -1.406250, 32.879587 ], [ -1.713867, 33.906896 ], [ -1.757812, 35.389050 ], [ -1.230469, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.960223 ], [ 0.483398, 36.315125 ], [ 1.450195, 36.597889 ], [ 3.164062, 36.774092 ], [ 4.833984, 36.879621 ], [ 5.317383, 36.703660 ], [ 6.284180, 37.125286 ], [ 7.338867, 37.125286 ], [ 7.734375, 36.879621 ], [ 8.437500, 36.949892 ], [ 9.492188, 37.335224 ] ] ], [ [ [ 24.873047, 56.365250 ], [ 25.004883, 56.170023 ], [ 25.532227, 56.096556 ], [ 26.499023, 55.603178 ], [ 27.114258, 55.776573 ], [ 28.168945, 56.170023 ], [ 29.223633, 55.924586 ], [ 29.355469, 55.677584 ], [ 29.882812, 55.776573 ], [ 30.893555, 55.553495 ], [ 30.981445, 55.078367 ], [ 30.761719, 54.800685 ], [ 31.376953, 54.162434 ], [ 31.772461, 53.981935 ], [ 31.728516, 53.800651 ], [ 32.387695, 53.618579 ], [ 32.695312, 53.357109 ], [ 32.299805, 53.120405 ], [ 31.508789, 53.173119 ], [ 31.289062, 53.067627 ], [ 31.552734, 52.749594 ], [ 31.772461, 52.106505 ], [ 32.167969, 52.052490 ], [ 32.431641, 52.295042 ], [ 32.695312, 52.241256 ], [ 33.750000, 52.321911 ], [ 34.409180, 51.781436 ], [ 34.145508, 51.563412 ], [ 34.233398, 51.261915 ], [ 35.024414, 51.206883 ], [ 35.375977, 50.764259 ], [ 35.375977, 50.569283 ], [ 36.606445, 50.233152 ], [ 37.397461, 50.373496 ], [ 38.012695, 49.922935 ], [ 38.583984, 49.922935 ], [ 40.078125, 49.610710 ], [ 40.078125, 49.296472 ], [ 39.682617, 48.777913 ], [ 39.902344, 48.224673 ], [ 39.726562, 47.901614 ], [ 38.759766, 47.813155 ], [ 38.276367, 47.546872 ], [ 38.232422, 47.100045 ], [ 37.441406, 47.010226 ], [ 36.782227, 46.709736 ], [ 35.815430, 46.649436 ], [ 34.980469, 46.286224 ], [ 35.024414, 45.644768 ], [ 35.507812, 45.398450 ], [ 36.518555, 45.460131 ], [ 36.342773, 45.120053 ], [ 35.244141, 44.933696 ], [ 33.881836, 44.370987 ], [ 33.310547, 44.559163 ], [ 33.530273, 45.026950 ], [ 32.475586, 45.336702 ], [ 32.651367, 45.521744 ], [ 33.574219, 45.859412 ], [ 33.310547, 46.073231 ], [ 31.728516, 46.346928 ], [ 31.684570, 46.709736 ], [ 30.761719, 46.589069 ], [ 30.366211, 46.042736 ], [ 29.619141, 45.305803 ], [ 29.619141, 45.026950 ], [ 29.135742, 44.809122 ], [ 28.828125, 44.902578 ], [ 28.564453, 43.707594 ], [ 28.037109, 43.293200 ], [ 27.685547, 42.585444 ], [ 27.993164, 42.000325 ], [ 27.158203, 42.130821 ], [ 26.103516, 41.836828 ], [ 26.586914, 41.574361 ], [ 26.279297, 40.946714 ], [ 26.059570, 40.813809 ], [ 25.444336, 40.847060 ], [ 24.916992, 40.946714 ], [ 23.730469, 40.680638 ], [ 24.389648, 40.111689 ], [ 23.906250, 39.977120 ], [ 23.334961, 39.943436 ], [ 22.807617, 40.480381 ], [ 22.631836, 40.245992 ], [ 22.851562, 39.673370 ], [ 23.334961, 39.198205 ], [ 22.983398, 38.959409 ], [ 23.510742, 38.513788 ], [ 24.038086, 38.203655 ], [ 24.038086, 37.649034 ], [ 23.115234, 37.926868 ], [ 23.422852, 37.405074 ], [ 22.763672, 37.300275 ], [ 23.159180, 36.421282 ], [ 22.500000, 36.421282 ], [ 21.665039, 36.844461 ], [ 21.313477, 37.649034 ], [ 21.137695, 38.307181 ], [ 20.214844, 39.334297 ], [ 20.170898, 39.639538 ], [ 19.995117, 39.707187 ], [ 19.951172, 39.909736 ], [ 19.423828, 40.245992 ], [ 19.335938, 40.713956 ], [ 19.423828, 41.409776 ], [ 19.555664, 41.705729 ], [ 19.379883, 41.869561 ], [ 19.291992, 42.195969 ], [ 19.731445, 42.682435 ], [ 19.819336, 42.488302 ], [ 20.083008, 42.585444 ], [ 20.302734, 42.326062 ], [ 20.522461, 42.228517 ], [ 20.610352, 41.869561 ], [ 20.478516, 41.508577 ], [ 20.610352, 41.079351 ], [ 21.005859, 40.847060 ], [ 21.665039, 40.946714 ], [ 22.060547, 41.145570 ], [ 22.587891, 41.145570 ], [ 22.763672, 41.310824 ], [ 22.939453, 41.343825 ], [ 22.895508, 42.000325 ], [ 22.368164, 42.326062 ], [ 22.543945, 42.455888 ], [ 22.456055, 42.585444 ], [ 22.587891, 42.908160 ], [ 22.983398, 43.197167 ], [ 22.500000, 43.644026 ], [ 22.412109, 43.992815 ], [ 22.675781, 44.245199 ], [ 22.456055, 44.402392 ], [ 22.719727, 44.590467 ], [ 22.456055, 44.715514 ], [ 22.148438, 44.465151 ], [ 21.577148, 44.777936 ], [ 21.489258, 45.182037 ], [ 20.874023, 45.429299 ], [ 20.742188, 45.736860 ], [ 20.214844, 46.134170 ], [ 21.005859, 46.316584 ], [ 21.621094, 46.980252 ], [ 22.104492, 47.665387 ], [ 22.719727, 47.872144 ], [ 22.631836, 48.136767 ], [ 22.104492, 48.429201 ], [ 22.280273, 48.835797 ], [ 22.543945, 49.095452 ], [ 21.621094, 49.468124 ], [ 20.874023, 49.325122 ], [ 20.434570, 49.439557 ], [ 19.819336, 49.210420 ], [ 19.335938, 49.582226 ], [ 18.896484, 49.439557 ], [ 18.413086, 49.979488 ], [ 17.666016, 50.035974 ], [ 17.534180, 50.373496 ], [ 16.875000, 50.485474 ], [ 16.699219, 50.205033 ], [ 16.171875, 50.429518 ], [ 16.259766, 50.708634 ], [ 15.512695, 50.792047 ], [ 15.029297, 51.096623 ], [ 14.589844, 51.754240 ], [ 14.677734, 52.079506 ], [ 14.458008, 52.616390 ], [ 14.062500, 52.988337 ], [ 14.370117, 53.252069 ], [ 14.106445, 53.748711 ], [ 14.809570, 54.059388 ], [ 17.622070, 54.851315 ], [ 18.632812, 54.673831 ], [ 18.676758, 54.444492 ], [ 19.643555, 54.418930 ], [ 20.874023, 54.316523 ], [ 22.719727, 54.316523 ], [ 22.631836, 54.572062 ], [ 22.763672, 54.851315 ], [ 22.324219, 55.002826 ], [ 21.269531, 55.178868 ], [ 21.049805, 56.022948 ], [ 22.192383, 56.340901 ], [ 23.862305, 56.267761 ], [ 24.873047, 56.365250 ] ] ], [ [ [ 29.355469, 67.204032 ], [ 29.047852, 66.947274 ], [ 29.487305, 66.513260 ], [ 30.234375, 65.802776 ], [ 29.531250, 64.942160 ], [ 30.454102, 64.206377 ], [ 30.058594, 63.548552 ], [ 31.508789, 62.875188 ], [ 31.157227, 62.349609 ], [ 28.081055, 60.500525 ], [ 26.235352, 60.413852 ], [ 24.477539, 60.064840 ], [ 22.851562, 59.844815 ], [ 22.280273, 60.392148 ], [ 21.313477, 60.716198 ], [ 21.533203, 61.710706 ], [ 21.049805, 62.613562 ], [ 21.533203, 63.194018 ], [ 22.456055, 63.821288 ], [ 24.741211, 64.904910 ], [ 25.400391, 65.109148 ], [ 25.312500, 65.531171 ], [ 23.906250, 66.000150 ], [ 23.554688, 66.390361 ], [ 23.554688, 67.204032 ], [ 29.355469, 67.204032 ] ] ], [ [ [ -1.757812, 43.293200 ], [ -1.494141, 43.036776 ], [ 0.000000, 42.650122 ], [ 0.351562, 42.585444 ], [ 0.703125, 42.779275 ], [ 1.845703, 42.358544 ], [ 2.988281, 42.455888 ], [ 3.032227, 41.902277 ], [ 2.109375, 41.211722 ], [ 0.791016, 41.013066 ], [ 0.703125, 40.680638 ], [ 0.087891, 40.111689 ], [ -0.263672, 39.300299 ], [ 0.000000, 38.891033 ], [ 0.131836, 38.754083 ], [ 0.000000, 38.651198 ], [ -0.483398, 38.307181 ], [ -0.703125, 37.649034 ], [ -1.450195, 37.439974 ], [ -1.757812, 37.090240 ], [ -1.757812, 43.293200 ] ] ], [ [ [ 25.883789, 59.601095 ], [ 26.938477, 59.445075 ], [ 27.993164, 59.467408 ], [ 28.125000, 59.310768 ], [ 27.421875, 58.722599 ], [ 27.729492, 57.797944 ], [ 27.290039, 57.468589 ], [ 26.455078, 57.468589 ], [ 25.620117, 57.844751 ], [ 25.180664, 57.961503 ], [ 24.301758, 57.797944 ], [ 24.433594, 58.378679 ], [ 24.082031, 58.263287 ], [ 23.422852, 58.608334 ], [ 23.334961, 59.175928 ], [ 24.609375, 59.467408 ], [ 25.883789, 59.601095 ] ] ], [ [ [ 40.078125, 43.548548 ], [ 40.913086, 43.389082 ], [ 42.407227, 43.229195 ], [ 43.769531, 42.747012 ], [ 43.945312, 42.553080 ], [ 44.560547, 42.714732 ], [ 45.483398, 42.488302 ], [ 45.791016, 42.098222 ], [ 46.406250, 41.869561 ], [ 46.142578, 41.705729 ], [ 46.625977, 41.178654 ], [ 46.494141, 41.079351 ], [ 45.966797, 41.112469 ], [ 45.219727, 41.409776 ], [ 44.956055, 41.244772 ], [ 43.593750, 41.079351 ], [ 42.626953, 41.574361 ], [ 41.572266, 41.541478 ], [ 41.704102, 41.967659 ], [ 41.440430, 42.650122 ], [ 40.869141, 43.004647 ], [ 40.341797, 43.133061 ], [ 39.946289, 43.421009 ], [ 40.078125, 43.548548 ] ] ], [ [ [ 35.991211, 34.633208 ], [ 36.430664, 34.597042 ], [ 36.606445, 34.198173 ], [ 36.079102, 33.833920 ], [ 35.815430, 33.284620 ], [ 35.859375, 32.879587 ], [ 35.551758, 32.398516 ], [ 35.200195, 32.546813 ], [ 34.980469, 31.877558 ], [ 35.244141, 31.765537 ], [ 34.980469, 31.615966 ], [ 34.936523, 31.353637 ], [ 35.419922, 31.503629 ], [ 35.419922, 31.090574 ], [ 34.936523, 29.496988 ], [ 34.277344, 31.203405 ], [ 34.541016, 31.541090 ], [ 34.497070, 31.615966 ], [ 34.760742, 32.063956 ], [ 34.936523, 32.842674 ], [ 35.463867, 33.906896 ], [ 35.991211, 34.633208 ] ] ], [ [ [ 34.584961, 35.675147 ], [ 33.881836, 35.245619 ], [ 34.013672, 34.994004 ], [ 33.002930, 34.560859 ], [ 32.475586, 34.705493 ], [ 32.255859, 35.101934 ], [ 32.739258, 35.137879 ], [ 32.783203, 35.137879 ], [ 32.958984, 35.389050 ], [ 33.662109, 35.389050 ], [ 34.584961, 35.675147 ] ] ], [ [ [ 23.686523, 35.710838 ], [ 24.257812, 35.353216 ], [ 25.004883, 35.424868 ], [ 25.751953, 35.353216 ], [ 25.751953, 35.173808 ], [ 26.279297, 35.281501 ], [ 26.147461, 34.994004 ], [ 24.741211, 34.921971 ], [ 24.741211, 35.065973 ], [ 23.510742, 35.281501 ], [ 23.686523, 35.710838 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 91.757812, 67.204032 ], [ 91.757812, 50.652943 ], [ 90.703125, 50.317408 ], [ 90.000000, 50.007739 ], [ 88.813477, 49.468124 ], [ 87.363281, 49.210420 ], [ 86.835938, 49.837982 ], [ 85.561523, 49.696062 ], [ 85.122070, 50.120578 ], [ 84.418945, 50.317408 ], [ 83.935547, 50.875311 ], [ 83.364258, 51.069017 ], [ 81.958008, 50.819818 ], [ 80.551758, 51.399206 ], [ 80.024414, 50.875311 ], [ 77.783203, 53.409532 ], [ 76.508789, 54.188155 ], [ 76.904297, 54.495568 ], [ 74.399414, 53.540307 ], [ 73.432617, 53.488046 ], [ 73.520508, 54.033586 ], [ 72.246094, 54.367759 ], [ 71.191406, 54.136696 ], [ 70.883789, 55.178868 ], [ 69.082031, 55.379110 ], [ 68.159180, 54.977614 ], [ 65.654297, 54.597528 ], [ 65.170898, 54.342149 ], [ 61.435547, 54.007769 ], [ 60.996094, 53.670680 ], [ 61.699219, 52.988337 ], [ 60.732422, 52.722986 ], [ 60.908203, 52.456009 ], [ 59.985352, 51.971346 ], [ 61.611328, 51.261915 ], [ 61.347656, 50.792047 ], [ 59.941406, 50.847573 ], [ 59.633789, 50.541363 ], [ 58.359375, 51.069017 ], [ 56.777344, 51.041394 ], [ 55.722656, 50.625073 ], [ 52.338867, 51.727028 ], [ 50.756836, 51.699800 ], [ 48.691406, 50.597186 ], [ 48.559570, 49.866317 ], [ 47.548828, 50.457504 ], [ 46.757812, 49.353756 ], [ 47.065430, 49.152970 ], [ 46.450195, 48.400032 ], [ 47.329102, 47.724545 ], [ 48.076172, 47.754098 ], [ 48.691406, 47.070122 ], [ 48.603516, 46.558860 ], [ 49.086914, 46.407564 ], [ 48.647461, 45.798170 ], [ 47.680664, 45.644768 ], [ 46.669922, 44.621754 ], [ 47.592773, 43.644026 ], [ 47.504883, 42.972502 ], [ 48.603516, 41.804078 ], [ 47.988281, 41.409776 ], [ 47.812500, 41.145570 ], [ 47.373047, 41.211722 ], [ 46.669922, 41.836828 ], [ 46.406250, 41.869561 ], [ 45.791016, 42.098222 ], [ 45.483398, 42.488302 ], [ 44.560547, 42.714732 ], [ 43.945312, 42.553080 ], [ 43.769531, 42.747012 ], [ 42.407227, 43.229195 ], [ 40.913086, 43.389082 ], [ 40.078125, 43.548548 ], [ 39.946289, 43.421009 ], [ 38.671875, 44.276671 ], [ 37.529297, 44.653024 ], [ 36.694336, 45.243953 ], [ 37.397461, 45.398450 ], [ 38.232422, 46.225453 ], [ 37.661133, 46.649436 ], [ 39.155273, 47.040182 ], [ 39.111328, 47.249407 ], [ 38.232422, 47.100045 ], [ 38.276367, 47.546872 ], [ 38.759766, 47.813155 ], [ 39.726562, 47.901614 ], [ 39.902344, 48.224673 ], [ 39.682617, 48.777913 ], [ 40.078125, 49.296472 ], [ 40.078125, 49.610710 ], [ 38.583984, 49.922935 ], [ 38.012695, 49.922935 ], [ 37.397461, 50.373496 ], [ 36.606445, 50.233152 ], [ 35.375977, 50.569283 ], [ 35.375977, 50.764259 ], [ 35.024414, 51.206883 ], [ 34.233398, 51.261915 ], [ 34.145508, 51.563412 ], [ 34.409180, 51.781436 ], [ 33.750000, 52.321911 ], [ 32.695312, 52.241256 ], [ 32.431641, 52.295042 ], [ 32.167969, 52.052490 ], [ 31.772461, 52.106505 ], [ 31.552734, 52.749594 ], [ 31.289062, 53.067627 ], [ 31.508789, 53.173119 ], [ 32.299805, 53.120405 ], [ 32.695312, 53.357109 ], [ 32.387695, 53.618579 ], [ 31.728516, 53.800651 ], [ 31.772461, 53.981935 ], [ 31.376953, 54.162434 ], [ 30.761719, 54.800685 ], [ 30.981445, 55.078367 ], [ 30.893555, 55.553495 ], [ 29.882812, 55.776573 ], [ 29.355469, 55.677584 ], [ 29.223633, 55.924586 ], [ 28.168945, 56.170023 ], [ 27.861328, 56.752723 ], [ 27.773438, 57.255281 ], [ 27.290039, 57.468589 ], [ 27.729492, 57.797944 ], [ 27.421875, 58.722599 ], [ 28.125000, 59.310768 ], [ 27.993164, 59.467408 ], [ 29.135742, 60.020952 ], [ 28.081055, 60.500525 ], [ 31.157227, 62.349609 ], [ 31.508789, 62.875188 ], [ 30.058594, 63.548552 ], [ 30.454102, 64.206377 ], [ 29.531250, 64.942160 ], [ 30.234375, 65.802776 ], [ 29.487305, 66.513260 ], [ 29.047852, 66.947274 ], [ 29.355469, 67.204032 ], [ 41.088867, 67.204032 ], [ 41.132812, 66.791909 ], [ 40.517578, 66.513260 ], [ 40.034180, 66.266856 ], [ 38.364258, 66.000150 ], [ 35.375977, 66.513260 ], [ 33.925781, 66.757250 ], [ 33.178711, 66.635556 ], [ 33.442383, 66.513260 ], [ 34.804688, 65.892680 ], [ 34.936523, 64.415921 ], [ 36.210938, 64.110602 ], [ 37.001953, 63.840668 ], [ 37.133789, 64.339908 ], [ 36.562500, 64.755390 ], [ 37.177734, 65.146115 ], [ 39.594727, 64.529548 ], [ 40.429688, 64.755390 ], [ 39.770508, 65.494741 ], [ 42.099609, 66.478208 ], [ 43.022461, 66.425537 ], [ 43.945312, 66.071546 ], [ 44.340820, 66.513260 ], [ 44.516602, 66.757250 ], [ 43.901367, 67.204032 ], [ 45.571289, 67.204032 ], [ 45.571289, 67.016009 ], [ 46.362305, 66.670387 ], [ 47.900391, 66.878345 ], [ 48.032227, 67.204032 ], [ 72.465820, 67.204032 ], [ 71.542969, 66.513260 ], [ 71.279297, 66.319861 ], [ 72.421875, 66.178266 ], [ 72.817383, 66.513260 ], [ 73.916016, 66.791909 ], [ 74.135742, 67.204032 ], [ 91.757812, 67.204032 ] ] ], [ [ [ 21.269531, 55.178868 ], [ 22.324219, 55.002826 ], [ 22.763672, 54.851315 ], [ 22.631836, 54.572062 ], [ 22.719727, 54.316523 ], [ 20.874023, 54.316523 ], [ 19.643555, 54.418930 ], [ 19.907227, 54.876607 ], [ 21.269531, 55.178868 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4, "sovereignt": "Jordan", "sov_a3": "JOR", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Jordan", "adm0_a3": "JOR", "geou_dif": 0, "geounit": "Jordan", "gu_a3": "JOR", "su_dif": 0, "subunit": "Jordan", "su_a3": "JOR", "brk_diff": 0, "name": "Jordan", "name_long": "Jordan", "brk_a3": "JOR", "brk_name": "Jordan", "abbrev": "Jord.", "postal": "J", "formal_en": "Hashemite Kingdom of Jordan", "name_sort": "Jordan", "mapcolor7": 5, "mapcolor8": 3, "mapcolor9": 4, "mapcolor13": 4, "pop_est": 6342948, "gdp_md_est": 31610, "pop_year": -99, "lastcensus": 2004, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "JO", "iso_a3": "JOR", "iso_n3": "400", "un_a3": "400", "wb_a2": "JO", "wb_a3": "JOR", "woe_id": -99, "adm0_a3_is": "JOR", "adm0_a3_us": "JOR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 6, "long_len": 6, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 26.499023, 31.578535 ], [ 28.916016, 30.864510 ], [ 29.663086, 31.203405 ], [ 30.102539, 31.466154 ], [ 30.981445, 31.541090 ], [ 31.684570, 31.428663 ], [ 31.948242, 30.939924 ], [ 32.211914, 31.240985 ], [ 33.002930, 31.015279 ], [ 33.793945, 30.977609 ], [ 34.277344, 31.203405 ], [ 34.936523, 29.496988 ], [ 34.628906, 29.113775 ], [ 34.409180, 28.343065 ], [ 34.145508, 27.839076 ], [ 33.925781, 27.644606 ], [ 33.134766, 28.420391 ], [ 32.431641, 29.840644 ], [ 32.343750, 29.764377 ], [ 32.739258, 28.690588 ], [ 33.354492, 27.683528 ], [ 34.101562, 26.155438 ], [ 34.804688, 25.045792 ], [ 35.683594, 23.926013 ], [ 35.507812, 23.765237 ], [ 35.507812, 23.120154 ], [ 36.694336, 22.187405 ], [ 36.870117, 21.983801 ], [ 37.177734, 21.002471 ], [ 36.958008, 20.838278 ], [ 37.133789, 19.808054 ], [ 37.485352, 18.604601 ], [ 38.408203, 17.978733 ], [ 38.979492, 16.846605 ], [ 39.287109, 15.919074 ], [ 39.814453, 15.453680 ], [ 41.176758, 14.477234 ], [ 42.583008, 12.983148 ], [ 43.066406, 12.683215 ], [ 43.330078, 12.382928 ], [ 43.286133, 11.953349 ], [ 42.714844, 11.738302 ], [ 43.154297, 11.480025 ], [ 42.539062, 10.574222 ], [ 43.286133, 9.535749 ], [ 43.681641, 9.188870 ], [ 46.933594, 8.015716 ], [ 47.812500, 8.015716 ], [ 44.956055, 5.003394 ], [ 43.681641, 4.959615 ], [ 42.758789, 4.258768 ], [ 42.143555, 4.214943 ], [ 41.835938, 3.908099 ], [ 41.000977, 2.767478 ], [ 41.000977, -0.878872 ], [ 41.572266, -1.669686 ], [ 41.440430, -1.757537 ], [ 35.332031, -1.757537 ], [ 33.925781, -0.966751 ], [ 30.761719, -1.010690 ], [ 29.838867, -1.450040 ], [ 29.575195, -1.362176 ], [ 29.311523, -1.625758 ], [ 29.267578, -1.757537 ], [ 16.391602, -1.757537 ], [ 16.875000, -1.230374 ], [ 17.534180, -0.747049 ], [ 17.709961, 0.000000 ], [ 17.841797, 0.307616 ], [ 17.753906, 0.834931 ], [ 17.885742, 1.757537 ], [ 18.105469, 2.372369 ], [ 18.413086, 2.899153 ], [ 18.457031, 3.513421 ], [ 17.797852, 3.557283 ], [ 17.138672, 3.732708 ], [ 16.523438, 3.206333 ], [ 15.996094, 2.284551 ], [ 15.908203, 2.547988 ], [ 15.864258, 3.030812 ], [ 15.424805, 3.337954 ], [ 15.029297, 3.864255 ], [ 14.941406, 4.214943 ], [ 14.458008, 4.740675 ], [ 14.545898, 5.047171 ], [ 14.458008, 5.441022 ], [ 14.545898, 6.227934 ], [ 14.765625, 6.402648 ], [ 15.292969, 7.406048 ], [ 16.127930, 7.493196 ], [ 16.303711, 7.754537 ], [ 16.479492, 7.754537 ], [ 16.699219, 7.493196 ], [ 17.973633, 7.885147 ], [ 18.369141, 8.276727 ], [ 18.896484, 8.624472 ], [ 18.808594, 8.971897 ], [ 19.116211, 9.058702 ], [ 20.083008, 9.015302 ], [ 21.005859, 9.492408 ], [ 21.708984, 10.574222 ], [ 22.236328, 10.962764 ], [ 22.851562, 11.135287 ], [ 22.895508, 11.393879 ], [ 22.500000, 11.695273 ], [ 22.500000, 12.254128 ], [ 22.280273, 12.640338 ], [ 21.928711, 12.597455 ], [ 22.060547, 12.940322 ], [ 22.280273, 13.368243 ], [ 22.192383, 13.795406 ], [ 22.500000, 14.093957 ], [ 22.324219, 14.306969 ], [ 22.587891, 14.944785 ], [ 23.027344, 15.665354 ], [ 23.906250, 15.623037 ], [ 23.862305, 20.014645 ], [ 25.004883, 20.014645 ], [ 25.004883, 29.228890 ], [ 24.697266, 30.031055 ], [ 24.960938, 30.675715 ], [ 24.785156, 31.090574 ], [ 25.180664, 31.578535 ], [ 26.499023, 31.578535 ] ], [ [ 23.818359, 8.667918 ], [ 24.565430, 8.233237 ], [ 23.906250, 8.624472 ], [ 23.818359, 8.667918 ] ] ], [ [ [ 35.156250, 42.032974 ], [ 36.914062, 41.343825 ], [ 38.364258, 40.946714 ], [ 39.506836, 41.112469 ], [ 40.385742, 41.013066 ], [ 41.572266, 41.541478 ], [ 42.626953, 41.574361 ], [ 43.593750, 41.079351 ], [ 43.769531, 40.747257 ], [ 43.637695, 40.245992 ], [ 44.384766, 40.010787 ], [ 44.780273, 39.707187 ], [ 44.121094, 39.436193 ], [ 44.428711, 38.272689 ], [ 44.208984, 37.961523 ], [ 44.780273, 37.160317 ], [ 45.439453, 35.960223 ], [ 46.098633, 35.675147 ], [ 46.142578, 35.101934 ], [ 45.659180, 34.741612 ], [ 45.439453, 33.979809 ], [ 46.098633, 33.027088 ], [ 47.329102, 32.472695 ], [ 47.856445, 31.690782 ], [ 47.680664, 30.977609 ], [ 47.988281, 30.977609 ], [ 48.032227, 30.448674 ], [ 48.559570, 29.916852 ], [ 47.285156, 30.069094 ], [ 46.582031, 29.113775 ], [ 47.460938, 28.998532 ], [ 47.724609, 28.536275 ], [ 48.427734, 28.536275 ], [ 48.823242, 27.683528 ], [ 49.306641, 27.449790 ], [ 49.482422, 27.098254 ], [ 50.141602, 26.706360 ], [ 50.229492, 26.273714 ], [ 50.097656, 25.958045 ], [ 50.229492, 25.601902 ], [ 50.537109, 25.324167 ], [ 50.800781, 24.766785 ], [ 51.108398, 24.567108 ], [ 51.372070, 24.607069 ], [ 51.591797, 24.246965 ], [ 51.987305, 22.998852 ], [ 55.019531, 22.512557 ], [ 55.195312, 22.715390 ], [ 55.678711, 21.983801 ], [ 55.019531, 20.014645 ], [ 51.987305, 18.979026 ], [ 49.130859, 18.604601 ], [ 48.164062, 18.145852 ], [ 47.460938, 17.098792 ], [ 47.021484, 16.930705 ], [ 46.757812, 17.266728 ], [ 46.362305, 17.224758 ], [ 45.395508, 17.350638 ], [ 45.219727, 17.434511 ], [ 44.077148, 17.392579 ], [ 43.813477, 17.308688 ], [ 43.374023, 17.560247 ], [ 43.110352, 17.098792 ], [ 43.198242, 16.678293 ], [ 42.758789, 16.341226 ], [ 42.670898, 16.762468 ], [ 42.363281, 17.056785 ], [ 42.275391, 17.476432 ], [ 41.748047, 17.811456 ], [ 41.220703, 18.687879 ], [ 40.957031, 19.476950 ], [ 40.253906, 20.179724 ], [ 39.814453, 20.344627 ], [ 39.155273, 21.289374 ], [ 39.023438, 21.983801 ], [ 39.067383, 22.593726 ], [ 38.496094, 23.684774 ], [ 38.012695, 24.086589 ], [ 37.485352, 24.287027 ], [ 37.177734, 24.846565 ], [ 37.221680, 25.085599 ], [ 36.914062, 25.601902 ], [ 36.650391, 25.839449 ], [ 36.254883, 26.588527 ], [ 35.112305, 28.071980 ], [ 34.628906, 28.071980 ], [ 34.936523, 29.343875 ], [ 34.936523, 29.496988 ], [ 35.419922, 31.090574 ], [ 35.419922, 31.503629 ], [ 34.936523, 31.353637 ], [ 34.980469, 31.615966 ], [ 35.244141, 31.765537 ], [ 34.980469, 31.877558 ], [ 35.200195, 32.546813 ], [ 35.551758, 32.398516 ], [ 35.859375, 32.879587 ], [ 35.815430, 33.284620 ], [ 36.079102, 33.833920 ], [ 36.606445, 34.198173 ], [ 36.430664, 34.597042 ], [ 35.991211, 34.633208 ], [ 35.903320, 35.424868 ], [ 36.166992, 35.817813 ], [ 35.771484, 36.279707 ], [ 36.166992, 36.633162 ], [ 35.551758, 36.562600 ], [ 34.716797, 36.809285 ], [ 34.013672, 36.208823 ], [ 32.519531, 36.102376 ], [ 31.684570, 36.633162 ], [ 30.629883, 36.668419 ], [ 30.410156, 36.244273 ], [ 29.707031, 36.137875 ], [ 28.740234, 36.668419 ], [ 27.641602, 36.668419 ], [ 27.070312, 37.649034 ], [ 26.323242, 38.203655 ], [ 26.806641, 38.993572 ], [ 26.191406, 39.470125 ], [ 27.290039, 40.413496 ], [ 28.828125, 40.446947 ], [ 29.223633, 41.211722 ], [ 31.157227, 41.079351 ], [ 32.343750, 41.738528 ], [ 33.530273, 42.032974 ], [ 35.156250, 42.032974 ] ] ], [ [ [ 46.406250, 41.869561 ], [ 46.669922, 41.836828 ], [ 47.373047, 41.211722 ], [ 47.812500, 41.145570 ], [ 47.988281, 41.409776 ], [ 48.603516, 41.804078 ], [ 49.130859, 41.277806 ], [ 49.614258, 40.580585 ], [ 50.097656, 40.513799 ], [ 50.405273, 40.245992 ], [ 49.570312, 40.178873 ], [ 49.394531, 39.402244 ], [ 49.218750, 39.061849 ], [ 48.867188, 38.822591 ], [ 48.867188, 38.307181 ], [ 48.647461, 38.272689 ], [ 48.032227, 38.788345 ], [ 48.339844, 39.300299 ], [ 48.076172, 39.571822 ], [ 47.680664, 39.504041 ], [ 46.494141, 38.754083 ], [ 46.494141, 39.470125 ], [ 46.054688, 39.639538 ], [ 45.615234, 39.909736 ], [ 45.878906, 40.212441 ], [ 45.351562, 40.547200 ], [ 45.571289, 40.813809 ], [ 45.175781, 40.979898 ], [ 44.956055, 41.244772 ], [ 45.219727, 41.409776 ], [ 45.966797, 41.112469 ], [ 46.494141, 41.079351 ], [ 46.625977, 41.178654 ], [ 46.142578, 41.705729 ], [ 46.406250, 41.869561 ] ] ], [ [ [ 27.158203, 42.130821 ], [ 27.993164, 42.000325 ], [ 28.125000, 41.607228 ], [ 29.003906, 41.310824 ], [ 28.828125, 41.046217 ], [ 27.641602, 41.013066 ], [ 26.367188, 40.145289 ], [ 26.059570, 40.613952 ], [ 26.059570, 40.813809 ], [ 26.279297, 40.946714 ], [ 26.586914, 41.574361 ], [ 26.103516, 41.836828 ], [ 27.158203, 42.130821 ] ] ], [ [ [ 45.000000, 39.740986 ], [ 45.307617, 39.470125 ], [ 45.747070, 39.470125 ], [ 45.747070, 39.334297 ], [ 46.142578, 38.754083 ], [ 45.439453, 38.856820 ], [ 44.956055, 39.334297 ], [ 44.780273, 39.707187 ], [ 45.000000, 39.740986 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3, "sovereignt": "Kazakhstan", "sov_a3": "KAZ", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Kazakhstan", "adm0_a3": "KAZ", "geou_dif": 0, "geounit": "Kazakhstan", "gu_a3": "KAZ", "su_dif": 0, "subunit": "Kazakhstan", "su_a3": "KAZ", "brk_diff": 0, "name": "Kazakhstan", "name_long": "Kazakhstan", "brk_a3": "KAZ", "brk_name": "Kazakhstan", "abbrev": "Kaz.", "postal": "KZ", "formal_en": "Republic of Kazakhstan", "name_sort": "Kazakhstan", "mapcolor7": 6, "mapcolor8": 1, "mapcolor9": 6, "mapcolor13": 1, "pop_est": 15399437, "gdp_md_est": 175800, "pop_year": -99, "lastcensus": 2009, "gdp_year": -99, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "KZ", "iso_a3": "KAZ", "iso_n3": "398", "un_a3": "398", "wb_a2": "KZ", "wb_a3": "KAZ", "woe_id": -99, "adm0_a3_is": "KAZ", "adm0_a3_us": "KAZ", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10, "long_len": 10, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 51.108398, 12.039321 ], [ 51.064453, 10.660608 ], [ 50.844727, 10.271681 ], [ 50.537109, 9.188870 ], [ 49.438477, 6.795535 ], [ 48.603516, 5.353521 ], [ 47.724609, 4.214943 ], [ 46.582031, 2.855263 ], [ 45.571289, 2.064982 ], [ 44.077148, 1.054628 ], [ 43.154297, 0.307616 ], [ 42.890625, 0.000000 ], [ 42.055664, -0.922812 ], [ 41.791992, -1.450040 ], [ 41.572266, -1.669686 ], [ 41.000977, -0.878872 ], [ 41.000977, 2.767478 ], [ 41.835938, 3.908099 ], [ 42.143555, 4.214943 ], [ 42.758789, 4.258768 ], [ 43.681641, 4.959615 ], [ 44.956055, 5.003394 ], [ 47.812500, 8.015716 ], [ 46.933594, 8.015716 ], [ 43.681641, 9.188870 ], [ 43.286133, 9.535749 ], [ 42.539062, 10.574222 ], [ 43.154297, 11.480025 ], [ 43.461914, 11.264612 ], [ 43.681641, 10.876465 ], [ 44.121094, 10.444598 ], [ 44.604492, 10.444598 ], [ 45.571289, 10.703792 ], [ 46.625977, 10.833306 ], [ 47.548828, 11.135287 ], [ 48.032227, 11.178402 ], [ 48.383789, 11.393879 ], [ 48.955078, 11.393879 ], [ 49.262695, 11.436955 ], [ 50.273438, 11.695273 ], [ 50.712891, 12.039321 ], [ 51.108398, 12.039321 ] ] ], [ [ [ 80.156250, 9.838979 ], [ 80.859375, 9.275622 ], [ 81.298828, 8.581021 ], [ 81.782227, 7.536764 ], [ 81.650391, 6.489983 ], [ 81.210938, 6.184246 ], [ 80.332031, 5.965754 ], [ 79.892578, 6.751896 ], [ 79.716797, 8.189742 ], [ 80.156250, 9.838979 ] ] ], [ [ [ 56.381836, 26.391870 ], [ 56.469727, 26.313113 ], [ 56.381836, 25.878994 ], [ 56.250000, 25.720735 ], [ 56.381836, 24.926295 ], [ 56.865234, 24.246965 ], [ 57.392578, 23.885838 ], [ 58.139648, 23.765237 ], [ 58.710938, 23.563987 ], [ 59.458008, 22.674847 ], [ 59.809570, 22.512557 ], [ 59.809570, 22.309426 ], [ 59.282227, 21.412162 ], [ 58.842773, 21.125498 ], [ 58.491211, 20.427013 ], [ 58.051758, 20.468189 ], [ 57.832031, 20.262197 ], [ 57.656250, 19.725342 ], [ 57.788086, 19.062118 ], [ 57.700195, 18.937464 ], [ 57.216797, 18.937464 ], [ 56.601562, 18.562947 ], [ 56.513672, 18.104087 ], [ 56.293945, 17.895114 ], [ 55.678711, 17.895114 ], [ 55.283203, 17.644022 ], [ 55.283203, 17.224758 ], [ 54.799805, 16.930705 ], [ 54.228516, 17.056785 ], [ 53.569336, 16.720385 ], [ 53.129883, 16.636192 ], [ 52.382812, 16.383391 ], [ 52.207031, 15.919074 ], [ 52.163086, 15.580711 ], [ 51.152344, 15.156974 ], [ 49.570312, 14.689881 ], [ 48.691406, 14.008696 ], [ 48.251953, 13.966054 ], [ 47.944336, 14.008696 ], [ 47.373047, 13.581921 ], [ 46.713867, 13.410994 ], [ 45.615234, 13.282719 ], [ 45.395508, 13.025966 ], [ 45.131836, 12.940322 ], [ 45.000000, 12.683215 ], [ 44.516602, 12.726084 ], [ 44.165039, 12.597455 ], [ 43.505859, 12.640338 ], [ 43.242188, 13.239945 ], [ 43.242188, 13.752725 ], [ 43.110352, 14.051331 ], [ 42.890625, 14.817371 ], [ 42.626953, 15.199386 ], [ 42.802734, 15.241790 ], [ 42.714844, 15.707663 ], [ 42.846680, 15.919074 ], [ 42.758789, 16.341226 ], [ 43.198242, 16.678293 ], [ 43.110352, 17.098792 ], [ 43.374023, 17.560247 ], [ 43.813477, 17.308688 ], [ 44.077148, 17.392579 ], [ 45.219727, 17.434511 ], [ 45.395508, 17.350638 ], [ 46.362305, 17.224758 ], [ 46.757812, 17.266728 ], [ 47.021484, 16.930705 ], [ 47.460938, 17.098792 ], [ 48.164062, 18.145852 ], [ 49.130859, 18.604601 ], [ 51.987305, 18.979026 ], [ 55.019531, 20.014645 ], [ 55.678711, 21.983801 ], [ 55.195312, 22.715390 ], [ 55.019531, 22.512557 ], [ 51.987305, 22.998852 ], [ 51.591797, 24.246965 ], [ 51.767578, 24.287027 ], [ 51.811523, 24.006326 ], [ 52.558594, 24.166802 ], [ 54.008789, 24.126702 ], [ 56.074219, 26.037042 ], [ 56.381836, 26.391870 ] ] ], [ [ [ 69.082031, 55.379110 ], [ 70.883789, 55.178868 ], [ 71.191406, 54.136696 ], [ 72.246094, 54.367759 ], [ 73.520508, 54.033586 ], [ 73.432617, 53.488046 ], [ 74.399414, 53.540307 ], [ 76.904297, 54.495568 ], [ 76.508789, 54.188155 ], [ 77.783203, 53.409532 ], [ 80.024414, 50.875311 ], [ 80.551758, 51.399206 ], [ 81.958008, 50.819818 ], [ 83.364258, 51.069017 ], [ 83.935547, 50.875311 ], [ 84.418945, 50.317408 ], [ 85.122070, 50.120578 ], [ 85.561523, 49.696062 ], [ 86.835938, 49.837982 ], [ 87.363281, 49.210420 ], [ 86.616211, 48.545705 ], [ 85.781250, 48.458352 ], [ 85.737305, 47.457809 ], [ 85.166016, 47.010226 ], [ 83.188477, 47.338823 ], [ 82.441406, 45.552525 ], [ 81.958008, 45.305803 ], [ 79.980469, 44.902578 ], [ 80.859375, 43.165123 ], [ 80.200195, 42.908160 ], [ 80.244141, 42.358544 ], [ 80.112305, 42.130821 ], [ 78.530273, 41.574361 ], [ 78.178711, 41.178654 ], [ 76.904297, 41.079351 ], [ 76.508789, 40.413496 ], [ 75.454102, 40.547200 ], [ 74.794922, 40.380028 ], [ 73.828125, 39.909736 ], [ 73.959961, 39.673370 ], [ 73.696289, 39.436193 ], [ 73.916016, 38.513788 ], [ 74.267578, 38.616870 ], [ 74.882812, 38.376115 ], [ 74.838867, 37.996163 ], [ 74.970703, 37.405074 ], [ 75.146484, 37.125286 ], [ 75.893555, 36.668419 ], [ 76.201172, 35.889050 ], [ 77.827148, 35.496456 ], [ 76.860352, 34.669359 ], [ 75.761719, 34.488448 ], [ 74.223633, 34.741612 ], [ 73.740234, 34.307144 ], [ 74.443359, 32.768800 ], [ 75.278320, 32.287133 ], [ 74.399414, 31.690782 ], [ 74.443359, 30.977609 ], [ 73.432617, 29.993002 ], [ 72.817383, 28.960089 ], [ 71.762695, 27.916767 ], [ 70.620117, 27.994401 ], [ 69.521484, 26.941660 ], [ 70.180664, 26.509905 ], [ 70.268555, 25.720735 ], [ 70.839844, 25.204941 ], [ 71.059570, 24.367114 ], [ 68.862305, 24.367114 ], [ 68.159180, 23.684774 ], [ 67.456055, 23.926013 ], [ 67.148438, 24.647017 ], [ 66.357422, 25.443275 ], [ 64.511719, 25.244696 ], [ 62.885742, 25.204941 ], [ 61.479492, 25.085599 ], [ 58.535156, 25.601902 ], [ 57.392578, 25.720735 ], [ 56.953125, 26.980829 ], [ 56.513672, 27.137368 ], [ 55.722656, 26.980829 ], [ 54.711914, 26.470573 ], [ 53.481445, 26.824071 ], [ 52.470703, 27.566721 ], [ 51.503906, 27.877928 ], [ 50.844727, 28.806174 ], [ 50.097656, 30.145127 ], [ 49.570312, 29.993002 ], [ 48.955078, 30.297018 ], [ 48.559570, 29.916852 ], [ 48.032227, 30.448674 ], [ 47.988281, 30.977609 ], [ 47.680664, 30.977609 ], [ 47.856445, 31.690782 ], [ 47.329102, 32.472695 ], [ 46.098633, 33.027088 ], [ 45.439453, 33.979809 ], [ 45.659180, 34.741612 ], [ 46.142578, 35.101934 ], [ 46.098633, 35.675147 ], [ 45.439453, 35.960223 ], [ 44.780273, 37.160317 ], [ 44.208984, 37.961523 ], [ 44.428711, 38.272689 ], [ 44.121094, 39.436193 ], [ 44.780273, 39.707187 ], [ 44.384766, 40.010787 ], [ 43.637695, 40.245992 ], [ 43.769531, 40.747257 ], [ 43.593750, 41.079351 ], [ 44.956055, 41.244772 ], [ 45.175781, 40.979898 ], [ 45.571289, 40.813809 ], [ 45.351562, 40.547200 ], [ 45.878906, 40.212441 ], [ 45.615234, 39.909736 ], [ 46.054688, 39.639538 ], [ 46.494141, 39.470125 ], [ 46.494141, 38.754083 ], [ 47.680664, 39.504041 ], [ 48.076172, 39.571822 ], [ 48.339844, 39.300299 ], [ 48.032227, 38.788345 ], [ 48.647461, 38.272689 ], [ 48.867188, 38.307181 ], [ 49.218750, 37.579413 ], [ 50.141602, 37.370157 ], [ 50.844727, 36.879621 ], [ 52.250977, 36.703660 ], [ 53.833008, 36.949892 ], [ 53.920898, 37.195331 ], [ 53.745117, 37.892196 ], [ 53.876953, 38.959409 ], [ 53.085938, 39.300299 ], [ 53.349609, 39.977120 ], [ 52.690430, 40.044438 ], [ 52.910156, 40.880295 ], [ 53.876953, 40.613952 ], [ 54.755859, 40.946714 ], [ 54.008789, 41.541478 ], [ 53.701172, 42.130821 ], [ 52.910156, 41.869561 ], [ 52.822266, 41.145570 ], [ 52.426758, 42.032974 ], [ 52.690430, 42.455888 ], [ 52.514648, 42.779275 ], [ 51.328125, 43.133061 ], [ 50.888672, 44.024422 ], [ 50.361328, 44.276671 ], [ 50.317383, 44.621754 ], [ 51.284180, 44.527843 ], [ 51.328125, 45.243953 ], [ 52.163086, 45.398450 ], [ 53.041992, 45.243953 ], [ 53.217773, 46.225453 ], [ 53.041992, 46.860191 ], [ 52.031250, 46.800059 ], [ 51.196289, 47.040182 ], [ 50.053711, 46.619261 ], [ 49.086914, 46.407564 ], [ 48.603516, 46.558860 ], [ 48.691406, 47.070122 ], [ 48.076172, 47.754098 ], [ 47.329102, 47.724545 ], [ 46.450195, 48.400032 ], [ 47.065430, 49.152970 ], [ 46.757812, 49.353756 ], [ 47.548828, 50.457504 ], [ 48.559570, 49.866317 ], [ 48.691406, 50.597186 ], [ 50.756836, 51.699800 ], [ 52.338867, 51.727028 ], [ 55.722656, 50.625073 ], [ 56.777344, 51.041394 ], [ 58.359375, 51.069017 ], [ 59.633789, 50.541363 ], [ 59.941406, 50.847573 ], [ 61.347656, 50.792047 ], [ 61.611328, 51.261915 ], [ 59.985352, 51.971346 ], [ 60.908203, 52.456009 ], [ 60.732422, 52.722986 ], [ 61.699219, 52.988337 ], [ 60.996094, 53.670680 ], [ 61.435547, 54.007769 ], [ 65.170898, 54.342149 ], [ 65.654297, 54.597528 ], [ 68.159180, 54.977614 ], [ 69.082031, 55.379110 ] ], [ [ 45.000000, 39.740986 ], [ 44.780273, 39.707187 ], [ 44.956055, 39.334297 ], [ 45.439453, 38.856820 ], [ 46.142578, 38.754083 ], [ 45.747070, 39.334297 ], [ 45.747070, 39.470125 ], [ 45.307617, 39.470125 ], [ 45.000000, 39.740986 ] ] ], [ [ [ 81.518555, 30.410782 ], [ 82.309570, 30.107118 ], [ 83.320312, 29.458731 ], [ 83.891602, 29.305561 ], [ 84.243164, 28.844674 ], [ 85.034180, 28.652031 ], [ 85.825195, 28.188244 ], [ 86.967773, 27.955591 ], [ 88.110352, 27.877928 ], [ 88.066406, 27.449790 ], [ 88.154297, 26.824071 ], [ 88.066406, 26.431228 ], [ 87.231445, 26.391870 ], [ 85.253906, 26.706360 ], [ 84.682617, 27.215556 ], [ 83.320312, 27.371767 ], [ 82.001953, 27.916767 ], [ 81.079102, 28.420391 ], [ 80.068359, 28.806174 ], [ 80.463867, 29.726222 ], [ 81.518555, 30.410782 ] ] ], [ [ [ 91.757812, 50.652943 ], [ 91.757812, 45.182037 ], [ 90.966797, 45.274886 ], [ 90.571289, 45.706179 ], [ 90.966797, 46.890232 ], [ 90.263672, 47.694974 ], [ 90.000000, 47.754098 ], [ 88.857422, 48.078079 ], [ 88.022461, 48.603858 ], [ 87.758789, 49.296472 ], [ 88.813477, 49.468124 ], [ 90.000000, 50.007739 ], [ 90.703125, 50.317408 ], [ 91.757812, 50.652943 ] ] ], [ [ [ 90.000000, 28.304381 ], [ 90.747070, 28.071980 ], [ 91.274414, 28.033198 ], [ 91.757812, 27.722436 ], [ 91.757812, 26.824071 ], [ 90.395508, 26.863281 ], [ 90.000000, 26.784847 ], [ 89.736328, 26.706360 ], [ 88.857422, 27.098254 ], [ 88.813477, 27.293689 ], [ 89.472656, 28.033198 ], [ 90.000000, 28.304381 ] ] ], [ [ [ 47.285156, 30.069094 ], [ 47.988281, 29.993002 ], [ 48.164062, 29.535230 ], [ 48.076172, 29.305561 ], [ 48.427734, 28.536275 ], [ 47.724609, 28.536275 ], [ 47.460938, 28.998532 ], [ 46.582031, 29.113775 ], [ 47.285156, 30.069094 ] ] ], [ [ [ 51.284180, 26.115986 ], [ 51.591797, 25.799891 ], [ 51.591797, 25.204941 ], [ 51.372070, 24.607069 ], [ 51.108398, 24.567108 ], [ 50.800781, 24.766785 ], [ 50.756836, 25.482951 ], [ 51.020508, 25.997550 ], [ 51.284180, 26.115986 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "India", "sov_a3": "IND", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "India", "adm0_a3": "IND", "geou_dif": 0, "geounit": "India", "gu_a3": "IND", "su_dif": 0, "subunit": "India", "su_a3": "IND", "brk_diff": 0, "name": "India", "name_long": "India", "brk_a3": "IND", "brk_name": "India", "abbrev": "India", "postal": "IND", "formal_en": "Republic of India", "name_sort": "India", "mapcolor7": 1, "mapcolor8": 3, "mapcolor9": 2, "mapcolor13": 2, "pop_est": 1166079220, "gdp_md_est": 3297000, "pop_year": -99, "lastcensus": 2011, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "4. Lower middle income", "wikipedia": -99, "iso_a2": "IN", "iso_a3": "IND", "iso_n3": "356", "un_a3": "356", "wb_a2": "IN", "wb_a3": "IND", "woe_id": -99, "adm0_a3_is": "IND", "adm0_a3_us": "IND", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 5, "long_len": 5, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 77.827148, 35.496456 ], [ 78.925781, 34.307144 ], [ 78.793945, 33.504759 ], [ 79.189453, 32.990236 ], [ 79.189453, 32.472695 ], [ 78.442383, 32.620870 ], [ 78.750000, 31.503629 ], [ 79.716797, 30.864510 ], [ 81.123047, 30.183122 ], [ 80.463867, 29.726222 ], [ 80.068359, 28.806174 ], [ 81.079102, 28.420391 ], [ 82.001953, 27.916767 ], [ 83.320312, 27.371767 ], [ 84.682617, 27.215556 ], [ 85.253906, 26.706360 ], [ 87.231445, 26.391870 ], [ 88.066406, 26.431228 ], [ 88.154297, 26.824071 ], [ 88.066406, 27.449790 ], [ 88.110352, 27.877928 ], [ 88.725586, 28.071980 ], [ 88.857422, 27.098254 ], [ 89.736328, 26.706360 ], [ 90.000000, 26.784847 ], [ 90.395508, 26.863281 ], [ 91.230469, 26.824071 ], [ 91.757812, 26.824071 ], [ 91.757812, 22.309426 ], [ 91.406250, 22.755921 ], [ 90.483398, 22.796439 ], [ 90.571289, 22.390714 ], [ 90.263672, 21.820708 ], [ 90.000000, 21.983801 ], [ 89.868164, 22.024546 ], [ 89.692383, 21.861499 ], [ 89.033203, 22.065278 ], [ 88.901367, 21.698265 ], [ 88.198242, 21.698265 ], [ 86.967773, 21.493964 ], [ 87.055664, 20.756114 ], [ 86.484375, 20.138470 ], [ 85.078125, 19.476950 ], [ 83.935547, 18.312811 ], [ 83.188477, 17.685895 ], [ 82.177734, 17.014768 ], [ 82.177734, 16.551962 ], [ 80.771484, 15.961329 ], [ 80.332031, 15.876809 ], [ 80.024414, 15.114553 ], [ 80.244141, 13.838080 ], [ 80.288086, 13.025966 ], [ 79.848633, 12.039321 ], [ 79.848633, 10.358151 ], [ 79.321289, 10.314919 ], [ 78.881836, 9.535749 ], [ 79.189453, 9.232249 ], [ 78.266602, 8.928487 ], [ 77.958984, 8.233237 ], [ 77.519531, 7.972198 ], [ 76.596680, 8.885072 ], [ 75.761719, 11.307708 ], [ 75.410156, 11.781325 ], [ 74.882812, 12.726084 ], [ 74.443359, 14.604847 ], [ 73.520508, 16.003576 ], [ 72.817383, 19.186678 ], [ 72.817383, 20.427013 ], [ 72.641602, 21.371244 ], [ 71.191406, 20.756114 ], [ 70.488281, 20.879343 ], [ 69.169922, 22.105999 ], [ 69.653320, 22.431340 ], [ 69.345703, 22.836946 ], [ 68.159180, 23.684774 ], [ 68.862305, 24.367114 ], [ 71.059570, 24.367114 ], [ 70.839844, 25.204941 ], [ 70.268555, 25.720735 ], [ 70.180664, 26.509905 ], [ 69.521484, 26.941660 ], [ 70.620117, 27.994401 ], [ 71.762695, 27.916767 ], [ 72.817383, 28.960089 ], [ 73.432617, 29.993002 ], [ 74.443359, 30.977609 ], [ 74.399414, 31.690782 ], [ 75.278320, 32.287133 ], [ 74.443359, 32.768800 ], [ 73.740234, 34.307144 ], [ 74.223633, 34.741612 ], [ 75.761719, 34.488448 ], [ 76.860352, 34.669359 ], [ 77.827148, 35.496456 ] ] ], [ [ [ 91.757812, 27.761330 ], [ 91.757812, 27.722436 ], [ 91.713867, 27.761330 ], [ 91.757812, 27.761330 ] ] ] ] } } +{ "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "United Kingdom", "adm0_a3": "GBR", "geou_dif": 0, "geounit": "United Kingdom", "gu_a3": "GBR", "su_dif": 0, "subunit": "United Kingdom", "su_a3": "GBR", "brk_diff": 0, "name": "United Kingdom", "name_long": "United Kingdom", "brk_a3": "GBR", "brk_name": "United Kingdom", "abbrev": "U.K.", "postal": "GB", "formal_en": "United Kingdom of Great Britain and Northern Ireland", "name_sort": "United Kingdom", "mapcolor7": 6, "mapcolor8": 6, "mapcolor9": 6, "mapcolor13": 3, "pop_est": 62262000, "gdp_md_est": 1977704, "pop_year": 0, "lastcensus": 2011, "gdp_year": 2009, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99, "iso_a2": "GB", "iso_a3": "GBR", "iso_n3": "826", "un_a3": "826", "wb_a2": "GB", "wb_a3": "GBR", "woe_id": -99, "adm0_a3_is": "GBR", "adm0_a3_us": "GBR", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 14, "long_len": 14, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.757812, 22.938160 ], [ 0.000000, 21.800308 ], [ 1.823730, 20.612220 ], [ 2.065430, 20.138470 ], [ 2.680664, 19.849394 ], [ 3.142090, 19.683970 ], [ 3.164062, 19.062118 ], [ 4.262695, 19.145168 ], [ 4.262695, 16.846605 ], [ 3.735352, 16.172473 ], [ 3.647461, 15.559544 ], [ 2.746582, 15.411319 ], [ 1.384277, 15.326572 ], [ 1.010742, 14.966013 ], [ 0.373535, 14.923554 ], [ 0.307617, 14.434680 ], [ 0.439453, 13.987376 ], [ 0.988770, 13.325485 ], [ 1.032715, 12.854649 ], [ 2.175293, 12.618897 ], [ 2.153320, 11.931852 ], [ 1.933594, 11.630716 ], [ 1.450195, 11.544616 ], [ 1.252441, 11.113727 ], [ 0.900879, 11.005904 ], [ 0.021973, 11.027472 ], [ -0.043945, 10.703792 ], [ 0.000000, 10.639014 ], [ 0.373535, 10.185187 ], [ 0.373535, 9.470736 ], [ 0.461426, 8.667918 ], [ 0.703125, 8.320212 ], [ 0.483398, 7.406048 ], [ 0.571289, 6.904614 ], [ 0.834961, 6.271618 ], [ 1.054688, 5.922045 ], [ 0.000000, 5.528511 ], [ -0.505371, 5.331644 ], [ -1.054688, 5.003394 ], [ -1.757812, 4.784469 ], [ -1.757812, 22.938160 ] ] ], [ [ [ 29.377441, 67.204032 ], [ 29.047852, 66.947274 ], [ 29.509277, 66.513260 ], [ 30.212402, 65.802776 ], [ 29.553223, 64.951465 ], [ 30.454102, 64.206377 ], [ 30.036621, 63.548552 ], [ 31.508789, 62.865169 ], [ 31.135254, 62.359805 ], [ 30.212402, 61.783513 ], [ 28.081055, 60.500525 ], [ 26.257324, 60.424699 ], [ 24.499512, 60.053874 ], [ 22.873535, 59.844815 ], [ 22.302246, 60.392148 ], [ 21.313477, 60.716198 ], [ 21.555176, 61.700291 ], [ 21.049805, 62.603453 ], [ 21.533203, 63.194018 ], [ 22.434082, 63.821288 ], [ 24.741211, 64.904910 ], [ 25.400391, 65.109148 ], [ 25.290527, 65.531171 ], [ 23.906250, 66.009086 ], [ 22.192383, 65.721594 ], [ 21.225586, 65.025785 ], [ 21.379395, 64.415921 ], [ 19.775391, 63.607217 ], [ 17.841797, 62.744665 ], [ 17.116699, 61.344078 ], [ 17.841797, 60.640876 ], [ 18.786621, 60.075803 ], [ 17.863770, 58.950008 ], [ 16.831055, 58.722599 ], [ 16.457520, 57.040730 ], [ 15.886230, 56.108810 ], [ 14.677734, 56.194481 ], [ 14.106445, 55.404070 ], [ 12.941895, 55.366625 ], [ 12.634277, 56.304349 ], [ 11.799316, 57.444949 ], [ 11.030273, 58.859224 ], [ 10.349121, 59.467408 ], [ 8.393555, 58.309489 ], [ 7.053223, 58.077876 ], [ 5.668945, 58.585436 ], [ 5.317383, 59.667741 ], [ 4.987793, 61.969943 ], [ 5.910645, 62.613562 ], [ 8.547363, 63.450509 ], [ 10.524902, 64.482261 ], [ 12.370605, 65.874725 ], [ 13.117676, 66.513260 ], [ 13.996582, 67.204032 ], [ 29.377441, 67.204032 ] ] ], [ [ [ -1.757812, 34.161818 ], [ -1.735840, 33.925130 ], [ -1.384277, 32.861132 ], [ -1.120605, 32.657876 ], [ -1.318359, 32.268555 ], [ -1.757812, 32.212801 ], [ -1.757812, 34.161818 ] ] ], [ [ [ 15.512695, 38.238180 ], [ 15.161133, 37.439974 ], [ 15.314941, 37.125286 ], [ 15.095215, 36.615528 ], [ 14.326172, 37.002553 ], [ 13.820801, 37.107765 ], [ 12.436523, 37.614231 ], [ 12.568359, 38.117272 ], [ 13.732910, 38.030786 ], [ 15.512695, 38.238180 ] ] ], [ [ [ 10.590820, 57.727619 ], [ 10.546875, 57.219608 ], [ 10.261230, 56.885002 ], [ 10.371094, 56.607885 ], [ 10.920410, 56.462490 ], [ 10.678711, 56.084298 ], [ 10.371094, 56.194481 ], [ 9.645996, 55.466399 ], [ 9.931641, 54.977614 ], [ 9.931641, 54.597528 ], [ 10.942383, 54.367759 ], [ 10.942383, 54.007769 ], [ 11.953125, 54.201010 ], [ 12.524414, 54.470038 ], [ 13.645020, 54.072283 ], [ 14.128418, 53.761702 ], [ 14.348145, 53.252069 ], [ 14.084473, 52.975108 ], [ 14.436035, 52.629729 ], [ 14.677734, 52.093008 ], [ 14.611816, 51.740636 ], [ 15.029297, 51.110420 ], [ 15.490723, 50.778155 ], [ 16.237793, 50.694718 ], [ 16.171875, 50.415519 ], [ 16.721191, 50.219095 ], [ 16.875000, 50.471491 ], [ 17.556152, 50.359480 ], [ 17.644043, 50.050085 ], [ 18.391113, 49.993615 ], [ 18.918457, 49.439557 ], [ 19.313965, 49.567978 ], [ 19.819336, 49.210420 ], [ 20.412598, 49.425267 ], [ 20.895996, 49.325122 ], [ 21.599121, 49.468124 ], [ 22.565918, 49.081062 ], [ 22.280273, 48.821333 ], [ 22.082520, 48.414619 ], [ 22.631836, 48.151428 ], [ 22.719727, 47.886881 ], [ 22.104492, 47.665387 ], [ 21.621094, 46.995241 ], [ 21.027832, 46.316584 ], [ 20.214844, 46.118942 ], [ 20.764160, 45.736860 ], [ 20.874023, 45.413876 ], [ 21.489258, 45.182037 ], [ 21.555176, 44.762337 ], [ 22.148438, 44.480830 ], [ 22.456055, 44.699898 ], [ 22.697754, 44.574817 ], [ 22.478027, 44.402392 ], [ 22.653809, 44.229457 ], [ 22.412109, 44.008620 ], [ 22.500000, 43.644026 ], [ 22.983398, 43.213183 ], [ 22.609863, 42.892064 ], [ 22.434082, 42.585444 ], [ 22.543945, 42.455888 ], [ 22.390137, 42.326062 ], [ 22.873535, 42.000325 ], [ 22.961426, 41.343825 ], [ 22.763672, 41.310824 ], [ 22.587891, 41.129021 ], [ 22.060547, 41.145570 ], [ 21.665039, 40.930115 ], [ 21.027832, 40.847060 ], [ 20.610352, 41.079351 ], [ 20.456543, 41.508577 ], [ 20.588379, 41.853196 ], [ 20.522461, 42.212245 ], [ 20.280762, 42.326062 ], [ 20.083008, 42.585444 ], [ 19.797363, 42.504503 ], [ 19.731445, 42.682435 ], [ 19.313965, 42.195969 ], [ 19.379883, 41.869561 ], [ 19.160156, 41.951320 ], [ 18.874512, 42.277309 ], [ 18.457031, 42.472097 ], [ 17.512207, 42.843751 ], [ 16.940918, 43.213183 ], [ 16.018066, 43.500752 ], [ 15.183105, 44.245199 ], [ 15.380859, 44.323848 ], [ 14.919434, 44.731126 ], [ 14.897461, 45.073521 ], [ 14.260254, 45.228481 ], [ 13.952637, 44.793531 ], [ 13.666992, 45.135555 ], [ 13.688965, 45.475540 ], [ 13.930664, 45.583290 ], [ 13.139648, 45.736860 ], [ 12.326660, 45.383019 ], [ 12.392578, 44.887012 ], [ 12.260742, 44.606113 ], [ 12.590332, 44.087585 ], [ 13.535156, 43.580391 ], [ 14.040527, 42.763146 ], [ 15.139160, 41.951320 ], [ 15.930176, 41.967659 ], [ 16.171875, 41.738528 ], [ 15.886230, 41.541478 ], [ 17.512207, 40.880295 ], [ 18.369141, 40.346544 ], [ 18.479004, 40.162083 ], [ 18.303223, 39.808536 ], [ 17.731934, 40.279526 ], [ 16.875000, 40.446947 ], [ 16.457520, 39.791655 ], [ 17.182617, 39.419221 ], [ 17.050781, 38.908133 ], [ 16.633301, 38.839708 ], [ 16.105957, 37.978845 ], [ 15.688477, 37.909534 ], [ 15.688477, 38.220920 ], [ 15.886230, 38.754083 ], [ 16.105957, 38.959409 ], [ 15.424805, 40.044438 ], [ 15.007324, 40.178873 ], [ 14.699707, 40.597271 ], [ 14.062500, 40.780541 ], [ 13.623047, 41.195190 ], [ 12.897949, 41.244772 ], [ 12.106934, 41.705729 ], [ 11.184082, 42.358544 ], [ 10.502930, 42.924252 ], [ 10.195312, 43.913723 ], [ 9.711914, 44.040219 ], [ 8.898926, 44.370987 ], [ 8.437500, 44.229457 ], [ 7.844238, 43.771094 ], [ 7.426758, 43.691708 ], [ 6.525879, 43.133061 ], [ 4.548340, 43.405047 ], [ 3.098145, 43.068888 ], [ 2.988281, 42.472097 ], [ 1.823730, 42.342305 ], [ 0.703125, 42.795401 ], [ 0.329590, 42.585444 ], [ 0.000000, 42.666281 ], [ -1.494141, 43.036776 ], [ -1.757812, 43.277205 ], [ -1.757812, 43.596306 ], [ -1.384277, 44.024422 ], [ -1.186523, 46.012224 ], [ -1.757812, 46.589069 ], [ -1.757812, 48.661943 ], [ -1.625977, 48.647428 ], [ -1.757812, 49.152970 ], [ -1.757812, 49.696062 ], [ -0.988770, 49.339441 ], [ 0.000000, 49.681847 ], [ 1.340332, 50.120578 ], [ 1.647949, 50.944584 ], [ 3.317871, 51.344339 ], [ 3.823242, 51.618017 ], [ 4.702148, 53.094024 ], [ 6.086426, 53.514185 ], [ 6.899414, 53.474970 ], [ 7.097168, 53.696706 ], [ 7.932129, 53.748711 ], [ 8.129883, 53.527248 ], [ 8.811035, 54.020680 ], [ 8.569336, 54.393352 ], [ 8.525391, 54.965002 ], [ 8.129883, 55.516192 ], [ 8.085938, 56.535258 ], [ 8.261719, 56.812908 ], [ 8.547363, 57.112385 ], [ 9.426270, 57.171992 ], [ 9.777832, 57.444949 ], [ 10.590820, 57.727619 ] ] ], [ [ [ 9.206543, 41.211722 ], [ 9.821777, 40.497092 ], [ 9.667969, 39.181175 ], [ 9.206543, 39.232253 ], [ 8.811035, 38.908133 ], [ 8.437500, 39.164141 ], [ 8.393555, 40.380028 ], [ 8.151855, 40.946714 ], [ 8.701172, 40.896906 ], [ 9.206543, 41.211722 ] ] ], [ [ [ 25.158691, 57.973157 ], [ 25.598145, 57.844751 ], [ 26.455078, 57.480403 ], [ 27.290039, 57.468589 ], [ 27.773438, 57.243394 ], [ 27.861328, 56.752723 ], [ 28.168945, 56.170023 ], [ 27.114258, 55.776573 ], [ 26.499023, 55.615589 ], [ 25.532227, 56.096556 ], [ 25.004883, 56.157788 ], [ 24.851074, 56.377419 ], [ 23.884277, 56.267761 ], [ 22.192383, 56.340901 ], [ 21.049805, 56.035226 ], [ 21.093750, 56.788845 ], [ 21.577148, 57.409461 ], [ 22.521973, 57.751076 ], [ 23.312988, 57.004850 ], [ 24.125977, 57.028774 ], [ 24.323730, 57.797944 ], [ 25.158691, 57.973157 ] ] ], [ [ [ -1.757812, 55.478853 ], [ -1.120605, 54.622978 ], [ -0.439453, 54.457267 ], [ 0.000000, 53.670680 ], [ 0.175781, 53.317749 ], [ 0.461426, 52.935397 ], [ 1.691895, 52.736292 ], [ 1.560059, 52.093008 ], [ 1.054688, 51.808615 ], [ 1.450195, 51.289406 ], [ 0.549316, 50.764259 ], [ 0.000000, 50.764259 ], [ -0.791016, 50.778155 ], [ -1.757812, 50.625073 ], [ -1.757812, 55.478853 ] ] ], [ [ [ 12.370605, 56.108810 ], [ 12.700195, 55.603178 ], [ 12.084961, 54.800685 ], [ 11.052246, 55.366625 ], [ 10.898438, 55.776573 ], [ 12.370605, 56.108810 ] ] ], [ [ [ 9.382324, 43.004647 ], [ 9.558105, 42.147114 ], [ 9.228516, 41.376809 ], [ 8.767090, 41.590797 ], [ 8.547363, 42.261049 ], [ 8.745117, 42.633959 ], [ 9.382324, 43.004647 ] ] ] ] } } , -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "China", "sov_a3": "CH1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "China", "adm0_a3": "CHN", "geou_dif": 0, "geounit": "China", "gu_a3": "CHN", "su_dif": 0, "subunit": "China", "su_a3": "CHN", "brk_diff": 0, "name": "China", "name_long": "China", "brk_a3": "CHN", "brk_name": "China", "abbrev": "China", "postal": "CN", "formal_en": "People's Republic of China", "name_sort": "China", "mapcolor7": 4, "mapcolor8": 4, "mapcolor9": 4, "mapcolor13": 3, "pop_est": 1338612970, "gdp_md_est": 7973000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "CN", "iso_a3": "CHN", "iso_n3": "156", "un_a3": "156", "wb_a2": "CN", "wb_a3": "CHN", "woe_id": -99, "adm0_a3_is": "CHN", "adm0_a3_us": "CHN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5, "long_len": 5, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 17.138672, 3.732708 ], [ 17.797852, 3.557283 ], [ 18.457031, 3.513421 ], [ 18.413086, 2.899153 ], [ 18.105469, 2.372369 ], [ 17.885742, 1.757537 ], [ 17.753906, 0.834931 ], [ 17.841797, 0.307616 ], [ 17.709961, 0.000000 ], [ 17.534180, -0.747049 ], [ 16.875000, -1.230374 ], [ 16.391602, -1.757537 ], [ 9.184570, -1.757537 ], [ 8.789062, -1.098565 ], [ 8.833008, -0.790990 ], [ 9.052734, -0.439449 ], [ 9.184570, 0.000000 ], [ 9.492188, 1.010690 ], [ 9.843750, 1.054628 ], [ 11.293945, 1.054628 ], [ 11.293945, 2.240640 ], [ 11.733398, 2.328460 ], [ 12.348633, 2.196727 ], [ 12.963867, 2.328460 ], [ 13.095703, 2.284551 ], [ 14.326172, 2.240640 ], [ 15.952148, 1.713612 ], [ 15.996094, 2.284551 ], [ 16.523438, 3.206333 ], [ 17.138672, 3.732708 ] ] ], [ [ [ 33.925781, -0.966751 ], [ 35.332031, -1.757537 ], [ 29.267578, -1.757537 ], [ 29.311523, -1.625758 ], [ 29.575195, -1.362176 ], [ 29.838867, -1.450040 ], [ 30.761719, -1.010690 ], [ 33.925781, -0.966751 ] ] ], [ [ [ 87.758789, 49.296472 ], [ 88.022461, 48.603858 ], [ 88.857422, 48.078079 ], [ 90.000000, 47.754098 ], [ 90.263672, 47.694974 ], [ 90.966797, 46.890232 ], [ 90.571289, 45.706179 ], [ 90.966797, 45.274886 ], [ 91.757812, 45.182037 ], [ 91.757812, 27.761330 ], [ 91.274414, 28.033198 ], [ 90.747070, 28.071980 ], [ 90.000000, 28.304381 ], [ 89.472656, 28.033198 ], [ 88.813477, 27.293689 ], [ 88.725586, 28.071980 ], [ 88.110352, 27.877928 ], [ 86.967773, 27.955591 ], [ 85.825195, 28.188244 ], [ 85.034180, 28.652031 ], [ 84.243164, 28.844674 ], [ 83.891602, 29.305561 ], [ 83.320312, 29.458731 ], [ 82.309570, 30.107118 ], [ 81.518555, 30.410782 ], [ 81.123047, 30.183122 ], [ 79.716797, 30.864510 ], [ 78.750000, 31.503629 ], [ 78.442383, 32.620870 ], [ 79.189453, 32.472695 ], [ 79.189453, 32.990236 ], [ 78.793945, 33.504759 ], [ 78.925781, 34.307144 ], [ 77.827148, 35.496456 ], [ 76.201172, 35.889050 ], [ 75.893555, 36.668419 ], [ 75.146484, 37.125286 ], [ 74.970703, 37.405074 ], [ 74.838867, 37.996163 ], [ 74.882812, 38.376115 ], [ 74.267578, 38.616870 ], [ 73.916016, 38.513788 ], [ 73.696289, 39.436193 ], [ 73.959961, 39.673370 ], [ 73.828125, 39.909736 ], [ 74.794922, 40.380028 ], [ 75.454102, 40.547200 ], [ 76.508789, 40.413496 ], [ 76.904297, 41.079351 ], [ 78.178711, 41.178654 ], [ 78.530273, 41.574361 ], [ 80.112305, 42.130821 ], [ 80.244141, 42.358544 ], [ 80.200195, 42.908160 ], [ 80.859375, 43.165123 ], [ 79.980469, 44.902578 ], [ 81.958008, 45.305803 ], [ 82.441406, 45.552525 ], [ 83.188477, 47.338823 ], [ 85.166016, 47.010226 ], [ 85.737305, 47.457809 ], [ 85.781250, 48.458352 ], [ 86.616211, 48.545705 ], [ 87.363281, 49.210420 ], [ 87.758789, 49.296472 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 91.757812, 67.204032 ], [ 91.757812, 22.289096 ], [ 91.428223, 22.755921 ], [ 90.505371, 22.796439 ], [ 90.593262, 22.390714 ], [ 90.263672, 21.841105 ], [ 90.000000, 21.963425 ], [ 89.846191, 22.044913 ], [ 89.714355, 21.861499 ], [ 89.428711, 21.963425 ], [ 89.033203, 22.044913 ], [ 88.879395, 21.698265 ], [ 88.220215, 21.698265 ], [ 86.967773, 21.493964 ], [ 87.033691, 20.735566 ], [ 86.506348, 20.159098 ], [ 85.056152, 19.476950 ], [ 83.935547, 18.291950 ], [ 83.188477, 17.664960 ], [ 82.199707, 17.014768 ], [ 82.199707, 16.551962 ], [ 81.694336, 16.299051 ], [ 80.793457, 15.940202 ], [ 80.332031, 15.897942 ], [ 80.024414, 15.135764 ], [ 80.244141, 13.838080 ], [ 80.288086, 13.004558 ], [ 79.870605, 12.060809 ], [ 79.848633, 10.358151 ], [ 79.343262, 10.314919 ], [ 78.881836, 9.535749 ], [ 79.189453, 9.210560 ], [ 78.288574, 8.928487 ], [ 77.937012, 8.254983 ], [ 77.541504, 7.972198 ], [ 76.596680, 8.906780 ], [ 76.135254, 10.293301 ], [ 75.739746, 11.307708 ], [ 75.388184, 11.781325 ], [ 74.860840, 12.747516 ], [ 74.619141, 13.987376 ], [ 74.443359, 14.626109 ], [ 73.542480, 15.982454 ], [ 72.817383, 19.207429 ], [ 72.817383, 20.427013 ], [ 72.641602, 21.350781 ], [ 71.169434, 20.756114 ], [ 70.466309, 20.879343 ], [ 69.169922, 22.085640 ], [ 69.653320, 22.451649 ], [ 69.345703, 22.836946 ], [ 68.181152, 23.684774 ], [ 67.434082, 23.946096 ], [ 67.148438, 24.666986 ], [ 66.379395, 25.423431 ], [ 64.533691, 25.244696 ], [ 62.907715, 25.224820 ], [ 61.501465, 25.085599 ], [ 59.611816, 25.383735 ], [ 58.535156, 25.601902 ], [ 57.392578, 25.740529 ], [ 56.975098, 26.961246 ], [ 56.491699, 27.137368 ], [ 55.722656, 26.961246 ], [ 54.711914, 26.470573 ], [ 53.503418, 26.804461 ], [ 52.492676, 27.586198 ], [ 51.525879, 27.858504 ], [ 50.844727, 28.806174 ], [ 50.119629, 30.145127 ], [ 49.570312, 29.993002 ], [ 48.933105, 30.315988 ], [ 48.559570, 29.916852 ], [ 47.966309, 29.973970 ], [ 48.186035, 29.535230 ], [ 48.098145, 29.305561 ], [ 48.801270, 27.683528 ], [ 49.306641, 27.469287 ], [ 49.482422, 27.117813 ], [ 50.163574, 26.686730 ], [ 50.207520, 26.273714 ], [ 50.119629, 25.938287 ], [ 50.251465, 25.601902 ], [ 50.537109, 25.324167 ], [ 50.668945, 25.005973 ], [ 50.800781, 24.746831 ], [ 50.734863, 25.482951 ], [ 51.020508, 25.997550 ], [ 51.284180, 26.115986 ], [ 51.591797, 25.799891 ], [ 51.613770, 25.204941 ], [ 51.394043, 24.627045 ], [ 51.591797, 24.246965 ], [ 51.767578, 24.287027 ], [ 51.789551, 24.026397 ], [ 52.580566, 24.166802 ], [ 54.008789, 24.126702 ], [ 54.689941, 24.786735 ], [ 55.437012, 25.443275 ], [ 56.074219, 26.056783 ], [ 56.359863, 26.391870 ], [ 56.491699, 26.313113 ], [ 56.381836, 25.898762 ], [ 56.271973, 25.720735 ], [ 56.403809, 24.926295 ], [ 56.843262, 24.246965 ], [ 57.414551, 23.885838 ], [ 58.139648, 23.745126 ], [ 58.732910, 23.563987 ], [ 59.458008, 22.654572 ], [ 59.809570, 22.532854 ], [ 59.809570, 22.309426 ], [ 59.282227, 21.432617 ], [ 58.864746, 21.105000 ], [ 58.491211, 20.427013 ], [ 58.029785, 20.488773 ], [ 57.832031, 20.241583 ], [ 57.656250, 19.725342 ], [ 57.788086, 19.062118 ], [ 57.700195, 18.937464 ], [ 57.238770, 18.937464 ], [ 56.601562, 18.562947 ], [ 56.513672, 18.083201 ], [ 56.293945, 17.874203 ], [ 55.656738, 17.874203 ], [ 55.261230, 17.623082 ], [ 55.283203, 17.224758 ], [ 54.799805, 16.951724 ], [ 54.250488, 17.035777 ], [ 53.569336, 16.699340 ], [ 53.107910, 16.657244 ], [ 52.382812, 16.383391 ], [ 52.185059, 15.940202 ], [ 52.163086, 15.601875 ], [ 51.174316, 15.178181 ], [ 49.570312, 14.711135 ], [ 48.691406, 14.008696 ], [ 48.229980, 13.944730 ], [ 47.944336, 14.008696 ], [ 47.351074, 13.581921 ], [ 46.713867, 13.389620 ], [ 45.878906, 13.346865 ], [ 45.637207, 13.282719 ], [ 45.417480, 13.025966 ], [ 45.153809, 12.961736 ], [ 45.000000, 12.704651 ], [ 44.494629, 12.726084 ], [ 44.187012, 12.576010 ], [ 43.483887, 12.640338 ], [ 43.220215, 13.218556 ], [ 43.242188, 13.774066 ], [ 43.088379, 14.051331 ], [ 42.890625, 14.796128 ], [ 42.604980, 15.220589 ], [ 42.802734, 15.262989 ], [ 42.692871, 15.707663 ], [ 42.824707, 15.919074 ], [ 42.780762, 16.341226 ], [ 42.648926, 16.783506 ], [ 42.341309, 17.077790 ], [ 42.275391, 17.476432 ], [ 41.748047, 17.832374 ], [ 41.220703, 18.667063 ], [ 40.935059, 19.476950 ], [ 40.253906, 20.179724 ], [ 39.792480, 20.344627 ], [ 39.133301, 21.289374 ], [ 39.023438, 21.983801 ], [ 39.067383, 22.573438 ], [ 38.496094, 23.684774 ], [ 38.034668, 24.086589 ], [ 37.485352, 24.287027 ], [ 37.155762, 24.866503 ], [ 37.221680, 25.085599 ], [ 36.936035, 25.601902 ], [ 36.650391, 25.819672 ], [ 36.254883, 26.568877 ], [ 35.134277, 28.052591 ], [ 34.628906, 28.052591 ], [ 34.782715, 28.613459 ], [ 34.826660, 28.960089 ], [ 34.958496, 29.363027 ], [ 34.914551, 29.496988 ], [ 34.650879, 29.094577 ], [ 34.431152, 28.343065 ], [ 34.145508, 27.819645 ], [ 33.925781, 27.644606 ], [ 33.134766, 28.420391 ], [ 32.431641, 29.840644 ], [ 32.321777, 29.764377 ], [ 32.739258, 28.709861 ], [ 33.354492, 27.702984 ], [ 34.101562, 26.135714 ], [ 34.475098, 25.601902 ], [ 34.804688, 25.025884 ], [ 35.683594, 23.926013 ], [ 35.485840, 23.745126 ], [ 35.529785, 23.099944 ], [ 36.694336, 22.207749 ], [ 36.870117, 22.004175 ], [ 37.199707, 21.022983 ], [ 36.979980, 20.838278 ], [ 37.111816, 19.808054 ], [ 37.485352, 18.604601 ], [ 38.408203, 17.999632 ], [ 39.001465, 16.846605 ], [ 39.265137, 15.919074 ], [ 39.814453, 15.432501 ], [ 41.176758, 14.498508 ], [ 42.583008, 13.004558 ], [ 43.088379, 12.704651 ], [ 43.330078, 12.382928 ], [ 43.286133, 11.974845 ], [ 42.714844, 11.738302 ], [ 43.461914, 11.286161 ], [ 43.659668, 10.854886 ], [ 44.121094, 10.444598 ], [ 44.626465, 10.444598 ], [ 45.549316, 10.703792 ], [ 46.647949, 10.811724 ], [ 47.526855, 11.135287 ], [ 48.032227, 11.199957 ], [ 48.383789, 11.372339 ], [ 49.262695, 11.436955 ], [ 49.724121, 11.587669 ], [ 50.251465, 11.673755 ], [ 50.734863, 12.017830 ], [ 51.108398, 12.017830 ], [ 51.130371, 11.738302 ], [ 51.042480, 11.156845 ], [ 51.042480, 10.639014 ], [ 50.844727, 10.271681 ], [ 50.559082, 9.188870 ], [ 50.075684, 8.080985 ], [ 49.460449, 6.795535 ], [ 48.603516, 5.331644 ], [ 47.746582, 4.214943 ], [ 46.560059, 2.855263 ], [ 45.571289, 2.043024 ], [ 44.077148, 1.054628 ], [ 43.132324, 0.285643 ], [ 42.868652, 0.000000 ], [ 42.033691, -0.922812 ], [ 41.813965, -1.450040 ], [ 41.594238, -1.691649 ], [ 41.462402, -1.757537 ], [ 9.184570, -1.757537 ], [ 8.789062, -1.120534 ], [ 8.833008, -0.790990 ], [ 9.052734, -0.461421 ], [ 9.206543, 0.000000 ], [ 9.492188, 1.010690 ], [ 9.316406, 1.164471 ], [ 9.645996, 2.284551 ], [ 9.799805, 3.074695 ], [ 9.404297, 3.732708 ], [ 8.942871, 3.908099 ], [ 8.745117, 4.346411 ], [ 8.481445, 4.499762 ], [ 8.503418, 4.762573 ], [ 7.470703, 4.412137 ], [ 7.075195, 4.455951 ], [ 6.701660, 4.236856 ], [ 5.888672, 4.258768 ], [ 5.361328, 4.893941 ], [ 5.031738, 5.615986 ], [ 4.328613, 6.271618 ], [ 2.702637, 6.249776 ], [ 1.867676, 6.140555 ], [ 1.054688, 5.922045 ], [ 0.834961, 6.271618 ], [ 0.571289, 6.904614 ], [ 0.483398, 7.406048 ], [ 0.703125, 8.320212 ], [ 0.461426, 8.667918 ], [ 0.373535, 9.470736 ], [ 0.373535, 10.185187 ], [ 0.000000, 10.639014 ], [ -0.043945, 10.703792 ], [ 0.021973, 11.027472 ], [ 0.900879, 11.005904 ], [ 1.252441, 11.113727 ], [ 1.450195, 11.544616 ], [ 1.933594, 11.630716 ], [ 2.153320, 11.931852 ], [ 2.175293, 12.618897 ], [ 1.032715, 12.854649 ], [ 0.988770, 13.325485 ], [ 0.439453, 13.987376 ], [ 0.307617, 14.434680 ], [ 0.373535, 14.923554 ], [ 1.010742, 14.966013 ], [ 1.384277, 15.326572 ], [ 2.746582, 15.411319 ], [ 3.647461, 15.559544 ], [ 3.735352, 16.172473 ], [ 4.262695, 16.846605 ], [ 4.262695, 19.145168 ], [ 3.164062, 19.062118 ], [ 3.142090, 19.683970 ], [ 2.680664, 19.849394 ], [ 2.065430, 20.138470 ], [ 1.823730, 20.612220 ], [ 0.000000, 21.800308 ], [ -1.757812, 22.938160 ], [ -1.757812, 32.212801 ], [ -1.318359, 32.268555 ], [ -1.120605, 32.657876 ], [ -1.384277, 32.861132 ], [ -1.735840, 33.925130 ], [ -1.757812, 35.406961 ], [ -1.208496, 35.710838 ], [ -0.131836, 35.889050 ], [ 0.000000, 35.978006 ], [ 0.505371, 36.297418 ], [ 1.472168, 36.597889 ], [ 3.164062, 36.774092 ], [ 4.812012, 36.862043 ], [ 5.317383, 36.721274 ], [ 6.262207, 37.107765 ], [ 7.338867, 37.125286 ], [ 7.734375, 36.879621 ], [ 8.415527, 36.949892 ], [ 9.514160, 37.352693 ], [ 10.217285, 37.230328 ], [ 10.173340, 36.721274 ], [ 11.030273, 37.090240 ], [ 11.096191, 36.897194 ], [ 10.590820, 36.403600 ], [ 10.590820, 35.942436 ], [ 10.942383, 35.692995 ], [ 10.810547, 34.831841 ], [ 10.151367, 34.325292 ], [ 10.349121, 33.779147 ], [ 10.854492, 33.760882 ], [ 11.118164, 33.284620 ], [ 11.491699, 33.137551 ], [ 12.656250, 32.787275 ], [ 13.073730, 32.879587 ], [ 13.930664, 32.713355 ], [ 15.249023, 32.268555 ], [ 15.710449, 31.372399 ], [ 16.611328, 31.184609 ], [ 18.017578, 30.770159 ], [ 19.094238, 30.259067 ], [ 19.577637, 30.524413 ], [ 20.061035, 30.977609 ], [ 19.819336, 31.746854 ], [ 20.126953, 32.231390 ], [ 20.852051, 32.713355 ], [ 21.555176, 32.842674 ], [ 22.895508, 32.639375 ], [ 23.247070, 32.194209 ], [ 23.620605, 32.194209 ], [ 23.928223, 32.008076 ], [ 24.916992, 31.896214 ], [ 25.158691, 31.559815 ], [ 26.499023, 31.578535 ], [ 28.916016, 30.864510 ], [ 29.685059, 31.184609 ], [ 30.102539, 31.466154 ], [ 30.981445, 31.559815 ], [ 31.684570, 31.428663 ], [ 31.970215, 30.939924 ], [ 32.189941, 31.259770 ], [ 33.002930, 31.015279 ], [ 33.771973, 30.958769 ], [ 34.277344, 31.222197 ], [ 34.562988, 31.541090 ], [ 34.497070, 31.597253 ], [ 34.760742, 32.063956 ], [ 34.958496, 32.824211 ], [ 35.134277, 33.082337 ], [ 35.485840, 33.906896 ], [ 35.991211, 34.651285 ], [ 35.903320, 35.406961 ], [ 36.145020, 35.817813 ], [ 35.793457, 36.279707 ], [ 36.166992, 36.650793 ], [ 35.551758, 36.562600 ], [ 34.716797, 36.791691 ], [ 34.035645, 36.226550 ], [ 32.519531, 36.102376 ], [ 31.706543, 36.650793 ], [ 30.629883, 36.668419 ], [ 30.388184, 36.261992 ], [ 29.707031, 36.137875 ], [ 28.740234, 36.668419 ], [ 27.641602, 36.650793 ], [ 27.048340, 37.649034 ], [ 26.323242, 38.203655 ], [ 26.806641, 38.976492 ], [ 26.169434, 39.470125 ], [ 27.290039, 40.413496 ], [ 28.828125, 40.463666 ], [ 29.245605, 41.211722 ], [ 31.157227, 41.079351 ], [ 32.343750, 41.738528 ], [ 33.508301, 42.016652 ], [ 35.178223, 42.032974 ], [ 36.914062, 41.327326 ], [ 38.342285, 40.946714 ], [ 39.506836, 41.095912 ], [ 40.385742, 41.013066 ], [ 41.550293, 41.541478 ], [ 41.704102, 41.967659 ], [ 41.462402, 42.650122 ], [ 40.869141, 43.004647 ], [ 40.319824, 43.133061 ], [ 39.946289, 43.436966 ], [ 38.671875, 44.276671 ], [ 37.551270, 44.653024 ], [ 36.672363, 45.243953 ], [ 37.397461, 45.398450 ], [ 38.232422, 46.240652 ], [ 37.683105, 46.634351 ], [ 39.155273, 47.040182 ], [ 39.133301, 47.264320 ], [ 38.232422, 47.100045 ], [ 37.419434, 47.025206 ], [ 36.760254, 46.694667 ], [ 35.815430, 46.649436 ], [ 34.958496, 46.271037 ], [ 35.024414, 45.644768 ], [ 35.507812, 45.413876 ], [ 36.540527, 45.475540 ], [ 36.342773, 45.104546 ], [ 35.244141, 44.933696 ], [ 33.881836, 44.355278 ], [ 33.332520, 44.559163 ], [ 33.552246, 45.026950 ], [ 32.453613, 45.321254 ], [ 32.629395, 45.521744 ], [ 33.596191, 45.844108 ], [ 33.310547, 46.073231 ], [ 31.750488, 46.331758 ], [ 31.684570, 46.709736 ], [ 30.739746, 46.589069 ], [ 30.388184, 46.027482 ], [ 29.597168, 45.290347 ], [ 29.619141, 45.026950 ], [ 29.135742, 44.824708 ], [ 28.850098, 44.918139 ], [ 28.564453, 43.707594 ], [ 28.037109, 43.293200 ], [ 27.685547, 42.569264 ], [ 27.993164, 42.000325 ], [ 28.125000, 41.623655 ], [ 28.981934, 41.294317 ], [ 28.806152, 41.046217 ], [ 27.619629, 40.996484 ], [ 26.367188, 40.145289 ], [ 26.037598, 40.613952 ], [ 26.059570, 40.830437 ], [ 25.444336, 40.847060 ], [ 24.916992, 40.946714 ], [ 23.708496, 40.680638 ], [ 24.411621, 40.128491 ], [ 23.906250, 39.960280 ], [ 23.334961, 39.960280 ], [ 22.807617, 40.480381 ], [ 22.631836, 40.262761 ], [ 22.851562, 39.656456 ], [ 23.356934, 39.181175 ], [ 22.983398, 38.976492 ], [ 23.532715, 38.513788 ], [ 24.016113, 38.220920 ], [ 24.038086, 37.649034 ], [ 23.115234, 37.926868 ], [ 23.400879, 37.405074 ], [ 22.785645, 37.300275 ], [ 23.159180, 36.421282 ], [ 22.500000, 36.403600 ], [ 21.665039, 36.844461 ], [ 21.291504, 37.649034 ], [ 21.115723, 38.307181 ], [ 20.214844, 39.334297 ], [ 20.148926, 39.622615 ], [ 19.973145, 39.690281 ], [ 19.951172, 39.909736 ], [ 19.401855, 40.245992 ], [ 19.313965, 40.730608 ], [ 19.401855, 41.409776 ], [ 19.533691, 41.722131 ], [ 19.379883, 41.869561 ], [ 19.313965, 42.195969 ], [ 19.731445, 42.682435 ], [ 19.797363, 42.504503 ], [ 20.083008, 42.585444 ], [ 20.280762, 42.326062 ], [ 20.522461, 42.212245 ], [ 20.588379, 41.853196 ], [ 20.456543, 41.508577 ], [ 20.610352, 41.079351 ], [ 21.027832, 40.847060 ], [ 21.665039, 40.930115 ], [ 22.060547, 41.145570 ], [ 22.587891, 41.129021 ], [ 22.763672, 41.310824 ], [ 22.961426, 41.343825 ], [ 22.873535, 42.000325 ], [ 22.390137, 42.326062 ], [ 22.543945, 42.455888 ], [ 22.434082, 42.585444 ], [ 22.609863, 42.892064 ], [ 22.983398, 43.213183 ], [ 22.500000, 43.644026 ], [ 22.412109, 44.008620 ], [ 22.653809, 44.229457 ], [ 22.478027, 44.402392 ], [ 22.697754, 44.574817 ], [ 22.456055, 44.699898 ], [ 22.148438, 44.480830 ], [ 21.555176, 44.762337 ], [ 21.489258, 45.182037 ], [ 20.874023, 45.413876 ], [ 20.764160, 45.736860 ], [ 20.214844, 46.118942 ], [ 21.027832, 46.316584 ], [ 21.621094, 46.995241 ], [ 22.104492, 47.665387 ], [ 22.719727, 47.886881 ], [ 22.631836, 48.151428 ], [ 22.082520, 48.414619 ], [ 22.280273, 48.821333 ], [ 22.565918, 49.081062 ], [ 21.599121, 49.468124 ], [ 20.895996, 49.325122 ], [ 20.412598, 49.425267 ], [ 19.819336, 49.210420 ], [ 19.313965, 49.567978 ], [ 18.918457, 49.439557 ], [ 18.391113, 49.993615 ], [ 17.644043, 50.050085 ], [ 17.556152, 50.359480 ], [ 16.875000, 50.471491 ], [ 16.721191, 50.219095 ], [ 16.171875, 50.415519 ], [ 16.237793, 50.694718 ], [ 15.490723, 50.778155 ], [ 15.029297, 51.110420 ], [ 14.611816, 51.740636 ], [ 14.677734, 52.093008 ], [ 14.436035, 52.629729 ], [ 14.084473, 52.975108 ], [ 14.348145, 53.252069 ], [ 14.128418, 53.761702 ], [ 14.809570, 54.046489 ], [ 16.369629, 54.508327 ], [ 17.622070, 54.851315 ], [ 18.632812, 54.686534 ], [ 18.698730, 54.431713 ], [ 19.665527, 54.418930 ], [ 19.885254, 54.863963 ], [ 21.269531, 55.191412 ], [ 21.049805, 56.035226 ], [ 22.192383, 56.340901 ], [ 23.884277, 56.267761 ], [ 24.851074, 56.377419 ], [ 25.004883, 56.157788 ], [ 25.532227, 56.096556 ], [ 26.499023, 55.615589 ], [ 27.114258, 55.776573 ], [ 28.168945, 56.170023 ], [ 27.861328, 56.752723 ], [ 27.773438, 57.243394 ], [ 27.290039, 57.468589 ], [ 26.455078, 57.480403 ], [ 25.598145, 57.844751 ], [ 25.158691, 57.973157 ], [ 24.323730, 57.797944 ], [ 24.433594, 58.378679 ], [ 24.060059, 58.251727 ], [ 23.422852, 58.608334 ], [ 23.334961, 59.187185 ], [ 24.609375, 59.467408 ], [ 25.861816, 59.612212 ], [ 26.960449, 59.445075 ], [ 27.993164, 59.478569 ], [ 29.113770, 60.031930 ], [ 28.081055, 60.500525 ], [ 30.212402, 61.783513 ], [ 31.135254, 62.359805 ], [ 31.508789, 62.865169 ], [ 30.036621, 63.548552 ], [ 30.454102, 64.206377 ], [ 29.553223, 64.951465 ], [ 30.212402, 65.802776 ], [ 29.509277, 66.513260 ], [ 29.047852, 66.947274 ], [ 29.377441, 67.204032 ], [ 41.088867, 67.204032 ], [ 41.132812, 66.791909 ], [ 40.539551, 66.513260 ], [ 40.012207, 66.266856 ], [ 38.386230, 66.000150 ], [ 35.375977, 66.513260 ], [ 33.925781, 66.757250 ], [ 33.178711, 66.635556 ], [ 33.442383, 66.513260 ], [ 34.826660, 65.901653 ], [ 34.870605, 65.440002 ], [ 34.936523, 64.415921 ], [ 36.232910, 64.110602 ], [ 37.023926, 63.850354 ], [ 37.133789, 64.330391 ], [ 36.540527, 64.764759 ], [ 37.177734, 65.146115 ], [ 39.594727, 64.520097 ], [ 40.429688, 64.764759 ], [ 39.770508, 65.494741 ], [ 42.099609, 66.478208 ], [ 43.022461, 66.416748 ], [ 43.945312, 66.071546 ], [ 44.318848, 66.513260 ], [ 44.538574, 66.757250 ], [ 43.901367, 67.204032 ], [ 45.549316, 67.204032 ], [ 45.571289, 67.007428 ], [ 46.340332, 66.670387 ], [ 47.900391, 66.886972 ], [ 48.010254, 67.204032 ], [ 72.487793, 67.204032 ], [ 71.542969, 66.513260 ], [ 71.279297, 66.319861 ], [ 72.421875, 66.169390 ], [ 72.795410, 66.513260 ], [ 72.817383, 66.530768 ], [ 73.916016, 66.791909 ], [ 74.135742, 67.204032 ], [ 91.757812, 67.204032 ] ], [ [ 23.796387, 8.667918 ], [ 24.565430, 8.233237 ], [ 23.884277, 8.624472 ], [ 23.796387, 8.667918 ] ], [ [ 51.196289, 47.055154 ], [ 50.031738, 46.604167 ], [ 49.108887, 46.392411 ], [ 48.647461, 45.798170 ], [ 47.680664, 45.644768 ], [ 46.691895, 44.606113 ], [ 47.592773, 43.659924 ], [ 47.482910, 42.988576 ], [ 48.581543, 41.804078 ], [ 49.108887, 41.277806 ], [ 49.614258, 40.563895 ], [ 50.075684, 40.530502 ], [ 50.383301, 40.262761 ], [ 49.570312, 40.178873 ], [ 49.394531, 39.402244 ], [ 49.218750, 39.044786 ], [ 48.867188, 38.822591 ], [ 48.889160, 38.324420 ], [ 49.196777, 37.579413 ], [ 50.141602, 37.370157 ], [ 50.844727, 36.879621 ], [ 52.272949, 36.703660 ], [ 53.833008, 36.967449 ], [ 53.920898, 37.195331 ], [ 53.745117, 37.909534 ], [ 53.876953, 38.959409 ], [ 53.107910, 39.283294 ], [ 53.349609, 39.977120 ], [ 52.690430, 40.027614 ], [ 52.910156, 40.880295 ], [ 53.854980, 40.630630 ], [ 54.733887, 40.946714 ], [ 54.008789, 41.557922 ], [ 53.723145, 42.114524 ], [ 52.910156, 41.869561 ], [ 52.822266, 41.129021 ], [ 52.514648, 41.787697 ], [ 52.448730, 42.032974 ], [ 52.690430, 42.439674 ], [ 52.492676, 42.795401 ], [ 51.350098, 43.133061 ], [ 50.888672, 44.024422 ], [ 50.339355, 44.276671 ], [ 50.317383, 44.606113 ], [ 51.284180, 44.512176 ], [ 51.328125, 45.243953 ], [ 52.163086, 45.413876 ], [ 53.041992, 45.259422 ], [ 53.217773, 46.240652 ], [ 53.041992, 46.845164 ], [ 52.053223, 46.800059 ], [ 51.196289, 47.055154 ] ] ], [ [ [ 34.584961, 35.675147 ], [ 33.903809, 35.245619 ], [ 34.013672, 34.976002 ], [ 32.980957, 34.578952 ], [ 32.497559, 34.705493 ], [ 32.255859, 35.101934 ], [ 32.739258, 35.137879 ], [ 32.805176, 35.137879 ], [ 32.958984, 35.389050 ], [ 33.662109, 35.371135 ], [ 34.584961, 35.675147 ] ] ], [ [ [ 23.708496, 35.710838 ], [ 24.257812, 35.371135 ], [ 25.026855, 35.424868 ], [ 25.773926, 35.353216 ], [ 25.751953, 35.173808 ], [ 26.301270, 35.299435 ], [ 26.169434, 35.012002 ], [ 24.719238, 34.921971 ], [ 24.741211, 35.083956 ], [ 23.510742, 35.281501 ], [ 23.708496, 35.710838 ] ] ], [ [ [ -1.757812, 43.277205 ], [ -1.494141, 43.036776 ], [ 0.000000, 42.666281 ], [ 0.329590, 42.585444 ], [ 0.703125, 42.795401 ], [ 1.823730, 42.342305 ], [ 2.988281, 42.472097 ], [ 3.032227, 41.885921 ], [ 2.087402, 41.228249 ], [ 0.812988, 41.013066 ], [ 0.725098, 40.680638 ], [ 0.109863, 40.128491 ], [ 0.000000, 39.892880 ], [ -0.285645, 39.317300 ], [ 0.000000, 38.908133 ], [ 0.109863, 38.736946 ], [ -0.461426, 38.289937 ], [ -0.681152, 37.649034 ], [ -1.450195, 37.439974 ], [ -1.757812, 37.090240 ], [ -1.757812, 43.277205 ] ] ], [ [ [ 80.156250, 9.817329 ], [ 80.837402, 9.275622 ], [ 81.298828, 8.559294 ], [ 81.782227, 7.514981 ], [ 81.628418, 6.489983 ], [ 81.210938, 6.206090 ], [ 80.354004, 5.965754 ], [ 79.870605, 6.751896 ], [ 79.694824, 8.189742 ], [ 80.156250, 9.817329 ] ] ] ] } } ] } ] } , @@ -203,11 +157,7 @@ , { "type": "FeatureCollection", "properties": { "zoom": 2, "x": 3, "y": 1 }, "features": [ { "type": "FeatureCollection", "properties": { "layer": "in", "version": 2, "extent": 4096 }, "features": [ -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 180.000000, 67.204032 ], [ 181.757812, 67.204032 ], [ 181.757812, 65.403445 ], [ 181.647949, 65.394298 ], [ 181.098633, 65.739656 ], [ 181.318359, 66.107170 ], [ 180.109863, 65.874725 ], [ 180.571289, 65.403445 ], [ 180.000000, 64.979359 ], [ 178.703613, 64.538996 ], [ 177.407227, 64.605038 ], [ 178.308105, 64.072200 ], [ 178.901367, 63.253412 ], [ 179.362793, 62.985180 ], [ 179.494629, 62.573106 ], [ 179.230957, 62.298581 ], [ 177.363281, 62.522458 ], [ 174.572754, 61.773123 ], [ 173.671875, 61.648162 ], [ 172.155762, 60.951777 ], [ 170.705566, 60.337823 ], [ 170.332031, 59.877912 ], [ 168.903809, 60.576175 ], [ 166.289062, 59.789580 ], [ 165.849609, 60.163376 ], [ 164.882812, 59.734253 ], [ 163.542480, 59.866883 ], [ 163.212891, 59.209688 ], [ 162.026367, 58.240164 ], [ 162.048340, 57.833055 ], [ 163.190918, 57.610107 ], [ 163.059082, 56.157788 ], [ 162.136230, 56.121060 ], [ 161.696777, 55.279115 ], [ 162.114258, 54.851315 ], [ 160.378418, 54.342149 ], [ 160.026855, 53.199452 ], [ 158.532715, 52.961875 ], [ 158.225098, 51.944265 ], [ 156.796875, 51.013755 ], [ 156.423340, 51.699800 ], [ 155.983887, 53.159947 ], [ 155.434570, 55.379110 ], [ 155.917969, 56.764768 ], [ 156.752930, 57.362090 ], [ 156.818848, 57.833055 ], [ 158.356934, 58.054632 ], [ 160.158691, 59.310768 ], [ 161.872559, 60.337823 ], [ 163.674316, 61.143235 ], [ 164.465332, 62.552857 ], [ 163.256836, 62.461567 ], [ 162.663574, 61.637726 ], [ 160.114746, 60.543775 ], [ 159.301758, 61.773123 ], [ 156.730957, 61.438767 ], [ 154.226074, 59.756395 ], [ 155.039062, 59.142135 ], [ 152.819824, 58.881942 ], [ 151.259766, 58.779591 ], [ 151.347656, 59.500880 ], [ 149.787598, 59.656642 ], [ 148.557129, 59.164668 ], [ 145.480957, 59.333189 ], [ 142.207031, 59.040555 ], [ 138.955078, 57.088515 ], [ 135.131836, 54.724620 ], [ 136.713867, 54.597528 ], [ 137.197266, 53.981935 ], [ 138.164062, 53.748711 ], [ 138.801270, 54.252389 ], [ 139.899902, 54.188155 ], [ 141.350098, 53.094024 ], [ 141.372070, 52.241256 ], [ 140.603027, 51.234407 ], [ 140.515137, 50.050085 ], [ 140.053711, 48.443778 ], [ 138.559570, 46.995241 ], [ 138.229980, 46.301406 ], [ 134.868164, 43.405047 ], [ 133.527832, 42.811522 ], [ 132.912598, 42.795401 ], [ 132.275391, 43.277205 ], [ 130.935059, 42.553080 ], [ 130.781250, 42.212245 ], [ 130.649414, 42.391009 ], [ 130.627441, 42.908160 ], [ 131.154785, 42.924252 ], [ 131.286621, 44.103365 ], [ 131.022949, 44.964798 ], [ 131.879883, 45.321254 ], [ 133.088379, 45.135555 ], [ 133.769531, 46.118942 ], [ 134.121094, 47.204642 ], [ 134.494629, 47.576526 ], [ 135.021973, 48.472921 ], [ 133.374023, 48.180739 ], [ 132.517090, 47.783635 ], [ 130.979004, 47.783635 ], [ 130.583496, 48.734455 ], [ 129.396973, 49.439557 ], [ 127.661133, 49.752880 ], [ 127.287598, 50.736455 ], [ 126.936035, 51.358062 ], [ 126.562500, 51.781436 ], [ 125.947266, 52.789476 ], [ 125.068359, 53.159947 ], [ 123.574219, 53.461890 ], [ 122.255859, 53.435719 ], [ 121.003418, 53.252069 ], [ 120.168457, 52.749594 ], [ 120.717773, 52.509535 ], [ 120.739746, 51.957807 ], [ 120.190430, 51.645294 ], [ 119.289551, 50.583237 ], [ 119.289551, 50.148746 ], [ 117.883301, 49.510944 ], [ 116.674805, 49.894634 ], [ 115.488281, 49.809632 ], [ 114.960938, 50.134664 ], [ 114.367676, 50.247205 ], [ 112.895508, 49.539469 ], [ 111.577148, 49.382373 ], [ 110.654297, 49.124219 ], [ 109.401855, 49.296472 ], [ 108.479004, 49.282140 ], [ 107.863770, 49.795450 ], [ 106.896973, 50.275299 ], [ 105.886230, 50.401515 ], [ 104.633789, 50.275299 ], [ 103.666992, 50.092393 ], [ 102.260742, 50.513427 ], [ 102.062988, 51.261915 ], [ 100.898438, 51.522416 ], [ 99.975586, 51.631657 ], [ 98.854980, 52.052490 ], [ 97.822266, 51.013755 ], [ 98.239746, 50.415519 ], [ 97.250977, 49.724479 ], [ 95.822754, 49.979488 ], [ 94.812012, 50.007739 ], [ 94.152832, 50.485474 ], [ 93.098145, 50.499452 ], [ 92.241211, 50.805935 ], [ 90.725098, 50.331436 ], [ 90.000000, 50.007739 ], [ 88.813477, 49.468124 ], [ 88.242188, 49.382373 ], [ 88.242188, 67.204032 ], [ 180.000000, 67.204032 ] ] ], [ [ [ 142.646484, 54.367759 ], [ 143.261719, 52.736292 ], [ 143.239746, 51.754240 ], [ 143.657227, 50.750359 ], [ 144.645996, 48.980217 ], [ 143.173828, 49.310799 ], [ 142.558594, 47.857403 ], [ 143.525391, 46.830134 ], [ 143.503418, 46.134170 ], [ 142.756348, 46.739861 ], [ 142.097168, 45.966425 ], [ 141.899414, 46.800059 ], [ 142.009277, 47.783635 ], [ 141.899414, 48.864715 ], [ 142.141113, 49.610710 ], [ 142.185059, 50.944584 ], [ 141.591797, 51.930718 ], [ 141.679688, 53.304621 ], [ 142.602539, 53.761702 ], [ 142.207031, 54.226708 ], [ 142.646484, 54.367759 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5, "sovereignt": "Bhutan", "sov_a3": "BTN", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Bhutan", "adm0_a3": "BTN", "geou_dif": 0, "geounit": "Bhutan", "gu_a3": "BTN", "su_dif": 0, "subunit": "Bhutan", "su_a3": "BTN", "brk_diff": 0, "name": "Bhutan", "name_long": "Bhutan", "brk_a3": "BTN", "brk_name": "Bhutan", "abbrev": "Bhutan", "postal": "BT", "formal_en": "Kingdom of Bhutan", "name_sort": "Bhutan", "mapcolor7": 5, "mapcolor8": 6, "mapcolor9": 1, "mapcolor13": 8, "pop_est": 691141, "gdp_md_est": 3524, "pop_year": -99, "lastcensus": 2005, "gdp_year": -99, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99, "iso_a2": "BT", "iso_a3": "BTN", "iso_n3": "064", "un_a3": "064", "wb_a2": "BT", "wb_a3": "BTN", "woe_id": -99, "adm0_a3_is": "BTN", "adm0_a3_us": "BTN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 6, "long_len": 6, "abbrev_len": 6, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.136230, 6.926427 ], [ 117.641602, 6.424484 ], [ 117.685547, 5.987607 ], [ 119.179688, 5.397273 ], [ 119.113770, 5.025283 ], [ 118.432617, 4.959615 ], [ 118.630371, 4.477856 ], [ 117.883301, 4.127285 ], [ 117.026367, 4.302591 ], [ 115.861816, 4.302591 ], [ 115.510254, 3.162456 ], [ 115.136719, 2.811371 ], [ 114.631348, 1.428075 ], [ 113.796387, 1.208406 ], [ 112.851562, 1.493971 ], [ 112.390137, 1.406109 ], [ 111.796875, 0.900842 ], [ 111.159668, 0.966751 ], [ 110.522461, 0.769020 ], [ 109.841309, 1.340210 ], [ 109.665527, 1.999106 ], [ 110.390625, 1.669686 ], [ 111.159668, 1.845384 ], [ 111.379395, 2.701635 ], [ 111.796875, 2.877208 ], [ 113.005371, 3.096636 ], [ 113.708496, 3.886177 ], [ 114.213867, 4.521666 ], [ 114.653320, 3.995781 ], [ 114.873047, 4.346411 ], [ 115.356445, 4.324501 ], [ 115.444336, 5.441022 ], [ 116.213379, 6.140555 ], [ 116.718750, 6.926427 ], [ 117.136230, 6.926427 ] ] ], [ [ [ 98.854980, 52.052490 ], [ 99.975586, 51.631657 ], [ 100.898438, 51.522416 ], [ 102.062988, 51.261915 ], [ 102.260742, 50.513427 ], [ 103.666992, 50.092393 ], [ 104.633789, 50.275299 ], [ 105.886230, 50.401515 ], [ 106.896973, 50.275299 ], [ 107.863770, 49.795450 ], [ 108.479004, 49.282140 ], [ 109.401855, 49.296472 ], [ 110.654297, 49.124219 ], [ 111.577148, 49.382373 ], [ 112.895508, 49.539469 ], [ 114.367676, 50.247205 ], [ 114.960938, 50.134664 ], [ 115.488281, 49.809632 ], [ 116.674805, 49.894634 ], [ 116.191406, 49.138597 ], [ 115.488281, 48.136767 ], [ 115.751953, 47.724545 ], [ 116.301270, 47.857403 ], [ 117.290039, 47.694974 ], [ 118.059082, 48.063397 ], [ 118.872070, 47.739323 ], [ 119.772949, 47.040182 ], [ 119.663086, 46.694667 ], [ 118.872070, 46.800059 ], [ 117.421875, 46.664517 ], [ 116.718750, 46.392411 ], [ 115.993652, 45.721522 ], [ 114.455566, 45.336702 ], [ 113.466797, 44.809122 ], [ 111.884766, 45.104546 ], [ 111.357422, 44.449468 ], [ 111.665039, 44.071800 ], [ 111.840820, 43.739352 ], [ 111.137695, 43.405047 ], [ 110.412598, 42.875964 ], [ 109.248047, 42.520700 ], [ 107.753906, 42.488302 ], [ 106.127930, 42.130821 ], [ 104.963379, 41.590797 ], [ 104.523926, 41.902277 ], [ 103.315430, 41.902277 ], [ 101.843262, 42.520700 ], [ 100.854492, 42.666281 ], [ 99.514160, 42.520700 ], [ 97.448730, 42.747012 ], [ 96.350098, 42.730874 ], [ 95.756836, 43.325178 ], [ 95.317383, 44.245199 ], [ 94.680176, 44.355278 ], [ 93.471680, 44.980342 ], [ 92.131348, 45.120053 ], [ 90.944824, 45.290347 ], [ 90.593262, 45.721522 ], [ 90.966797, 46.890232 ], [ 90.285645, 47.694974 ], [ 88.857422, 48.063397 ], [ 88.242188, 48.458352 ], [ 88.242188, 49.382373 ], [ 88.813477, 49.468124 ], [ 90.000000, 50.007739 ], [ 90.725098, 50.331436 ], [ 92.241211, 50.805935 ], [ 93.098145, 50.499452 ], [ 94.152832, 50.485474 ], [ 94.812012, 50.007739 ], [ 95.822754, 49.979488 ], [ 97.250977, 49.724479 ], [ 98.239746, 50.415519 ], [ 97.822266, 51.013755 ], [ 98.854980, 52.052490 ] ] ], [ [ [ 96.108398, 29.458731 ], [ 96.591797, 28.825425 ], [ 96.240234, 28.401065 ], [ 97.338867, 28.265682 ], [ 97.910156, 28.343065 ], [ 98.239746, 27.741885 ], [ 98.679199, 27.508271 ], [ 98.723145, 26.745610 ], [ 98.679199, 25.918526 ], [ 97.734375, 25.085599 ], [ 97.602539, 23.905927 ], [ 98.657227, 24.066528 ], [ 98.898926, 23.140360 ], [ 99.536133, 22.938160 ], [ 99.250488, 22.126355 ], [ 100.415039, 21.555284 ], [ 101.162109, 21.841105 ], [ 101.184082, 21.432617 ], [ 101.271973, 21.207459 ], [ 101.799316, 21.166484 ], [ 101.645508, 22.309426 ], [ 102.172852, 22.471955 ], [ 102.700195, 22.715390 ], [ 103.513184, 22.695120 ], [ 104.479980, 22.816694 ], [ 105.336914, 23.342256 ], [ 105.820312, 22.978624 ], [ 106.721191, 22.796439 ], [ 106.567383, 22.207749 ], [ 107.050781, 21.820708 ], [ 108.061523, 21.555284 ], [ 106.721191, 20.694462 ], [ 105.886230, 19.746024 ], [ 105.666504, 19.062118 ], [ 107.358398, 16.699340 ], [ 108.281250, 16.088042 ], [ 108.874512, 15.284185 ], [ 109.335938, 13.432367 ], [ 109.204102, 11.673755 ], [ 108.369141, 11.005904 ], [ 107.226562, 10.358151 ], [ 106.413574, 9.535749 ], [ 105.161133, 8.602747 ], [ 104.787598, 9.232249 ], [ 105.073242, 9.925566 ], [ 104.326172, 10.487812 ], [ 103.491211, 10.639014 ], [ 103.095703, 11.156845 ], [ 102.590332, 12.189704 ], [ 101.689453, 12.640338 ], [ 100.832520, 12.618897 ], [ 100.986328, 13.410994 ], [ 100.107422, 13.410994 ], [ 100.019531, 12.297068 ], [ 99.162598, 9.968851 ], [ 99.228516, 9.232249 ], [ 99.865723, 9.210560 ], [ 100.283203, 8.298470 ], [ 100.458984, 7.427837 ], [ 101.008301, 6.860985 ], [ 101.623535, 6.730076 ], [ 102.150879, 6.227934 ], [ 102.370605, 6.118708 ], [ 102.963867, 5.528511 ], [ 103.381348, 4.850154 ], [ 103.447266, 4.171115 ], [ 103.337402, 3.732708 ], [ 103.425293, 3.381824 ], [ 103.513184, 2.789425 ], [ 103.864746, 2.504085 ], [ 104.260254, 1.625758 ], [ 104.238281, 1.296276 ], [ 103.513184, 1.230374 ], [ 102.568359, 1.955187 ], [ 101.381836, 2.767478 ], [ 101.271973, 3.272146 ], [ 100.700684, 3.930020 ], [ 100.568848, 4.762573 ], [ 100.195312, 5.309766 ], [ 100.305176, 6.031311 ], [ 100.085449, 6.468151 ], [ 99.689941, 6.839170 ], [ 99.514160, 7.340675 ], [ 98.503418, 8.385431 ], [ 98.349609, 7.798079 ], [ 98.151855, 8.341953 ], [ 98.261719, 8.971897 ], [ 98.547363, 9.925566 ], [ 98.459473, 10.682201 ], [ 98.767090, 11.436955 ], [ 98.437500, 12.039321 ], [ 98.503418, 13.111580 ], [ 98.107910, 13.645987 ], [ 97.778320, 14.838612 ], [ 97.602539, 16.109153 ], [ 97.163086, 16.930705 ], [ 96.503906, 16.425548 ], [ 95.361328, 15.707663 ], [ 94.812012, 15.792254 ], [ 94.196777, 16.045813 ], [ 94.526367, 17.266728 ], [ 94.328613, 18.208480 ], [ 93.537598, 19.373341 ], [ 93.669434, 19.725342 ], [ 93.076172, 19.849394 ], [ 92.373047, 20.673905 ], [ 92.087402, 21.186973 ], [ 92.021484, 21.698265 ], [ 91.845703, 22.187405 ], [ 91.428223, 22.755921 ], [ 90.505371, 22.796439 ], [ 90.593262, 22.390714 ], [ 90.263672, 21.841105 ], [ 90.000000, 21.963425 ], [ 89.846191, 22.044913 ], [ 89.692383, 21.861499 ], [ 89.406738, 21.963425 ], [ 89.033203, 22.044913 ], [ 88.879395, 21.698265 ], [ 88.242188, 21.698265 ], [ 88.242188, 27.916767 ], [ 88.725586, 28.091366 ], [ 88.813477, 27.293689 ], [ 89.472656, 28.033198 ], [ 90.000000, 28.285033 ], [ 90.725098, 28.071980 ], [ 91.252441, 28.033198 ], [ 91.691895, 27.761330 ], [ 92.504883, 27.897349 ], [ 93.405762, 28.632747 ], [ 94.570312, 29.267233 ], [ 95.405273, 29.036961 ], [ 96.108398, 29.458731 ] ] ] ] } } -, -{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "China", "sov_a3": "CH1", "adm0_dif": 1, "level": 2, "type": "Country", "admin": "China", "adm0_a3": "CHN", "geou_dif": 0, "geounit": "China", "gu_a3": "CHN", "su_dif": 0, "subunit": "China", "su_a3": "CHN", "brk_diff": 0, "name": "China", "name_long": "China", "brk_a3": "CHN", "brk_name": "China", "abbrev": "China", "postal": "CN", "formal_en": "People's Republic of China", "name_sort": "China", "mapcolor7": 4, "mapcolor8": 4, "mapcolor9": 4, "mapcolor13": 3, "pop_est": 1338612970, "gdp_md_est": 7973000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "CN", "iso_a3": "CHN", "iso_n3": "156", "un_a3": "156", "wb_a2": "CN", "wb_a3": "CHN", "woe_id": -99, "adm0_a3_is": "CHN", "adm0_a3_us": "CHN", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5, "long_len": 5, "abbrev_len": 5, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 132.385254, -0.373533 ], [ 133.989258, -0.790990 ], [ 134.143066, -1.142502 ], [ 134.252930, -1.757537 ], [ 131.923828, -1.757537 ], [ 131.835938, -1.625758 ], [ 130.935059, -1.428075 ], [ 130.517578, -0.944781 ], [ 131.879883, -0.703107 ], [ 132.385254, -0.373533 ] ] ], [ [ [ 125.068359, 1.647722 ], [ 125.244141, 1.428075 ], [ 124.431152, 0.417477 ], [ 123.684082, 0.241699 ], [ 122.717285, 0.439449 ], [ 121.047363, 0.373533 ], [ 120.190430, 0.241699 ], [ 120.146484, 0.000000 ], [ 120.036621, -0.527336 ], [ 120.937500, -1.406109 ], [ 121.486816, -0.966751 ], [ 123.332520, -0.615223 ], [ 123.266602, -1.076597 ], [ 122.827148, -0.922812 ], [ 122.387695, -1.515936 ], [ 121.838379, -1.757537 ], [ 119.245605, -1.757537 ], [ 119.333496, -1.362176 ], [ 119.772949, 0.000000 ], [ 120.036621, 0.571280 ], [ 120.893555, 1.318243 ], [ 121.662598, 1.010690 ], [ 122.937012, 0.878872 ], [ 124.079590, 0.922812 ], [ 125.068359, 1.647722 ] ] ], [ [ [ 117.026367, 4.302591 ], [ 117.883301, 4.127285 ], [ 117.312012, 3.228271 ], [ 118.059082, 2.284551 ], [ 117.883301, 1.823423 ], [ 119.003906, 0.900842 ], [ 117.817383, 0.790990 ], [ 117.487793, 0.109863 ], [ 117.487793, 0.000000 ], [ 117.531738, -0.812961 ], [ 116.564941, -1.493971 ], [ 116.542969, -1.757537 ], [ 110.083008, -1.757537 ], [ 110.083008, -1.603794 ], [ 109.577637, -1.318243 ], [ 109.094238, -0.461421 ], [ 109.028320, 0.000000 ], [ 108.962402, 0.417477 ], [ 109.072266, 1.340210 ], [ 109.665527, 1.999106 ], [ 109.841309, 1.340210 ], [ 110.522461, 0.769020 ], [ 111.159668, 0.966751 ], [ 111.796875, 0.900842 ], [ 112.390137, 1.406109 ], [ 112.851562, 1.493971 ], [ 113.796387, 1.208406 ], [ 114.631348, 1.428075 ], [ 115.136719, 2.811371 ], [ 115.510254, 3.162456 ], [ 115.861816, 4.302591 ], [ 117.026367, 4.302591 ] ] ], [ [ [ 95.295410, 5.484768 ], [ 95.932617, 5.441022 ], [ 97.492676, 5.244128 ], [ 98.371582, 4.258768 ], [ 99.140625, 3.579213 ], [ 99.689941, 3.162456 ], [ 100.634766, 2.108899 ], [ 101.667480, 2.086941 ], [ 102.502441, 1.406109 ], [ 103.073730, 0.549308 ], [ 103.842773, 0.109863 ], [ 103.776855, 0.000000 ], [ 103.447266, -0.703107 ], [ 104.018555, -1.054628 ], [ 104.370117, -1.076597 ], [ 104.523926, -1.757537 ], [ 100.744629, -1.757537 ], [ 100.151367, -0.659165 ], [ 99.448242, 0.000000 ], [ 99.272461, 0.175781 ], [ 98.964844, 1.032659 ], [ 98.613281, 1.823423 ], [ 97.690430, 2.460181 ], [ 97.185059, 3.316018 ], [ 96.416016, 3.864255 ], [ 95.383301, 4.959615 ], [ 95.295410, 5.484768 ] ] ], [ [ [ 138.339844, -1.713612 ], [ 138.471680, -1.757537 ], [ 137.329102, -1.757537 ], [ 137.438965, -1.713612 ], [ 138.339844, -1.713612 ] ] ], [ [ [ 123.574219, 53.461890 ], [ 125.068359, 53.159947 ], [ 125.947266, 52.789476 ], [ 126.562500, 51.781436 ], [ 126.936035, 51.358062 ], [ 127.287598, 50.736455 ], [ 127.661133, 49.752880 ], [ 129.396973, 49.439557 ], [ 130.583496, 48.734455 ], [ 130.979004, 47.783635 ], [ 132.517090, 47.783635 ], [ 133.374023, 48.180739 ], [ 135.021973, 48.472921 ], [ 134.494629, 47.576526 ], [ 134.121094, 47.204642 ], [ 133.769531, 46.118942 ], [ 133.088379, 45.135555 ], [ 131.879883, 45.321254 ], [ 131.022949, 44.964798 ], [ 131.286621, 44.103365 ], [ 131.154785, 42.924252 ], [ 130.627441, 42.908160 ], [ 130.649414, 42.391009 ], [ 130.781250, 42.212245 ], [ 130.407715, 42.277309 ], [ 129.968262, 41.934977 ], [ 129.660645, 41.607228 ], [ 129.704590, 40.880295 ], [ 129.199219, 40.663973 ], [ 129.001465, 40.480381 ], [ 128.627930, 40.195659 ], [ 127.968750, 40.027614 ], [ 127.529297, 39.757880 ], [ 127.507324, 39.317300 ], [ 127.397461, 39.215231 ], [ 127.792969, 39.044786 ], [ 128.342285, 38.616870 ], [ 129.221191, 37.439974 ], [ 129.462891, 36.791691 ], [ 129.462891, 35.639441 ], [ 129.089355, 35.083956 ], [ 128.188477, 34.885931 ], [ 127.397461, 34.470335 ], [ 126.496582, 34.397845 ], [ 126.364746, 34.939985 ], [ 126.562500, 35.675147 ], [ 126.123047, 36.721274 ], [ 126.870117, 36.897194 ], [ 126.166992, 37.753344 ], [ 125.683594, 37.944198 ], [ 125.573730, 37.753344 ], [ 125.266113, 37.666429 ], [ 125.244141, 37.857507 ], [ 124.980469, 37.944198 ], [ 124.716797, 38.099983 ], [ 124.980469, 38.548165 ], [ 125.222168, 38.668356 ], [ 125.134277, 38.839708 ], [ 125.397949, 39.385264 ], [ 125.332031, 39.554883 ], [ 124.738770, 39.656456 ], [ 124.277344, 39.926588 ], [ 122.871094, 39.639538 ], [ 122.124023, 39.164141 ], [ 121.047363, 38.891033 ], [ 121.596680, 39.368279 ], [ 121.376953, 39.740986 ], [ 122.167969, 40.413496 ], [ 121.640625, 40.946714 ], [ 120.761719, 40.597271 ], [ 119.641113, 39.892880 ], [ 119.025879, 39.249271 ], [ 118.037109, 39.198205 ], [ 117.531738, 38.736946 ], [ 118.059082, 38.065392 ], [ 118.872070, 37.892196 ], [ 118.916016, 37.439974 ], [ 119.707031, 37.160317 ], [ 120.827637, 37.874853 ], [ 121.706543, 37.474858 ], [ 122.365723, 37.457418 ], [ 122.519531, 36.932330 ], [ 121.113281, 36.650793 ], [ 120.629883, 36.102376 ], [ 119.663086, 35.603719 ], [ 119.157715, 34.903953 ], [ 120.234375, 34.361576 ], [ 120.629883, 33.376412 ], [ 121.223145, 32.454156 ], [ 121.904297, 31.690782 ], [ 121.882324, 30.939924 ], [ 121.267090, 30.675715 ], [ 121.508789, 30.145127 ], [ 122.102051, 29.840644 ], [ 121.948242, 29.017748 ], [ 121.684570, 28.226970 ], [ 121.135254, 28.130128 ], [ 120.388184, 27.059126 ], [ 119.597168, 25.740529 ], [ 118.652344, 24.547123 ], [ 117.290039, 23.624395 ], [ 115.883789, 22.776182 ], [ 114.763184, 22.674847 ], [ 114.147949, 22.228090 ], [ 113.818359, 22.553147 ], [ 113.247070, 22.044913 ], [ 111.840820, 21.555284 ], [ 110.786133, 21.391705 ], [ 110.434570, 20.344627 ], [ 109.885254, 20.282809 ], [ 109.621582, 21.002471 ], [ 109.863281, 21.391705 ], [ 108.522949, 21.718680 ], [ 108.061523, 21.555284 ], [ 107.050781, 21.820708 ], [ 106.567383, 22.207749 ], [ 106.721191, 22.796439 ], [ 105.820312, 22.978624 ], [ 105.336914, 23.342256 ], [ 104.479980, 22.816694 ], [ 103.513184, 22.695120 ], [ 102.700195, 22.715390 ], [ 102.172852, 22.471955 ], [ 101.645508, 22.309426 ], [ 101.799316, 21.166484 ], [ 101.271973, 21.207459 ], [ 101.184082, 21.432617 ], [ 101.162109, 21.841105 ], [ 100.415039, 21.555284 ], [ 99.250488, 22.126355 ], [ 99.536133, 22.938160 ], [ 98.898926, 23.140360 ], [ 98.657227, 24.066528 ], [ 97.602539, 23.905927 ], [ 97.734375, 25.085599 ], [ 98.679199, 25.918526 ], [ 98.723145, 26.745610 ], [ 98.679199, 27.508271 ], [ 98.239746, 27.741885 ], [ 97.910156, 28.343065 ], [ 97.338867, 28.265682 ], [ 96.240234, 28.401065 ], [ 96.591797, 28.825425 ], [ 96.108398, 29.458731 ], [ 95.405273, 29.036961 ], [ 94.570312, 29.267233 ], [ 93.405762, 28.632747 ], [ 92.504883, 27.897349 ], [ 91.691895, 27.761330 ], [ 91.252441, 28.033198 ], [ 90.725098, 28.071980 ], [ 90.000000, 28.285033 ], [ 89.472656, 28.033198 ], [ 88.813477, 27.293689 ], [ 88.725586, 28.091366 ], [ 88.242188, 27.916767 ], [ 88.242188, 48.458352 ], [ 88.857422, 48.063397 ], [ 90.285645, 47.694974 ], [ 90.966797, 46.890232 ], [ 90.593262, 45.721522 ], [ 90.944824, 45.290347 ], [ 92.131348, 45.120053 ], [ 93.471680, 44.980342 ], [ 94.680176, 44.355278 ], [ 95.317383, 44.245199 ], [ 95.756836, 43.325178 ], [ 96.350098, 42.730874 ], [ 97.448730, 42.747012 ], [ 99.514160, 42.520700 ], [ 100.854492, 42.666281 ], [ 101.843262, 42.520700 ], [ 103.315430, 41.902277 ], [ 104.523926, 41.902277 ], [ 104.963379, 41.590797 ], [ 106.127930, 42.130821 ], [ 107.753906, 42.488302 ], [ 109.248047, 42.520700 ], [ 110.412598, 42.875964 ], [ 111.137695, 43.405047 ], [ 111.840820, 43.739352 ], [ 111.665039, 44.071800 ], [ 111.357422, 44.449468 ], [ 111.884766, 45.104546 ], [ 113.466797, 44.809122 ], [ 114.455566, 45.336702 ], [ 115.993652, 45.721522 ], [ 116.718750, 46.392411 ], [ 117.421875, 46.664517 ], [ 118.872070, 46.800059 ], [ 119.663086, 46.694667 ], [ 119.772949, 47.040182 ], [ 118.872070, 47.739323 ], [ 118.059082, 48.063397 ], [ 117.290039, 47.694974 ], [ 116.301270, 47.857403 ], [ 115.751953, 47.724545 ], [ 115.488281, 48.136767 ], [ 116.191406, 49.138597 ], [ 116.674805, 49.894634 ], [ 117.883301, 49.510944 ], [ 119.289551, 50.148746 ], [ 119.289551, 50.583237 ], [ 120.190430, 51.645294 ], [ 120.739746, 51.957807 ], [ 120.717773, 52.509535 ], [ 120.168457, 52.749594 ], [ 121.003418, 53.252069 ], [ 122.255859, 53.435719 ], [ 123.574219, 53.461890 ] ] ], [ [ [ 127.924805, 2.174771 ], [ 128.012695, 1.625758 ], [ 128.605957, 1.537901 ], [ 128.693848, 1.120534 ], [ 128.627930, 0.263671 ], [ 128.122559, 0.351560 ], [ 127.968750, -0.263671 ], [ 128.386230, -0.790990 ], [ 128.100586, -0.900842 ], [ 127.705078, -0.263671 ], [ 127.639160, 0.000000 ], [ 127.397461, 1.010690 ], [ 127.595215, 1.801461 ], [ 127.924805, 2.174771 ] ] ], [ [ [ 141.372070, 41.376809 ], [ 141.921387, 39.993956 ], [ 141.877441, 39.181175 ], [ 140.954590, 38.169114 ], [ 140.976562, 37.142803 ], [ 140.603027, 36.350527 ], [ 140.778809, 35.835628 ], [ 140.251465, 35.137879 ], [ 138.977051, 34.669359 ], [ 137.219238, 34.597042 ], [ 135.791016, 33.468108 ], [ 135.131836, 33.852170 ], [ 135.087891, 34.597042 ], [ 133.352051, 34.379713 ], [ 132.165527, 33.906896 ], [ 130.979004, 33.888658 ], [ 132.011719, 33.155948 ], [ 131.330566, 31.447410 ], [ 130.693359, 31.034108 ], [ 130.209961, 31.409912 ], [ 130.451660, 32.324276 ], [ 129.814453, 32.602362 ], [ 129.418945, 33.302986 ], [ 130.363770, 33.596319 ], [ 130.869141, 34.234512 ], [ 131.879883, 34.741612 ], [ 132.626953, 35.424868 ], [ 134.604492, 35.728677 ], [ 135.681152, 35.532226 ], [ 136.735840, 37.300275 ], [ 137.395020, 36.826875 ], [ 139.438477, 38.220920 ], [ 140.053711, 39.436193 ], [ 139.877930, 40.563895 ], [ 140.317383, 41.195190 ], [ 141.372070, 41.376809 ] ] ], [ [ [ 141.965332, 45.552525 ], [ 143.151855, 44.512176 ], [ 143.920898, 44.166445 ], [ 144.624023, 43.961191 ], [ 145.327148, 44.386692 ], [ 145.546875, 43.261206 ], [ 144.052734, 42.988576 ], [ 143.195801, 42.000325 ], [ 141.613770, 42.682435 ], [ 141.064453, 41.590797 ], [ 139.965820, 41.574361 ], [ 139.812012, 42.569264 ], [ 140.317383, 43.325178 ], [ 141.372070, 43.389082 ], [ 141.679688, 44.777936 ], [ 141.965332, 45.552525 ] ] ], [ [ [ 115.444336, 5.441022 ], [ 115.356445, 4.324501 ], [ 114.873047, 4.346411 ], [ 114.653320, 3.995781 ], [ 114.213867, 4.521666 ], [ 114.609375, 4.893941 ], [ 115.444336, 5.441022 ] ] ], [ [ [ 121.333008, 18.500447 ], [ 121.948242, 18.208480 ], [ 122.255859, 18.479609 ], [ 122.343750, 18.229351 ], [ 122.167969, 17.811456 ], [ 122.519531, 17.098792 ], [ 122.255859, 16.256867 ], [ 121.662598, 15.940202 ], [ 121.508789, 15.114553 ], [ 121.728516, 14.328260 ], [ 122.255859, 14.221789 ], [ 122.695312, 14.328260 ], [ 123.947754, 13.774066 ], [ 123.859863, 13.239945 ], [ 124.189453, 13.004558 ], [ 124.079590, 12.533115 ], [ 123.288574, 13.025966 ], [ 122.937012, 13.560562 ], [ 122.673340, 13.175771 ], [ 122.036133, 13.774066 ], [ 121.135254, 13.645987 ], [ 120.629883, 13.859414 ], [ 120.673828, 14.264383 ], [ 121.003418, 14.519780 ], [ 120.695801, 14.753635 ], [ 120.563965, 14.392118 ], [ 120.080566, 14.966013 ], [ 119.926758, 15.411319 ], [ 119.882812, 16.362310 ], [ 120.278320, 16.024696 ], [ 120.388184, 17.602139 ], [ 120.717773, 18.500447 ], [ 121.333008, 18.500447 ] ] ], [ [ [ 125.419922, 9.752370 ], [ 126.232910, 9.275622 ], [ 126.474609, 7.754537 ], [ 126.540527, 7.188101 ], [ 126.188965, 6.271618 ], [ 125.837402, 7.297088 ], [ 125.375977, 6.795535 ], [ 125.683594, 6.053161 ], [ 125.397949, 5.572250 ], [ 124.211426, 6.162401 ], [ 123.947754, 6.882800 ], [ 124.255371, 7.362467 ], [ 123.618164, 7.841615 ], [ 123.288574, 7.427837 ], [ 122.827148, 7.449624 ], [ 122.080078, 6.904614 ], [ 121.926270, 7.188101 ], [ 122.321777, 8.037473 ], [ 122.937012, 8.320212 ], [ 123.486328, 8.689639 ], [ 123.837891, 8.233237 ], [ 124.606934, 8.515836 ], [ 124.760742, 8.950193 ], [ 125.463867, 8.993600 ], [ 125.419922, 9.752370 ] ] ], [ [ [ 121.486816, 25.284438 ], [ 121.948242, 25.005973 ], [ 121.772461, 24.387127 ], [ 121.179199, 22.796439 ], [ 120.739746, 21.963425 ], [ 120.212402, 22.816694 ], [ 120.102539, 23.563987 ], [ 120.695801, 24.547123 ], [ 121.486816, 25.284438 ] ] ], [ [ [ 110.214844, 20.097206 ], [ 110.786133, 20.076570 ], [ 111.005859, 19.704658 ], [ 110.566406, 19.248922 ], [ 110.346680, 18.667063 ], [ 109.467773, 18.187607 ], [ 108.654785, 18.500447 ], [ 108.632812, 19.373341 ], [ 109.116211, 19.828725 ], [ 110.214844, 20.097206 ] ] ], [ [ [ 133.901367, 34.361576 ], [ 134.648438, 34.143635 ], [ 134.758301, 33.797409 ], [ 134.208984, 33.192731 ], [ 133.791504, 33.523079 ], [ 133.286133, 33.284620 ], [ 133.022461, 32.694866 ], [ 132.363281, 32.990236 ], [ 132.363281, 33.468108 ], [ 132.934570, 34.052659 ], [ 133.483887, 33.943360 ], [ 133.901367, 34.361576 ] ] ], [ [ [ 119.509277, 11.372339 ], [ 119.685059, 10.552622 ], [ 119.025879, 10.012130 ], [ 118.498535, 9.318990 ], [ 117.180176, 8.363693 ], [ 117.663574, 9.058702 ], [ 118.388672, 9.687398 ], [ 118.981934, 10.379765 ], [ 119.509277, 11.372339 ] ] ], [ [ [ 124.079590, 11.221510 ], [ 123.991699, 10.271681 ], [ 123.618164, 9.947209 ], [ 123.310547, 9.318990 ], [ 123.002930, 9.015302 ], [ 122.387695, 9.709057 ], [ 122.849121, 10.250060 ], [ 122.958984, 10.876465 ], [ 123.508301, 10.941192 ], [ 123.332520, 10.271681 ], [ 124.079590, 11.221510 ] ] ], [ [ [ 124.277344, 12.554564 ], [ 125.222168, 12.533115 ], [ 125.507812, 12.168226 ], [ 125.793457, 11.049038 ], [ 125.002441, 11.307708 ], [ 125.024414, 10.984335 ], [ 125.288086, 10.358151 ], [ 124.804688, 10.141932 ], [ 124.760742, 10.833306 ], [ 124.453125, 10.898042 ], [ 124.299316, 11.501557 ], [ 124.892578, 11.415418 ], [ 124.870605, 11.802834 ], [ 124.277344, 12.554564 ] ] ], [ [ [ 121.882324, 11.888853 ], [ 122.475586, 11.587669 ], [ 123.112793, 11.587669 ], [ 123.112793, 11.156845 ], [ 122.629395, 10.746969 ], [ 122.014160, 10.444598 ], [ 121.970215, 10.898042 ], [ 122.036133, 11.415418 ], [ 121.882324, 11.888853 ] ] ], [ [ [ 120.322266, 13.475106 ], [ 121.179199, 13.432367 ], [ 121.530762, 13.068777 ], [ 121.267090, 12.211180 ], [ 120.827637, 12.704651 ], [ 120.322266, 13.475106 ] ] ] ] } } +{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0, "level": 2, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "name_sort": "Russian Federation", "mapcolor7": 2, "mapcolor8": 5, "mapcolor9": 7, "mapcolor13": 7, "pop_est": 140041247, "gdp_md_est": 2266000, "pop_year": -99, "lastcensus": 2010, "gdp_year": -99, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99, "adm0_a3_wb": -99, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6, "long_len": 18, "abbrev_len": 4, "tiny": -99, "homepart": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 132.385254, -0.373533 ], [ 133.989258, -0.790990 ], [ 134.143066, -1.142502 ], [ 134.252930, -1.757537 ], [ 131.923828, -1.757537 ], [ 131.835938, -1.625758 ], [ 130.935059, -1.428075 ], [ 130.517578, -0.944781 ], [ 131.879883, -0.703107 ], [ 132.385254, -0.373533 ] ] ], [ [ [ 125.068359, 1.647722 ], [ 125.244141, 1.428075 ], [ 124.431152, 0.417477 ], [ 123.684082, 0.241699 ], [ 122.717285, 0.439449 ], [ 121.047363, 0.373533 ], [ 120.190430, 0.241699 ], [ 120.146484, 0.000000 ], [ 120.036621, -0.527336 ], [ 120.937500, -1.406109 ], [ 121.486816, -0.966751 ], [ 123.332520, -0.615223 ], [ 123.266602, -1.076597 ], [ 122.827148, -0.922812 ], [ 122.387695, -1.515936 ], [ 121.838379, -1.757537 ], [ 119.245605, -1.757537 ], [ 119.333496, -1.362176 ], [ 119.772949, 0.000000 ], [ 120.036621, 0.571280 ], [ 120.893555, 1.318243 ], [ 121.662598, 1.010690 ], [ 122.937012, 0.878872 ], [ 124.079590, 0.922812 ], [ 125.068359, 1.647722 ] ] ], [ [ [ 117.136230, 6.926427 ], [ 117.641602, 6.424484 ], [ 117.685547, 5.987607 ], [ 119.179688, 5.397273 ], [ 119.113770, 5.025283 ], [ 118.432617, 4.959615 ], [ 118.630371, 4.477856 ], [ 117.883301, 4.127285 ], [ 117.312012, 3.228271 ], [ 118.059082, 2.284551 ], [ 117.883301, 1.823423 ], [ 119.003906, 0.900842 ], [ 117.817383, 0.790990 ], [ 117.487793, 0.109863 ], [ 117.487793, 0.000000 ], [ 117.531738, -0.812961 ], [ 116.564941, -1.493971 ], [ 116.542969, -1.757537 ], [ 110.083008, -1.757537 ], [ 110.083008, -1.603794 ], [ 109.577637, -1.318243 ], [ 109.094238, -0.461421 ], [ 109.028320, 0.000000 ], [ 108.962402, 0.417477 ], [ 109.072266, 1.340210 ], [ 109.665527, 1.999106 ], [ 110.390625, 1.669686 ], [ 111.159668, 1.845384 ], [ 111.379395, 2.701635 ], [ 111.796875, 2.877208 ], [ 113.005371, 3.096636 ], [ 113.708496, 3.886177 ], [ 114.213867, 4.521666 ], [ 114.609375, 4.893941 ], [ 115.444336, 5.441022 ], [ 116.213379, 6.140555 ], [ 116.718750, 6.926427 ], [ 117.136230, 6.926427 ] ] ], [ [ [ 95.295410, 5.484768 ], [ 95.932617, 5.441022 ], [ 97.492676, 5.244128 ], [ 98.371582, 4.258768 ], [ 99.140625, 3.579213 ], [ 99.689941, 3.162456 ], [ 100.634766, 2.108899 ], [ 101.667480, 2.086941 ], [ 102.502441, 1.406109 ], [ 103.073730, 0.549308 ], [ 103.842773, 0.109863 ], [ 103.776855, 0.000000 ], [ 103.447266, -0.703107 ], [ 104.018555, -1.054628 ], [ 104.370117, -1.076597 ], [ 104.523926, -1.757537 ], [ 100.744629, -1.757537 ], [ 100.151367, -0.659165 ], [ 99.448242, 0.000000 ], [ 99.272461, 0.175781 ], [ 98.964844, 1.032659 ], [ 98.613281, 1.823423 ], [ 97.690430, 2.460181 ], [ 97.185059, 3.316018 ], [ 96.416016, 3.864255 ], [ 95.383301, 4.959615 ], [ 95.295410, 5.484768 ] ] ], [ [ [ 138.339844, -1.713612 ], [ 138.471680, -1.757537 ], [ 137.329102, -1.757537 ], [ 137.438965, -1.713612 ], [ 138.339844, -1.713612 ] ] ], [ [ [ 181.757812, 67.204032 ], [ 181.757812, 65.403445 ], [ 181.647949, 65.394298 ], [ 181.098633, 65.739656 ], [ 181.318359, 66.107170 ], [ 180.109863, 65.874725 ], [ 180.571289, 65.403445 ], [ 180.000000, 64.979359 ], [ 178.703613, 64.538996 ], [ 177.407227, 64.605038 ], [ 178.308105, 64.072200 ], [ 178.901367, 63.253412 ], [ 179.362793, 62.985180 ], [ 179.494629, 62.573106 ], [ 179.230957, 62.298581 ], [ 177.363281, 62.522458 ], [ 174.572754, 61.773123 ], [ 173.671875, 61.648162 ], [ 172.155762, 60.951777 ], [ 170.705566, 60.337823 ], [ 170.332031, 59.877912 ], [ 168.903809, 60.576175 ], [ 166.289062, 59.789580 ], [ 165.849609, 60.163376 ], [ 164.882812, 59.734253 ], [ 163.542480, 59.866883 ], [ 163.212891, 59.209688 ], [ 162.026367, 58.240164 ], [ 162.048340, 57.833055 ], [ 163.190918, 57.610107 ], [ 163.059082, 56.157788 ], [ 162.136230, 56.121060 ], [ 161.696777, 55.279115 ], [ 162.114258, 54.851315 ], [ 160.378418, 54.342149 ], [ 160.026855, 53.199452 ], [ 158.532715, 52.961875 ], [ 158.225098, 51.944265 ], [ 156.796875, 51.013755 ], [ 156.423340, 51.699800 ], [ 155.983887, 53.159947 ], [ 155.434570, 55.379110 ], [ 155.917969, 56.764768 ], [ 156.752930, 57.362090 ], [ 156.818848, 57.833055 ], [ 158.356934, 58.054632 ], [ 160.158691, 59.310768 ], [ 161.872559, 60.337823 ], [ 163.674316, 61.143235 ], [ 164.465332, 62.552857 ], [ 163.256836, 62.461567 ], [ 162.663574, 61.637726 ], [ 160.114746, 60.543775 ], [ 159.301758, 61.773123 ], [ 156.730957, 61.438767 ], [ 154.226074, 59.756395 ], [ 155.039062, 59.142135 ], [ 152.819824, 58.881942 ], [ 151.259766, 58.779591 ], [ 151.347656, 59.500880 ], [ 149.787598, 59.656642 ], [ 148.557129, 59.164668 ], [ 145.480957, 59.333189 ], [ 142.207031, 59.040555 ], [ 138.955078, 57.088515 ], [ 135.131836, 54.724620 ], [ 136.713867, 54.597528 ], [ 137.197266, 53.981935 ], [ 138.164062, 53.748711 ], [ 138.801270, 54.252389 ], [ 139.899902, 54.188155 ], [ 141.350098, 53.094024 ], [ 141.372070, 52.241256 ], [ 140.603027, 51.234407 ], [ 140.515137, 50.050085 ], [ 140.053711, 48.443778 ], [ 138.559570, 46.995241 ], [ 138.229980, 46.301406 ], [ 134.868164, 43.405047 ], [ 133.527832, 42.811522 ], [ 132.912598, 42.795401 ], [ 132.275391, 43.277205 ], [ 130.935059, 42.553080 ], [ 130.781250, 42.212245 ], [ 130.407715, 42.277309 ], [ 129.968262, 41.934977 ], [ 129.660645, 41.607228 ], [ 129.704590, 40.880295 ], [ 129.199219, 40.663973 ], [ 129.001465, 40.480381 ], [ 128.627930, 40.195659 ], [ 127.968750, 40.027614 ], [ 127.529297, 39.757880 ], [ 127.507324, 39.317300 ], [ 127.397461, 39.215231 ], [ 127.792969, 39.044786 ], [ 128.342285, 38.616870 ], [ 129.221191, 37.439974 ], [ 129.462891, 36.791691 ], [ 129.462891, 35.639441 ], [ 129.089355, 35.083956 ], [ 128.188477, 34.885931 ], [ 127.397461, 34.470335 ], [ 126.496582, 34.397845 ], [ 126.364746, 34.939985 ], [ 126.562500, 35.675147 ], [ 126.123047, 36.721274 ], [ 126.870117, 36.897194 ], [ 126.166992, 37.753344 ], [ 125.683594, 37.944198 ], [ 125.573730, 37.753344 ], [ 125.266113, 37.666429 ], [ 125.244141, 37.857507 ], [ 124.980469, 37.944198 ], [ 124.716797, 38.099983 ], [ 124.980469, 38.548165 ], [ 125.222168, 38.668356 ], [ 125.134277, 38.839708 ], [ 125.397949, 39.385264 ], [ 125.332031, 39.554883 ], [ 124.738770, 39.656456 ], [ 124.277344, 39.926588 ], [ 122.871094, 39.639538 ], [ 122.124023, 39.164141 ], [ 121.047363, 38.891033 ], [ 121.596680, 39.368279 ], [ 121.376953, 39.740986 ], [ 122.167969, 40.413496 ], [ 121.640625, 40.946714 ], [ 120.761719, 40.597271 ], [ 119.641113, 39.892880 ], [ 119.025879, 39.249271 ], [ 118.037109, 39.198205 ], [ 117.531738, 38.736946 ], [ 118.059082, 38.065392 ], [ 118.872070, 37.892196 ], [ 118.916016, 37.439974 ], [ 119.707031, 37.160317 ], [ 120.827637, 37.874853 ], [ 121.706543, 37.474858 ], [ 122.365723, 37.457418 ], [ 122.519531, 36.932330 ], [ 121.113281, 36.650793 ], [ 120.629883, 36.102376 ], [ 119.663086, 35.603719 ], [ 119.157715, 34.903953 ], [ 120.234375, 34.361576 ], [ 120.629883, 33.376412 ], [ 121.223145, 32.454156 ], [ 121.904297, 31.690782 ], [ 121.882324, 30.939924 ], [ 121.267090, 30.675715 ], [ 121.508789, 30.145127 ], [ 122.102051, 29.840644 ], [ 121.948242, 29.017748 ], [ 121.684570, 28.226970 ], [ 121.135254, 28.130128 ], [ 120.388184, 27.059126 ], [ 119.597168, 25.740529 ], [ 118.652344, 24.547123 ], [ 117.290039, 23.624395 ], [ 115.883789, 22.776182 ], [ 114.763184, 22.674847 ], [ 114.147949, 22.228090 ], [ 113.818359, 22.553147 ], [ 113.247070, 22.044913 ], [ 111.840820, 21.555284 ], [ 110.786133, 21.391705 ], [ 110.434570, 20.344627 ], [ 109.885254, 20.282809 ], [ 109.621582, 21.002471 ], [ 109.863281, 21.391705 ], [ 108.522949, 21.718680 ], [ 108.061523, 21.555284 ], [ 106.721191, 20.694462 ], [ 105.886230, 19.746024 ], [ 105.666504, 19.062118 ], [ 107.358398, 16.699340 ], [ 108.281250, 16.088042 ], [ 108.874512, 15.284185 ], [ 109.335938, 13.432367 ], [ 109.204102, 11.673755 ], [ 108.369141, 11.005904 ], [ 107.226562, 10.358151 ], [ 106.413574, 9.535749 ], [ 105.161133, 8.602747 ], [ 104.787598, 9.232249 ], [ 105.073242, 9.925566 ], [ 104.326172, 10.487812 ], [ 103.491211, 10.639014 ], [ 103.095703, 11.156845 ], [ 102.590332, 12.189704 ], [ 101.689453, 12.640338 ], [ 100.832520, 12.618897 ], [ 100.986328, 13.410994 ], [ 100.107422, 13.410994 ], [ 100.019531, 12.297068 ], [ 99.162598, 9.968851 ], [ 99.228516, 9.232249 ], [ 99.865723, 9.210560 ], [ 100.283203, 8.298470 ], [ 100.458984, 7.427837 ], [ 101.008301, 6.860985 ], [ 101.623535, 6.730076 ], [ 102.150879, 6.227934 ], [ 102.370605, 6.118708 ], [ 102.963867, 5.528511 ], [ 103.381348, 4.850154 ], [ 103.447266, 4.171115 ], [ 103.337402, 3.732708 ], [ 103.425293, 3.381824 ], [ 103.513184, 2.789425 ], [ 103.864746, 2.504085 ], [ 104.260254, 1.625758 ], [ 104.238281, 1.296276 ], [ 103.513184, 1.230374 ], [ 102.568359, 1.955187 ], [ 101.381836, 2.767478 ], [ 101.271973, 3.272146 ], [ 100.700684, 3.930020 ], [ 100.568848, 4.762573 ], [ 100.195312, 5.309766 ], [ 100.305176, 6.031311 ], [ 100.085449, 6.468151 ], [ 99.689941, 6.839170 ], [ 99.514160, 7.340675 ], [ 98.503418, 8.385431 ], [ 98.349609, 7.798079 ], [ 98.151855, 8.341953 ], [ 98.261719, 8.971897 ], [ 98.547363, 9.925566 ], [ 98.459473, 10.682201 ], [ 98.767090, 11.436955 ], [ 98.437500, 12.039321 ], [ 98.503418, 13.111580 ], [ 98.107910, 13.645987 ], [ 97.778320, 14.838612 ], [ 97.602539, 16.109153 ], [ 97.163086, 16.930705 ], [ 96.503906, 16.425548 ], [ 95.361328, 15.707663 ], [ 94.812012, 15.792254 ], [ 94.196777, 16.045813 ], [ 94.526367, 17.266728 ], [ 94.328613, 18.208480 ], [ 93.537598, 19.373341 ], [ 93.669434, 19.725342 ], [ 93.076172, 19.849394 ], [ 92.373047, 20.673905 ], [ 92.087402, 21.186973 ], [ 92.021484, 21.698265 ], [ 91.845703, 22.187405 ], [ 91.428223, 22.755921 ], [ 90.505371, 22.796439 ], [ 90.593262, 22.390714 ], [ 90.263672, 21.841105 ], [ 90.000000, 21.963425 ], [ 89.846191, 22.044913 ], [ 89.692383, 21.861499 ], [ 89.406738, 21.963425 ], [ 89.033203, 22.044913 ], [ 88.879395, 21.698265 ], [ 88.242188, 21.698265 ], [ 88.242188, 67.204032 ], [ 181.757812, 67.204032 ] ] ], [ [ [ 127.924805, 2.174771 ], [ 128.012695, 1.625758 ], [ 128.605957, 1.537901 ], [ 128.693848, 1.120534 ], [ 128.627930, 0.263671 ], [ 128.122559, 0.351560 ], [ 127.968750, -0.263671 ], [ 128.386230, -0.790990 ], [ 128.100586, -0.900842 ], [ 127.705078, -0.263671 ], [ 127.639160, 0.000000 ], [ 127.397461, 1.010690 ], [ 127.595215, 1.801461 ], [ 127.924805, 2.174771 ] ] ], [ [ [ 141.372070, 41.376809 ], [ 141.921387, 39.993956 ], [ 141.877441, 39.181175 ], [ 140.954590, 38.169114 ], [ 140.976562, 37.142803 ], [ 140.603027, 36.350527 ], [ 140.778809, 35.835628 ], [ 140.251465, 35.137879 ], [ 138.977051, 34.669359 ], [ 137.219238, 34.597042 ], [ 135.791016, 33.468108 ], [ 135.131836, 33.852170 ], [ 135.087891, 34.597042 ], [ 133.352051, 34.379713 ], [ 132.165527, 33.906896 ], [ 130.979004, 33.888658 ], [ 132.011719, 33.155948 ], [ 131.330566, 31.447410 ], [ 130.693359, 31.034108 ], [ 130.209961, 31.409912 ], [ 130.451660, 32.324276 ], [ 129.814453, 32.602362 ], [ 129.418945, 33.302986 ], [ 130.363770, 33.596319 ], [ 130.869141, 34.234512 ], [ 131.879883, 34.741612 ], [ 132.626953, 35.424868 ], [ 134.604492, 35.728677 ], [ 135.681152, 35.532226 ], [ 136.735840, 37.300275 ], [ 137.395020, 36.826875 ], [ 139.438477, 38.220920 ], [ 140.053711, 39.436193 ], [ 139.877930, 40.563895 ], [ 140.317383, 41.195190 ], [ 141.372070, 41.376809 ] ] ], [ [ [ 142.646484, 54.367759 ], [ 143.261719, 52.736292 ], [ 143.239746, 51.754240 ], [ 143.657227, 50.750359 ], [ 144.645996, 48.980217 ], [ 143.173828, 49.310799 ], [ 142.558594, 47.857403 ], [ 143.525391, 46.830134 ], [ 143.503418, 46.134170 ], [ 142.756348, 46.739861 ], [ 142.097168, 45.966425 ], [ 141.899414, 46.800059 ], [ 142.009277, 47.783635 ], [ 141.899414, 48.864715 ], [ 142.141113, 49.610710 ], [ 142.185059, 50.944584 ], [ 141.591797, 51.930718 ], [ 141.679688, 53.304621 ], [ 142.602539, 53.761702 ], [ 142.207031, 54.226708 ], [ 142.646484, 54.367759 ] ] ], [ [ [ 141.965332, 45.552525 ], [ 143.151855, 44.512176 ], [ 143.920898, 44.166445 ], [ 144.624023, 43.961191 ], [ 145.327148, 44.386692 ], [ 145.546875, 43.261206 ], [ 144.052734, 42.988576 ], [ 143.195801, 42.000325 ], [ 141.613770, 42.682435 ], [ 141.064453, 41.590797 ], [ 139.965820, 41.574361 ], [ 139.812012, 42.569264 ], [ 140.317383, 43.325178 ], [ 141.372070, 43.389082 ], [ 141.679688, 44.777936 ], [ 141.965332, 45.552525 ] ] ], [ [ [ 125.419922, 9.752370 ], [ 126.232910, 9.275622 ], [ 126.474609, 7.754537 ], [ 126.540527, 7.188101 ], [ 126.188965, 6.271618 ], [ 125.837402, 7.297088 ], [ 125.375977, 6.795535 ], [ 125.683594, 6.053161 ], [ 125.397949, 5.572250 ], [ 124.211426, 6.162401 ], [ 123.947754, 6.882800 ], [ 124.255371, 7.362467 ], [ 123.618164, 7.841615 ], [ 123.288574, 7.427837 ], [ 122.827148, 7.449624 ], [ 122.080078, 6.904614 ], [ 121.926270, 7.188101 ], [ 122.321777, 8.037473 ], [ 122.937012, 8.320212 ], [ 123.486328, 8.689639 ], [ 123.837891, 8.233237 ], [ 124.606934, 8.515836 ], [ 124.760742, 8.950193 ], [ 125.463867, 8.993600 ], [ 125.419922, 9.752370 ] ] ], [ [ [ 121.333008, 18.500447 ], [ 121.948242, 18.208480 ], [ 122.255859, 18.479609 ], [ 122.343750, 18.229351 ], [ 122.167969, 17.811456 ], [ 122.519531, 17.098792 ], [ 122.255859, 16.256867 ], [ 121.662598, 15.940202 ], [ 121.508789, 15.114553 ], [ 121.728516, 14.328260 ], [ 122.255859, 14.221789 ], [ 122.695312, 14.328260 ], [ 123.947754, 13.774066 ], [ 123.859863, 13.239945 ], [ 124.189453, 13.004558 ], [ 124.079590, 12.533115 ], [ 123.288574, 13.025966 ], [ 122.937012, 13.560562 ], [ 122.673340, 13.175771 ], [ 122.036133, 13.774066 ], [ 121.135254, 13.645987 ], [ 120.629883, 13.859414 ], [ 120.673828, 14.264383 ], [ 121.003418, 14.519780 ], [ 120.695801, 14.753635 ], [ 120.563965, 14.392118 ], [ 120.080566, 14.966013 ], [ 119.926758, 15.411319 ], [ 119.882812, 16.362310 ], [ 120.278320, 16.024696 ], [ 120.388184, 17.602139 ], [ 120.717773, 18.500447 ], [ 121.333008, 18.500447 ] ] ], [ [ [ 121.486816, 25.284438 ], [ 121.948242, 25.005973 ], [ 121.772461, 24.387127 ], [ 121.179199, 22.796439 ], [ 120.739746, 21.963425 ], [ 120.212402, 22.816694 ], [ 120.102539, 23.563987 ], [ 120.695801, 24.547123 ], [ 121.486816, 25.284438 ] ] ], [ [ [ 110.214844, 20.097206 ], [ 110.786133, 20.076570 ], [ 111.005859, 19.704658 ], [ 110.566406, 19.248922 ], [ 110.346680, 18.667063 ], [ 109.467773, 18.187607 ], [ 108.654785, 18.500447 ], [ 108.632812, 19.373341 ], [ 109.116211, 19.828725 ], [ 110.214844, 20.097206 ] ] ], [ [ [ 133.901367, 34.361576 ], [ 134.648438, 34.143635 ], [ 134.758301, 33.797409 ], [ 134.208984, 33.192731 ], [ 133.791504, 33.523079 ], [ 133.286133, 33.284620 ], [ 133.022461, 32.694866 ], [ 132.363281, 32.990236 ], [ 132.363281, 33.468108 ], [ 132.934570, 34.052659 ], [ 133.483887, 33.943360 ], [ 133.901367, 34.361576 ] ] ], [ [ [ 119.509277, 11.372339 ], [ 119.685059, 10.552622 ], [ 119.025879, 10.012130 ], [ 118.498535, 9.318990 ], [ 117.180176, 8.363693 ], [ 117.663574, 9.058702 ], [ 118.388672, 9.687398 ], [ 118.981934, 10.379765 ], [ 119.509277, 11.372339 ] ] ], [ [ [ 124.277344, 12.554564 ], [ 125.222168, 12.533115 ], [ 125.507812, 12.168226 ], [ 125.793457, 11.049038 ], [ 125.002441, 11.307708 ], [ 125.024414, 10.984335 ], [ 125.288086, 10.358151 ], [ 124.804688, 10.141932 ], [ 124.760742, 10.833306 ], [ 124.453125, 10.898042 ], [ 124.299316, 11.501557 ], [ 124.892578, 11.415418 ], [ 124.870605, 11.802834 ], [ 124.277344, 12.554564 ] ] ], [ [ [ 124.079590, 11.221510 ], [ 123.991699, 10.271681 ], [ 123.618164, 9.947209 ], [ 123.310547, 9.318990 ], [ 123.002930, 9.015302 ], [ 122.387695, 9.709057 ], [ 122.849121, 10.250060 ], [ 122.958984, 10.876465 ], [ 123.508301, 10.941192 ], [ 123.332520, 10.271681 ], [ 124.079590, 11.221510 ] ] ], [ [ [ 121.882324, 11.888853 ], [ 122.475586, 11.587669 ], [ 123.112793, 11.587669 ], [ 123.112793, 11.156845 ], [ 122.629395, 10.746969 ], [ 122.014160, 10.444598 ], [ 121.970215, 10.898042 ], [ 122.036133, 11.415418 ], [ 121.882324, 11.888853 ] ] ], [ [ [ 120.322266, 13.475106 ], [ 121.179199, 13.432367 ], [ 121.530762, 13.068777 ], [ 121.267090, 12.211180 ], [ 120.827637, 12.704651 ], [ 120.322266, 13.475106 ] ] ] ] } } ] } ] } , diff --git a/tile.cpp b/tile.cpp index e763137ee..72c7c8de5 100644 --- a/tile.cpp +++ b/tile.cpp @@ -361,7 +361,7 @@ std::vector> assemble_multiplier_clusters(std::vector()); } @@ -1358,9 +1358,45 @@ unsigned long long choose_mingap(std::vector const &indices, return top; } -long long choose_minextent(std::vector &extents, double f) { +// This function is called to choose the new "extent" threshold to try when a tile exceeds the +// tile size limit or feature limit and `--drop-smallest-as-needed` or `--coalesce-smallest-as-needed` +// has been set. +// +// The "extents" are the areas of the polygon features or the pseudo-areas associated with the +// linestring or point features that were examined for inclusion in the most recent +// iteration of this tile. (This includes features that were dropped because they were below +// the previous size threshold, but not features that were dropped by fractional point dropping). +// The extents are placed in order by the sort, from smallest to largest. +// +// The `fraction` is the proportion of these features that tippecanoe thinks should be retained to +// to make the tile small enough now. Because the extents are sorted from smallest to largest, +// the smallest extent threshold that will retain that fraction of features is found `fraction` +// distance from the end of the list, or at element `(1 - fraction) * (size() - 1)`. +// +// However, the extent found there may be the same extent that was used in the last iteration! +// +// (The "existing_extent" is the extent threshold that selected these features in the recent +// iteration. It is 0 the first time a tile is attempted, and gets higher on successive iterations +// as tippecanoe restricts the features to be kept to larger and larger features.) +// +// The features that are kept are those with a size >= the existing_extent, so if there are a large +// number of features with identical small areas, the new guess may not exclude enough features +// to actually choose a new threshold larger than the previous threshold. +// +// To address this, the array index `ix` of the new chosen extent is incremented toward the end +// of the list, until the possibilities run out or something higher than the old extent is found. +// If there are no higher extents available, the tile has already been reduced as much as possible +// and tippecanoe will exit with an error. + +long long choose_minextent(std::vector &extents, double f, long long existing_extent) { std::sort(extents.begin(), extents.end()); - return extents[(extents.size() - 1) * (1 - f)]; + + size_t ix = (extents.size() - 1) * (1 - f); + while (ix + 1 < extents.size() && extents[ix] == existing_extent) { + ix++; + } + + return extents[ix]; } struct write_tile_args { @@ -1383,6 +1419,8 @@ struct write_tile_args { std::atomic *midy = NULL; int maxzoom = 0; int minzoom = 0; + int basezoom = 0; + double droprate = 0; int full_detail = 0; int low_detail = 0; double simplification = 0; @@ -1960,6 +1998,20 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch double mingap_fraction = 1; double minextent_fraction = 1; + // allow larger tile sizes at low zooms when the retain-points-multiplier + // is intended to allow more points through. scale back down toward a + // tile size multiple of 1 at basezoom and beyond + size_t scaled_max_tile_size = max_tile_size; + double regular_retention = 1 / exp(log(arg->droprate) * (arg->basezoom - z)); + if (regular_retention > 1) { + regular_retention = 1; + } + double multiplier_retention = 1 / exp(log(arg->droprate) * (arg->basezoom - z)) * retain_points_multiplier; + if (multiplier_retention > 1) { + multiplier_retention = 1; + } + scaled_max_tile_size *= multiplier_retention / regular_retention; + static std::atomic oprogress(0); long long og = *geompos_in; @@ -2291,7 +2343,7 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch } if (sf.geometry.size() > 0) { - if (partials.size() > max_tile_size) { + if (partials.size() > scaled_max_tile_size) { // Even being maximally conservative, each feature is still going to be // at least one byte in the output tile, so this can't possibly work. skipped++; @@ -2817,7 +2869,7 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch continue; } else if (additional[A_DROP_SMALLEST_AS_NEEDED] || additional[A_COALESCE_SMALLEST_AS_NEEDED]) { minextent_fraction = minextent_fraction * max_tile_features / totalsize * 0.75; - long long m = choose_minextent(extents, minextent_fraction); + long long m = choose_minextent(extents, minextent_fraction, minextent); if (m != minextent) { minextent = m; if (minextent > arg->minextent_out) { @@ -2863,7 +2915,7 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch compressed = pbf; } - if (compressed.size() > max_tile_size && !prevent[P_KILOBYTE_LIMIT]) { + if (compressed.size() > scaled_max_tile_size && !prevent[P_KILOBYTE_LIMIT]) { // Estimate how big it really should have been compressed // from how many features were kept vs skipped for already being // over the threshold @@ -2876,9 +2928,9 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch if (!quiet) { if (skipped > 0) { - fprintf(stderr, "tile %d/%u/%u size is %lld (probably really %lld) with detail %d, >%zu \n", z, tx, ty, (long long) compressed.size(), (long long) (compressed.size() * kept_adjust), line_detail, max_tile_size); + fprintf(stderr, "tile %d/%u/%u size is %lld (probably really %lld) with detail %d, >%zu \n", z, tx, ty, (long long) compressed.size(), (long long) (compressed.size() * kept_adjust), line_detail, scaled_max_tile_size); } else { - fprintf(stderr, "tile %d/%u/%u size is %lld with detail %d, >%zu \n", z, tx, ty, (long long) compressed.size(), line_detail, max_tile_size); + fprintf(stderr, "tile %d/%u/%u size is %lld with detail %d, >%zu \n", z, tx, ty, (long long) compressed.size(), line_detail, scaled_max_tile_size); } } @@ -2899,7 +2951,7 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch } line_detail++; // to keep it the same when the loop decrements it } else if (mingap < ULONG_MAX && (additional[A_DROP_DENSEST_AS_NEEDED] || additional[A_COALESCE_DENSEST_AS_NEEDED] || additional[A_CLUSTER_DENSEST_AS_NEEDED])) { - mingap_fraction = mingap_fraction * max_tile_size / (kept_adjust * compressed.size()) * 0.90; + mingap_fraction = mingap_fraction * scaled_max_tile_size / (kept_adjust * compressed.size()) * 0.90; unsigned long long mg = choose_mingap(indices, mingap_fraction); if (mg <= mingap) { double nmg = (mingap + 1) * 1.5; @@ -2924,8 +2976,8 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch } line_detail++; } else if (additional[A_DROP_SMALLEST_AS_NEEDED] || additional[A_COALESCE_SMALLEST_AS_NEEDED]) { - minextent_fraction = minextent_fraction * max_tile_size / (kept_adjust * compressed.size()) * 0.75; - long long m = choose_minextent(extents, minextent_fraction); + minextent_fraction = minextent_fraction * scaled_max_tile_size / (kept_adjust * compressed.size()) * 0.75; + long long m = choose_minextent(extents, minextent_fraction, minextent); if (m != minextent) { minextent = m; if (minextent > arg->minextent_out) { @@ -2942,7 +2994,7 @@ long long write_tile(decompressor *geoms, std::atomic *geompos_in, ch // The 95% is a guess to avoid too many retries // and probably actually varies based on how much duplicated metadata there is - fraction = fraction * max_tile_size / (kept_adjust * compressed.size()) * 0.95; + fraction = fraction * scaled_max_tile_size / (kept_adjust * compressed.size()) * 0.95; if (!quiet) { fprintf(stderr, "Going to try keeping %0.2f%% of the features to make it fit\n", fraction * 100); } @@ -2992,6 +3044,7 @@ struct task { void *run_thread(void *vargs) { write_tile_args *arg = (write_tile_args *) vargs; struct task *task; + int *err_or_null = NULL; for (task = arg->tasks; task != NULL; task = task->next) { int j = task->fileno; @@ -3055,12 +3108,6 @@ void *run_thread(void *vargs) { long long len = write_tile(&dc, &geompos, arg->stringpool, z, x, y, z == arg->maxzoom ? arg->full_detail : arg->low_detail, arg->min_detail, arg->outdb, arg->outdir, arg->buffer, arg->fname, arg->geomfile, arg->minzoom, arg->maxzoom, arg->todo, arg->along, geompos, arg->gamma, arg->child_shards, arg->pool_off, arg->initial_x, arg->initial_y, arg->running, arg->simplification, arg->layermaps, arg->layer_unmaps, arg->tiling_seg, arg->pass, arg->mingap, arg->minextent, arg->fraction, arg->prefilter, arg->postfilter, arg->filter, arg, arg->strategy, arg->compressed, arg->shared_nodes_map, arg->nodepos); - if (len < 0) { - int *err = &arg->err; - *err = z - 1; - return err; - } - if (pthread_mutex_lock(&var_lock) != 0) { perror("pthread_mutex_lock"); exit(EXIT_PTHREAD); @@ -3090,6 +3137,12 @@ void *run_thread(void *vargs) { perror("pthread_mutex_unlock"); exit(EXIT_PTHREAD); } + + if (len < 0) { + err_or_null = &arg->err; + *err_or_null = z - 1; + break; + } } if (arg->pass == 1) { @@ -3115,10 +3168,10 @@ void *run_thread(void *vargs) { } arg->running--; - return NULL; + return err_or_null; } -int traverse_zooms(int *geomfd, off_t *geom_size, char *stringpool, std::atomic *midx, std::atomic *midy, int &maxzoom, int minzoom, sqlite3 *outdb, const char *outdir, int buffer, const char *fname, const char *tmpdir, double gamma, int full_detail, int low_detail, int min_detail, long long *pool_off, unsigned *initial_x, unsigned *initial_y, double simplification, double maxzoom_simplification, std::vector> &layermaps, const char *prefilter, const char *postfilter, std::unordered_map const *attribute_accum, struct json_object *filter, std::vector &strategies, int iz, struct node *shared_nodes_map, size_t nodepos) { +int traverse_zooms(int *geomfd, off_t *geom_size, char *stringpool, std::atomic *midx, std::atomic *midy, int &maxzoom, int minzoom, sqlite3 *outdb, const char *outdir, int buffer, const char *fname, const char *tmpdir, double gamma, int full_detail, int low_detail, int min_detail, long long *pool_off, unsigned *initial_x, unsigned *initial_y, double simplification, double maxzoom_simplification, std::vector> &layermaps, const char *prefilter, const char *postfilter, std::unordered_map const *attribute_accum, struct json_object *filter, std::vector &strategies, int iz, struct node *shared_nodes_map, size_t nodepos, int basezoom, double droprate) { last_progress = 0; // The existing layermaps are one table per input thread. @@ -3301,6 +3354,8 @@ int traverse_zooms(int *geomfd, off_t *geom_size, char *stringpool, std::atomic< args[thread].midy = midy; // locked with var_lock args[thread].maxzoom = maxzoom; args[thread].minzoom = minzoom; + args[thread].basezoom = basezoom; + args[thread].droprate = droprate; args[thread].full_detail = full_detail; args[thread].low_detail = low_detail; args[thread].most = &most; // locked with var_lock diff --git a/tile.hpp b/tile.hpp index ede9d2ef4..ee4cd4d01 100644 --- a/tile.hpp +++ b/tile.hpp @@ -55,7 +55,7 @@ struct strategy { // long long write_tile(char **geom, char *stringpool, unsigned *file_bbox, int z, unsigned x, unsigned y, int detail, int min_detail, int basezoom, sqlite3 *outdb, const char *outdir, double droprate, int buffer, const char *fname, FILE **geomfile, int file_minzoom, int file_maxzoom, double todo, char *geomstart, long long along, double gamma, int nlayers, std::atomic *strategy); -int traverse_zooms(int *geomfd, off_t *geom_size, char *stringpool, std::atomic *midx, std::atomic *midy, int &maxzoom, int minzoom, sqlite3 *outdb, const char *outdir, int buffer, const char *fname, const char *tmpdir, double gamma, int full_detail, int low_detail, int min_detail, long long *pool_off, unsigned *initial_x, unsigned *initial_y, double simplification, double maxzoom_simplification, std::vector > &layermap, const char *prefilter, const char *postfilter, std::unordered_map const *attribute_accum, struct json_object *filter, std::vector &strategies, int iz, struct node *shared_nodes_map, size_t nodepos); +int traverse_zooms(int *geomfd, off_t *geom_size, char *stringpool, std::atomic *midx, std::atomic *midy, int &maxzoom, int minzoom, sqlite3 *outdb, const char *outdir, int buffer, const char *fname, const char *tmpdir, double gamma, int full_detail, int low_detail, int min_detail, long long *pool_off, unsigned *initial_x, unsigned *initial_y, double simplification, double maxzoom_simplification, std::vector > &layermap, const char *prefilter, const char *postfilter, std::unordered_map const *attribute_accum, struct json_object *filter, std::vector &strategies, int iz, struct node *shared_nodes_map, size_t nodepos, int basezoom, double droprate); int manage_gap(unsigned long long index, unsigned long long *previndex, double scale, double gamma, double *gap); diff --git a/version.hpp b/version.hpp index 34c492860..55b9bc80c 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v2.41.2" +#define VERSION "v2.41.3" #endif