diff --git a/Project-Documentation/TDS-Conflation/conflation-test-mappymatch.ipynb b/Project-Documentation/TDS-Conflation/conflation-test-mappymatch.ipynb index a49b1d7..3522972 100644 --- a/Project-Documentation/TDS-Conflation/conflation-test-mappymatch.ipynb +++ b/Project-Documentation/TDS-Conflation/conflation-test-mappymatch.ipynb @@ -66,7 +66,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -92,8 +92,8 @@ " # create a geofence around the trace\n", " geofence = Geofence.from_trace(trace, padding=geofence_buffer)\n", " nx_map = NxMap.from_geofence(geofence, network_type=network_type)\n", - " matcher = LCSSMatcher(trace, nx_map)\n", - " match_result = matcher.match(trace)\n", + " matcher = LCSSMatcher(nx_map)\n", + " match_result = matcher.match_trace(trace)\n", " matched_traces.append(match_result)\n", " return matched_traces" ] @@ -107,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -132,7 +132,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -143,7 +143,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -168,7 +168,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -321,7 +321,7 @@ "4 995 " ] }, - "execution_count": 6, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -332,7 +332,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -346,7 +346,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -356,7 +356,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 10, "metadata": {}, "outputs": [ { @@ -365,7 +365,7 @@ "2333407402037" ] }, - "execution_count": 9, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -376,7 +376,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -385,7 +385,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -401,7 +401,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -418,7 +418,28 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Warning: found 2740 links with no geometry; creating geometries from the node lat/lon\n", + "Warning: found 2044 links with no geometry; creating geometries from the node lat/lon\n", + "Warning: found 2745 links with no geometry; creating geometries from the node lat/lon\n", + "Warning: found 1881 links with no geometry; creating geometries from the node lat/lon\n", + "Warning: found 1180 links with no geometry; creating geometries from the node lat/lon\n" + ] + } + ], + "source": [ + "match_result = batch_process_traces(traces=batch_traces, geofence_buffer=1000, network_type=NetworkType.DRIVE)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -451,7 +472,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_7702782d6bbbe161f921cfd6fd215b4a {\n", + " #map_3fba7c1ddd84171e2b6667ebf4e5d00a {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -465,16 +486,16 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_7702782d6bbbe161f921cfd6fd215b4a" ></div>\n", + " <div class="folium-map" id="map_3fba7c1ddd84171e2b6667ebf4e5d00a" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_7702782d6bbbe161f921cfd6fd215b4a = L.map(\n", - " "map_7702782d6bbbe161f921cfd6fd215b4a",\n", + " var map_3fba7c1ddd84171e2b6667ebf4e5d00a = L.map(\n", + " "map_3fba7c1ddd84171e2b6667ebf4e5d00a",\n", " {\n", - " center: [37.493900000000004, -122.22521999999998],\n", + " center: [38.022960000000005, -121.97814],\n", " crs: L.CRS.EPSG3857,\n", " zoom: 11,\n", " zoomControl: true,\n", @@ -486,45202 +507,10423 @@ "\n", " \n", " \n", - " var tile_layer_49c6f26302d2c103a93876618f8775e5 = L.tileLayer(\n", + " var tile_layer_30d86f41d882303d491988796c9f7655 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_49c6f26302d2c103a93876618f8775e5.addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " tile_layer_30d86f41d882303d491988796c9f7655.addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " var circle_3905de5f839362f5551e748fd2eb4ea7 = L.circle(\n", - " [37.548739999999995, -122.27171],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_14f972c4a4f6df300ed7f9aa681f3af4 = L.circle(\n", + " [37.99869999999999, -121.85190000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_3905de5f839362f5551e748fd2eb4ea7.bindTooltip(\n", + " circle_14f972c4a4f6df300ed7f9aa681f3af4.bindTooltip(\n", " `<div>\n", - " 0\n", + " road_id: RoadId(start=57820297, end=57820302, key=0)\n", + "distance: 169.7123642319592\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_8b1691b0fd2a39b690a7edfd822edec3 = L.circle(\n", - " [37.54807, -122.27381],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_329cce5d7e977da054212e42a7c0ddc6 = L.circle(\n", + " [37.99996, -121.85392],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_8b1691b0fd2a39b690a7edfd822edec3.bindTooltip(\n", + " circle_329cce5d7e977da054212e42a7c0ddc6.bindTooltip(\n", " `<div>\n", - " 1\n", + " road_id: RoadId(start=57820302, end=57820304, key=0)\n", + "distance: 65.26814146814795\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d500305f48ecae63df2baa6e3cb41a6f = L.circle(\n", - " [37.54838000000001, -122.27406],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_288c98d019702e3ed7cfa7d3fba16e14 = L.circle(\n", + " [38.00119999999999, -121.8533],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_d500305f48ecae63df2baa6e3cb41a6f.bindTooltip(\n", + " circle_288c98d019702e3ed7cfa7d3fba16e14.bindTooltip(\n", " `<div>\n", - " 2\n", + " road_id: RoadId(start=57820304, end=57885949, key=0)\n", + "distance: 1.6255451519642523\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c8eebdcb6563b728b7da418db94ea844 = L.circle(\n", - " [37.54977999999999, -122.27446],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_67e94010c593ed057c5b29a790deb4cc = L.circle(\n", + " [38.00147, -121.85353000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_c8eebdcb6563b728b7da418db94ea844.bindTooltip(\n", + " circle_67e94010c593ed057c5b29a790deb4cc.bindTooltip(\n", " `<div>\n", - " 3\n", + " road_id: RoadId(start=57885949, end=57931331, key=0)\n", + "distance: 0.6623828406754552\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_e08911f7cc6941383e0df0cb53175327 = L.circle(\n", - " [37.55051, -122.27448000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_73ae0ce0d8699da026a7e7c9ead68825 = L.circle(\n", + " [38.001659999999994, -121.85436999999997],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_e08911f7cc6941383e0df0cb53175327.bindTooltip(\n", + " circle_73ae0ce0d8699da026a7e7c9ead68825.bindTooltip(\n", " `<div>\n", - " 4\n", + " road_id: RoadId(start=57931331, end=57927011, key=0)\n", + "distance: 0.5333942327429636\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_86e370ea1759703a1f42cb7452664160 = L.circle(\n", - " [37.55196999999999, -122.27517000000002],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_acc7079c0b502b02085e03cefe09c965 = L.circle(\n", + " [38.00232, -121.85568000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_86e370ea1759703a1f42cb7452664160.bindTooltip(\n", + " circle_acc7079c0b502b02085e03cefe09c965.bindTooltip(\n", " `<div>\n", - " 5\n", + " road_id: RoadId(start=57927011, end=57927007, key=0)\n", + "distance: 104.37698614112702\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_9b8d9ec604b24d07a555dc474558d041 = L.circle(\n", - " [37.55355, -122.27656000000002],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_8a8830d7af24006cac24c2e27a61ae3f = L.circle(\n", + " [38.003009999999996, -121.85541000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_9b8d9ec604b24d07a555dc474558d041.bindTooltip(\n", + " circle_8a8830d7af24006cac24c2e27a61ae3f.bindTooltip(\n", " `<div>\n", - " 6\n", + " road_id: RoadId(start=57927011, end=57927007, key=0)\n", + "distance: 103.85478257402299\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_e5188ee57c57b3749c90040a3c3c23a7 = L.circle(\n", - " [37.55432, -122.27748999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_2e4080eaad7e99b7823ecc0e68496943 = L.circle(\n", + " [38.00435, -121.85453999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_e5188ee57c57b3749c90040a3c3c23a7.bindTooltip(\n", + " circle_2e4080eaad7e99b7823ecc0e68496943.bindTooltip(\n", " `<div>\n", - " 7\n", + " road_id: RoadId(start=57927011, end=57927007, key=0)\n", + "distance: 5.844694827004179\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_1e977a853615e0d472f58609cb76e5ad = L.circle(\n", - " [37.55431, -122.27768000000002],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_5ba0a3f40ac1a177296222cdc0057bdd = L.circle(\n", + " [38.0049, -121.85369000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_1e977a853615e0d472f58609cb76e5ad.bindTooltip(\n", + " circle_5ba0a3f40ac1a177296222cdc0057bdd.bindTooltip(\n", " `<div>\n", - " 8\n", + " road_id: RoadId(start=57833110, end=601686250, key=0)\n", + "distance: 4.574241036444464\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_0acc640e0af16a7237161f6ce0a2f876 = L.circle(\n", - " [37.553509999999996, -122.27891],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_0ab7dd026fb72ce8a18fbbc5d162c08a = L.circle(\n", + " [38.00598999999999, -121.8541],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_0acc640e0af16a7237161f6ce0a2f876.bindTooltip(\n", + " circle_0ab7dd026fb72ce8a18fbbc5d162c08a.bindTooltip(\n", " `<div>\n", - " 9\n", + " road_id: RoadId(start=57833110, end=601686250, key=0)\n", + "distance: 1.708052539363212\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_5e53a87533090252358f35e5c3558858 = L.circle(\n", - " [37.550169999999994, -122.28236],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_f3782af3f036e3f95abe46c468820958 = L.circle(\n", + " [38.00798, -121.85541999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_5e53a87533090252358f35e5c3558858.bindTooltip(\n", + " circle_f3782af3f036e3f95abe46c468820958.bindTooltip(\n", " `<div>\n", - " 10\n", + " road_id: RoadId(start=601686250, end=57941286, key=0)\n", + "distance: 3.4818936728953407\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_dd3fd4ffa764004682302fbee842b763 = L.circle(\n", - " [37.54611999999999, -122.28538],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_929cd005b17fca2a494110e3ff927ae4 = L.circle(\n", + " [38.01002999999999, -121.85399000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_dd3fd4ffa764004682302fbee842b763.bindTooltip(\n", + " circle_929cd005b17fca2a494110e3ff927ae4.bindTooltip(\n", " `<div>\n", - " 11\n", + " road_id: RoadId(start=601686250, end=57941286, key=0)\n", + "distance: 0.01471621578321038\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_ff5398c145c396681e89116c21f44dc9 = L.circle(\n", - " [37.54425999999999, -122.28868999999999],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_f01b8b1e5a0c1e51a6330738ca27a2f8 = L.circle(\n", + " [38.01043, -121.85444999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_ff5398c145c396681e89116c21f44dc9.bindTooltip(\n", + " circle_f01b8b1e5a0c1e51a6330738ca27a2f8.bindTooltip(\n", " `<div>\n", - " 12\n", + " road_id: RoadId(start=57941286, end=57885189, key=0)\n", + "distance: 1.2856523267273292\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_8d76d5a4ddda3c7ada58f078977bd091 = L.circle(\n", - " [37.54421, -122.28901],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_99c10082aaea6149022548dafba6c058 = L.circle(\n", + " [38.01085, -121.85577000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_8d76d5a4ddda3c7ada58f078977bd091.bindTooltip(\n", + " circle_99c10082aaea6149022548dafba6c058.bindTooltip(\n", " `<div>\n", - " 13\n", + " road_id: RoadId(start=57910606, end=2327722631, key=0)\n", + "distance: 17.203986677455312\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c636cfd7a2b2a1ca88d645567323520b = L.circle(\n", - " [37.54444, -122.28939000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_1083476d0817c0c8afa3c23fd6d43290 = L.circle(\n", + " [38.01097, -121.85698],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_c636cfd7a2b2a1ca88d645567323520b.bindTooltip(\n", + " circle_1083476d0817c0c8afa3c23fd6d43290.bindTooltip(\n", " `<div>\n", - " 14\n", + " road_id: RoadId(start=2327722631, end=3643496419, key=0)\n", + "distance: 10.594297942249957\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4100cea754324ecef5c0323bc42392ca = L.circle(\n", - " [37.544830000000005, -122.28928],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_18a1ba23b59b3e220d0292d021873831 = L.circle(\n", + " [38.01064999999999, -121.85713],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_4100cea754324ecef5c0323bc42392ca.bindTooltip(\n", + " circle_18a1ba23b59b3e220d0292d021873831.bindTooltip(\n", " `<div>\n", - " 15\n", + " road_id: RoadId(start=2327722631, end=3643496419, key=0)\n", + "distance: 13.552795285897965\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_9ac418df19f1c2f654d626e04909b4e7 = L.circle(\n", - " [37.54491, -122.28906999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_f94d4d3cd2d295b97c60f3ea868a3991 = L.circle(\n", + " [38.01002999999999, -121.85853999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_9ac418df19f1c2f654d626e04909b4e7.bindTooltip(\n", + " circle_f94d4d3cd2d295b97c60f3ea868a3991.bindTooltip(\n", " `<div>\n", - " 16\n", + " road_id: RoadId(start=2327722631, end=3643496419, key=0)\n", + "distance: 1.7765435446047813\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_f085f2a85a645ebc4baa46c654a1f9cc = L.circle(\n", - " [37.54475, -122.28862],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_3d15bc16ddfe71a2d02d20cfd7145eaf = L.circle(\n", + " [38.01196, -121.86530000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_f085f2a85a645ebc4baa46c654a1f9cc.bindTooltip(\n", + " circle_3d15bc16ddfe71a2d02d20cfd7145eaf.bindTooltip(\n", " `<div>\n", - " 17\n", + " road_id: RoadId(start=3643496419, end=3643496431, key=0)\n", + "distance: 1.3566932585105718\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_cb8c8fb3c3975e8bfe6ccc9357a41857 = L.circle(\n", - " [37.54288, -122.28662999999999],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_061057a4b462044ea9f779bd4daa981f = L.circle(\n", + " [38.0131, -121.86808000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_cb8c8fb3c3975e8bfe6ccc9357a41857.bindTooltip(\n", + " circle_061057a4b462044ea9f779bd4daa981f.bindTooltip(\n", " `<div>\n", - " 18\n", + " road_id: RoadId(start=57882591, end=57795482, key=0)\n", + "distance: 3.9431523662684898\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d8212f475cff642fe06b57684e958f9e = L.circle(\n", - " [37.53155999999999, -122.27608999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_b26146f758c0c6e872f2bf2cab10feb5 = L.circle(\n", + " [38.01272999999999, -121.86944999999996],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_d8212f475cff642fe06b57684e958f9e.bindTooltip(\n", + " circle_b26146f758c0c6e872f2bf2cab10feb5.bindTooltip(\n", " `<div>\n", - " 19\n", + " road_id: RoadId(start=57792707, end=57792700, key=0)\n", + "distance: 0.4463505111145695\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_b5cb2d80bcb099ef21f4ad8da6126fb4 = L.circle(\n", - " [37.52461999999999, -122.26843000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_55f6b8fe9cd20a9b57085a31e0934f9b = L.circle(\n", + " [38.013540000000006, -121.87419999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_b5cb2d80bcb099ef21f4ad8da6126fb4.bindTooltip(\n", + " circle_55f6b8fe9cd20a9b57085a31e0934f9b.bindTooltip(\n", " `<div>\n", - " 20\n", + " road_id: RoadId(start=57792700, end=600240675, key=0)\n", + "distance: 2.8548446709063464\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_0a56e863ceab0f4fc7efb7da2f7a085e = L.circle(\n", - " [37.50392999999999, -122.24490999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_1f36dc8d83f01112d050be52863f3585 = L.circle(\n", + " [38.01718, -121.88971999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_0a56e863ceab0f4fc7efb7da2f7a085e.bindTooltip(\n", + " circle_1f36dc8d83f01112d050be52863f3585.bindTooltip(\n", " `<div>\n", - " 21\n", + " road_id: RoadId(start=600240675, end=349270751, key=0)\n", + "distance: 0.2898993129580131\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_9b5af523d8f803dc2548352ef37ee276 = L.circle(\n", - " [37.493900000000004, -122.22521999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_dc7585b69a8d8ca6b79dade61da6d05c = L.circle(\n", + " [38.019360000000006, -121.89800000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_9b5af523d8f803dc2548352ef37ee276.bindTooltip(\n", + " circle_dc7585b69a8d8ca6b79dade61da6d05c.bindTooltip(\n", " `<div>\n", - " 22\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 3.218707427405939\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4fe2fbdfc63c150d802ad3da42ada5ea = L.circle(\n", - " [37.491719999999994, -122.2199],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_35203d01780ed7a2a38c603ef77fb1b4 = L.circle(\n", + " [38.01997999999999, -121.90156999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_4fe2fbdfc63c150d802ad3da42ada5ea.bindTooltip(\n", + " circle_35203d01780ed7a2a38c603ef77fb1b4.bindTooltip(\n", " `<div>\n", - " 23\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 3.5959150527202284\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_3da4135fa21cffc28d90b518f0250857 = L.circle(\n", - " [37.48792999999999, -122.20884999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_40377d1aa6a5693ab31be5c6ffbaaff3 = L.circle(\n", + " [38.02015999999999, -121.90538000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_3da4135fa21cffc28d90b518f0250857.bindTooltip(\n", + " circle_40377d1aa6a5693ab31be5c6ffbaaff3.bindTooltip(\n", " `<div>\n", - " 24\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 3.500896406316068\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_22c568de4ce5d9a5c3b355ac030d1dee = L.circle(\n", - " [37.48486, -122.18601000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_166a9d53496bf52dec735d2d13f66ab6 = L.circle(\n", + " [38.02024999999999, -121.91984000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_22c568de4ce5d9a5c3b355ac030d1dee.bindTooltip(\n", + " circle_166a9d53496bf52dec735d2d13f66ab6.bindTooltip(\n", " `<div>\n", - " 25\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 3.1680838787513483\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_a54bd2d1cda2b51a29391baff96b3309 = L.circle(\n", - " [37.47511, -122.16593],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_36a957e036144ad468c7959ee0c33117 = L.circle(\n", + " [38.02008000000001, -121.92205000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_a54bd2d1cda2b51a29391baff96b3309.bindTooltip(\n", + " circle_36a957e036144ad468c7959ee0c33117.bindTooltip(\n", " `<div>\n", - " 26\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 1.7657050660039064\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_dd2d79cc9cf8b8c36a7e028cfbd2ec37 = L.circle(\n", - " [37.45315, -122.12851999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_c762d69712396c9ffbb1402d95c159c6 = L.circle(\n", + " [38.01918, -121.92845999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_dd2d79cc9cf8b8c36a7e028cfbd2ec37.bindTooltip(\n", + " circle_c762d69712396c9ffbb1402d95c159c6.bindTooltip(\n", " `<div>\n", - " 27\n", + " road_id: RoadId(start=349270751, end=257503383, key=0)\n", + "distance: 0.7747401277275517\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d401d74b21d91d277ff3e86964cedeb8 = L.circle(\n", - " [37.43978, -122.11354000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_7420db00332b8240fad4903e0eca59e4 = L.circle(\n", + " [38.01911, -121.94759999999997],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_d401d74b21d91d277ff3e86964cedeb8.bindTooltip(\n", + " circle_7420db00332b8240fad4903e0eca59e4.bindTooltip(\n", " `<div>\n", - " 28\n", + " road_id: RoadId(start=257503383, end=349120206, key=0)\n", + "distance: 2.6177586628296585\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_215cecb14a5a13ec5ff7aae7738eadcc = L.circle(\n", - " [37.4325, -122.10591],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_194a700a74457b1d3f2508d38c1e6783 = L.circle(\n", + " [38.019349999999996, -121.94922],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_215cecb14a5a13ec5ff7aae7738eadcc.bindTooltip(\n", + " circle_194a700a74457b1d3f2508d38c1e6783.bindTooltip(\n", " `<div>\n", - " 29\n", + " road_id: RoadId(start=349120206, end=257503384, key=0)\n", + "distance: 2.386992941630596\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_be6c7f5801d7376d862b1311959b2d1c = L.circle(\n", - " [37.41908, -122.08992],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_ec278ddb93e1cb6d1abde37b660d0946 = L.circle(\n", + " [38.02082, -121.95423000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_be6c7f5801d7376d862b1311959b2d1c.bindTooltip(\n", + " circle_ec278ddb93e1cb6d1abde37b660d0946.bindTooltip(\n", " `<div>\n", - " 30\n", + " road_id: RoadId(start=349120206, end=257503384, key=0)\n", + "distance: 0.6834699642713579\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_fc150aa4fc6758fe3204645deeaa096f = L.circle(\n", - " [37.41303, -122.081],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_d8f4efdbb9f4fb72af3ee7f8c8f9daab = L.circle(\n", + " [38.02131, -121.95642],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_fc150aa4fc6758fe3204645deeaa096f.bindTooltip(\n", + " circle_d8f4efdbb9f4fb72af3ee7f8c8f9daab.bindTooltip(\n", " `<div>\n", - " 31\n", + " road_id: RoadId(start=349120206, end=257503384, key=0)\n", + "distance: 1.2714316823901044\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_bbd26d42efe702646ec81be1321f7780 = L.circle(\n", - " [37.408809999999995, -122.07067999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_a0eab065384b5d4c3c2b75b8904780c6 = L.circle(\n", + " [38.02391999999999, -121.97075000000001],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_bbd26d42efe702646ec81be1321f7780.bindTooltip(\n", + " circle_a0eab065384b5d4c3c2b75b8904780c6.bindTooltip(\n", " `<div>\n", - " 32\n", + " road_id: RoadId(start=4562970430, end=4562970439, key=0)\n", + "distance: 1.6543055994000304\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_6c0efcac7d991de7cd8fe519eb79d7f6 = L.circle(\n", - " [37.40334, -122.04821000000001],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_2d6b4304a861193f0ebe4da1e20be457 = L.circle(\n", + " [38.02398, -121.97275999999997],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_6c0efcac7d991de7cd8fe519eb79d7f6.bindTooltip(\n", + " circle_2d6b4304a861193f0ebe4da1e20be457.bindTooltip(\n", " `<div>\n", - " 33\n", + " road_id: RoadId(start=4562970430, end=4562970439, key=0)\n", + "distance: 3.2034209003965683\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_54559e22a0f7100d1a7ae446909cff54 = L.circle(\n", - " [37.395889999999994, -122.01440999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_e8b7b9daa86ae08e054d8f0207c9e50d = L.circle(\n", + " [38.0235, -121.97636999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_54559e22a0f7100d1a7ae446909cff54.bindTooltip(\n", + " circle_e8b7b9daa86ae08e054d8f0207c9e50d.bindTooltip(\n", " `<div>\n", - " 34\n", + " road_id: RoadId(start=4562970439, end=1672942005, key=0)\n", + "distance: 4.2829009455752\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_97475435777d24595ae9a52fac32dc09 = L.circle(\n", - " [37.39124, -121.99763000000002],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_51e22335f06e2378c6fc33fc00d9f465 = L.circle(\n", + " [38.022960000000005, -121.97814],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_97475435777d24595ae9a52fac32dc09.bindTooltip(\n", + " circle_51e22335f06e2378c6fc33fc00d9f465.bindTooltip(\n", " `<div>\n", - " 35\n", + " road_id: RoadId(start=4562970439, end=1672942005, key=0)\n", + "distance: 5.592045681644839\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4a0423d9f9ce4cbaa1f48e1768054c62 = L.circle(\n", - " [37.38945999999999, -121.99611999999999],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_4e1af852bdae416caf83c7067830806b = L.circle(\n", + " [38.01852999999999, -121.98838],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_4a0423d9f9ce4cbaa1f48e1768054c62.bindTooltip(\n", + " circle_4e1af852bdae416caf83c7067830806b.bindTooltip(\n", " `<div>\n", - " 36\n", + " road_id: RoadId(start=4562970439, end=1672942005, key=0)\n", + "distance: 5.016920251675777\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_7f2f0af8787ddcb8d073dfe24b4ef035 = L.circle(\n", - " [37.388249999999985, -121.99599000000002],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_afe9b52c014f060133b296e2396e9da7 = L.circle(\n", + " [38.01514, -121.99424999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_7f2f0af8787ddcb8d073dfe24b4ef035.bindTooltip(\n", + " circle_afe9b52c014f060133b296e2396e9da7.bindTooltip(\n", " `<div>\n", - " 37\n", + " road_id: RoadId(start=1672942005, end=4563735367, key=0)\n", + "distance: 2.4041303880230074\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c94391cebd2c63c081696d32b60ff285 = L.circle(\n", - " [37.37422000000001, -121.99612999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_8b08ef2ba5f0e54ba69721f53f8df22d = L.circle(\n", + " [38.01438000000001, -121.99601],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_c94391cebd2c63c081696d32b60ff285.bindTooltip(\n", + " circle_8b08ef2ba5f0e54ba69721f53f8df22d.bindTooltip(\n", " `<div>\n", - " 38\n", + " road_id: RoadId(start=1672942005, end=4563735367, key=0)\n", + "distance: 3.3108664041081814\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d91f71e6c19495b2731f4219970a84c2 = L.circle(\n", - " [37.3733, -121.99630999999998],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_d6033224b61cdd3eade00a9d8e1a596c = L.circle(\n", + " [38.01376, -121.99805000000002],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_d91f71e6c19495b2731f4219970a84c2.bindTooltip(\n", + " circle_d6033224b61cdd3eade00a9d8e1a596c.bindTooltip(\n", " `<div>\n", - " 39\n", + " road_id: RoadId(start=1672942005, end=4563735367, key=0)\n", + "distance: 1.5680867505552105\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_5325627ff9e9e6a4e844e7ed6e5749b9 = L.circle(\n", - " [37.36885, -121.99646999999997],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_529ecf55af431f32aa9434c37a724864 = L.circle(\n", + " [38.01306, -122.00190999999997],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_5325627ff9e9e6a4e844e7ed6e5749b9.bindTooltip(\n", + " circle_529ecf55af431f32aa9434c37a724864.bindTooltip(\n", " `<div>\n", - " 40\n", + " road_id: RoadId(start=1672942005, end=4563735367, key=0)\n", + "distance: 3.8013369439731357\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_ca9adcbc766dd76ccd7ec4c6a56c3b51 = L.circle(\n", - " [37.36683, -121.99607],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_ee63dd916048471e615b965092ad0d9a = L.circle(\n", + " [38.009859999999996, -122.02333],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_ca9adcbc766dd76ccd7ec4c6a56c3b51.bindTooltip(\n", + " circle_ee63dd916048471e615b965092ad0d9a.bindTooltip(\n", " `<div>\n", - " 41\n", + " road_id: RoadId(start=257503191, end=57787115, key=0)\n", + "distance: 5.726923774633862\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_51d4ec65c44a0ad9ef93563b4ef72188 = L.circle(\n", - " [37.36675, -121.99302],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_938d7dae3f2107ab93e6dd1b50fb006c = L.circle(\n", + " [38.00689, -122.03507999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_51d4ec65c44a0ad9ef93563b4ef72188.bindTooltip(\n", + " circle_938d7dae3f2107ab93e6dd1b50fb006c.bindTooltip(\n", " `<div>\n", - " 42\n", + " road_id: RoadId(start=57787115, end=57784714, key=0)\n", + "distance: 4.6287561553378165\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c582c849980c8f74871d1fc656d04652 = L.circle(\n", - " [37.36582, -121.99257],\n", - " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", + " var circle_2a247d2e8ff67b44e1dc713e39b0de59 = L.circle(\n", + " [37.998149999999995, -122.03840999999998],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_3fba7c1ddd84171e2b6667ebf4e5d00a);\n", " \n", " \n", - " circle_c582c849980c8f74871d1fc656d04652.bindTooltip(\n", + " circle_2a247d2e8ff67b44e1dc713e39b0de59.bindTooltip(\n", " `<div>\n", - " 43\n", + " road_id: RoadId(start=57784714, end=57787851, key=0)\n", + "distance: 4.647204633464091\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_9c890b23eff11efbc51625f944b431f7 = L.polyline(\n", - " [[37.548739999999995, -122.27171], [37.54807, -122.27381], [37.54838000000001, -122.27406], [37.54977999999999, -122.27446], [37.55051, -122.27448000000001], [37.55196999999999, -122.27517000000002], [37.55355, -122.27656000000002], [37.55432, -122.27748999999997], [37.55431, -122.27768000000002], [37.553509999999996, -122.27891], [37.550169999999994, -122.28236], [37.54611999999999, -122.28538], [37.54425999999999, -122.28868999999999], [37.54421, -122.28901], [37.54444, -122.28939000000001], [37.544830000000005, -122.28928], [37.54491, -122.28906999999997], [37.54475, -122.28862], [37.54288, -122.28662999999999], [37.53155999999999, -122.27608999999998], [37.52461999999999, -122.26843000000001], [37.50392999999999, -122.24490999999998], [37.493900000000004, -122.22521999999998], [37.491719999999994, -122.2199], [37.48792999999999, -122.20884999999997], [37.48486, -122.18601000000001], [37.47511, -122.16593], [37.45315, -122.12851999999997], [37.43978, -122.11354000000001], [37.4325, -122.10591], [37.41908, -122.08992], [37.41303, -122.081], [37.408809999999995, -122.07067999999998], [37.40334, -122.04821000000001], [37.395889999999994, -122.01440999999997], [37.39124, -121.99763000000002], [37.38945999999999, -121.99611999999999], [37.388249999999985, -121.99599000000002], [37.37422000000001, -121.99612999999998], [37.3733, -121.99630999999998], [37.36885, -121.99646999999997], [37.36683, -121.99607], [37.36675, -121.99302], [37.36582, -121.99257]],\n", - " {"bubblingMouseEvents": true, "color": "yellow", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "yellow", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_7702782d6bbbe161f921cfd6fd215b4a);\n", - " \n", - "</script>\n", - "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "plot_trace(batch_traces[3], point_color=\"black\", line_color=\"yellow\")" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [], - "source": [ - "geofence = Geofence.from_trace(batch_traces[3], padding=1e3)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
Make this Notebook Trusted to load map: File -> Trust Notebook
" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 15, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "plot_trace(batch_traces[3], point_color=\"black\", m=plot_geofence(geofence))\n" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Warning: found 1881 links with no geometry; creating geometries from the node lat/lon\n" - ] - } - ], - "source": [ - "nx_map = NxMap.from_geofence(geofence, network_type=NetworkType.DRIVE)" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
Make this Notebook Trusted to load map: File -> Trust Notebook
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# plot the matched results\n", + "plot_matches(match_result[0])" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Make this Notebook Trusted to load map: File -> Trust Notebook
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# plot the trace, along with the estimated path through the network\n", + "plot_trace(batch_traces[0], point_color=\"blue\", m=plot_path(match_result[0].path, crs=3857))" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Make this Notebook Trusted to load map: File -> Trust Notebook
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# plot the matched results\n", + "plot_matches(match_result[1])" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Make this Notebook Trusted to load map: File -> Trust Notebook
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# plot the trace, along with the estimated path through the network\n", + "plot_trace(batch_traces[1], point_color=\"blue\", m=plot_path(match_result[1].path, crs=3857))" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Make this Notebook Trusted to load map: File -> Trust Notebook
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# plot the matched results\n", + "plot_matches(match_result[3].matches)" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Make this Notebook Trusted to load map: File -> Trust Notebook
" ], "text/plain": [ - "" + "" ] }, - "execution_count": 17, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "plot_map(nx_map)" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [], - "source": [ - "matcher = LCSSMatcher(nx_map)\n", - "match_result = matcher.match_trace(batch_traces[3])" + "# plot the trace, along with the estimated path through the network\n", + "plot_trace(batch_traces[3], point_color=\"blue\", m=plot_path(match_result[3].path, crs=3857))" ] }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 21, "metadata": {}, "outputs": [ { @@ -45714,7 +10956,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_62bf475c084ee2b0863100380e480ec4 {\n", + " #map_0d0dbe5bcbd321d132cbb9267cf49d5c {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -45728,16 +10970,16 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_62bf475c084ee2b0863100380e480ec4" ></div>\n", + " <div class="folium-map" id="map_0d0dbe5bcbd321d132cbb9267cf49d5c" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_62bf475c084ee2b0863100380e480ec4 = L.map(\n", - " "map_62bf475c084ee2b0863100380e480ec4",\n", + " var map_0d0dbe5bcbd321d132cbb9267cf49d5c = L.map(\n", + " "map_0d0dbe5bcbd321d132cbb9267cf49d5c",\n", " {\n", - " center: [37.493900000000004, -122.22521999999998],\n", + " center: [37.81285999999999, -122.36223000000001],\n", " crs: L.CRS.EPSG3857,\n", " zoom: 11,\n", " zoomControl: true,\n", @@ -45749,1132 +10991,1234 @@ "\n", " \n", " \n", - " var tile_layer_338267a7df1f05db443b3237d27a6313 = L.tileLayer(\n", + " var tile_layer_7db770cb64a7c5d806ec32b0281f9044 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_338267a7df1f05db443b3237d27a6313.addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " tile_layer_7db770cb64a7c5d806ec32b0281f9044.addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " var circle_d5e3dde3a41bbce2e8e6e637c39549ae = L.circle(\n", - " [37.548739999999995, -122.27171],\n", + " var circle_82979618376df90bc3cdd9ecb65de39c = L.circle(\n", + " [37.78282, -122.46896],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_d5e3dde3a41bbce2e8e6e637c39549ae.bindTooltip(\n", + " circle_82979618376df90bc3cdd9ecb65de39c.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65395388, end=276566344, key=0)\n", - "distance: 37.13189012994801\n", + " road_id: RoadId(start=65356290, end=258910916, key=0)\n", + "distance: 28.320838414159393\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_354dc10887a4d1cdafe926ce7c5fd6eb = L.circle(\n", - " [37.54807, -122.27381],\n", + " var circle_95713b0361f183af598610b9f2c03677 = L.circle(\n", + " [37.78285000000001, -122.46668],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_354dc10887a4d1cdafe926ce7c5fd6eb.bindTooltip(\n", + " circle_95713b0361f183af598610b9f2c03677.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168199, end=415168195, key=0)\n", - "distance: 3.7681706021136385\n", + " road_id: RoadId(start=65356290, end=258910916, key=0)\n", + "distance: 227.29142188004909\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_768480b54ce47f2e41ad6483f8fb87ff = L.circle(\n", - " [37.54838000000001, -122.27406],\n", + " var circle_5effe5204c332344516e9739db2796a4 = L.circle(\n", + " [37.78089, -122.46642000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_768480b54ce47f2e41ad6483f8fb87ff.bindTooltip(\n", + " circle_5effe5204c332344516e9739db2796a4.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168199, end=415168195, key=0)\n", - "distance: 0.5841471831765931\n", + " road_id: RoadId(start=258911603, end=258911602, key=0)\n", + "distance: 2.68008247918083\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_e746fcf97ae1cc6d466ca75da69021fe = L.circle(\n", - " [37.54977999999999, -122.27446],\n", + " var circle_3da4df8e61120a2a48cd8b0a93fb48b6 = L.circle(\n", + " [37.78124, -122.45636],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_e746fcf97ae1cc6d466ca75da69021fe.bindTooltip(\n", + " circle_3da4df8e61120a2a48cd8b0a93fb48b6.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168199, end=415168195, key=0)\n", - "distance: 4.563891353192269\n", + " road_id: RoadId(start=258911593, end=4019282333, key=0)\n", + "distance: 8.346254539355117\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_824b89c6898c596e56a8c0f2fc49d7a4 = L.circle(\n", - " [37.55051, -122.27448000000001],\n", + " var circle_576f2f02b95e28d4ee8397cf8aed2f31 = L.circle(\n", + " [37.77868, -122.45546999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_824b89c6898c596e56a8c0f2fc49d7a4.bindTooltip(\n", + " circle_576f2f02b95e28d4ee8397cf8aed2f31.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168195, end=415168193, key=0)\n", - "distance: 5.632155418811884\n", + " road_id: RoadId(start=3998001353, end=65361705, key=0)\n", + "distance: 4.403329586180983\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_ad008519e646fbcf52856a15de60b624 = L.circle(\n", - " [37.55196999999999, -122.27517000000002],\n", + " var circle_a01759de3abd460bf43955f2d35e6565 = L.circle(\n", + " [37.77139, -122.45395],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_ad008519e646fbcf52856a15de60b624.bindTooltip(\n", + " circle_a01759de3abd460bf43955f2d35e6565.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168193, end=415168189, key=0)\n", - "distance: 2.87389703392337\n", + " road_id: RoadId(start=65289886, end=6949087637, key=0)\n", + "distance: 0.13523548853240805\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_7d83e5cbc7f5aba7d5e570e097b60060 = L.circle(\n", - " [37.55355, -122.27656000000002],\n", + " var circle_3ff94fbfc2c087e28ec134cbb1e79154 = L.circle(\n", + " [37.77123999999999, -122.45232999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_7d83e5cbc7f5aba7d5e570e097b60060.bindTooltip(\n", + " circle_3ff94fbfc2c087e28ec134cbb1e79154.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168189, end=415168187, key=0)\n", - "distance: 0.06321732573217692\n", + " road_id: RoadId(start=65310412, end=65310403, key=0)\n", + "distance: 2.725462232808676\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_501be8eb3449049849b2b98238ca82e5 = L.circle(\n", - " [37.55432, -122.27748999999997],\n", + " var circle_ade21ada46a5a238cdc7c0a078fe0bd1 = L.circle(\n", + " [37.77488, -122.42428],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_501be8eb3449049849b2b98238ca82e5.bindTooltip(\n", + " circle_ade21ada46a5a238cdc7c0a078fe0bd1.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=415168390, end=65417685, key=0)\n", - "distance: 11.287880671575335\n", + " road_id: RoadId(start=307638472, end=267455444, key=0)\n", + "distance: 6.343031916003951\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_0e73afc8a1e468328ffc550d74ee4651 = L.circle(\n", - " [37.55431, -122.27768000000002],\n", + " var circle_08db219846bf8edb36f4080753c89deb = L.circle(\n", + " [37.77477, -122.42411000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_0e73afc8a1e468328ffc550d74ee4651.bindTooltip(\n", + " circle_08db219846bf8edb36f4080753c89deb.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65417685, end=276571753, key=0)\n", - "distance: 1.1120944580878056\n", + " road_id: RoadId(start=267455444, end=2763295990, key=0)\n", + "distance: 8.832778873308008\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_0aced34de2f5056be2b2404c13691f9f = L.circle(\n", - " [37.553509999999996, -122.27891],\n", + " var circle_d1944d34991cb8f8de85e37727d5ccca = L.circle(\n", + " [37.77259999999999, -122.42371],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_0aced34de2f5056be2b2404c13691f9f.bindTooltip(\n", + " circle_d1944d34991cb8f8de85e37727d5ccca.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65417685, end=276571753, key=0)\n", - "distance: 2.4888327899419815\n", + " road_id: RoadId(start=267455448, end=267455452, key=0)\n", + "distance: 5.176210894182451\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c52b87c5a427b5159417686b8a0868db = L.circle(\n", - " [37.550169999999994, -122.28236],\n", + " var circle_4f6b162c9b31377c320d04d3368c2ae6 = L.circle(\n", + " [37.7715, -122.4232],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_c52b87c5a427b5159417686b8a0868db.bindTooltip(\n", + " circle_4f6b162c9b31377c320d04d3368c2ae6.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=276571753, end=65492836, key=0)\n", - "distance: 4.202162263005351\n", + " road_id: RoadId(start=258768383, end=2315555430, key=0)\n", + "distance: 1.931717437122021\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_ed72260d862b0590a4fbaff8c6770ab5 = L.circle(\n", - " [37.54611999999999, -122.28538],\n", + " var circle_c8272cccf339500837b805b8e99dcd41 = L.circle(\n", + " [37.77057, -122.42231999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_ed72260d862b0590a4fbaff8c6770ab5.bindTooltip(\n", + " circle_c8272cccf339500837b805b8e99dcd41.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65471603, end=1642836834, key=0)\n", - "distance: 0.4899286412238522\n", + " road_id: RoadId(start=258768383, end=2315555430, key=0)\n", + "distance: 0.42636651665185443\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_2563296e59f40fcf3233dce452fce624 = L.circle(\n", - " [37.54425999999999, -122.28868999999999],\n", + " var circle_06991362dbd703c64d2ead944cab25bb = L.circle(\n", + " [37.77026, -122.42175000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_2563296e59f40fcf3233dce452fce624.bindTooltip(\n", + " circle_06991362dbd703c64d2ead944cab25bb.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65377236, end=65353467, key=0)\n", - "distance: 10.853154588146204\n", + " road_id: RoadId(start=258768383, end=2315555430, key=0)\n", + "distance: 3.1610293876001574\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_cd134142efb721e74efce51b2617e7d3 = L.circle(\n", - " [37.54421, -122.28901],\n", + " var circle_6d9610cc6295982738c203cddda36d40 = L.circle(\n", + " [37.76987, -122.41872],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_cd134142efb721e74efce51b2617e7d3.bindTooltip(\n", + " circle_6d9610cc6295982738c203cddda36d40.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65377236, end=65353467, key=0)\n", - "distance: 25.672470245201527\n", + " road_id: RoadId(start=258768383, end=2315555430, key=0)\n", + "distance: 3.0326521470006877\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_75c9e8ec41f7ede7eb59b2cfeea6b02d = L.circle(\n", - " [37.54444, -122.28939000000001],\n", + " var circle_ea8bc7361c36d2a2835c45693f24fd41 = L.circle(\n", + " [37.76886999999999, -122.40696000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_75c9e8ec41f7ede7eb59b2cfeea6b02d.bindTooltip(\n", + " circle_ea8bc7361c36d2a2835c45693f24fd41.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65377236, end=65353467, key=0)\n", - "distance: 76.45381345555212\n", + " road_id: RoadId(start=733619113, end=308712276, key=0)\n", + "distance: 0.9846003088593601\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_5dcf06beae990b0bb0cb34f9c6ec8463 = L.circle(\n", - " [37.544830000000005, -122.28928],\n", + " var circle_4229458391b6f6dfaf59faa9047a9ec0 = L.circle(\n", + " [37.76908, -122.40584999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_5dcf06beae990b0bb0cb34f9c6ec8463.bindTooltip(\n", + " circle_4229458391b6f6dfaf59faa9047a9ec0.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65377236, end=65353467, key=0)\n", - "distance: 114.11127998215576\n", + " road_id: RoadId(start=733619113, end=308712276, key=0)\n", + "distance: 2.7132479295153793\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_7fbee4d3b5a2839b9872784a0b373f5c = L.circle(\n", - " [37.54491, -122.28906999999997],\n", + " var circle_1f4b0fbe9547cfa02d705b166dca3132 = L.circle(\n", + " [37.76941999999999, -122.40553999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_7fbee4d3b5a2839b9872784a0b373f5c.bindTooltip(\n", + " circle_1f4b0fbe9547cfa02d705b166dca3132.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65377236, end=65353467, key=0)\n", - "distance: 109.79729396990933\n", + " road_id: RoadId(start=733619113, end=308712276, key=0)\n", + "distance: 3.9061083731754898\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_41d33bd27a5ff99f747ab7d2eb100c67 = L.circle(\n", - " [37.54475, -122.28862],\n", + " var circle_db6b124e42580f93016a218c099218fc = L.circle(\n", + " [37.77015, -122.40547999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_41d33bd27a5ff99f747ab7d2eb100c67.bindTooltip(\n", + " circle_db6b124e42580f93016a218c099218fc.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65358295, end=65377236, key=0)\n", - "distance: 62.36863498241637\n", + " road_id: RoadId(start=733619113, end=308712276, key=0)\n", + "distance: 4.125881446430355\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d5fccf031b1273e619e49aeb10208de6 = L.circle(\n", - " [37.54288, -122.28662999999999],\n", + " var circle_1591fa55c296be1e4e8458bd7ec7306f = L.circle(\n", + " [37.77479, -122.40598],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_d5fccf031b1273e619e49aeb10208de6.bindTooltip(\n", + " circle_1591fa55c296be1e4e8458bd7ec7306f.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=564663743, end=437194911, key=0)\n", - "distance: 14.60280039255898\n", + " road_id: RoadId(start=298081952, end=65282559, key=0)\n", + "distance: 7.665660138617844\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4ce670b31ad2638a23afb57ff05a612b = L.circle(\n", - " [37.53155999999999, -122.27608999999998],\n", + " var circle_d9c353d5950bd7abef74f4b171fd936a = L.circle(\n", + " [37.775079999999996, -122.40575999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_4ce670b31ad2638a23afb57ff05a612b.bindTooltip(\n", + " circle_d9c353d5950bd7abef74f4b171fd936a.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=437194911, end=65367771, key=0)\n", - "distance: 2.140943561866345\n", + " road_id: RoadId(start=298081952, end=65282559, key=0)\n", + "distance: 7.0173186180271685\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4450a9f18abfab27866bea967cce981a = L.circle(\n", - " [37.52461999999999, -122.26843000000001],\n", + " var circle_aebc4a2b3354cb41f33ef195b981d4d0 = L.circle(\n", + " [37.77806, -122.40129999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_4450a9f18abfab27866bea967cce981a.bindTooltip(\n", + " circle_aebc4a2b3354cb41f33ef195b981d4d0.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65367771, end=428765474, key=0)\n", - "distance: 4.797974198627243\n", + " road_id: RoadId(start=65281061, end=65371963, key=0)\n", + "distance: 5.329787530080285\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_548af38c8bbf0a872360e3ea90183032 = L.circle(\n", - " [37.50392999999999, -122.24490999999998],\n", + " var circle_b26c19aa9184b2aa07827203fc8ec875 = L.circle(\n", + " [37.784649999999985, -122.39303999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_548af38c8bbf0a872360e3ea90183032.bindTooltip(\n", + " circle_b26c19aa9184b2aa07827203fc8ec875.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65485287, end=65381925, key=0)\n", - "distance: 6.14453428250201\n", + " road_id: RoadId(start=346138970, end=65285239, key=0)\n", + "distance: 0.03455070901809929\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_84becf7c74923ea8b759129d5a59e48a = L.circle(\n", - " [37.493900000000004, -122.22521999999998],\n", + " var circle_a2d2e6320eaf6da042817e82633a750c = L.circle(\n", + " [37.78656, -122.38977999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_84becf7c74923ea8b759129d5a59e48a.bindTooltip(\n", + " circle_a2d2e6320eaf6da042817e82633a750c.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65358806, end=65355466, key=0)\n", - "distance: 2.3916516316309475\n", + " road_id: RoadId(start=65290184, end=65290185, key=0)\n", + "distance: 42.54818358625939\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_ca1e6e906ac607ae748e35de74fe6a97 = L.circle(\n", - " [37.491719999999994, -122.2199],\n", + " var circle_60e6a8ce66bca3f953b9bdde3adf438a = L.circle(\n", + " [37.78794, -122.38879999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_ca1e6e906ac607ae748e35de74fe6a97.bindTooltip(\n", + " circle_60e6a8ce66bca3f953b9bdde3adf438a.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65358806, end=65355466, key=0)\n", - "distance: 7.2746540607058\n", + " road_id: RoadId(start=32927563, end=4377020523, key=0)\n", + "distance: 0.47470780786064865\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_a4bd52a47b5a0a14495ec36fc218372b = L.circle(\n", - " [37.48792999999999, -122.20884999999997],\n", + " var circle_4a43f4aae370d18a34d1c75727c62b69 = L.circle(\n", + " [37.81285999999999, -122.36223000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_a4bd52a47b5a0a14495ec36fc218372b.bindTooltip(\n", + " circle_4a43f4aae370d18a34d1c75727c62b69.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65355466, end=65485312, key=0)\n", - "distance: 5.9727345624686\n", + " road_id: RoadId(start=4377020523, end=1792813400, key=0)\n", + "distance: 15.780225696076613\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c45f5a02b188acadd1ebf4135f93b5e3 = L.circle(\n", - " [37.48486, -122.18601000000001],\n", + " var circle_353373cfe84d290325bda86568d94d83 = L.circle(\n", + " [37.816919999999996, -122.35521000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_c45f5a02b188acadd1ebf4135f93b5e3.bindTooltip(\n", + " circle_353373cfe84d290325bda86568d94d83.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65485312, end=69835800, key=0)\n", - "distance: 5.7083241198042165\n", + " road_id: RoadId(start=1792813400, end=6662894500, key=0)\n", + "distance: 0.2661981588588852\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_d60077c1377bd815ad106e34235ae306 = L.circle(\n", - " [37.47511, -122.16593],\n", + " var circle_7a3f1b32f687928192792b86a2bf8479 = L.circle(\n", + " [37.81938, -122.34603999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_d60077c1377bd815ad106e34235ae306.bindTooltip(\n", + " circle_7a3f1b32f687928192792b86a2bf8479.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65348550, end=65372919, key=0)\n", - "distance: 6.6800856572933895\n", + " road_id: RoadId(start=1792813400, end=6662894500, key=0)\n", + "distance: 2.916068828856269\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_66a30cedf3cf1cb372035f8eb1025d17 = L.circle(\n", - " [37.45315, -122.12851999999997],\n", + " var circle_8336f1c5436aaabef52237cb8e5a79ee = L.circle(\n", + " [37.8217, -122.32912],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_66a30cedf3cf1cb372035f8eb1025d17.bindTooltip(\n", + " circle_8336f1c5436aaabef52237cb8e5a79ee.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65382289, end=65828370, key=0)\n", - "distance: 8.255626695129095\n", + " road_id: RoadId(start=1792813400, end=6662894500, key=0)\n", + "distance: 1.7093570457946603\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_4b238e0071171d72e074ce8c4a0cd19d = L.circle(\n", - " [37.43978, -122.11354000000001],\n", + " var circle_b2dc22757d1ec042a32e3e155918f89f = L.circle(\n", + " [37.82278, -122.31957],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_4b238e0071171d72e074ce8c4a0cd19d.bindTooltip(\n", + " circle_b2dc22757d1ec042a32e3e155918f89f.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65405009, end=65400935, key=0)\n", - "distance: 6.319252369330427\n", + " road_id: RoadId(start=1463057948, end=30365438, key=0)\n", + "distance: 3.414127654158988\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_397c0ec60166eec5aa189fe9d7a75e48 = L.circle(\n", - " [37.4325, -122.10591],\n", + " var circle_f9c67e7b6d02acc58a0cd3dabf59b937 = L.circle(\n", + " [37.826139999999995, -122.29927000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_397c0ec60166eec5aa189fe9d7a75e48.bindTooltip(\n", + " circle_f9c67e7b6d02acc58a0cd3dabf59b937.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65405009, end=65400935, key=0)\n", - "distance: 5.824875667520556\n", + " road_id: RoadId(start=667726338, end=7786374367, key=0)\n", + "distance: 3.1238182267364754\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_52582f85157fec198d469f44bdf10cce = L.circle(\n", - " [37.41908, -122.08992],\n", + " var circle_2d25ae5b7541602e482733ed2d8af771 = L.circle(\n", + " [37.82679, -122.29120000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_52582f85157fec198d469f44bdf10cce.bindTooltip(\n", + " circle_2d25ae5b7541602e482733ed2d8af771.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65382597, end=65593180, key=0)\n", - "distance: 7.12614518821161\n", + " road_id: RoadId(start=7786374367, end=53003777, key=0)\n", + "distance: 3.4715686097316514\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_825e89cf5f75c7af4f39e21aabcea7e0 = L.circle(\n", - " [37.41303, -122.081],\n", + " var circle_3f007dccf665b4e0686b21cf37bca832 = L.circle(\n", + " [37.82722999999999, -122.28257999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_825e89cf5f75c7af4f39e21aabcea7e0.bindTooltip(\n", + " circle_3f007dccf665b4e0686b21cf37bca832.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65392096, end=65389683, key=0)\n", - "distance: 3.243272580534602\n", + " road_id: RoadId(start=99399187, end=95126814, key=0)\n", + "distance: 10.478850092277035\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_32be6564b90c0269255988829593cd5c = L.circle(\n", - " [37.408809999999995, -122.07067999999998],\n", + " var circle_03eb24143e28817796ce3bcfb378894d = L.circle(\n", + " [37.82519, -122.27352],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_32be6564b90c0269255988829593cd5c.bindTooltip(\n", + " circle_03eb24143e28817796ce3bcfb378894d.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65386032, end=1350115374, key=0)\n", - "distance: 7.657888403847622\n", + " road_id: RoadId(start=95126814, end=95126780, key=0)\n", + "distance: 7.570655183827379\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_25bb3127fff365a478cf92bf86e215ab = L.circle(\n", - " [37.40334, -122.04821000000001],\n", + " var circle_89f134eee720e194b3a34f5158301734 = L.circle(\n", + " [37.825320000000005, -122.26779999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_25bb3127fff365a478cf92bf86e215ab.bindTooltip(\n", + " circle_89f134eee720e194b3a34f5158301734.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65393813, end=447920760, key=0)\n", - "distance: 3.783968177766307\n", + " road_id: RoadId(start=95126780, end=95126452, key=0)\n", + "distance: 0.1764323773757434\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_a7b7b7dd1b6e94fcb8ec3d9a57394661 = L.circle(\n", - " [37.395889999999994, -122.01440999999997],\n", + " var circle_2aa8ac1eae1c4ee5fedfe4d94ce19580 = L.circle(\n", + " [37.825889999999994, -122.26737000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_a7b7b7dd1b6e94fcb8ec3d9a57394661.bindTooltip(\n", + " circle_2aa8ac1eae1c4ee5fedfe4d94ce19580.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65417858, end=1970807537, key=0)\n", - "distance: 4.50069119716032\n", + " road_id: RoadId(start=95126780, end=95126452, key=0)\n", + "distance: 1.5846502339808697\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_998f77b0a670f9167e053052a027647a = L.circle(\n", - " [37.39124, -121.99763000000002],\n", + " var circle_bf1d1a0d3ce6056e13f3c323d7e006ad = L.circle(\n", + " [37.83059, -122.26616000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_998f77b0a670f9167e053052a027647a.bindTooltip(\n", + " circle_bf1d1a0d3ce6056e13f3c323d7e006ad.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65415279, end=257881189, key=0)\n", - "distance: 7.641112651766065\n", + " road_id: RoadId(start=1003239892, end=904620175, key=0)\n", + "distance: 0.03429943034643224\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_68491445d35e6f641a0ca1d8f4b34d32 = L.circle(\n", - " [37.38945999999999, -121.99611999999999],\n", + " var circle_a3afe1bec3ea10182f1dc3c528a8f122 = L.circle(\n", + " [37.83529, -122.26567999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_68491445d35e6f641a0ca1d8f4b34d32.bindTooltip(\n", + " circle_a3afe1bec3ea10182f1dc3c528a8f122.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=257881189, end=2185799705, key=0)\n", - "distance: 4.831152256368145\n", + " road_id: RoadId(start=904620176, end=95323810, key=0)\n", + "distance: 32.42299153752429\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_7044626bc213bafcfc7050b68a4303ab = L.circle(\n", - " [37.388249999999985, -121.99599000000002],\n", + " var circle_1538ccc43f5a5b50dea6e4cac858925c = L.circle(\n", + " [37.83671999999999, -122.26806000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_7044626bc213bafcfc7050b68a4303ab.bindTooltip(\n", + " circle_1538ccc43f5a5b50dea6e4cac858925c.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=257881189, end=2185799705, key=0)\n", - "distance: 5.035575262604568\n", + " road_id: RoadId(start=95323810, end=4169996309, key=0)\n", + "distance: 4.9330052158508515\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_8cd06664398bd07cffef48fc199d3457 = L.circle(\n", - " [37.37422000000001, -121.99612999999998],\n", + " var circle_99bcf09e7dd4eebd20a51fffdfc17a0b = L.circle(\n", + " [37.838429999999995, -122.26928999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_8cd06664398bd07cffef48fc199d3457.bindTooltip(\n", + " circle_99bcf09e7dd4eebd20a51fffdfc17a0b.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=33106555, end=667714607, key=0)\n", - "distance: 5.403992091369963\n", + " road_id: RoadId(start=53079228, end=53126702, key=0)\n", + "distance: 13.170254593886328\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_23d925ad852ec969d65d1630492ec6b8 = L.circle(\n", - " [37.3733, -121.99630999999998],\n", + " var circle_70798e5a9fe3e7d99cebde424b485ae0 = L.circle(\n", + " [37.8434, -122.27040000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_23d925ad852ec969d65d1630492ec6b8.bindTooltip(\n", + " circle_70798e5a9fe3e7d99cebde424b485ae0.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=297690759, end=258968455, key=0)\n", - "distance: 6.8178685715941265\n", + " road_id: RoadId(start=53086204, end=53112621, key=0)\n", + "distance: 6.482115420694853\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_6fe2d3a3d3a9c0b22277d27fdf95ca81 = L.circle(\n", - " [37.36885, -121.99646999999997],\n", + " var circle_df869c2c6c266f689bb72a7ffbedb6d7 = L.circle(\n", + " [37.8438, -122.27095999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_6fe2d3a3d3a9c0b22277d27fdf95ca81.bindTooltip(\n", + " circle_df869c2c6c266f689bb72a7ffbedb6d7.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=258968455, end=33106550, key=0)\n", - "distance: 5.292976572433652\n", + " road_id: RoadId(start=53112621, end=53130610, key=0)\n", + "distance: 58.69563656725281\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_c9b83475bda4855df5480d8aaf556412 = L.circle(\n", - " [37.36683, -121.99607],\n", + " var circle_dc95ee2d2f5f840deae376ce9f0d4d15 = L.circle(\n", + " [37.84845, -122.27146999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_c9b83475bda4855df5480d8aaf556412.bindTooltip(\n", + " circle_dc95ee2d2f5f840deae376ce9f0d4d15.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=1126243283, end=1126243341, key=0)\n", - "distance: 5.470940191539928\n", + " road_id: RoadId(start=56063320, end=53090190, key=0)\n", + "distance: 2.3195222005566554\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_fe0000face45d83ac19508c1e7f6dd48 = L.circle(\n", - " [37.36675, -121.99302],\n", + " var circle_c772f7dc9425b84c55801203e5b611f9 = L.circle(\n", + " [37.85119, -122.27058000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_fe0000face45d83ac19508c1e7f6dd48.bindTooltip(\n", + " circle_c772f7dc9425b84c55801203e5b611f9.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65530571, end=65535694, key=0)\n", - "distance: 18.0133249938727\n", + " road_id: RoadId(start=247367166, end=53090188, key=0)\n", + "distance: 10.426505890996774\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_25399e1c461964f476ff45b0166d79fe = L.circle(\n", - " [37.36582, -121.99257],\n", + " var circle_0a741dce613f6ae367749a73be99ce84 = L.circle(\n", + " [37.85354000000001, -122.26948],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " circle_25399e1c461964f476ff45b0166d79fe.bindTooltip(\n", + " circle_0a741dce613f6ae367749a73be99ce84.bindTooltip(\n", " `<div>\n", - " road_id: RoadId(start=65530571, end=65535694, key=0)\n", - "distance: 154.95848776713999\n", + " road_id: RoadId(start=53066460, end=53090187, key=0)\n", + "distance: 4.989238906521563\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_ce1bc33c28dbe7689754562081459efb = L.polyline(\n", - " [[37.548712099999996, -122.27204169999999], [37.5486868, -122.27211070000001], [37.54850750000001, -122.272482], [37.5484016, -122.27267529999999], [37.54835359999999, -122.27279609999997], [37.5482968, -122.27293100000001], [37.54823059999998, -122.27310970000002]],\n", + " var circle_a07af6589448909f9aa3c4e7f9c26b03 = L.circle(\n", + " [37.85815, -122.26769],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " circle_a07af6589448909f9aa3c4e7f9c26b03.bindTooltip(\n", + " `<div>\n", + " road_id: RoadId(start=53064679, end=53037907, key=0)\n", + "distance: 0.10108739897162025\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var circle_904a8e29e0253ca228db32641558e500 = L.circle(\n", + " [37.85852, -122.2674],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " circle_904a8e29e0253ca228db32641558e500.bindTooltip(\n", + " `<div>\n", + " road_id: RoadId(start=53037907, end=53037909, key=0)\n", + "distance: 6.816869073848705\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var circle_373521adb59d34008e13761a8f822c44 = L.circle(\n", + " [37.8588, -122.26415],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " circle_373521adb59d34008e13761a8f822c44.bindTooltip(\n", + " `<div>\n", + " road_id: RoadId(start=1762740677, end=1762740671, key=0)\n", + "distance: 133.62505670538374\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var circle_ebe5d26e31ace25b412c16ee62c324e5 = L.circle(\n", + " [37.85961, -122.26428999999999],\n", + " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " circle_ebe5d26e31ace25b412c16ee62c324e5.bindTooltip(\n", + " `<div>\n", + " road_id: RoadId(start=1762740677, end=1762740671, key=0)\n", + "distance: 18.380135609559222\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_73717b38742bacc483d86a4e72d94390 = L.polyline(\n", + " [[37.782757, -122.4687184], [37.78199010000001, -122.46866589999999], [37.78183009999999, -122.4686563], [37.781725800000004, -122.46864919999999], [37.7816658, -122.468645], [37.78129169999999, -122.4686149], [37.7808949, -122.46858509999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_ce1bc33c28dbe7689754562081459efb.bindTooltip(\n", + " poly_line_73717b38742bacc483d86a4e72d94390.bindTooltip(\n", " `<div>\n", - " RoadId(start=65395388, end=276566344, key=0)\n", + " RoadId(start=65356290, end=258910916, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_4c104e75607d16f362b98d99df6e0f87 = L.polyline(\n", - " [[37.547967199999995, -122.27378000000002], [37.5483103, -122.2740078], [37.548487599999994, -122.27412549999997], [37.54883629999999, -122.27428320000001], [37.54919280000001, -122.2743688], [37.5494493, -122.27440949999999], [37.5498256, -122.27442029999999]],\n", + " var poly_line_473de5713f5bcbf5168fe8d63e0a03f2 = L.polyline(\n", + " [[37.780870099999994, -122.46643719999997], [37.780874399999995, -122.46634869999998], [37.78090160000001, -122.46579179999999], [37.780918699999994, -122.46536480000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_4c104e75607d16f362b98d99df6e0f87.bindTooltip(\n", + " poly_line_473de5713f5bcbf5168fe8d63e0a03f2.bindTooltip(\n", " `<div>\n", - " RoadId(start=415168199, end=415168195, key=0)\n", + " RoadId(start=258911603, end=258911602, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_f17e837d4a45b43b5d633ccd2e7ed54b = L.polyline(\n", - " [[37.5498256, -122.27442029999999], [37.55005969999999, -122.27441279999998], [37.5502827, -122.2744057], [37.550646799999996, -122.27444340000001], [37.550719599999994, -122.27445089999999]],\n", + " var poly_line_df4c73d90ba0351f95b3499d182321f1 = L.polyline(\n", + " [[37.7813295, -122.45630890000001], [37.781238599999995, -122.45628269999999], [37.7807804, -122.45619019999997], [37.7806633, -122.45616659999999], [37.78029909999999, -122.4560927], [37.78027470000001, -122.4560841], [37.780205800000005, -122.4560559]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_f17e837d4a45b43b5d633ccd2e7ed54b.bindTooltip(\n", + " poly_line_df4c73d90ba0351f95b3499d182321f1.bindTooltip(\n", " `<div>\n", - " RoadId(start=415168195, end=415168193, key=0)\n", + " RoadId(start=258911593, end=4019282333, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_42492b2bb702178282bc6f3939c00cce = L.polyline(\n", - " [[37.550719599999994, -122.27445089999999], [37.551028300000006, -122.274557], [37.551158199999996, -122.27460170000002], [37.5515076, -122.2747847], [37.5516055, -122.27485529999998], [37.5518744, -122.27506039999997], [37.55224689999999, -122.2753673], [37.552387599999996, -122.27548329999998], [37.5524344, -122.2755211], [37.5527314, -122.27576089999998]],\n", + " var poly_line_0e90dddacfc74a49f589f672342fcfe1 = L.polyline(\n", + " [[37.7796668, -122.45566439999999], [37.7796142, -122.45564200000001], [37.7795636, -122.45562319999998], [37.7795049, -122.45560389999999], [37.779435199999995, -122.4555857], [37.77936079999999, -122.45556850000001], [37.7788243, -122.45545980000001], [37.7779517, -122.4552791], [37.77771309999999, -122.4552359], [37.7776069, -122.4552359]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_42492b2bb702178282bc6f3939c00cce.bindTooltip(\n", + " poly_line_0e90dddacfc74a49f589f672342fcfe1.bindTooltip(\n", " `<div>\n", - " RoadId(start=415168193, end=415168189, key=0)\n", + " RoadId(start=3998001353, end=65361705, key=0)\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_930ed4b71709d52ea12d60544868c4a2 = L.polyline(\n", + " [[37.7713517, -122.45405390000002], [37.77139590000001, -122.45393059999999]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " poly_line_930ed4b71709d52ea12d60544868c4a2.bindTooltip(\n", + " `<div>\n", + " RoadId(start=65289886, end=6949087637, key=0)\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_235f548bceb5b9b2c6d35d5dcd81f8dc = L.polyline(\n", + " [[37.7714109, -122.45340230000001], [37.77128479999999, -122.45265130000001], [37.7712718, -122.45255380000002], [37.7712638, -122.45245759999997], [37.7712598, -122.452358], [37.77125829999999, -122.4522632]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " poly_line_235f548bceb5b9b2c6d35d5dcd81f8dc.bindTooltip(\n", + " `<div>\n", + " RoadId(start=65310412, end=65310403, key=0)\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_7104a4d71d47fb43683aa1223615498f = L.polyline(\n", + " [[37.775762799999995, -122.42434389999997], [37.7757324, -122.4243687], [37.7757037, -122.42438179999998], [37.775668299999985, -122.42438199999997], [37.77482079999999, -122.4242103]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", + " \n", + " \n", + " poly_line_7104a4d71d47fb43683aa1223615498f.bindTooltip(\n", + " `<div>\n", + " RoadId(start=307638472, end=267455444, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_ba1a08ace485247c8c57840f96813b35 = L.polyline(\n", - " [[37.5527314, -122.27576089999998], [37.5528773, -122.27590319999999], [37.5533184, -122.2763334], [37.5538369, -122.27683909999999], [37.55390619999999, -122.2769067], [37.55397249999999, -122.27696609999997], [37.554295999999994, -122.2772578], [37.55435069999999, -122.277307]],\n", + " var poly_line_e8068244cc86d98dbe74a075316288f4 = L.polyline(\n", + " [[37.77482079999999, -122.4242103], [37.7748348, -122.42409989999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_ba1a08ace485247c8c57840f96813b35.bindTooltip(\n", + " poly_line_e8068244cc86d98dbe74a075316288f4.bindTooltip(\n", " `<div>\n", - " RoadId(start=415168189, end=415168187, key=0)\n", + " RoadId(start=267455444, end=2763295990, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_7085b7567a0184497d3e13a71143a4a9 = L.polyline(\n", - " [[37.554465099999994, -122.277424], [37.554377900000006, -122.27756099999998]],\n", + " var poly_line_3366c9ea7194e59f28c2dfdf5633cc22 = L.polyline(\n", + " [[37.77295699999999, -122.423832], [37.7728742, -122.4238146], [37.77251729999999, -122.42373979999998], [37.7723998, -122.42371660000002], [37.7722956, -122.4236859], [37.7721787, -122.42363990000001], [37.77209909999999, -122.42359789999998], [37.772028899999995, -122.42355500000001], [37.7719984, -122.4235352], [37.77191839999999, -122.42348500000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_7085b7567a0184497d3e13a71143a4a9.bindTooltip(\n", + " poly_line_3366c9ea7194e59f28c2dfdf5633cc22.bindTooltip(\n", " `<div>\n", - " RoadId(start=415168390, end=65417685, key=0)\n", + " RoadId(start=267455448, end=267455452, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_1cdfa2a81e45061a5ffb9f94b73e1218 = L.polyline(\n", - " [[37.554377900000006, -122.27756099999998], [37.5543245, -122.27766960000001], [37.5543061, -122.2777067], [37.5541182, -122.27801489999999], [37.5539424, -122.2782727], [37.5538127, -122.27847119999998], [37.553657499999986, -122.27868309999998], [37.55352899999999, -122.2788549], [37.55313629999999, -122.2793442], [37.552574099999994, -122.27995600000001], [37.552365, -122.2801609], [37.55220409999998, -122.2803185], [37.552105899999994, -122.2804147]],\n", + " var poly_line_2ebfdaaf3ff814cbb46b79905d86fc64 = L.polyline(\n", + " [[37.7717996, -122.423409], [37.77173009999999, -122.4233652], [37.77139739999999, -122.42315439999999], [37.7713168, -122.42310109999998], [37.771226000000006, -122.423037], [37.77115380000001, -122.42298130000002], [37.7710677, -122.4229061], [37.7709703, -122.4228162], [37.7708828, -122.42272539999998], [37.7707898, -122.42261689999998], [37.770696599999994, -122.4224992], [37.77061009999999, -122.4223771], [37.7705265, -122.42224530000001], [37.7704496, -122.42210989999997], [37.7703784, -122.4219686], [37.77031459999999, -122.42182519999997], [37.770255999999996, -122.421676], [37.770202899999994, -122.42152169999999], [37.7701557, -122.42135810000002], [37.770116, -122.4211952], [37.77008409999999, -122.42103420000001], [37.7700607, -122.4208769], [37.7700432, -122.42070830000002], [37.7700308, -122.4205339], [37.7700229, -122.42036780000001], [37.770004, -122.4197758], [37.769996299999995, -122.41960840000002], [37.76998629999999, -122.419442], [37.76997149999999, -122.4192779], [37.769952, -122.4191105], [37.769929399999995, -122.4189491], [37.769902, -122.41877820000002], [37.76984449999999, -122.41844239999998], [37.7697601, -122.41793550000001], [37.769709799999994, -122.41761399999997], [37.769667899999995, -122.41732819999999], [37.76963839999999, -122.4171013], [37.76961289999999, -122.4168751], [37.76959709999999, -122.4166453], [37.76958509999999, -122.41641329999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_1cdfa2a81e45061a5ffb9f94b73e1218.bindTooltip(\n", + " poly_line_2ebfdaaf3ff814cbb46b79905d86fc64.bindTooltip(\n", " `<div>\n", - " RoadId(start=65417685, end=276571753, key=0)\n", + " RoadId(start=258768383, end=2315555430, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_06c3e3652011ba3183341c0de5ba4fac = L.polyline(\n", - " [[37.552105899999994, -122.2804147], [37.552004499999995, -122.28051979999998], [37.551302099999994, -122.2812484], [37.55066239999999, -122.2819007], [37.55019899999999, -122.28237940000001], [37.5498928, -122.28267900000002]],\n", + " var poly_line_816a56598ea0ff332fb01d3dd709dccf = L.polyline(\n", + " [[37.7691668, -122.4098208], [37.7690742, -122.4092523], [37.7690183, -122.40891190000002], [37.7689828, -122.4086769], [37.7689528, -122.40843970000002], [37.7689276, -122.40820279999997], [37.768916399999995, -122.40807970000002], [37.76890950000001, -122.40800320000001], [37.7689018, -122.4079179], [37.7688909, -122.4077597], [37.7688855, -122.4076817], [37.76888139999999, -122.40760339999997], [37.7688738, -122.40745689999999], [37.7688662, -122.40723339999998], [37.7688627, -122.4070276], [37.7688638, -122.40678629999998], [37.7688649, -122.40667100000002], [37.76886969999999, -122.40655549999997], [37.7688775, -122.40645059999999], [37.7688915, -122.4063424], [37.7689094, -122.40623879999998], [37.76893139999999, -122.40614159999998], [37.7689657, -122.40603309999997], [37.76900789999999, -122.40593579999995], [37.7690543, -122.40585160000002], [37.7691042, -122.40577279999998], [37.7691636, -122.40569900000001], [37.7692242, -122.40563839999999], [37.7692792, -122.40559120000002], [37.7693472, -122.405542], [37.7694153, -122.40550429999999], [37.76950299999999, -122.40546889999999], [37.7695993, -122.40544310000001], [37.7696592, -122.40543229999999], [37.76972460000001, -122.4054243], [37.7697904, -122.40541779999997], [37.7698668, -122.40541400000001], [37.7699474, -122.40541520000001], [37.7700218, -122.4054223], [37.7701007, -122.405433], [37.77017639999999, -122.40544759999999], [37.7702539, -122.40546920000001], [37.770336799999995, -122.4054973], [37.77042469999999, -122.4055326], [37.7705033, -122.40556699999999], [37.7705917, -122.40560619999997], [37.770762, -122.40568909999999], [37.77089789999999, -122.4057688], [37.7710039, -122.4058318], [37.77109930000001, -122.4058962], [37.771391599999994, -122.406081]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_06c3e3652011ba3183341c0de5ba4fac.bindTooltip(\n", + " poly_line_816a56598ea0ff332fb01d3dd709dccf.bindTooltip(\n", " `<div>\n", - " RoadId(start=276571753, end=65492836, key=0)\n", + " RoadId(start=733619113, end=308712276, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_8a2f44cda5c50415c1a7c0abd9b125e8 = L.polyline(\n", - " [[37.546262999999996, -122.285089], [37.5461751, -122.28526740000001], [37.54600549999999, -122.28558949999997], [37.54587999999999, -122.28582769999997]],\n", + " var poly_line_7cb90738447e55985e9095db2e868c50 = L.polyline(\n", + " [[37.77266469999999, -122.40657020000002], [37.77285489999999, -122.4065812], [37.77303499999999, -122.40658249999998], [37.77324699999999, -122.40656550000001], [37.77345509999999, -122.40652829999998], [37.7736581, -122.406478], [37.773844, -122.4064117], [37.774027600000004, -122.4063337], [37.7742366, -122.40623219999998], [37.77443, -122.40612819999997], [37.77462529999999, -122.4060127], [37.77482040000001, -122.4058816], [37.775022699999994, -122.40573089999998], [37.7752472, -122.40555389999997], [37.775473399999996, -122.4053561], [37.7756943, -122.40513850000002], [37.7758877, -122.4049309], [37.7760466, -122.4047544], [37.77621959999999, -122.40454159999997], [37.776380700000004, -122.40433620000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_8a2f44cda5c50415c1a7c0abd9b125e8.bindTooltip(\n", + " poly_line_7cb90738447e55985e9095db2e868c50.bindTooltip(\n", " `<div>\n", - " RoadId(start=65471603, end=1642836834, key=0)\n", + " RoadId(start=298081952, end=65282559, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_320512ccc918fb37470c9f56c2ceb952 = L.polyline(\n", - " [[37.5443517, -122.28835730000002], [37.543990099999995, -122.2890029]],\n", + " var poly_line_0b39baadb3d9a038e76beccbb5e425c3 = L.polyline(\n", + " [[37.77783929999999, -122.40161329999998], [37.777963299999996, -122.401384], [37.77809830000001, -122.40115490000001], [37.7782465, -122.40091669999998], [37.778417199999986, -122.40066330000002], [37.7785946, -122.4004203], [37.77879239999999, -122.4001649], [37.77898809999999, -122.3999275], [37.7792096, -122.39967350000002], [37.7795015, -122.3993275], [37.7805395, -122.39809609999999], [37.7817777, -122.39664990000001], [37.78240219999999, -122.39592729999997], [37.7832173, -122.3950027]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_320512ccc918fb37470c9f56c2ceb952.bindTooltip(\n", + " poly_line_0b39baadb3d9a038e76beccbb5e425c3.bindTooltip(\n", " `<div>\n", - " RoadId(start=65377236, end=65353467, key=0)\n", + " RoadId(start=65281061, end=65371963, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_b1e2b59f55fdbf632fbf591af117a337 = L.polyline(\n", - " [[37.54534449999999, -122.28667339999997], [37.54480610000001, -122.28757919999997], [37.5443517, -122.28835730000002]],\n", + " var poly_line_53f33eb37a004c82ff5f4d64d6234e29 = L.polyline(\n", + " [[37.785654400000006, -122.391502], [37.78544, -122.39174549999998], [37.785382, -122.39181309999996], [37.7853204, -122.3919012], [37.7852175, -122.39209020000001], [37.785120799999994, -122.3922611], [37.7850217, -122.39242740000002], [37.78472889999999, -122.39291529999998], [37.784653399999996, -122.3930354], [37.784610300000004, -122.39309979999999], [37.7845743, -122.39314669999997], [37.784533999999994, -122.3931846], [37.7844917, -122.39321809999997], [37.784443800000005, -122.39324299999997], [37.78439230000001, -122.3932596], [37.784340699999994, -122.39326259999999], [37.78428689999999, -122.39325739999997], [37.784229399999994, -122.39324329999998], [37.7841745, -122.3932157], [37.78412850000001, -122.39318080000001], [37.7840818, -122.39312890000001], [37.784039099999994, -122.39306830000001], [37.784009100000006, -122.3930045], [37.7839845, -122.39291880000002], [37.783975199999986, -122.39283610000001], [37.7839781, -122.3927546], [37.783989, -122.39268069999999], [37.7840072, -122.39260939999997], [37.78403780000001, -122.39254030000001], [37.7840752, -122.39248419999997], [37.7841155, -122.39243589999998], [37.7848267, -122.39166590000002], [37.7848872, -122.3916004], [37.7849377, -122.39155109999999], [37.7849888, -122.3915068], [37.7850447, -122.391466], [37.7851043, -122.39143429999999], [37.7851659, -122.3914101], [37.7852305, -122.3913921], [37.78529619999999, -122.39137909999998], [37.78535519999999, -122.3913736], [37.78541919999999, -122.39137499999998], [37.78548829999999, -122.3913829], [37.7855524, -122.3913993], [37.78562569999999, -122.39142860000001], [37.7856879, -122.39146169999998], [37.7857909, -122.39152280000002], [37.7858473, -122.39155340000002], [37.785899900000004, -122.39157590000002], [37.785961799999995, -122.3915953], [37.78602229999999, -122.3916109], [37.78629790000001, -122.39168910000001], [37.7863981, -122.3917225], [37.786452499999996, -122.39174570000002], [37.78649709999999, -122.3917717], [37.7865448, -122.391809], [37.7865968, -122.3918588], [37.7867003, -122.39198120000002], [37.7867713, -122.39207699999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_b1e2b59f55fdbf632fbf591af117a337.bindTooltip(\n", + " poly_line_53f33eb37a004c82ff5f4d64d6234e29.bindTooltip(\n", " `<div>\n", - " RoadId(start=65358295, end=65377236, key=0)\n", + " RoadId(start=346138970, end=65285239, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_66ccacdbd1c31d3a912515336d097f49 = L.polyline(\n", - " [[37.5438134, -122.2890564], [37.5437304, -122.2889173], [37.54368159999999, -122.2888217], [37.5436426, -122.2887283], [37.54360439999999, -122.2886136], [37.54357, -122.28849219999996], [37.54354169999999, -122.2883707], [37.5435068, -122.28819819999997], [37.54340609999999, -122.2877169], [37.54337819999999, -122.2876047], [37.54334529999999, -122.2874972], [37.54330759999999, -122.2873983], [37.54326389999999, -122.28730599999999], [37.543213599999994, -122.28721129999998], [37.54315429999998, -122.2871151], [37.5430979, -122.28703219999998], [37.5430373, -122.28695650000002], [37.542969, -122.28687909999998], [37.54289849999999, -122.28681010000001], [37.541956899999995, -122.2859355], [37.54152859999999, -122.28554060000002], [37.541414, -122.28543380000002], [37.5413083, -122.2853293], [37.54119709999999, -122.2852123], [37.540898, -122.284888], [37.54076599999999, -122.2847489], [37.54063679999999, -122.28461970000001], [37.54050449999999, -122.28448919999997], [37.5403824, -122.28436179999997], [37.54028149999999, -122.28424820000001], [37.54018069999999, -122.28412370000001], [37.5399798, -122.28385549999999]],\n", + " var poly_line_f48b1ea5d5efeb78f091d3730b3962a1 = L.polyline(\n", + " [[37.786927, -122.3887838], [37.78685399999999, -122.388875], [37.78684689999999, -122.38888389999998], [37.78668410000001, -122.38908749999999], [37.7865863, -122.38920979999997], [37.78653609999999, -122.3892725], [37.78631339999998, -122.389551], [37.7862984, -122.38956970000001], [37.786234, -122.3896503]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_66ccacdbd1c31d3a912515336d097f49.bindTooltip(\n", + " poly_line_f48b1ea5d5efeb78f091d3730b3962a1.bindTooltip(\n", " `<div>\n", - " RoadId(start=564663743, end=437194911, key=0)\n", + " RoadId(start=65290184, end=65290185, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_08a9f9833fb8aac285cda82aa3163972 = L.polyline(\n", - " [[37.5399798, -122.28385549999999], [37.5378564, -122.28189399999998], [37.5341975, -122.27850670000001], [37.533889, -122.27822109999998], [37.53196020000001, -122.27643559999999], [37.5316114, -122.276115], [37.5312712, -122.2757898], [37.53088409999999, -122.27540649999997], [37.53053059999999, -122.2750461], [37.5302079, -122.27470849999999], [37.52986889999999, -122.27434219999999], [37.5292046, -122.27365519999998]],\n", + " var poly_line_8dcf0339cd45ae8798c03562688e257b = L.polyline(\n", + " [[37.7859523, -122.390985], [37.7861827, -122.3906949], [37.7864781, -122.39037089999997], [37.8080581, -122.36726119999997], [37.80812099999999, -122.36719450000001], [37.80892729999999, -122.36633490000001], [37.809019, -122.3662409], [37.810136099999994, -122.36504320000002], [37.810457400000004, -122.3646896]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_08a9f9833fb8aac285cda82aa3163972.bindTooltip(\n", + " poly_line_8dcf0339cd45ae8798c03562688e257b.bindTooltip(\n", " `<div>\n", - " RoadId(start=437194911, end=65367771, key=0)\n", + " RoadId(start=32927563, end=4377020523, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_44e16f2ab17e25b38274056865deb62d = L.polyline(\n", - " [[37.5292046, -122.27365519999998], [37.52881519999999, -122.273154], [37.5259204, -122.26984550000002], [37.523088599999994, -122.2666369], [37.5214835, -122.2648194], [37.5214303, -122.26475909999999], [37.5213023, -122.2646142], [37.51953960000001, -122.2626259]],\n", + " var poly_line_bd4eb14613578a0732b21c249bc0f02f = L.polyline(\n", + " [[37.810457400000004, -122.3646896], [37.8107698, -122.36435320000001], [37.811069999999994, -122.36403180000002], [37.81131709999999, -122.36378719999998], [37.811618499999994, -122.36346939999999], [37.8119397, -122.3631259], [37.8120744, -122.36297819999999], [37.8122017, -122.36283480000002], [37.812303299999996, -122.36271639999997], [37.81239600000001, -122.3626094], [37.8124878, -122.36249790000001], [37.8125786, -122.36238590000002], [37.8126719, -122.36226810000001], [37.81276319999999, -122.36215280000002], [37.81285230000001, -122.36203609999998], [37.81294090000001, -122.361918], [37.8130279, -122.36180159999998], [37.81311639999999, -122.36168050000002], [37.81320139999999, -122.36156200000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_44e16f2ab17e25b38274056865deb62d.bindTooltip(\n", + " poly_line_bd4eb14613578a0732b21c249bc0f02f.bindTooltip(\n", " `<div>\n", - " RoadId(start=65367771, end=428765474, key=0)\n", + " RoadId(start=4377020523, end=1792813400, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_916e7ebf84384ead4554371795737e57 = L.polyline(\n", - " [[37.50634329999999, -122.24771789999998], [37.5051427, -122.24635859999997], [37.5038998, -122.24494999999999], [37.502159199999994, -122.24297740000002]],\n", + " var poly_line_137f5b7a6bb710f92a8200fd9bfd0eb7 = L.polyline(\n", + " [[37.81320139999999, -122.36156200000002], [37.81328559999999, -122.36144019999999], [37.81337059999999, -122.36131600000002], [37.813453599999995, -122.3611921], [37.81353419999999, -122.3610699], [37.813617199999996, -122.3609434], [37.81369680000001, -122.3608169], [37.8137769, -122.36068819999998], [37.813856799999996, -122.36055670000002], [37.8139325, -122.3604315], [37.8140079, -122.3603007], [37.8141222, -122.36010069999999], [37.8171499, -122.35480370000002], [37.817225099999995, -122.3546671], [37.8173001, -122.35453049999998], [37.81737089999999, -122.35439439999999], [37.81744350000001, -122.35425449999997], [37.8175127, -122.3541154], [37.817580299999996, -122.3539758], [37.8176477, -122.35383219999999], [37.81771810000001, -122.35367320000002], [37.8177823, -122.3535285], [37.817843399999994, -122.35338340000001], [37.8179045, -122.3532366], [37.8179642, -122.35308820000002], [37.81801919999999, -122.35294390000001], [37.81807499999999, -122.35279419999998], [37.81812800000001, -122.3526438], [37.81818179999999, -122.352486], [37.818232200000004, -122.35233599999997], [37.81827959999999, -122.35218690000002], [37.81832699999999, -122.3520304], [37.8183728, -122.3518744], [37.81841589999999, -122.35172039999999], [37.81845849999999, -122.3515633], [37.8184982, -122.35140839999998], [37.81853699999999, -122.3512501], [37.8185753, -122.3510867], [37.8186095, -122.3509318], [37.8186428, -122.3507728], [37.8186746, -122.350611], [37.818704100000005, -122.3504581], [37.8187327, -122.35029739999999], [37.81875569999999, -122.350155], [37.8187813, -122.34999], [37.8200228, -122.34150059999999], [37.8211781, -122.33360159999998], [37.821225899999995, -122.3332607], [37.821272500000006, -122.33293219999999], [37.82131700000001, -122.33260880000002], [37.82136010000001, -122.33228309999997], [37.8214018, -122.33195629999996], [37.821443099999996, -122.33163139999998], [37.82148229999999, -122.33130709999998], [37.82152, -122.33098560000002], [37.821561, -122.3306294], [37.8215941, -122.33031690000001], [37.82162639999999, -122.32999709999999], [37.82165869999999, -122.32967250000002], [37.82169110000001, -122.32934240000002], [37.8217225, -122.32901169999997], [37.82175139999999, -122.32868780000001], [37.8217798, -122.32834990000002], [37.821805999999995, -122.3280267], [37.82183109999999, -122.32771469999997], [37.8218389, -122.32761100000002], [37.82194440000001, -122.32621649999999], [37.821954500000004, -122.32605479999998], [37.8219695, -122.3257285], [37.8219775, -122.32556699999998], [37.82200329999999, -122.32523720000002], [37.82203059999999, -122.32491149999997], [37.822060500000006, -122.32458589999999], [37.82209309999999, -122.3242585], [37.82212739999999, -122.3239296], [37.822164799999996, -122.3236043], [37.8222048, -122.32327480000001], [37.822245, -122.32296479999997], [37.8222901, -122.32263929999999], [37.8223377, -122.32231519999999], [37.8223875, -122.3219912], [37.82244010000001, -122.3216662]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_916e7ebf84384ead4554371795737e57.bindTooltip(\n", + " poly_line_137f5b7a6bb710f92a8200fd9bfd0eb7.bindTooltip(\n", " `<div>\n", - " RoadId(start=65485287, end=65381925, key=0)\n", + " RoadId(start=1792813400, end=6662894500, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_1a349c7c0618f81cfcd257af682a7fa4 = L.polyline(\n", - " [[37.495072399999984, -122.2289724], [37.49478629999999, -122.22797080000001], [37.4946458, -122.2274737], [37.4944946, -122.22695249999998], [37.49436709999999, -122.22653979999997], [37.494237399999996, -122.22613579999997], [37.494108499999996, -122.22575360000002], [37.493917799999984, -122.22521740000002], [37.4937672, -122.22480220000001], [37.49359319999999, -122.22434230000002], [37.493416499999995, -122.22390039999998], [37.493235999999996, -122.22346420000001], [37.493054300000004, -122.2230433], [37.4928556, -122.22258920000002], [37.4912704, -122.21902200000001], [37.49122280000001, -122.21891520000001]],\n", + " var poly_line_3b6a0ee36d46ae3522cf0a02b6085bea = L.polyline(\n", + " [[37.82277559999999, -122.31973649999999], [37.82306109999999, -122.31810950000002], [37.82309159999999, -122.31794229999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_1a349c7c0618f81cfcd257af682a7fa4.bindTooltip(\n", + " poly_line_3b6a0ee36d46ae3522cf0a02b6085bea.bindTooltip(\n", " `<div>\n", - " RoadId(start=65358806, end=65355466, key=0)\n", + " RoadId(start=1463057948, end=30365438, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_17625dcdaf70e48cd778b81826d5c995 = L.polyline(\n", - " [[37.49122280000001, -122.21891520000001], [37.490427, -122.21713799999999], [37.4902365, -122.21670130000001], [37.49005019999999, -122.21626409999999], [37.48987129999999, -122.21582019999997], [37.48969689999999, -122.21537400000001], [37.4895976, -122.21510360000002], [37.48953160000001, -122.21492369999997], [37.489445599999996, -122.21468579999998], [37.48936809999999, -122.21447119999999], [37.4892074, -122.21400739999999], [37.4890754, -122.2135998], [37.4889791, -122.2132977], [37.48893579999999, -122.21316289999997], [37.488786899999994, -122.2126596], [37.4886867, -122.2123151], [37.4885574, -122.2118429], [37.4884363, -122.2113796], [37.48831679999999, -122.2108996], [37.488206299999995, -122.2104231], [37.4881021, -122.20994560000001], [37.48800399999999, -122.20946230000001], [37.48790939999999, -122.2089797], [37.4878239, -122.20849809999997], [37.4877432, -122.2080086], [37.4876666, -122.2075211], [37.48745729999999, -122.20588399999997]],\n", + " var poly_line_212b0f2e2cabbb579ce6654f2bb66100 = L.polyline(\n", + " [[37.82515670000001, -122.3046704], [37.8251598, -122.30445010000001], [37.825334600000005, -122.3035975], [37.8254237, -122.30311940000001], [37.825511299999995, -122.30263640000001], [37.825596, -122.3021532], [37.8256832, -122.30166779999999], [37.825772999999984, -122.301191], [37.825866999999995, -122.30070870000002], [37.8259627, -122.3002289], [37.82606139999999, -122.29975009999998], [37.8261632, -122.29926879999996], [37.8263322, -122.2984746]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_17625dcdaf70e48cd778b81826d5c995.bindTooltip(\n", + " poly_line_212b0f2e2cabbb579ce6654f2bb66100.bindTooltip(\n", " `<div>\n", - " RoadId(start=65355466, end=65485312, key=0)\n", + " RoadId(start=667726338, end=7786374367, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_e0d2d481230b663a6a1016011d267f33 = L.polyline(\n", - " [[37.48745729999999, -122.20588399999997], [37.485554999999984, -122.19052320000002], [37.48549359999999, -122.19002940000001], [37.48542619999999, -122.18950460000002], [37.4853607, -122.1890177], [37.48529109999999, -122.18853200000001], [37.485212, -122.18803899999999], [37.4851266, -122.18755669999997], [37.48503619999999, -122.187077], [37.4849427, -122.1865919], [37.48484119999999, -122.1861148], [37.484732799999996, -122.18563099999999]],\n", + " var poly_line_dce70d1453f667f5b3db897a956e4e78 = L.polyline(\n", + " [[37.8263322, -122.2984746], [37.82652230000001, -122.2975974], [37.826554599999994, -122.2974473], [37.826589799999994, -122.2972912], [37.82662849999999, -122.2971361], [37.82667310000001, -122.2969786], [37.8267163, -122.29682730000002], [37.8267635, -122.29667459999999], [37.8268146, -122.296523], [37.8268684, -122.2963736], [37.82692430000001, -122.29622600000002], [37.82698210000001, -122.29608170000002], [37.82715979999999, -122.29563759999999], [37.8272144, -122.2954949], [37.82727049999999, -122.29534129999999], [37.82732180000001, -122.29518650000001], [37.827367200000005, -122.29503229999997], [37.82740720000001, -122.29487390000001], [37.8274422, -122.2947153], [37.82747069999999, -122.29455539999996], [37.8274943, -122.29439239999998], [37.8275122, -122.2942317], [37.8275255, -122.2940636], [37.8275312, -122.293898], [37.8275324, -122.29373019999998], [37.827526999999996, -122.29356459999998], [37.82751639999999, -122.29340209999997], [37.8275014, -122.29323780000001], [37.8274785, -122.2930726], [37.82745059999999, -122.29290990000001], [37.827418099999996, -122.2927513], [37.8273786, -122.29259160000001], [37.827334300000004, -122.29243490000002], [37.827285599999996, -122.29228250000001], [37.827230099999994, -122.2921299], [37.8271693, -122.2919797], [37.82710670000001, -122.2918362], [37.8270396, -122.29169089999999], [37.82697309999999, -122.29155229999999], [37.82690709999999, -122.29140949999999], [37.82684400000001, -122.29126449999998], [37.8267852, -122.2911202], [37.8267279, -122.29096690000002], [37.8266775, -122.29082600000001], [37.8266262, -122.29067200000001], [37.82657389999999, -122.29051840000001], [37.826525600000004, -122.29036650000002], [37.826482, -122.29021260000002], [37.82644319999999, -122.2900557], [37.8264101, -122.2898948], [37.826381700000006, -122.2897373], [37.8263584, -122.2895753], [37.82633859999999, -122.28941499999998], [37.826322899999994, -122.28925350000002], [37.8263089, -122.28908649999997], [37.826303800000005, -122.2889276], [37.8263062, -122.28876360000001], [37.826312699999995, -122.28859499999997], [37.82632509999999, -122.28843560000001], [37.82636139999999, -122.28807179999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_e0d2d481230b663a6a1016011d267f33.bindTooltip(\n", + " poly_line_dce70d1453f667f5b3db897a956e4e78.bindTooltip(\n", " `<div>\n", - " RoadId(start=65485312, end=69835800, key=0)\n", + " RoadId(start=7786374367, end=53003777, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_8d083e6b6d5c3c88dbe1376a89480e11 = L.polyline(\n", - " [[37.48169289999999, -122.17741699999998], [37.47807999999999, -122.17113989999999], [37.47727619999999, -122.16974860000002], [37.47532669999999, -122.16639889999999], [37.4713022, -122.15956160000002], [37.47060489999999, -122.15839460000001]],\n", + " var poly_line_61aa3bfcfa9f50f15cd7e4c04c7f7e71 = L.polyline(\n", + " [[37.82647339999999, -122.2872424], [37.82675569999999, -122.28572929999997], [37.826874200000006, -122.28508889999998], [37.8270124, -122.2843704], [37.8272071, -122.28340329999999], [37.827257900000006, -122.2830975], [37.827293899999994, -122.28278099999999], [37.8273109, -122.2824592], [37.827315099999986, -122.2821561], [37.8273066, -122.28183960000001], [37.8272854, -122.28153379999999], [37.8272431, -122.28120929999999], [37.8271859, -122.28087939999999], [37.8269698, -122.2799324], [37.8266823, -122.2787236], [37.82653289999998, -122.2780954], [37.82645589999999, -122.27775510000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_8d083e6b6d5c3c88dbe1376a89480e11.bindTooltip(\n", + " poly_line_61aa3bfcfa9f50f15cd7e4c04c7f7e71.bindTooltip(\n", " `<div>\n", - " RoadId(start=65348550, end=65372919, key=0)\n", + " RoadId(start=99399187, end=95126814, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_3d1920fd0243fa79e568f29b0f523244 = L.polyline(\n", - " [[37.4577378, -122.1364623], [37.452785399999996, -122.1280235], [37.45257730000001, -122.12766519999995], [37.4523791, -122.1273503], [37.452111599999995, -122.12693019999998]],\n", + " var poly_line_3a1ceb093b25e55c6bb4e758693ea3d4 = L.polyline(\n", + " [[37.82645589999999, -122.27775510000001], [37.82577899999999, -122.27549440000001], [37.825646699999986, -122.2750026], [37.825109999999995, -122.27301299999998], [37.82487, -122.27202430000001], [37.824743899999994, -122.2715906]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_3d1920fd0243fa79e568f29b0f523244.bindTooltip(\n", + " poly_line_3a1ceb093b25e55c6bb4e758693ea3d4.bindTooltip(\n", " `<div>\n", - " RoadId(start=65382289, end=65828370, key=0)\n", + " RoadId(start=95126814, end=95126780, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_d188afa569de92a32021526d2325db91 = L.polyline(\n", - " [[37.44485749999999, -122.1189648], [37.4431351, -122.11714410000002], [37.440335, -122.11419549999998], [37.44007529999999, -122.11392269999999], [37.4398906, -122.1137298], [37.4369143, -122.1106098], [37.4321016, -122.1055601], [37.4319656, -122.1054174], [37.4306465, -122.1040384]],\n", + " var poly_line_ff9775511c64f7609603435cb41d66b3 = L.polyline(\n", + " [[37.824743899999994, -122.2715906], [37.8245131, -122.2705176], [37.824450299999995, -122.27016869999999], [37.8244285, -122.26988199999997], [37.82443899999999, -122.26955440000002], [37.824495500000005, -122.269206], [37.8245915, -122.2689158], [37.8247417, -122.26858059999998], [37.8248901, -122.2683258], [37.8250701, -122.26807090000001], [37.8252587, -122.26785369999997], [37.8254833, -122.2676498], [37.82569300000001, -122.267497], [37.8259303, -122.26736280000001], [37.82617609999999, -122.2672556], [37.8264684, -122.2671644], [37.8270646, -122.26693739999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_d188afa569de92a32021526d2325db91.bindTooltip(\n", + " poly_line_ff9775511c64f7609603435cb41d66b3.bindTooltip(\n", " `<div>\n", - " RoadId(start=65405009, end=65400935, key=0)\n", + " RoadId(start=95126780, end=95126452, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_dcd54e742fff77f199237eb1b3333bed = L.polyline(\n", - " [[37.42082249999999, -122.09244], [37.419428200000006, -122.09049489999998], [37.4184775, -122.08918439999998]],\n", + " var poly_line_20c605e26de6b77a6095724f0241d1c8 = L.polyline(\n", + " [[37.82972289999999, -122.2664034], [37.8310119, -122.2660411], [37.8313539, -122.2659423], [37.8317841, -122.26581899999996]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_dcd54e742fff77f199237eb1b3333bed.bindTooltip(\n", + " poly_line_20c605e26de6b77a6095724f0241d1c8.bindTooltip(\n", " `<div>\n", - " RoadId(start=65382597, end=65593180, key=0)\n", + " RoadId(start=1003239892, end=904620175, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_a60825b190c6978f5779476253800de8 = L.polyline(\n", - " [[37.4135101, -122.08209159999997], [37.4131983, -122.08143329999997], [37.41280099999999, -122.08055]],\n", + " var poly_line_f88f85f10050568b9958ffb2823cd588 = L.polyline(\n", + " [[37.832631000000006, -122.26570390000002], [37.83289760000001, -122.26568839999999], [37.83301399999999, -122.26568030000001], [37.83312599999999, -122.2656691], [37.8334661, -122.26561159999999], [37.83425609999998, -122.26547930000001], [37.83430919999999, -122.26547109999998], [37.8343543, -122.26546599999999], [37.83440379999999, -122.2654623], [37.83445009999999, -122.26546240000002], [37.8344972, -122.26546610000001], [37.8345446, -122.26547269999998], [37.8345905, -122.26548260000001], [37.834638899999995, -122.26549619999997], [37.8346854, -122.2655121], [37.834734399999995, -122.2655317], [37.834781, -122.26555369999998], [37.83483009999999, -122.26557970000002], [37.83487409999999, -122.2656073], [37.834919, -122.26564010000001], [37.83495820000001, -122.2656732], [37.835002, -122.26571570000002], [37.83504159999999, -122.26576090000002], [37.83508210000001, -122.2658161], [37.83512079999999, -122.26587889999999], [37.835155699999994, -122.26594309999999], [37.835189299999996, -122.26601139999997], [37.8352908, -122.26623809999998], [37.835347399999996, -122.26637], [37.8354175, -122.26652900000002], [37.8354901, -122.26669279999999], [37.835518799999996, -122.2667536], [37.8355481, -122.26681369999999], [37.8355749, -122.26686320000002], [37.83559940000001, -122.2669057], [37.835622199999996, -122.2669399], [37.8356518, -122.26697639999999], [37.83568530000001, -122.2670156], [37.8359556, -122.2673216]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_a60825b190c6978f5779476253800de8.bindTooltip(\n", + " poly_line_f88f85f10050568b9958ffb2823cd588.bindTooltip(\n", " `<div>\n", - " RoadId(start=65392096, end=65389683, key=0)\n", + " RoadId(start=904620176, end=95323810, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_2b691973d66390f598e6bcbef0de8601 = L.polyline(\n", - " [[37.4110226, -122.07633210000002], [37.410866799999994, -122.07592259999998], [37.4107838, -122.07569699999999], [37.4105264, -122.0750443], [37.41040339999999, -122.07475109999997], [37.410127, -122.07407289999999], [37.4092343, -122.07188250000002], [37.4088533, -122.0709478], [37.40872819999999, -122.0706261], [37.40860309999999, -122.0702934], [37.408477999999995, -122.06995449999998], [37.40836779999999, -122.06963139999998], [37.40826100000001, -122.06930259999999], [37.40815159999999, -122.06893659999999], [37.40806759999999, -122.06864010000001], [37.40797789999999, -122.0683069], [37.4078963, -122.06798219999999], [37.407808499999994, -122.0676069]],\n", + " var poly_line_0eb16b6af90a225cc36932b934e6cf29 = L.polyline(\n", + " [[37.8359556, -122.2673216], [37.8362334, -122.26757469999998], [37.8363768, -122.2677046], [37.8365514, -122.2678652], [37.836643599999995, -122.2679468], [37.83670089999999, -122.26799290000001], [37.8368723, -122.26812729999999], [37.8369292, -122.2681744], [37.8370402, -122.26827219999998], [37.83715839999999, -122.26837960000002], [37.837206900000005, -122.2684244]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_2b691973d66390f598e6bcbef0de8601.bindTooltip(\n", + " poly_line_0eb16b6af90a225cc36932b934e6cf29.bindTooltip(\n", " `<div>\n", - " RoadId(start=65386032, end=1350115374, key=0)\n", + " RoadId(start=95323810, end=4169996309, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_04c16ef6e8200f1430c12334643a895d = L.polyline(\n", - " [[37.405407399999994, -122.056615], [37.4052497, -122.05593909999999], [37.40508109999999, -122.0552436], [37.4048936, -122.05455429999998], [37.40431439999999, -122.05248709999998], [37.4040842, -122.0516085], [37.403928699999994, -122.0509692], [37.4037707, -122.0502842], [37.4036301, -122.04965389999997], [37.403049200000005, -122.0470173]],\n", + " var poly_line_81285c29305ff28cb3b5269d9a21ef8a = L.polyline(\n", + " [[37.83805670000001, -122.26897759999997], [37.8381372, -122.26902170000001], [37.838244599999996, -122.26907789999997], [37.8383615, -122.269134], [37.8384924, -122.26919239999998], [37.8386167, -122.2692432], [37.83873909999999, -122.26929020000001], [37.83886969999999, -122.26933790000001], [37.8389268, -122.26936169999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_04c16ef6e8200f1430c12334643a895d.bindTooltip(\n", + " poly_line_81285c29305ff28cb3b5269d9a21ef8a.bindTooltip(\n", " `<div>\n", - " RoadId(start=65393813, end=447920760, key=0)\n", + " RoadId(start=53079228, end=53126702, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_0457546ac6b1291116de9a5a77c3ba67 = L.polyline(\n", - " [[37.39642239999999, -122.01666809999999], [37.3956065, -122.01297639999997]],\n", + " var poly_line_b68687cec18bb792972fea8a04746b48 = L.polyline(\n", + " [[37.842759, -122.27020629999997], [37.84343820000001, -122.27034900000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_0457546ac6b1291116de9a5a77c3ba67.bindTooltip(\n", + " poly_line_b68687cec18bb792972fea8a04746b48.bindTooltip(\n", " `<div>\n", - " RoadId(start=65417858, end=1970807537, key=0)\n", + " RoadId(start=53086204, end=53112621, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_03d38c6e99efc5049cba3e89c0140618 = L.polyline(\n", - " [[37.39220089999999, -121.9997028], [37.3920637, -121.99954739999997], [37.3915773, -121.9981055], [37.391481799999994, -121.9978738], [37.39136069999999, -121.9976716], [37.391263599999995, -121.99756480000002], [37.391168099999994, -121.99749609999999], [37.390564399999995, -121.997277], [37.3903089, -121.99713569999997], [37.39021339999999, -121.99708420000002], [37.39008329999999, -121.9969606], [37.3899815, -121.9968438], [37.3898792, -121.9967151], [37.3898179, -121.99656920000001], [37.38976329999999, -121.9963718], [37.3897424, -121.99619799999999], [37.389742799999986, -121.99608850000001]],\n", + " var poly_line_56294c83f33e0666009abd7233cc20f1 = L.polyline(\n", + " [[37.84343820000001, -122.27034900000001], [37.8439082, -122.27044829999998], [37.8441622, -122.27050219999997], [37.8441956, -122.27050890000001], [37.8442736, -122.2705249]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_03d38c6e99efc5049cba3e89c0140618.bindTooltip(\n", + " poly_line_56294c83f33e0666009abd7233cc20f1.bindTooltip(\n", " `<div>\n", - " RoadId(start=65415279, end=257881189, key=0)\n", + " RoadId(start=53112621, end=53130610, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_528f4446d46ebd598c993eed728eeaad = L.polyline(\n", - " [[37.389742799999986, -121.99608850000001], [37.3889008, -121.996053], [37.38847200000001, -121.99603839999999], [37.3876856, -121.9960272], [37.38721489999999, -121.99602519999998]],\n", + " var poly_line_636f88787d1dbc4feb3462a202523b31 = L.polyline(\n", + " [[37.8471992, -122.2716411], [37.847244599999996, -122.27165439999999], [37.8472876, -122.27166299999999], [37.84735, -122.2716639], [37.84741499999999, -122.27165590000001], [37.84760920000001, -122.27161800000002], [37.8483184, -122.27147459999999], [37.84839420000001, -122.27145970000001], [37.848458399999984, -122.27144730000002], [37.848523099999994, -122.2714307], [37.8485859, -122.2714104], [37.8486732, -122.27137770000002], [37.848760999999996, -122.27134470000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_528f4446d46ebd598c993eed728eeaad.bindTooltip(\n", + " poly_line_636f88787d1dbc4feb3462a202523b31.bindTooltip(\n", " `<div>\n", - " RoadId(start=257881189, end=2185799705, key=0)\n", + " RoadId(start=56063320, end=53090190, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_af794ac8b5759a7a74d3abf312562aaf = L.polyline(\n", - " [[37.3747219, -121.99609570000001], [37.3740703, -121.9962038], [37.37406039999999, -121.996205], [37.37397449999999, -121.99622200000002]],\n", + " var poly_line_1ab92e0e1871de1b78036e838fea0d1b = L.polyline(\n", + " [[37.851039699999994, -122.27058299999999], [37.8511013, -122.27054129999999], [37.851162900000006, -122.27049059999999], [37.85120079999999, -122.2704525], [37.8512487, -122.2704049], [37.8513384, -122.27030880000001], [37.85136949999999, -122.27028149999998], [37.851379, -122.2702732], [37.85143119999999, -122.27024120000002], [37.85155189999999, -122.2701955], [37.851851399999994, -122.27008109999997], [37.8519548, -122.27004469999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_af794ac8b5759a7a74d3abf312562aaf.bindTooltip(\n", + " poly_line_1ab92e0e1871de1b78036e838fea0d1b.bindTooltip(\n", " `<div>\n", - " RoadId(start=33106555, end=667714607, key=0)\n", + " RoadId(start=247367166, end=53090188, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_3e5f376811ba2f3378b1f9cb565ada19 = L.polyline(\n", - " [[37.3738644, -121.9962519], [37.3738089, -121.9962629], [37.37308349999999, -121.99641859999998]],\n", + " var poly_line_efd48f87e01244dcf84264cf92d1e190 = L.polyline(\n", + " [[37.8534585, -122.2694641], [37.853876, -122.26930589999998], [37.8540057, -122.26925699999997], [37.8541993, -122.26918399999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_3e5f376811ba2f3378b1f9cb565ada19.bindTooltip(\n", + " poly_line_efd48f87e01244dcf84264cf92d1e190.bindTooltip(\n", " `<div>\n", - " RoadId(start=297690759, end=258968455, key=0)\n", + " RoadId(start=53066460, end=53090187, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_c7c7251c1731cdc1238c9e9f428c8479 = L.polyline(\n", - " [[37.37308349999999, -121.99641859999998], [37.372723199999996, -121.99648520000001], [37.3721489, -121.9965159], [37.371092299999994, -121.99651999999998], [37.3701082, -121.99652029999999], [37.3691347, -121.99652929999998], [37.3685836, -121.9965066], [37.3680313, -121.996448], [37.3676214, -121.99639009999999], [37.3674251, -121.9963624]],\n", + " var poly_line_faa399fddf099acf47a1a3f8e7aa9a61 = L.polyline(\n", + " [[37.857486, -122.267939], [37.857569500000004, -122.2679056], [37.857755999999995, -122.26783969999997], [37.857840599999996, -122.2678096], [37.8582706, -122.2676447], [37.8583675, -122.2676075], [37.85845049999999, -122.2675788]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_c7c7251c1731cdc1238c9e9f428c8479.bindTooltip(\n", + " poly_line_faa399fddf099acf47a1a3f8e7aa9a61.bindTooltip(\n", " `<div>\n", - " RoadId(start=258968455, end=33106550, key=0)\n", + " RoadId(start=53064679, end=53037907, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_6d0057f4fced04c933cd6dd3df4a8279 = L.polyline(\n", - " [[37.3667943, -121.99626379999995], [37.366789700000005, -121.9959992]],\n", + " var poly_line_83c060b58044e2ed1c153fd932656545 = L.polyline(\n", + " [[37.85845049999999, -122.2675788], [37.858464, -122.2674484], [37.8584676, -122.26742319999998], [37.858495, -122.2672295], [37.8585186, -122.2670354], [37.858520999999996, -122.2670155], [37.858532999999994, -122.26691990000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_6d0057f4fced04c933cd6dd3df4a8279.bindTooltip(\n", + " poly_line_83c060b58044e2ed1c153fd932656545.bindTooltip(\n", " `<div>\n", - " RoadId(start=1126243283, end=1126243341, key=0)\n", + " RoadId(start=53037907, end=53037909, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_49b5f5376f2b371e7c7209908dbcd3a2 = L.polyline(\n", - " [[37.3668653, -121.99429620000001], [37.3668661, -121.9942177], [37.366868399999994, -121.99399490000002], [37.3668696, -121.99387559999997], [37.36687209999999, -121.9936452], [37.3668748, -121.9933897], [37.3668773, -121.99314970000002], [37.3668791, -121.99297240000001]],\n", + " var poly_line_f7d01c19b7fc37161436d627a84bfd91 = L.polyline(\n", + " [[37.85977230000001, -122.2643847], [37.85975989999999, -122.2643784], [37.859749499999985, -122.26436779999997], [37.859742, -122.2643537], [37.8597381, -122.26433749999997], [37.8597381, -122.2643206]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_62bf475c084ee2b0863100380e480ec4);\n", + " ).addTo(map_0d0dbe5bcbd321d132cbb9267cf49d5c);\n", " \n", " \n", - " poly_line_49b5f5376f2b371e7c7209908dbcd3a2.bindTooltip(\n", + " poly_line_f7d01c19b7fc37161436d627a84bfd91.bindTooltip(\n", " `<div>\n", - " RoadId(start=65530571, end=65535694, key=0)\n", + " RoadId(start=1762740677, end=1762740671, key=0)\n", " </div>`,\n", " {"sticky": true}\n", " );\n", @@ -46883,21 +12227,22 @@ "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 19, + "execution_count": 21, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "plot_matches(match_result.matches)" + "# plot the matched results\n", + "plot_matches(match_result[4].matches)" ] }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 22, "metadata": {}, "outputs": [ { @@ -46930,7 +12275,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_04e3bd1749b7d0ca8f9ee966205d753b {\n", + " #map_7804dc8eef6cdb824c41b8443dc1f19c {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -46944,16 +12289,16 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_04e3bd1749b7d0ca8f9ee966205d753b" ></div>\n", + " <div class="folium-map" id="map_7804dc8eef6cdb824c41b8443dc1f19c" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_04e3bd1749b7d0ca8f9ee966205d753b = L.map(\n", - " "map_04e3bd1749b7d0ca8f9ee966205d753b",\n", + " var map_7804dc8eef6cdb824c41b8443dc1f19c = L.map(\n", + " "map_7804dc8eef6cdb824c41b8443dc1f19c",\n", " {\n", - " center: [37.4184775, -122.08918439999998],\n", + " center: [37.7848443, -122.39278359999997],\n", " crs: L.CRS.EPSG3857,\n", " zoom: 11,\n", " zoomControl: true,\n", @@ -46965,22 +12310,22 @@ "\n", " \n", " \n", - " var tile_layer_3943347ca10ac3af0dc954c6318cff0e = L.tileLayer(\n", + " var tile_layer_6873eb5e91a848d4685fd70a31d9093c = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_3943347ca10ac3af0dc954c6318cff0e.addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " tile_layer_6873eb5e91a848d4685fd70a31d9093c.addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " var poly_line_43e5a3fc308273597228b6324d16388c = L.polyline(\n", - " [[37.548712099999996, -122.27204169999999], [37.5486868, -122.27211070000001], [37.54850750000001, -122.272482], [37.5484016, -122.27267529999999], [37.54835359999999, -122.27279609999997], [37.5482968, -122.27293100000001], [37.54823059999998, -122.27310970000002]],\n", + " var poly_line_9e8bc61d85940ac597e0ccd3a3954f62 = L.polyline(\n", + " [[37.782757, -122.4687184], [37.78199010000001, -122.46866589999999], [37.78183009999999, -122.4686563], [37.781725800000004, -122.46864919999999], [37.7816658, -122.468645], [37.78129169999999, -122.4686149], [37.7808949, -122.46858509999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_43e5a3fc308273597228b6324d16388c.bindTooltip(\n", + " poly_line_9e8bc61d85940ac597e0ccd3a3954f62.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -46988,13 +12333,13 @@ " );\n", " \n", " \n", - " var poly_line_7bcfc1695af6f5a26a147bb8a8f89ac5 = L.polyline(\n", - " [[37.54823059999998, -122.27310970000002], [37.548227, -122.27321519999998], [37.5481687, -122.2733388]],\n", + " var poly_line_1d350f5bb6dff571f570ce86370ae7bb = L.polyline(\n", + " [[37.7808949, -122.46858509999997], [37.780773, -122.4685764]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_7bcfc1695af6f5a26a147bb8a8f89ac5.bindTooltip(\n", + " poly_line_1d350f5bb6dff571f570ce86370ae7bb.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -47002,13 +12347,13 @@ " );\n", " \n", " \n", - " var poly_line_f1bcd0d7bd7ac3b587906f20610adba8 = L.polyline(\n", - " [[37.5481687, -122.2733388], [37.5480079, -122.27369089999999], [37.547967199999995, -122.27378000000002]],\n", + " var poly_line_60823562336456ca2872680ecec636d9 = L.polyline(\n", + " [[37.780773, -122.4685764], [37.7807773, -122.4684889], [37.780808099999994, -122.4678048], [37.7808169, -122.46760939999999], [37.780821499999995, -122.46750880000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f1bcd0d7bd7ac3b587906f20610adba8.bindTooltip(\n", + " poly_line_60823562336456ca2872680ecec636d9.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -47016,13 +12361,13 @@ " );\n", " \n", " \n", - " var poly_line_f774c51cf5f35c06c49b6db398afcb18 = L.polyline(\n", - " [[37.547967199999995, -122.27378000000002], [37.5483103, -122.2740078], [37.548487599999994, -122.27412549999997], [37.54883629999999, -122.27428320000001], [37.54919280000001, -122.2743688], [37.5494493, -122.27440949999999], [37.5498256, -122.27442029999999]],\n", + " var poly_line_b36ed0fd815b935f71c0fd8541cdffd5 = L.polyline(\n", + " [[37.780821499999995, -122.46750880000002], [37.78082549999999, -122.46741659999999], [37.78083649999999, -122.46716229999998], [37.7808427, -122.46702059999997], [37.7808566, -122.4667824], [37.780870099999994, -122.46643719999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f774c51cf5f35c06c49b6db398afcb18.bindTooltip(\n", + " poly_line_b36ed0fd815b935f71c0fd8541cdffd5.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -47030,13 +12375,13 @@ " );\n", " \n", " \n", - " var poly_line_cd476a4d4c2bef2a819aa247e20a6682 = L.polyline(\n", - " [[37.5498256, -122.27442029999999], [37.55005969999999, -122.27441279999998], [37.5502827, -122.2744057], [37.550646799999996, -122.27444340000001], [37.550719599999994, -122.27445089999999]],\n", + " var poly_line_152c9464b85e8f1c776ee44bad6f1790 = L.polyline(\n", + " [[37.780870099999994, -122.46643719999997], [37.780874399999995, -122.46634869999998], [37.78090160000001, -122.46579179999999], [37.780918699999994, -122.46536480000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_cd476a4d4c2bef2a819aa247e20a6682.bindTooltip(\n", + " poly_line_152c9464b85e8f1c776ee44bad6f1790.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -47044,13 +12389,13 @@ " );\n", " \n", " \n", - " var poly_line_dc4e0e79bcc4bb0936d11ce702a902b1 = L.polyline(\n", - " [[37.550719599999994, -122.27445089999999], [37.551028300000006, -122.274557], [37.551158199999996, -122.27460170000002], [37.5515076, -122.2747847], [37.5516055, -122.27485529999998], [37.5518744, -122.27506039999997], [37.55224689999999, -122.2753673], [37.552387599999996, -122.27548329999998], [37.5524344, -122.2755211], [37.5527314, -122.27576089999998]],\n", + " var poly_line_fa3a25052dd93d73c7e6ec982193853c = L.polyline(\n", + " [[37.780918699999994, -122.46536480000002], [37.780958899999995, -122.4644802], [37.7809624, -122.46439849999999], [37.7809673, -122.46429489999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_dc4e0e79bcc4bb0936d11ce702a902b1.bindTooltip(\n", + " poly_line_fa3a25052dd93d73c7e6ec982193853c.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -47058,13 +12403,13 @@ " );\n", " \n", " \n", - " var poly_line_f0bb21425c9e98423672cba8ae07c591 = L.polyline(\n", - " [[37.5527314, -122.27576089999998], [37.5528773, -122.27590319999999], [37.5533184, -122.2763334], [37.5538369, -122.27683909999999], [37.55390619999999, -122.2769067], [37.55397249999999, -122.27696609999997], [37.554295999999994, -122.2772578], [37.55435069999999, -122.277307]],\n", + " var poly_line_0c4223cc6103fae86447edeaa3942028 = L.polyline(\n", + " [[37.7809673, -122.46429489999998], [37.7810158, -122.46322679999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f0bb21425c9e98423672cba8ae07c591.bindTooltip(\n", + " poly_line_0c4223cc6103fae86447edeaa3942028.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -47072,13 +12417,13 @@ " );\n", " \n", " \n", - " var poly_line_45f4185985c51c84f7f9945fd8ca0fcd = L.polyline(\n", - " [[37.55435069999999, -122.277307], [37.554465099999994, -122.277424]],\n", + " var poly_line_6c84e3ac79d4ab47bf8e0e4e06ae7edb = L.polyline(\n", + " [[37.7810158, -122.46322679999999], [37.78102009999999, -122.4631362], [37.78105119999999, -122.46248889999998], [37.7810644, -122.46215399999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_45f4185985c51c84f7f9945fd8ca0fcd.bindTooltip(\n", + " poly_line_6c84e3ac79d4ab47bf8e0e4e06ae7edb.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -47086,13 +12431,13 @@ " );\n", " \n", " \n", - " var poly_line_39a6ebc69e6898332a90dfa121ab903f = L.polyline(\n", - " [[37.554465099999994, -122.277424], [37.554377900000006, -122.27756099999998]],\n", + " var poly_line_0b668b00103b0a2020852634724f21e7 = L.polyline(\n", + " [[37.7810644, -122.46215399999998], [37.7810822, -122.46175], [37.78109640000001, -122.4614261], [37.7810995, -122.46136249999999], [37.7811036, -122.4612769], [37.78110779999999, -122.4611818], [37.781113000000005, -122.4610813]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_39a6ebc69e6898332a90dfa121ab903f.bindTooltip(\n", + " poly_line_0b668b00103b0a2020852634724f21e7.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -47100,13 +12445,13 @@ " );\n", " \n", " \n", - " var poly_line_011bb7bb32edc044007b4617248bfd7f = L.polyline(\n", - " [[37.554377900000006, -122.27756099999998], [37.5543245, -122.27766960000001], [37.5543061, -122.2777067], [37.5541182, -122.27801489999999], [37.5539424, -122.2782727], [37.5538127, -122.27847119999998], [37.553657499999986, -122.27868309999998], [37.55352899999999, -122.2788549], [37.55313629999999, -122.2793442], [37.552574099999994, -122.27995600000001], [37.552365, -122.2801609], [37.55220409999998, -122.2803185], [37.552105899999994, -122.2804147]],\n", + " var poly_line_6b4580eb5ec81bb8e2d1b42df1ff181b = L.polyline(\n", + " [[37.781113000000005, -122.4610813], [37.7811325, -122.46065260000002], [37.7811571, -122.46011049999998], [37.7811617, -122.46000999999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_011bb7bb32edc044007b4617248bfd7f.bindTooltip(\n", + " poly_line_6b4580eb5ec81bb8e2d1b42df1ff181b.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -47114,13 +12459,13 @@ " );\n", " \n", " \n", - " var poly_line_aeb838d6129e89237e75d23c2f6bdc8e = L.polyline(\n", - " [[37.552105899999994, -122.2804147], [37.552004499999995, -122.28051979999998], [37.551302099999994, -122.2812484], [37.55066239999999, -122.2819007], [37.55019899999999, -122.28237940000001], [37.5498928, -122.28267900000002]],\n", + " var poly_line_b15cf539ff07200df0a235203b8f5941 = L.polyline(\n", + " [[37.7811617, -122.46000999999998], [37.78120609999999, -122.4590291], [37.7812124, -122.4588903]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_aeb838d6129e89237e75d23c2f6bdc8e.bindTooltip(\n", + " poly_line_b15cf539ff07200df0a235203b8f5941.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -47128,13 +12473,13 @@ " );\n", " \n", " \n", - " var poly_line_def049787206c837d82c05da79f0ca2a = L.polyline(\n", - " [[37.5498928, -122.28267900000002], [37.5497888, -122.28278440000001], [37.5497257, -122.2828357]],\n", + " var poly_line_2982c9b8c6aa97882a3fa43afb06534e = L.polyline(\n", + " [[37.7812124, -122.4588903], [37.7812185, -122.45875699999999], [37.781219799999995, -122.45872899999998], [37.7812239, -122.4586381], [37.7812271, -122.4585665], [37.78123219999999, -122.45845469999999], [37.781245899999995, -122.4581533], [37.781259099999986, -122.4578624], [37.7812643, -122.45774780000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_def049787206c837d82c05da79f0ca2a.bindTooltip(\n", + " poly_line_2982c9b8c6aa97882a3fa43afb06534e.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -47142,13 +12487,13 @@ " );\n", " \n", " \n", - " var poly_line_96aaa86d88e1d165a164628ee0354a76 = L.polyline(\n", - " [[37.5497257, -122.2828357], [37.54937629999999, -122.28311950000001], [37.5489987, -122.28334660000002], [37.548800699999994, -122.2834289], [37.548588, -122.28351740000001], [37.54705919999999, -122.28411050000001], [37.546793799999996, -122.28425639999998], [37.5465788, -122.2845577], [37.5463493, -122.2849438], [37.546262999999996, -122.285089]],\n", + " var poly_line_fd9f6e69109ce29005a740cf5d335ec9 = L.polyline(\n", + " [[37.7812643, -122.45774780000002], [37.78126929999999, -122.4576366], [37.781295, -122.45706989999998], [37.781321299999995, -122.45648959999997], [37.781324399999995, -122.4564222], [37.7813295, -122.45630890000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_96aaa86d88e1d165a164628ee0354a76.bindTooltip(\n", + " poly_line_fd9f6e69109ce29005a740cf5d335ec9.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -47156,13 +12501,13 @@ " );\n", " \n", " \n", - " var poly_line_fc3b6eb0257615041c363c9f02939d1c = L.polyline(\n", - " [[37.546262999999996, -122.285089], [37.5461751, -122.28526740000001], [37.54600549999999, -122.28558949999997], [37.54587999999999, -122.28582769999997]],\n", + " var poly_line_1beeaed5d916c9522cb40c6fddfa0855 = L.polyline(\n", + " [[37.7813295, -122.45630890000001], [37.781238599999995, -122.45628269999999], [37.7807804, -122.45619019999997], [37.7806633, -122.45616659999999], [37.78029909999999, -122.4560927], [37.78027470000001, -122.4560841], [37.780205800000005, -122.4560559]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_fc3b6eb0257615041c363c9f02939d1c.bindTooltip(\n", + " poly_line_1beeaed5d916c9522cb40c6fddfa0855.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -47170,13 +12515,13 @@ " );\n", " \n", " \n", - " var poly_line_bd08dff21ee0d85d400ff5494d6618de = L.polyline(\n", - " [[37.54587999999999, -122.28582769999997], [37.54534449999999, -122.28667339999997]],\n", + " var poly_line_4fca809c20a4f802932d22a4b04876b7 = L.polyline(\n", + " [[37.780205800000005, -122.4560559], [37.780187, -122.456045], [37.780179100000005, -122.45603989999998], [37.7801444, -122.45601729999998], [37.78009049999999, -122.45597580000002], [37.7800418, -122.45593699999998], [37.77994619999998, -122.45585850000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_bd08dff21ee0d85d400ff5494d6618de.bindTooltip(\n", + " poly_line_4fca809c20a4f802932d22a4b04876b7.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -47184,13 +12529,13 @@ " );\n", " \n", " \n", - " var poly_line_2596c2e139518b6a79939e0fc5aa5098 = L.polyline(\n", - " [[37.54534449999999, -122.28667339999997], [37.54480610000001, -122.28757919999997], [37.5443517, -122.28835730000002]],\n", + " var poly_line_63edb0a0f018bb3707180c5e072e9d99 = L.polyline(\n", + " [[37.77994619999998, -122.45585850000002], [37.7798666, -122.45579299999997], [37.7798252, -122.45575889999999], [37.779779, -122.45572489999998], [37.7797229, -122.45569089999998], [37.7796668, -122.45566439999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_2596c2e139518b6a79939e0fc5aa5098.bindTooltip(\n", + " poly_line_63edb0a0f018bb3707180c5e072e9d99.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -47198,13 +12543,13 @@ " );\n", " \n", " \n", - " var poly_line_b6f16a99c0f80991716da1ed9321f3f5 = L.polyline(\n", - " [[37.5443517, -122.28835730000002], [37.543990099999995, -122.2890029]],\n", + " var poly_line_66246921053e40603f8876b41cf28005 = L.polyline(\n", + " [[37.7796668, -122.45566439999999], [37.7796142, -122.45564200000001], [37.7795636, -122.45562319999998], [37.7795049, -122.45560389999999], [37.779435199999995, -122.4555857], [37.77936079999999, -122.45556850000001], [37.7788243, -122.45545980000001], [37.7779517, -122.4552791], [37.77771309999999, -122.4552359], [37.7776069, -122.4552359]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_b6f16a99c0f80991716da1ed9321f3f5.bindTooltip(\n", + " poly_line_66246921053e40603f8876b41cf28005.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -47212,13 +12557,13 @@ " );\n", " \n", " \n", - " var poly_line_b39d91d475864351b877fac5618b7fde = L.polyline(\n", - " [[37.543990099999995, -122.2890029], [37.5438886, -122.28917420000002]],\n", + " var poly_line_ddc6992cc47580dc5d661a1bde32c8fb = L.polyline(\n", + " [[37.7776069, -122.4552359], [37.777498, -122.4552359], [37.77711010000001, -122.45515939999997], [37.77703719999999, -122.455145]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_b39d91d475864351b877fac5618b7fde.bindTooltip(\n", + " poly_line_ddc6992cc47580dc5d661a1bde32c8fb.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -47226,13 +12571,13 @@ " );\n", " \n", " \n", - " var poly_line_a64cb76223ee5c09319b3c06f36a7913 = L.polyline(\n", - " [[37.5438886, -122.28917420000002], [37.5438134, -122.2890564]],\n", + " var poly_line_a55f535da540c8cb98c892bd511cdd63 = L.polyline(\n", + " [[37.77703719999999, -122.455145], [37.7769692, -122.45513049999998], [37.7763935, -122.45500769999998], [37.7763251, -122.45499389999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_a64cb76223ee5c09319b3c06f36a7913.bindTooltip(\n", + " poly_line_a55f535da540c8cb98c892bd511cdd63.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -47240,13 +12585,13 @@ " );\n", " \n", " \n", - " var poly_line_39571770bd604818237dc76ab820341f = L.polyline(\n", - " [[37.5438134, -122.2890564], [37.5437304, -122.2889173], [37.54368159999999, -122.2888217], [37.5436426, -122.2887283], [37.54360439999999, -122.2886136], [37.54357, -122.28849219999996], [37.54354169999999, -122.2883707], [37.5435068, -122.28819819999997], [37.54340609999999, -122.2877169], [37.54337819999999, -122.2876047], [37.54334529999999, -122.2874972], [37.54330759999999, -122.2873983], [37.54326389999999, -122.28730599999999], [37.543213599999994, -122.28721129999998], [37.54315429999998, -122.2871151], [37.5430979, -122.28703219999998], [37.5430373, -122.28695650000002], [37.542969, -122.28687909999998], [37.54289849999999, -122.28681010000001], [37.541956899999995, -122.2859355], [37.54152859999999, -122.28554060000002], [37.541414, -122.28543380000002], [37.5413083, -122.2853293], [37.54119709999999, -122.2852123], [37.540898, -122.284888], [37.54076599999999, -122.2847489], [37.54063679999999, -122.28461970000001], [37.54050449999999, -122.28448919999997], [37.5403824, -122.28436179999997], [37.54028149999999, -122.28424820000001], [37.54018069999999, -122.28412370000001], [37.5399798, -122.28385549999999]],\n", + " var poly_line_15699793ac0e99d41f5fe9c77459e896 = L.polyline(\n", + " [[37.7763251, -122.45499389999999], [37.7757669, -122.4548809], [37.77570239999999, -122.45486869999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_39571770bd604818237dc76ab820341f.bindTooltip(\n", + " poly_line_15699793ac0e99d41f5fe9c77459e896.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -47254,13 +12599,13 @@ " );\n", " \n", " \n", - " var poly_line_c21181cecdd11618fc6bc841ca0468d0 = L.polyline(\n", - " [[37.5399798, -122.28385549999999], [37.5378564, -122.28189399999998], [37.5341975, -122.27850670000001], [37.533889, -122.27822109999998], [37.53196020000001, -122.27643559999999], [37.5316114, -122.276115], [37.5312712, -122.2757898], [37.53088409999999, -122.27540649999997], [37.53053059999999, -122.2750461], [37.5302079, -122.27470849999999], [37.52986889999999, -122.27434219999999], [37.5292046, -122.27365519999998]],\n", + " var poly_line_99675520de3df2e9244a5b550ee001c5 = L.polyline(\n", + " [[37.77570239999999, -122.45486869999999], [37.7756524, -122.45485649999998], [37.775590199999996, -122.45483340000001], [37.77553369999999, -122.45480600000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_c21181cecdd11618fc6bc841ca0468d0.bindTooltip(\n", + " poly_line_99675520de3df2e9244a5b550ee001c5.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -47268,13 +12613,13 @@ " );\n", " \n", " \n", - " var poly_line_a0434e70ca41fde564d6842b6dfcd56f = L.polyline(\n", - " [[37.5292046, -122.27365519999998], [37.52881519999999, -122.273154], [37.5259204, -122.26984550000002], [37.523088599999994, -122.2666369], [37.5214835, -122.2648194], [37.5214303, -122.26475909999999], [37.5213023, -122.2646142], [37.51953960000001, -122.2626259]],\n", + " var poly_line_0130809680f3911cc0b7b49d5c60d997 = L.polyline(\n", + " [[37.77553369999999, -122.45480600000002], [37.77548889999999, -122.45478150000001], [37.775445000000005, -122.45476719999998], [37.77520200000001, -122.45471629999999], [37.77513119999999, -122.4547048], [37.774856199999995, -122.45467509999997], [37.774764, -122.454668]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_a0434e70ca41fde564d6842b6dfcd56f.bindTooltip(\n", + " poly_line_0130809680f3911cc0b7b49d5c60d997.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -47282,13 +12627,13 @@ " );\n", " \n", " \n", - " var poly_line_15a10a0535a73e414dc42e3a69b7bb33 = L.polyline(\n", - " [[37.51953960000001, -122.2626259], [37.51898430000001, -122.2619976], [37.5180248, -122.2609056]],\n", + " var poly_line_15a3a6c650ac41b18ee47851b7e234b1 = L.polyline(\n", + " [[37.774764, -122.454668], [37.774688, -122.4546617], [37.774681, -122.4546596], [37.77452879999999, -122.45462939999999], [37.7743877, -122.4546007], [37.7743117, -122.45458529999998], [37.7742927, -122.4545812], [37.7741889, -122.45456039999998], [37.7737182, -122.4544648], [37.772985399999996, -122.45431550000002], [37.77297289999999, -122.45431350000001], [37.772902099999996, -122.45429909999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_15a10a0535a73e414dc42e3a69b7bb33.bindTooltip(\n", + " poly_line_15a3a6c650ac41b18ee47851b7e234b1.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -47296,13 +12641,13 @@ " );\n", " \n", " \n", - " var poly_line_8a539345502e3cd62ce718e09711dc2d = L.polyline(\n", - " [[37.5180248, -122.2609056], [37.51671429999999, -122.2594272], [37.5162955, -122.2589512], [37.51571119999999, -122.25828899999998], [37.514209599999994, -122.2565906], [37.51366130000001, -122.2559756], [37.5120286, -122.25413089999998], [37.5103077, -122.25218209999998], [37.50936389999999, -122.25113279999998], [37.50634329999999, -122.24771789999998]],\n", + " var poly_line_8e96701a6395011273f95d3fd109d0bd = L.polyline(\n", + " [[37.772902099999996, -122.45429909999999], [37.7728328, -122.45428469999999], [37.772787199999996, -122.4542758], [37.7726111, -122.45423999999998], [37.7725882, -122.45423540000002], [37.7724592, -122.45420749999998], [37.77205310000001, -122.45411580000001], [37.77198859999999, -122.45410249999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_8a539345502e3cd62ce718e09711dc2d.bindTooltip(\n", + " poly_line_8e96701a6395011273f95d3fd109d0bd.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -47310,13 +12655,13 @@ " );\n", " \n", " \n", - " var poly_line_e52b81092ee9b8101b175bbe81c6ef54 = L.polyline(\n", - " [[37.50634329999999, -122.24771789999998], [37.5051427, -122.24635859999997], [37.5038998, -122.24494999999999], [37.502159199999994, -122.24297740000002]],\n", + " var poly_line_2c76060e5d4619b8975ef134048699f4 = L.polyline(\n", + " [[37.77198859999999, -122.45410249999999], [37.77190879999999, -122.4540895]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_e52b81092ee9b8101b175bbe81c6ef54.bindTooltip(\n", + " poly_line_2c76060e5d4619b8975ef134048699f4.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -47324,13 +12669,13 @@ " );\n", " \n", " \n", - " var poly_line_f7e42a111e334834b761fb593ee43424 = L.polyline(\n", - " [[37.502159199999994, -122.24297740000002], [37.5008429, -122.2415026], [37.5000771, -122.240626], [37.4994798, -122.239936]],\n", + " var poly_line_5789e096e1bddfad5067c25aff1abb40 = L.polyline(\n", + " [[37.77190879999999, -122.4540895], [37.771841, -122.4540843]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f7e42a111e334834b761fb593ee43424.bindTooltip(\n", + " poly_line_5789e096e1bddfad5067c25aff1abb40.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -47338,13 +12683,13 @@ " );\n", " \n", " \n", - " var poly_line_08045d004012bc66aec6b500a306849d = L.polyline(\n", - " [[37.4994798, -122.239936], [37.4992051, -122.2396096], [37.498933199999996, -122.2392747], [37.49866999999999, -122.23892470000001], [37.4984118, -122.2385487], [37.498179500000006, -122.23817919999998], [37.497947399999994, -122.23778130000001], [37.49787409999999, -122.2376426], [37.49781229999999, -122.2375255], [37.4977017, -122.237316], [37.497676799999994, -122.237263], [37.49747579999998, -122.2368357], [37.4972945, -122.23642819999999], [37.497131, -122.2360146], [37.4969671, -122.23556230000001], [37.4968259, -122.23511669999999], [37.4966918, -122.23467909999998], [37.4959069, -122.23190680000002]],\n", + " var poly_line_5445839d305701ada7e9c971c09922b1 = L.polyline(\n", + " [[37.771841, -122.4540843], [37.7717476, -122.45413129999999], [37.7715814, -122.45409899999999], [37.771492, -122.4540834]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_08045d004012bc66aec6b500a306849d.bindTooltip(\n", + " poly_line_5445839d305701ada7e9c971c09922b1.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -47352,13 +12697,13 @@ " );\n", " \n", " \n", - " var poly_line_df6fb4a2157e10154b6bf246c1952a2f = L.polyline(\n", - " [[37.4959069, -122.23190680000002], [37.495072399999984, -122.2289724]],\n", + " var poly_line_d1b35b2fe1e6496a2695a54cc1eac652 = L.polyline(\n", + " [[37.771492, -122.4540834], [37.77141189999999, -122.45406590000002], [37.7713517, -122.45405390000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_df6fb4a2157e10154b6bf246c1952a2f.bindTooltip(\n", + " poly_line_d1b35b2fe1e6496a2695a54cc1eac652.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -47366,13 +12711,13 @@ " );\n", " \n", " \n", - " var poly_line_383f0174a948bbc43196a11fec1a9726 = L.polyline(\n", - " [[37.495072399999984, -122.2289724], [37.49478629999999, -122.22797080000001], [37.4946458, -122.2274737], [37.4944946, -122.22695249999998], [37.49436709999999, -122.22653979999997], [37.494237399999996, -122.22613579999997], [37.494108499999996, -122.22575360000002], [37.493917799999984, -122.22521740000002], [37.4937672, -122.22480220000001], [37.49359319999999, -122.22434230000002], [37.493416499999995, -122.22390039999998], [37.493235999999996, -122.22346420000001], [37.493054300000004, -122.2230433], [37.4928556, -122.22258920000002], [37.4912704, -122.21902200000001], [37.49122280000001, -122.21891520000001]],\n", + " var poly_line_eb64a418de887fc667f0965059f47791 = L.polyline(\n", + " [[37.7713517, -122.45405390000002], [37.77139590000001, -122.45393059999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_383f0174a948bbc43196a11fec1a9726.bindTooltip(\n", + " poly_line_eb64a418de887fc667f0965059f47791.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -47380,13 +12725,13 @@ " );\n", " \n", " \n", - " var poly_line_329e02a6063935a5a795a442b740228c = L.polyline(\n", - " [[37.49122280000001, -122.21891520000001], [37.490427, -122.21713799999999], [37.4902365, -122.21670130000001], [37.49005019999999, -122.21626409999999], [37.48987129999999, -122.21582019999997], [37.48969689999999, -122.21537400000001], [37.4895976, -122.21510360000002], [37.48953160000001, -122.21492369999997], [37.489445599999996, -122.21468579999998], [37.48936809999999, -122.21447119999999], [37.4892074, -122.21400739999999], [37.4890754, -122.2135998], [37.4889791, -122.2132977], [37.48893579999999, -122.21316289999997], [37.488786899999994, -122.2126596], [37.4886867, -122.2123151], [37.4885574, -122.2118429], [37.4884363, -122.2113796], [37.48831679999999, -122.2108996], [37.488206299999995, -122.2104231], [37.4881021, -122.20994560000001], [37.48800399999999, -122.20946230000001], [37.48790939999999, -122.2089797], [37.4878239, -122.20849809999997], [37.4877432, -122.2080086], [37.4876666, -122.2075211], [37.48745729999999, -122.20588399999997]],\n", + " var poly_line_26da57f5621b95e2773f1399a6e9fcfe = L.polyline(\n", + " [[37.77139590000001, -122.45393059999999], [37.771404999999994, -122.4538969], [37.7714178, -122.453839], [37.771425799999996, -122.45376699999997], [37.77143120000001, -122.45368340000002], [37.77143029999999, -122.45359719999999], [37.771423399999996, -122.4535009], [37.7714109, -122.45340230000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_329e02a6063935a5a795a442b740228c.bindTooltip(\n", + " poly_line_26da57f5621b95e2773f1399a6e9fcfe.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -47394,13 +12739,13 @@ " );\n", " \n", " \n", - " var poly_line_7916a912bc4fa39b4ab66f96a271b2c1 = L.polyline(\n", - " [[37.48745729999999, -122.20588399999997], [37.485554999999984, -122.19052320000002], [37.48549359999999, -122.19002940000001], [37.48542619999999, -122.18950460000002], [37.4853607, -122.1890177], [37.48529109999999, -122.18853200000001], [37.485212, -122.18803899999999], [37.4851266, -122.18755669999997], [37.48503619999999, -122.187077], [37.4849427, -122.1865919], [37.48484119999999, -122.1861148], [37.484732799999996, -122.18563099999999]],\n", + " var poly_line_7f50b64d88c7a0e439d21c06171352b7 = L.polyline(\n", + " [[37.7714109, -122.45340230000001], [37.77128479999999, -122.45265130000001], [37.7712718, -122.45255380000002], [37.7712638, -122.45245759999997], [37.7712598, -122.452358], [37.77125829999999, -122.4522632]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_7916a912bc4fa39b4ab66f96a271b2c1.bindTooltip(\n", + " poly_line_7f50b64d88c7a0e439d21c06171352b7.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -47408,13 +12753,13 @@ " );\n", " \n", " \n", - " var poly_line_1ed92c110effcf42a921cb7be1339fa4 = L.polyline(\n", - " [[37.484732799999996, -122.18563099999999], [37.4846329, -122.18519030000002], [37.4845125, -122.18471659999999], [37.4843908, -122.1842461], [37.4842625, -122.18377379999997], [37.484127099999995, -122.18330859999999], [37.48398749999999, -122.18284500000001], [37.48384639999998, -122.18238320000002], [37.4836964, -122.18192079999997], [37.48353989999999, -122.18146070000002], [37.48337879999998, -122.1810115], [37.48334139999999, -122.18095400000001]],\n", + " var poly_line_d2013c18e86f57a4673c755af14d8a8c = L.polyline(\n", + " [[37.77125829999999, -122.4522632], [37.77127419999999, -122.452169], [37.7714554, -122.45073099999998], [37.771471700000006, -122.4506197]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_1ed92c110effcf42a921cb7be1339fa4.bindTooltip(\n", + " poly_line_d2013c18e86f57a4673c755af14d8a8c.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -47422,13 +12767,13 @@ " );\n", " \n", " \n", - " var poly_line_12596c3a205551d0e66c95e99992982e = L.polyline(\n", - " [[37.48334139999999, -122.18095400000001], [37.4826638, -122.17924539999999], [37.48246279999999, -122.1788198], [37.482250799999996, -122.17839629999997], [37.482033799999996, -122.1779838], [37.48180409999999, -122.1775753], [37.48169289999999, -122.17741699999998]],\n", + " var poly_line_5ba19b37cd7c7981e8a59c39d0e07119 = L.polyline(\n", + " [[37.771471700000006, -122.4506197], [37.7714831, -122.45053499999999], [37.7715298, -122.4501712], [37.7716816, -122.4489728]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_12596c3a205551d0e66c95e99992982e.bindTooltip(\n", + " poly_line_5ba19b37cd7c7981e8a59c39d0e07119.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -47436,13 +12781,13 @@ " );\n", " \n", " \n", - " var poly_line_66443b45929706fe8ebf63955d398728 = L.polyline(\n", - " [[37.48169289999999, -122.17741699999998], [37.47807999999999, -122.17113989999999], [37.47727619999999, -122.16974860000002], [37.47532669999999, -122.16639889999999], [37.4713022, -122.15956160000002], [37.47060489999999, -122.15839460000001]],\n", + " var poly_line_06976d8e54359e731b352a4bb16ef4c4 = L.polyline(\n", + " [[37.7716816, -122.4489728], [37.7716935, -122.448882], [37.771879399999996, -122.44742099999999], [37.7718909, -122.44733099999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_66443b45929706fe8ebf63955d398728.bindTooltip(\n", + " poly_line_06976d8e54359e731b352a4bb16ef4c4.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -47450,13 +12795,13 @@ " );\n", " \n", " \n", - " var poly_line_2e134b01355f2fbf99f92d7a811d707e = L.polyline(\n", - " [[37.47060489999999, -122.15839460000001], [37.467982299999996, -122.15391999999999]],\n", + " var poly_line_ec37810209c802fd2a5bf64aff32a82b = L.polyline(\n", + " [[37.7718909, -122.44733099999999], [37.77190239999999, -122.44724], [37.7719915, -122.44654129999999], [37.7720216, -122.44630509999999], [37.7720752, -122.445884], [37.7720935, -122.445742]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_2e134b01355f2fbf99f92d7a811d707e.bindTooltip(\n", + " poly_line_ec37810209c802fd2a5bf64aff32a82b.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -47464,13 +12809,13 @@ " );\n", " \n", " \n", - " var poly_line_33aa0df77bf58f5bdf4e03fdfae548e9 = L.polyline(\n", - " [[37.467982299999996, -122.15391999999999], [37.46769629999999, -122.15341919999999], [37.4672762, -122.15268359999997], [37.46621069999999, -122.1508992]],\n", + " var poly_line_08576cfd8a879c08b102bb2d2e7af063 = L.polyline(\n", + " [[37.7720935, -122.445742], [37.7721122, -122.44559399999997], [37.77231059999999, -122.44403769999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_33aa0df77bf58f5bdf4e03fdfae548e9.bindTooltip(\n", + " poly_line_08576cfd8a879c08b102bb2d2e7af063.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -47478,13 +12823,13 @@ " );\n", " \n", " \n", - " var poly_line_16de71c4333c3805effe8bd3a013c916 = L.polyline(\n", - " [[37.46621069999999, -122.1508992], [37.4639341, -122.14700569999998], [37.46244219999999, -122.144515]],\n", + " var poly_line_f8930f9fc3e8ac1f01717f8169caa3bd = L.polyline(\n", + " [[37.77231059999999, -122.44403769999998], [37.772316999999994, -122.443987], [37.77251890000001, -122.44240379999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_16de71c4333c3805effe8bd3a013c916.bindTooltip(\n", + " poly_line_f8930f9fc3e8ac1f01717f8169caa3bd.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -47492,13 +12837,13 @@ " );\n", " \n", " \n", - " var poly_line_35a9737ef75cdd7b8f00c02ee8229525 = L.polyline(\n", - " [[37.46244219999999, -122.144515], [37.46074919999999, -122.1415929], [37.4582, -122.1372498], [37.4577378, -122.1364623]],\n", + " var poly_line_8abdb53bf854e0e841efbb19da1b65e3 = L.polyline(\n", + " [[37.77251890000001, -122.44240379999998], [37.77253050000001, -122.44231000000002], [37.7726306, -122.4415271], [37.7727121, -122.44086799999997], [37.77272390000001, -122.44075080000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_35a9737ef75cdd7b8f00c02ee8229525.bindTooltip(\n", + " poly_line_8abdb53bf854e0e841efbb19da1b65e3.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -47506,13 +12851,13 @@ " );\n", " \n", " \n", - " var poly_line_101ebb93210517e952fc1eae60840ee9 = L.polyline(\n", - " [[37.4577378, -122.1364623], [37.452785399999996, -122.1280235], [37.45257730000001, -122.12766519999995], [37.4523791, -122.1273503], [37.452111599999995, -122.12693019999998]],\n", + " var poly_line_1040c4f6aa3d27227220cc28f4fea9b7 = L.polyline(\n", + " [[37.77272390000001, -122.44075080000002], [37.77274030000001, -122.44061700000002], [37.772871499999994, -122.43953579999999], [37.7729121, -122.4392161], [37.7729258, -122.43910859999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_101ebb93210517e952fc1eae60840ee9.bindTooltip(\n", + " poly_line_1040c4f6aa3d27227220cc28f4fea9b7.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -47520,13 +12865,13 @@ " );\n", " \n", " \n", - " var poly_line_951afa2bf91895cf15aee587297c7c93 = L.polyline(\n", - " [[37.452111599999995, -122.12693019999998], [37.45178709999999, -122.1264618], [37.4515922, -122.12619209999997], [37.451316399999996, -122.1258305], [37.4510345, -122.12548190000001], [37.4507445, -122.12514580000001], [37.4504479, -122.12481949999997], [37.447215, -122.1214221], [37.44559999999999, -122.11972859999999], [37.44485749999999, -122.1189648]],\n", + " var poly_line_f4e3c4d1581f0dda50264ba24ccf7a7f = L.polyline(\n", + " [[37.7729258, -122.43910859999998], [37.7729383, -122.4390094], [37.77299119999999, -122.4385941], [37.77300939999999, -122.4384511], [37.77304139999999, -122.43819979999998], [37.77306680000001, -122.438], [37.77312040000001, -122.43757810000001], [37.7731321, -122.4374868]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_951afa2bf91895cf15aee587297c7c93.bindTooltip(\n", + " poly_line_f4e3c4d1581f0dda50264ba24ccf7a7f.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -47534,13 +12879,13 @@ " );\n", " \n", " \n", - " var poly_line_90f6a8c411ef2d39548ff1b51928d28b = L.polyline(\n", - " [[37.44485749999999, -122.1189648], [37.4431351, -122.11714410000002], [37.440335, -122.11419549999998], [37.44007529999999, -122.11392269999999], [37.4398906, -122.1137298], [37.4369143, -122.1106098], [37.4321016, -122.1055601], [37.4319656, -122.1054174], [37.4306465, -122.1040384]],\n", + " var poly_line_479d8cf66c6f7240be750ccf4b1a7a81 = L.polyline(\n", + " [[37.7731321, -122.4374868], [37.77314380000001, -122.437395]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_90f6a8c411ef2d39548ff1b51928d28b.bindTooltip(\n", + " poly_line_479d8cf66c6f7240be750ccf4b1a7a81.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -47548,13 +12893,13 @@ " );\n", " \n", " \n", - " var poly_line_8bdeddceee20f362221ccb8d1e6240c2 = L.polyline(\n", - " [[37.4306465, -122.1040384], [37.4293201, -122.10264409999998], [37.42808819999999, -122.10137370000001]],\n", + " var poly_line_fc46d063d33d7aec2cee1c88b3d56b5e = L.polyline(\n", + " [[37.77314380000001, -122.437395], [37.773154, -122.4373145], [37.7731652, -122.43722620000001], [37.7731918, -122.43701680000001], [37.7732038, -122.43692280000002], [37.77321310000001, -122.43684960000002], [37.7732918, -122.43623030000002], [37.77333509999999, -122.43589040000002], [37.773350199999996, -122.4357721]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_8bdeddceee20f362221ccb8d1e6240c2.bindTooltip(\n", + " poly_line_fc46d063d33d7aec2cee1c88b3d56b5e.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -47562,13 +12907,13 @@ " );\n", " \n", " \n", - " var poly_line_a473f4627e71add9ef392ac5fd344c94 = L.polyline(\n", - " [[37.42808819999999, -122.10137370000001], [37.426512699999996, -122.09970190000001], [37.4261067, -122.09927739999999], [37.42570719999999, -122.09884859999997], [37.4253316, -122.0984309], [37.42496619999999, -122.09801029999997], [37.42457079999999, -122.09753390000002], [37.424196, -122.09705649999997], [37.4237486, -122.0964557], [37.4232959, -122.0958276], [37.4209703, -122.09264290000002]],\n", + " var poly_line_8282042e1f3fa3fa71146677ce8c2551 = L.polyline(\n", + " [[37.773350199999996, -122.4357721], [37.773362000000006, -122.43567899999998], [37.77342, -122.43522329999998], [37.7735453, -122.43423779999999], [37.773559399999996, -122.4341274]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_a473f4627e71add9ef392ac5fd344c94.bindTooltip(\n", + " poly_line_8282042e1f3fa3fa71146677ce8c2551.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -47576,13 +12921,13 @@ " );\n", " \n", " \n", - " var poly_line_e73962c435e1d84caa7d1db018092be2 = L.polyline(\n", - " [[37.4209703, -122.09264290000002], [37.42082249999999, -122.09244]],\n", + " var poly_line_d3addcaf521e4bf80d031e58c1438a07 = L.polyline(\n", + " [[37.773559399999996, -122.4341274], [37.77357159999999, -122.43403119999999], [37.773681499999995, -122.433168], [37.773755, -122.43259560000001], [37.773768200000006, -122.4324859]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_e73962c435e1d84caa7d1db018092be2.bindTooltip(\n", + " poly_line_d3addcaf521e4bf80d031e58c1438a07.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -47590,13 +12935,13 @@ " );\n", " \n", " \n", - " var poly_line_183ac3da82ec58a588b53bc1dbdc9b08 = L.polyline(\n", - " [[37.42082249999999, -122.09244], [37.419428200000006, -122.09049489999998], [37.4184775, -122.08918439999998]],\n", + " var poly_line_c11febab2e7b930c3789c159c6d2e369 = L.polyline(\n", + " [[37.773768200000006, -122.4324859], [37.773779499999996, -122.43239420000002], [37.7739446, -122.4310985], [37.773964199999995, -122.43095419999997], [37.773977599999995, -122.430839]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_183ac3da82ec58a588b53bc1dbdc9b08.bindTooltip(\n", + " poly_line_c11febab2e7b930c3789c159c6d2e369.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -47604,13 +12949,13 @@ " );\n", " \n", " \n", - " var poly_line_3a5e3cf3052b90df143bd0a9cad96524 = L.polyline(\n", - " [[37.4184775, -122.08918439999998], [37.4164514, -122.0864013], [37.41484609999999, -122.0841921], [37.41466259999999, -122.08393419999999], [37.41450079999999, -122.08369919999998], [37.4143349, -122.0834438], [37.414087499999994, -122.08305870000001], [37.41385029999999, -122.08265829999998], [37.41376749999999, -122.082512], [37.41362019999999, -122.0822517], [37.4135101, -122.08209159999997]],\n", + " var poly_line_f399c151dc1b44b8b87b72be8e3dc87a = L.polyline(\n", + " [[37.773977599999995, -122.430839], [37.77398829999999, -122.43074479999997], [37.7740464, -122.4302984], [37.774081100000004, -122.4300255], [37.77415439999999, -122.42944879999997], [37.7741724, -122.4293047], [37.7741808, -122.42924160000001], [37.7741867, -122.42919500000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_3a5e3cf3052b90df143bd0a9cad96524.bindTooltip(\n", + " poly_line_f399c151dc1b44b8b87b72be8e3dc87a.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -47618,13 +12963,13 @@ " );\n", " \n", " \n", - " var poly_line_8d9d4338cbcc39865685d40510bb5da3 = L.polyline(\n", - " [[37.4135101, -122.08209159999997], [37.4131983, -122.08143329999997], [37.41280099999999, -122.08055]],\n", + " var poly_line_63fe16134a674dfa0ef1dc57329431ed = L.polyline(\n", + " [[37.7741867, -122.42919500000002], [37.7741976, -122.4291092], [37.77438370000001, -122.42764640000001], [37.77439579999999, -122.4275514]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_8d9d4338cbcc39865685d40510bb5da3.bindTooltip(\n", + " poly_line_63fe16134a674dfa0ef1dc57329431ed.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -47632,13 +12977,13 @@ " );\n", " \n", " \n", - " var poly_line_24fa9cabe83a123b3b316f2acd79047d = L.polyline(\n", - " [[37.41280099999999, -122.08055], [37.41208329999999, -122.0788207], [37.4118923, -122.07836000000002]],\n", + " var poly_line_9fd7020ef226795162f849be50bb0602 = L.polyline(\n", + " [[37.77439579999999, -122.4275514], [37.7744066, -122.42746619999997], [37.7745925, -122.4260046], [37.7746045, -122.4259102]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_24fa9cabe83a123b3b316f2acd79047d.bindTooltip(\n", + " poly_line_9fd7020ef226795162f849be50bb0602.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -47646,13 +12991,13 @@ " );\n", " \n", " \n", - " var poly_line_96cf6b8b32aa4fd88712a01c123231e1 = L.polyline(\n", - " [[37.4118923, -122.07836000000002], [37.411633099999996, -122.07782150000001], [37.4115368, -122.0775865], [37.4110226, -122.07633210000002]],\n", + " var poly_line_a6ccf37813a4c16210729d9841371e94 = L.polyline(\n", + " [[37.7746045, -122.4259102], [37.774615899999986, -122.4258202], [37.7748083, -122.42430809999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_96cf6b8b32aa4fd88712a01c123231e1.bindTooltip(\n", + " poly_line_a6ccf37813a4c16210729d9841371e94.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -47660,13 +13005,13 @@ " );\n", " \n", " \n", - " var poly_line_a4cfac5567213d086232021eefcc3ee8 = L.polyline(\n", - " [[37.4110226, -122.07633210000002], [37.410866799999994, -122.07592259999998], [37.4107838, -122.07569699999999], [37.4105264, -122.0750443], [37.41040339999999, -122.07475109999997], [37.410127, -122.07407289999999], [37.4092343, -122.07188250000002], [37.4088533, -122.0709478], [37.40872819999999, -122.0706261], [37.40860309999999, -122.0702934], [37.408477999999995, -122.06995449999998], [37.40836779999999, -122.06963139999998], [37.40826100000001, -122.06930259999999], [37.40815159999999, -122.06893659999999], [37.40806759999999, -122.06864010000001], [37.40797789999999, -122.0683069], [37.4078963, -122.06798219999999], [37.407808499999994, -122.0676069]],\n", + " var poly_line_4236af6c8d91b7919b7ae6b3cfad56df = L.polyline(\n", + " [[37.7748083, -122.42430809999998], [37.77482079999999, -122.4242103]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_a4cfac5567213d086232021eefcc3ee8.bindTooltip(\n", + " poly_line_4236af6c8d91b7919b7ae6b3cfad56df.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -47674,13 +13019,13 @@ " );\n", " \n", " \n", - " var poly_line_7c26714ae4aeb47e00b396efc167515f = L.polyline(\n", - " [[37.407808499999994, -122.0676069], [37.4077128, -122.067189]],\n", + " var poly_line_396101465353729efc3bf047a986ad10 = L.polyline(\n", + " [[37.77482079999999, -122.4242103], [37.7748348, -122.42409989999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_7c26714ae4aeb47e00b396efc167515f.bindTooltip(\n", + " poly_line_396101465353729efc3bf047a986ad10.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -47688,13 +13033,13 @@ " );\n", " \n", " \n", - " var poly_line_2124ab622f4fdf79a4e7e4c6b78bbb25 = L.polyline(\n", - " [[37.4077128, -122.067189], [37.407495299999994, -122.0661738], [37.4074758, -122.06608389999998], [37.4074498, -122.06596409999999], [37.4072632, -122.06510310000002], [37.40696079999999, -122.0637075]],\n", + " var poly_line_9a5cb69615302d2c9620a21c6cd12937 = L.polyline(\n", + " [[37.7748348, -122.42409989999997], [37.77530149999999, -122.42419520000001], [37.77568170000001, -122.42427289999999], [37.7757103, -122.42428279999999], [37.77573809999999, -122.4243072], [37.775762799999995, -122.42434389999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_2124ab622f4fdf79a4e7e4c6b78bbb25.bindTooltip(\n", + " poly_line_9a5cb69615302d2c9620a21c6cd12937.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -47702,13 +13047,13 @@ " );\n", " \n", " \n", - " var poly_line_dbb567d4deca2f2ce7fa1d5bb9deaab8 = L.polyline(\n", - " [[37.40696079999999, -122.0637075], [37.4060445, -122.05953860000001], [37.405407399999994, -122.056615]],\n", + " var poly_line_84b9deaee9a970eb718e4ede6f2d4fdb = L.polyline(\n", + " [[37.775762799999995, -122.42434389999997], [37.7757324, -122.4243687], [37.7757037, -122.42438179999998], [37.775668299999985, -122.42438199999997], [37.77482079999999, -122.4242103]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_dbb567d4deca2f2ce7fa1d5bb9deaab8.bindTooltip(\n", + " poly_line_84b9deaee9a970eb718e4ede6f2d4fdb.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -47716,13 +13061,13 @@ " );\n", " \n", " \n", - " var poly_line_4fe15f9482a619ae6e9526c36b071eae = L.polyline(\n", - " [[37.405407399999994, -122.056615], [37.4052497, -122.05593909999999], [37.40508109999999, -122.0552436], [37.4048936, -122.05455429999998], [37.40431439999999, -122.05248709999998], [37.4040842, -122.0516085], [37.403928699999994, -122.0509692], [37.4037707, -122.0502842], [37.4036301, -122.04965389999997], [37.403049200000005, -122.0470173]],\n", + " var poly_line_68f5279db40c7ca5dec6ebe3debdc8e7 = L.polyline(\n", + " [[37.77482079999999, -122.4242103], [37.7738888, -122.4240219]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_4fe15f9482a619ae6e9526c36b071eae.bindTooltip(\n", + " poly_line_68f5279db40c7ca5dec6ebe3debdc8e7.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -47730,13 +13075,13 @@ " );\n", " \n", " \n", - " var poly_line_382b30053df5d90efd96687a9dbf0224 = L.polyline(\n", - " [[37.403049200000005, -122.0470173], [37.40118379999999, -122.03846120000001], [37.40093869999999, -122.0373507], [37.4006582, -122.0360663]],\n", + " var poly_line_46edc3bdd7e0253b2e6fed68f22f555a = L.polyline(\n", + " [[37.7738888, -122.4240219], [37.773042999999994, -122.42384950000002], [37.77295699999999, -122.423832]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_382b30053df5d90efd96687a9dbf0224.bindTooltip(\n", + " poly_line_46edc3bdd7e0253b2e6fed68f22f555a.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -47744,13 +13089,13 @@ " );\n", " \n", " \n", - " var poly_line_cf90ac4616d22c78b8c95cc3c14e3520 = L.polyline(\n", - " [[37.4006582, -122.0360663], [37.39988960000001, -122.0324198]],\n", + " var poly_line_38cf995a6c9f0477355f4b958810af59 = L.polyline(\n", + " [[37.77295699999999, -122.423832], [37.7728742, -122.4238146], [37.77251729999999, -122.42373979999998], [37.7723998, -122.42371660000002], [37.7722956, -122.4236859], [37.7721787, -122.42363990000001], [37.77209909999999, -122.42359789999998], [37.772028899999995, -122.42355500000001], [37.7719984, -122.4235352], [37.77191839999999, -122.42348500000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_cf90ac4616d22c78b8c95cc3c14e3520.bindTooltip(\n", + " poly_line_38cf995a6c9f0477355f4b958810af59.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -47758,13 +13103,13 @@ " );\n", " \n", " \n", - " var poly_line_f7c462c769766f89cd5f3ee13f383895 = L.polyline(\n", - " [[37.39988960000001, -122.0324198], [37.39977729999999, -122.03191599999998], [37.3996109, -122.03116920000001]],\n", + " var poly_line_e6d46d59de88a734efe6ef9d56831bed = L.polyline(\n", + " [[37.77191839999999, -122.42348500000001], [37.7718924, -122.42346799999999], [37.771833099999995, -122.42343], [37.7717996, -122.423409]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f7c462c769766f89cd5f3ee13f383895.bindTooltip(\n", + " poly_line_e6d46d59de88a734efe6ef9d56831bed.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -47772,13 +13117,13 @@ " );\n", " \n", " \n", - " var poly_line_f1b8a7e988a0414ecebf8732f4f7568f = L.polyline(\n", - " [[37.3996109, -122.03116920000001], [37.39884949999999, -122.0277859], [37.39869289999999, -122.0270752]],\n", + " var poly_line_14a9a2a1dc95a3a428cf7f89bdc572fa = L.polyline(\n", + " [[37.7717996, -122.423409], [37.77173009999999, -122.4233652], [37.77139739999999, -122.42315439999999], [37.7713168, -122.42310109999998], [37.771226000000006, -122.423037], [37.77115380000001, -122.42298130000002], [37.7710677, -122.4229061], [37.7709703, -122.4228162], [37.7708828, -122.42272539999998], [37.7707898, -122.42261689999998], [37.770696599999994, -122.4224992], [37.77061009999999, -122.4223771], [37.7705265, -122.42224530000001], [37.7704496, -122.42210989999997], [37.7703784, -122.4219686], [37.77031459999999, -122.42182519999997], [37.770255999999996, -122.421676], [37.770202899999994, -122.42152169999999], [37.7701557, -122.42135810000002], [37.770116, -122.4211952], [37.77008409999999, -122.42103420000001], [37.7700607, -122.4208769], [37.7700432, -122.42070830000002], [37.7700308, -122.4205339], [37.7700229, -122.42036780000001], [37.770004, -122.4197758], [37.769996299999995, -122.41960840000002], [37.76998629999999, -122.419442], [37.76997149999999, -122.4192779], [37.769952, -122.4191105], [37.769929399999995, -122.4189491], [37.769902, -122.41877820000002], [37.76984449999999, -122.41844239999998], [37.7697601, -122.41793550000001], [37.769709799999994, -122.41761399999997], [37.769667899999995, -122.41732819999999], [37.76963839999999, -122.4171013], [37.76961289999999, -122.4168751], [37.76959709999999, -122.4166453], [37.76958509999999, -122.41641329999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_f1b8a7e988a0414ecebf8732f4f7568f.bindTooltip(\n", + " poly_line_14a9a2a1dc95a3a428cf7f89bdc572fa.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -47786,13 +13131,13 @@ " );\n", " \n", " \n", - " var poly_line_91e99b6b46fb193caedb70fce9375cda = L.polyline(\n", - " [[37.39869289999999, -122.0270752], [37.3982017, -122.0248113]],\n", + " var poly_line_a13ed880702ea3fe987af1157cc4c622 = L.polyline(\n", + " [[37.76958509999999, -122.41641329999997], [37.769573199999996, -122.41618420000002], [37.7695585, -122.41595369999997], [37.76954440000001, -122.4157291], [37.76953619999999, -122.41556380000002], [37.769519, -122.4147023], [37.76945349999999, -122.41233119999997], [37.7694483, -122.4121596], [37.7694419, -122.41198859999997], [37.769433299999996, -122.41182019999998], [37.76942249999999, -122.4116501], [37.76940799999999, -122.41147440000002], [37.769392399999994, -122.41130849999999], [37.7693746, -122.4111504], [37.76935459999999, -122.41099089999997], [37.769324, -122.41077059999999], [37.7692714, -122.4104404], [37.7691668, -122.4098208]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_91e99b6b46fb193caedb70fce9375cda.bindTooltip(\n", + " poly_line_a13ed880702ea3fe987af1157cc4c622.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -47800,461 +13145,1007 @@ " );\n", " \n", " \n", - " var poly_line_6102ca86232773a673af98b8a1b9aa2a = L.polyline(\n", - " [[37.3982017, -122.0248113], [37.39642239999999, -122.01666809999999]],\n", + " var poly_line_1df612c0decccbbc6e537b34c88e4228 = L.polyline(\n", + " [[37.7691668, -122.4098208], [37.7690742, -122.4092523], [37.7690183, -122.40891190000002], [37.7689828, -122.4086769], [37.7689528, -122.40843970000002], [37.7689276, -122.40820279999997], [37.768916399999995, -122.40807970000002], [37.76890950000001, -122.40800320000001], [37.7689018, -122.4079179], [37.7688909, -122.4077597], [37.7688855, -122.4076817], [37.76888139999999, -122.40760339999997], [37.7688738, -122.40745689999999], [37.7688662, -122.40723339999998], [37.7688627, -122.4070276], [37.7688638, -122.40678629999998], [37.7688649, -122.40667100000002], [37.76886969999999, -122.40655549999997], [37.7688775, -122.40645059999999], [37.7688915, -122.4063424], [37.7689094, -122.40623879999998], [37.76893139999999, -122.40614159999998], [37.7689657, -122.40603309999997], [37.76900789999999, -122.40593579999995], [37.7690543, -122.40585160000002], [37.7691042, -122.40577279999998], [37.7691636, -122.40569900000001], [37.7692242, -122.40563839999999], [37.7692792, -122.40559120000002], [37.7693472, -122.405542], [37.7694153, -122.40550429999999], [37.76950299999999, -122.40546889999999], [37.7695993, -122.40544310000001], [37.7696592, -122.40543229999999], [37.76972460000001, -122.4054243], [37.7697904, -122.40541779999997], [37.7698668, -122.40541400000001], [37.7699474, -122.40541520000001], [37.7700218, -122.4054223], [37.7701007, -122.405433], [37.77017639999999, -122.40544759999999], [37.7702539, -122.40546920000001], [37.770336799999995, -122.4054973], [37.77042469999999, -122.4055326], [37.7705033, -122.40556699999999], [37.7705917, -122.40560619999997], [37.770762, -122.40568909999999], [37.77089789999999, -122.4057688], [37.7710039, -122.4058318], [37.77109930000001, -122.4058962], [37.771391599999994, -122.406081]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_1df612c0decccbbc6e537b34c88e4228.bindTooltip(\n", + " `<div>\n", + " 59\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_913b57ca96b869936f3dea28ec84ccd0 = L.polyline(\n", + " [[37.771391599999994, -122.406081], [37.77153319999999, -122.4061702], [37.77168420000001, -122.40625879999999], [37.77183399999999, -122.40633120000001], [37.7719784, -122.4063925], [37.7721227, -122.4064488], [37.7722836, -122.40649830000001], [37.77249539999999, -122.40654570000001], [37.77266469999999, -122.40657020000002]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_913b57ca96b869936f3dea28ec84ccd0.bindTooltip(\n", + " `<div>\n", + " 60\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_82c77f4670e619a531a4644b8e13f7b6 = L.polyline(\n", + " [[37.77266469999999, -122.40657020000002], [37.77285489999999, -122.4065812], [37.77303499999999, -122.40658249999998], [37.77324699999999, -122.40656550000001], [37.77345509999999, -122.40652829999998], [37.7736581, -122.406478], [37.773844, -122.4064117], [37.774027600000004, -122.4063337], [37.7742366, -122.40623219999998], [37.77443, -122.40612819999997], [37.77462529999999, -122.4060127], [37.77482040000001, -122.4058816], [37.775022699999994, -122.40573089999998], [37.7752472, -122.40555389999997], [37.775473399999996, -122.4053561], [37.7756943, -122.40513850000002], [37.7758877, -122.4049309], [37.7760466, -122.4047544], [37.77621959999999, -122.40454159999997], [37.776380700000004, -122.40433620000002]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_82c77f4670e619a531a4644b8e13f7b6.bindTooltip(\n", + " `<div>\n", + " 61\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_6023fd531f6d22d6a7cbbd5566bb23ef = L.polyline(\n", + " [[37.776380700000004, -122.40433620000002], [37.7765287, -122.4041139], [37.77664719999999, -122.4039074], [37.776706299999994, -122.4037967], [37.77783929999999, -122.40161329999998]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_6023fd531f6d22d6a7cbbd5566bb23ef.bindTooltip(\n", + " `<div>\n", + " 62\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_dfc7c539d24c36f9b0a49b63fa17d325 = L.polyline(\n", + " [[37.77783929999999, -122.40161329999998], [37.777963299999996, -122.401384], [37.77809830000001, -122.40115490000001], [37.7782465, -122.40091669999998], [37.778417199999986, -122.40066330000002], [37.7785946, -122.4004203], [37.77879239999999, -122.4001649], [37.77898809999999, -122.3999275], [37.7792096, -122.39967350000002], [37.7795015, -122.3993275], [37.7805395, -122.39809609999999], [37.7817777, -122.39664990000001], [37.78240219999999, -122.39592729999997], [37.7832173, -122.3950027]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_dfc7c539d24c36f9b0a49b63fa17d325.bindTooltip(\n", + " `<div>\n", + " 63\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_ad13525e12a2ed3f6d9d80d20f1b3817 = L.polyline(\n", + " [[37.7832173, -122.3950027], [37.7837846, -122.39427430000002], [37.78414409999999, -122.39379530000001], [37.7842668, -122.39364250000001], [37.784448299999994, -122.39338869999999], [37.7846334, -122.3931161], [37.7848443, -122.39278359999997]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_ad13525e12a2ed3f6d9d80d20f1b3817.bindTooltip(\n", + " `<div>\n", + " 64\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_efcfe0668be8657993240832e3f01039 = L.polyline(\n", + " [[37.7848443, -122.39278359999997], [37.785576400000004, -122.3915731]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_efcfe0668be8657993240832e3f01039.bindTooltip(\n", + " `<div>\n", + " 65\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_9859f4522c5473a42963af36e7a6f316 = L.polyline(\n", + " [[37.785576400000004, -122.3915731], [37.78570659999999, -122.3913365], [37.7859523, -122.390985]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_9859f4522c5473a42963af36e7a6f316.bindTooltip(\n", + " `<div>\n", + " 66\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_c9de5ffb71a3ac9d5049cbc6d22a1808 = L.polyline(\n", + " [[37.7859523, -122.390985], [37.7861827, -122.3906949], [37.7864781, -122.39037089999997], [37.8080581, -122.36726119999997], [37.80812099999999, -122.36719450000001], [37.80892729999999, -122.36633490000001], [37.809019, -122.3662409], [37.810136099999994, -122.36504320000002], [37.810457400000004, -122.3646896]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_c9de5ffb71a3ac9d5049cbc6d22a1808.bindTooltip(\n", + " `<div>\n", + " 67\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_9da5aa34095aa39f1db53b5db2ce4c6b = L.polyline(\n", + " [[37.810457400000004, -122.3646896], [37.8107024, -122.3643569], [37.81085860000001, -122.3641464], [37.8109197, -122.36403399999999], [37.8109717, -122.36387080000002], [37.8109738, -122.36380240000001], [37.81096459999999, -122.36374439999999], [37.81093750000001, -122.3636808], [37.810889599999996, -122.3636252], [37.8107784, -122.36356479999998], [37.810613499999995, -122.36350479999999], [37.8104587, -122.36348059999997], [37.8103013, -122.36347299999998], [37.8102366, -122.36348980000001], [37.8101851, -122.3635186], [37.8101338, -122.36356410000002], [37.8101034, -122.3636156], [37.810082900000005, -122.36367759999999], [37.810076, -122.363745], [37.8100916, -122.3638194], [37.810218799999994, -122.364041], [37.810266999999996, -122.3641008], [37.81034450000001, -122.3641506], [37.81041249999999, -122.3641632], [37.81049809999999, -122.3641563], [37.8105886, -122.36412729999999], [37.81064799999999, -122.3640797], [37.810736299999995, -122.36399299999998]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_9da5aa34095aa39f1db53b5db2ce4c6b.bindTooltip(\n", + " `<div>\n", + " 68\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_9b4e6b817fb80bb30083d774e857e3f6 = L.polyline(\n", + " [[37.810736299999995, -122.36399299999998], [37.81078569999999, -122.36393359999998], [37.81087879999999, -122.3638242], [37.8109969, -122.36370070000001], [37.8110982, -122.363611], [37.811236099999995, -122.36353819999997], [37.8113487, -122.3635101], [37.81148519999999, -122.36350650000001], [37.8115715, -122.3635377], [37.8116322, -122.36360969999998], [37.811668999999995, -122.3636949], [37.8117046, -122.3637789]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_9b4e6b817fb80bb30083d774e857e3f6.bindTooltip(\n", + " `<div>\n", + " 69\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_e06f7333bfaa8a146da950238af9c9c4 = L.polyline(\n", + " [[37.8117046, -122.3637789], [37.8117787, -122.3639529], [37.8118679, -122.36428859999997], [37.8118976, -122.364453]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_e06f7333bfaa8a146da950238af9c9c4.bindTooltip(\n", + " `<div>\n", + " 70\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_a700b726861e7b20f3c0abd0878a3a16 = L.polyline(\n", + " [[37.8118976, -122.364453], [37.8119264, -122.3643828], [37.812031700000006, -122.36433519999999], [37.812075799999995, -122.36431270000001], [37.8121218, -122.364285], [37.8121603, -122.36425540000002], [37.8121916, -122.36422189999998], [37.8122184, -122.36418669999999], [37.8122391, -122.3641487], [37.812257499999994, -122.36410510000002], [37.81227169999999, -122.36406029999999], [37.81228050000001, -122.36401369999997], [37.81228409999999, -122.36395979999999], [37.8122822, -122.36392369999997], [37.81227679999999, -122.3638824], [37.8122613, -122.36382199999997], [37.8122384, -122.36376209999999], [37.81221360000001, -122.36371249999998], [37.812180700000006, -122.36366369999999], [37.812141499999996, -122.3636218], [37.8120941, -122.3635889], [37.812046, -122.3635698], [37.8119939, -122.3635607], [37.8119466, -122.3635622], [37.81189789999999, -122.36357239999997], [37.81185829999998, -122.3635884], [37.811814700000006, -122.36361379999997], [37.8117528, -122.3636504], [37.81169690000001, -122.36369069999999], [37.8115807, -122.36378059999997], [37.81147519999999, -122.3638694], [37.81135609999998, -122.3639766], [37.81121829999999, -122.3641032], [37.8111249, -122.36417679999998], [37.8110304, -122.36424469999997], [37.81093169999999, -122.3643003], [37.81078769999999, -122.36438709999999]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_a700b726861e7b20f3c0abd0878a3a16.bindTooltip(\n", + " `<div>\n", + " 71\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_4b90032db21a25beaf6c1bc3395c2f36 = L.polyline(\n", + " [[37.81078769999999, -122.36438709999999], [37.8104737, -122.36472199999997], [37.810156299999996, -122.3650722], [37.8089835, -122.36632259999998], [37.80807829999999, -122.3672912], [37.7864982, -122.39040070000001], [37.786202799999984, -122.39072429999997], [37.785974, -122.39102039999997]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_4b90032db21a25beaf6c1bc3395c2f36.bindTooltip(\n", + " `<div>\n", + " 72\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_6c4c1f5f869dacb5e7c262958642f6bc = L.polyline(\n", + " [[37.785974, -122.39102039999997], [37.7857333, -122.39136680000001], [37.785654400000006, -122.391502]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_6c4c1f5f869dacb5e7c262958642f6bc.bindTooltip(\n", + " `<div>\n", + " 73\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_6bd19993b2bd3de62b97a83230424c41 = L.polyline(\n", + " [[37.785654400000006, -122.391502], [37.78544, -122.39174549999998], [37.785382, -122.39181309999996], [37.7853204, -122.3919012], [37.7852175, -122.39209020000001], [37.785120799999994, -122.3922611], [37.7850217, -122.39242740000002], [37.78472889999999, -122.39291529999998], [37.784653399999996, -122.3930354], [37.784610300000004, -122.39309979999999], [37.7845743, -122.39314669999997], [37.784533999999994, -122.3931846], [37.7844917, -122.39321809999997], [37.784443800000005, -122.39324299999997], [37.78439230000001, -122.3932596], [37.784340699999994, -122.39326259999999], [37.78428689999999, -122.39325739999997], [37.784229399999994, -122.39324329999998], [37.7841745, -122.3932157], [37.78412850000001, -122.39318080000001], [37.7840818, -122.39312890000001], [37.784039099999994, -122.39306830000001], [37.784009100000006, -122.3930045], [37.7839845, -122.39291880000002], [37.783975199999986, -122.39283610000001], [37.7839781, -122.3927546], [37.783989, -122.39268069999999], [37.7840072, -122.39260939999997], [37.78403780000001, -122.39254030000001], [37.7840752, -122.39248419999997], [37.7841155, -122.39243589999998], [37.7848267, -122.39166590000002], [37.7848872, -122.3916004], [37.7849377, -122.39155109999999], [37.7849888, -122.3915068], [37.7850447, -122.391466], [37.7851043, -122.39143429999999], [37.7851659, -122.3914101], [37.7852305, -122.3913921], [37.78529619999999, -122.39137909999998], [37.78535519999999, -122.3913736], [37.78541919999999, -122.39137499999998], [37.78548829999999, -122.3913829], [37.7855524, -122.3913993], [37.78562569999999, -122.39142860000001], [37.7856879, -122.39146169999998], [37.7857909, -122.39152280000002], [37.7858473, -122.39155340000002], [37.785899900000004, -122.39157590000002], [37.785961799999995, -122.3915953], [37.78602229999999, -122.3916109], [37.78629790000001, -122.39168910000001], [37.7863981, -122.3917225], [37.786452499999996, -122.39174570000002], [37.78649709999999, -122.3917717], [37.7865448, -122.391809], [37.7865968, -122.3918588], [37.7867003, -122.39198120000002], [37.7867713, -122.39207699999999]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_6bd19993b2bd3de62b97a83230424c41.bindTooltip(\n", + " `<div>\n", + " 74\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_de532d239e68cd6908f810b8db18852a = L.polyline(\n", + " [[37.7867713, -122.39207699999999], [37.7868424, -122.39198319999997], [37.787023899999994, -122.3917535], [37.7871282, -122.39162129999998], [37.7872979, -122.3914072], [37.787632099999996, -122.39098579999998], [37.787917799999995, -122.39061989999998], [37.7879434, -122.3905871], [37.78808739999999, -122.390403], [37.7881515, -122.39032099999999]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_de532d239e68cd6908f810b8db18852a.bindTooltip(\n", + " `<div>\n", + " 75\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_9bd8c79f39b410866d100381c758df14 = L.polyline(\n", + " [[37.7881515, -122.39032099999999], [37.7880785, -122.3902283], [37.787867899999995, -122.38996119999999], [37.7871656, -122.38908239999999], [37.7870078, -122.3888849], [37.78699439999999, -122.3888681], [37.786927, -122.3887838]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_9bd8c79f39b410866d100381c758df14.bindTooltip(\n", + " `<div>\n", + " 76\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_07b49e9dac18af8353e7c7c6f169a9e3 = L.polyline(\n", + " [[37.786927, -122.3887838], [37.78685399999999, -122.388875], [37.78684689999999, -122.38888389999998], [37.78668410000001, -122.38908749999999], [37.7865863, -122.38920979999997], [37.78653609999999, -122.3892725], [37.78631339999998, -122.389551], [37.7862984, -122.38956970000001], [37.786234, -122.3896503]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_07b49e9dac18af8353e7c7c6f169a9e3.bindTooltip(\n", + " `<div>\n", + " 77\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_4f29e38277462aeb9bcfb42543e2a43e = L.polyline(\n", + " [[37.786234, -122.3896503], [37.78619369999999, -122.3897889], [37.786187399999996, -122.38979739999999], [37.7859608, -122.39011969999997], [37.7856146, -122.39056269999999], [37.7854243, -122.3908093], [37.785259599999996, -122.39097859999998], [37.7850421, -122.39118119999998], [37.7847806, -122.3914462], [37.7846137, -122.3916348], [37.784487299999995, -122.391783], [37.7842158, -122.3921405]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_4f29e38277462aeb9bcfb42543e2a43e.bindTooltip(\n", + " `<div>\n", + " 78\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_f5abe888bf36cd4989f65d7149f40608 = L.polyline(\n", + " [[37.7842158, -122.3921405], [37.78411809999999, -122.39227749999998], [37.7840222, -122.3924075], [37.7838102, -122.39271059999999], [37.78372689999999, -122.3928153]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_f5abe888bf36cd4989f65d7149f40608.bindTooltip(\n", + " `<div>\n", + " 79\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_e316c404d5f8ac0e9a9fe8def962e6c4 = L.polyline(\n", + " [[37.78372689999999, -122.3928153], [37.78379509999999, -122.3929122], [37.7839299, -122.39310829999997], [37.7839864, -122.39315580000002], [37.78404339999999, -122.39318949999998], [37.7841005, -122.393206], [37.784170499999995, -122.3932071], [37.78424149999999, -122.3931971], [37.7843059, -122.3931787], [37.7843621, -122.39314540000001], [37.78441469999999, -122.39309929999997], [37.7844653, -122.3930463], [37.78450759999999, -122.39298729999999], [37.78455100000001, -122.39291760000002], [37.7847038, -122.3926415], [37.78490559999999, -122.39228279999996], [37.78505489999999, -122.3920205], [37.785122599999994, -122.39190749999999], [37.785183399999994, -122.391814], [37.78524209999999, -122.39172899999998], [37.7853021, -122.39164799999998], [37.785352100000004, -122.39158079999999], [37.7854093, -122.391507], [37.78559229999999, -122.39127110000001], [37.7859523, -122.390985]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_e316c404d5f8ac0e9a9fe8def962e6c4.bindTooltip(\n", + " `<div>\n", + " 80\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_3d8667ce2bf286ff32bbfd89fedc939a = L.polyline(\n", + " [[37.7859523, -122.390985], [37.7861827, -122.3906949], [37.7864781, -122.39037089999997], [37.8080581, -122.36726119999997], [37.80812099999999, -122.36719450000001], [37.80892729999999, -122.36633490000001], [37.809019, -122.3662409], [37.810136099999994, -122.36504320000002], [37.810457400000004, -122.3646896]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_3d8667ce2bf286ff32bbfd89fedc939a.bindTooltip(\n", + " `<div>\n", + " 81\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_4acf6ff5fbeffaa6ba9048d5588bcc94 = L.polyline(\n", + " [[37.810457400000004, -122.3646896], [37.8107698, -122.36435320000001], [37.811069999999994, -122.36403180000002], [37.81131709999999, -122.36378719999998], [37.811618499999994, -122.36346939999999], [37.8119397, -122.3631259], [37.8120744, -122.36297819999999], [37.8122017, -122.36283480000002], [37.812303299999996, -122.36271639999997], [37.81239600000001, -122.3626094], [37.8124878, -122.36249790000001], [37.8125786, -122.36238590000002], [37.8126719, -122.36226810000001], [37.81276319999999, -122.36215280000002], [37.81285230000001, -122.36203609999998], [37.81294090000001, -122.361918], [37.8130279, -122.36180159999998], [37.81311639999999, -122.36168050000002], [37.81320139999999, -122.36156200000002]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_4acf6ff5fbeffaa6ba9048d5588bcc94.bindTooltip(\n", + " `<div>\n", + " 82\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_19420d69bd627f5adea7fecd79c6baf0 = L.polyline(\n", + " [[37.81320139999999, -122.36156200000002], [37.81328559999999, -122.36144019999999], [37.81337059999999, -122.36131600000002], [37.813453599999995, -122.3611921], [37.81353419999999, -122.3610699], [37.813617199999996, -122.3609434], [37.81369680000001, -122.3608169], [37.8137769, -122.36068819999998], [37.813856799999996, -122.36055670000002], [37.8139325, -122.3604315], [37.8140079, -122.3603007], [37.8141222, -122.36010069999999], [37.8171499, -122.35480370000002], [37.817225099999995, -122.3546671], [37.8173001, -122.35453049999998], [37.81737089999999, -122.35439439999999], [37.81744350000001, -122.35425449999997], [37.8175127, -122.3541154], [37.817580299999996, -122.3539758], [37.8176477, -122.35383219999999], [37.81771810000001, -122.35367320000002], [37.8177823, -122.3535285], [37.817843399999994, -122.35338340000001], [37.8179045, -122.3532366], [37.8179642, -122.35308820000002], [37.81801919999999, -122.35294390000001], [37.81807499999999, -122.35279419999998], [37.81812800000001, -122.3526438], [37.81818179999999, -122.352486], [37.818232200000004, -122.35233599999997], [37.81827959999999, -122.35218690000002], [37.81832699999999, -122.3520304], [37.8183728, -122.3518744], [37.81841589999999, -122.35172039999999], [37.81845849999999, -122.3515633], [37.8184982, -122.35140839999998], [37.81853699999999, -122.3512501], [37.8185753, -122.3510867], [37.8186095, -122.3509318], [37.8186428, -122.3507728], [37.8186746, -122.350611], [37.818704100000005, -122.3504581], [37.8187327, -122.35029739999999], [37.81875569999999, -122.350155], [37.8187813, -122.34999], [37.8200228, -122.34150059999999], [37.8211781, -122.33360159999998], [37.821225899999995, -122.3332607], [37.821272500000006, -122.33293219999999], [37.82131700000001, -122.33260880000002], [37.82136010000001, -122.33228309999997], [37.8214018, -122.33195629999996], [37.821443099999996, -122.33163139999998], [37.82148229999999, -122.33130709999998], [37.82152, -122.33098560000002], [37.821561, -122.3306294], [37.8215941, -122.33031690000001], [37.82162639999999, -122.32999709999999], [37.82165869999999, -122.32967250000002], [37.82169110000001, -122.32934240000002], [37.8217225, -122.32901169999997], [37.82175139999999, -122.32868780000001], [37.8217798, -122.32834990000002], [37.821805999999995, -122.3280267], [37.82183109999999, -122.32771469999997], [37.8218389, -122.32761100000002], [37.82194440000001, -122.32621649999999], [37.821954500000004, -122.32605479999998], [37.8219695, -122.3257285], [37.8219775, -122.32556699999998], [37.82200329999999, -122.32523720000002], [37.82203059999999, -122.32491149999997], [37.822060500000006, -122.32458589999999], [37.82209309999999, -122.3242585], [37.82212739999999, -122.3239296], [37.822164799999996, -122.3236043], [37.8222048, -122.32327480000001], [37.822245, -122.32296479999997], [37.8222901, -122.32263929999999], [37.8223377, -122.32231519999999], [37.8223875, -122.3219912], [37.82244010000001, -122.3216662]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_19420d69bd627f5adea7fecd79c6baf0.bindTooltip(\n", + " `<div>\n", + " 83\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_041e04fc6396be9aa3d3221176c77172 = L.polyline(\n", + " [[37.82244010000001, -122.3216662], [37.82249469999999, -122.32134560000001], [37.8225516, -122.32102109999998], [37.82260699999999, -122.3207019], [37.82266349999999, -122.32037959999998], [37.822719000000006, -122.3200589], [37.82277559999999, -122.31973649999999]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_041e04fc6396be9aa3d3221176c77172.bindTooltip(\n", + " `<div>\n", + " 84\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_aa79bb8112ba5cc0eb14a96761e9d0b3 = L.polyline(\n", + " [[37.82277559999999, -122.31973649999999], [37.82306109999999, -122.31810950000002], [37.82309159999999, -122.31794229999997]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_aa79bb8112ba5cc0eb14a96761e9d0b3.bindTooltip(\n", + " `<div>\n", + " 85\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_89a7669ba75e6a9edce8125809e2e1db = L.polyline(\n", + " [[37.82309159999999, -122.31794229999997], [37.8233078, -122.316801], [37.823454, -122.31597609999999], [37.8235992, -122.31515759999999], [37.8237437, -122.31433], [37.8238397, -122.313667], [37.8241288, -122.31201690000002], [37.824245, -122.31134919999998], [37.8242968, -122.3110358], [37.82434550000001, -122.31070499999998], [37.82439080000001, -122.31036859999999], [37.82443049999999, -122.310031]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_89a7669ba75e6a9edce8125809e2e1db.bindTooltip(\n", + " `<div>\n", + " 86\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_089263332837fae84fae49ade48ac912 = L.polyline(\n", + " [[37.82443049999999, -122.310031], [37.82446639999999, -122.30969780000001], [37.82450049999999, -122.3093646], [37.82465869999999, -122.30785920000001], [37.8247104, -122.30736339999997], [37.824745699999994, -122.3070256], [37.8247873, -122.3066931], [37.8248343, -122.30636549999997], [37.824887999999994, -122.30602639999998], [37.82515670000001, -122.3046704]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_089263332837fae84fae49ade48ac912.bindTooltip(\n", + " `<div>\n", + " 87\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_9b1dbf5fe685bc8d62ce7c188c4b2da5 = L.polyline(\n", + " [[37.82515670000001, -122.3046704], [37.8251598, -122.30445010000001], [37.825334600000005, -122.3035975], [37.8254237, -122.30311940000001], [37.825511299999995, -122.30263640000001], [37.825596, -122.3021532], [37.8256832, -122.30166779999999], [37.825772999999984, -122.301191], [37.825866999999995, -122.30070870000002], [37.8259627, -122.3002289], [37.82606139999999, -122.29975009999998], [37.8261632, -122.29926879999996], [37.8263322, -122.2984746]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_9b1dbf5fe685bc8d62ce7c188c4b2da5.bindTooltip(\n", + " `<div>\n", + " 88\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_c94d839d96482d42dadcf0a098482de2 = L.polyline(\n", + " [[37.8263322, -122.2984746], [37.82652230000001, -122.2975974], [37.826554599999994, -122.2974473], [37.826589799999994, -122.2972912], [37.82662849999999, -122.2971361], [37.82667310000001, -122.2969786], [37.8267163, -122.29682730000002], [37.8267635, -122.29667459999999], [37.8268146, -122.296523], [37.8268684, -122.2963736], [37.82692430000001, -122.29622600000002], [37.82698210000001, -122.29608170000002], [37.82715979999999, -122.29563759999999], [37.8272144, -122.2954949], [37.82727049999999, -122.29534129999999], [37.82732180000001, -122.29518650000001], [37.827367200000005, -122.29503229999997], [37.82740720000001, -122.29487390000001], [37.8274422, -122.2947153], [37.82747069999999, -122.29455539999996], [37.8274943, -122.29439239999998], [37.8275122, -122.2942317], [37.8275255, -122.2940636], [37.8275312, -122.293898], [37.8275324, -122.29373019999998], [37.827526999999996, -122.29356459999998], [37.82751639999999, -122.29340209999997], [37.8275014, -122.29323780000001], [37.8274785, -122.2930726], [37.82745059999999, -122.29290990000001], [37.827418099999996, -122.2927513], [37.8273786, -122.29259160000001], [37.827334300000004, -122.29243490000002], [37.827285599999996, -122.29228250000001], [37.827230099999994, -122.2921299], [37.8271693, -122.2919797], [37.82710670000001, -122.2918362], [37.8270396, -122.29169089999999], [37.82697309999999, -122.29155229999999], [37.82690709999999, -122.29140949999999], [37.82684400000001, -122.29126449999998], [37.8267852, -122.2911202], [37.8267279, -122.29096690000002], [37.8266775, -122.29082600000001], [37.8266262, -122.29067200000001], [37.82657389999999, -122.29051840000001], [37.826525600000004, -122.29036650000002], [37.826482, -122.29021260000002], [37.82644319999999, -122.2900557], [37.8264101, -122.2898948], [37.826381700000006, -122.2897373], [37.8263584, -122.2895753], [37.82633859999999, -122.28941499999998], [37.826322899999994, -122.28925350000002], [37.8263089, -122.28908649999997], [37.826303800000005, -122.2889276], [37.8263062, -122.28876360000001], [37.826312699999995, -122.28859499999997], [37.82632509999999, -122.28843560000001], [37.82636139999999, -122.28807179999998]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_c94d839d96482d42dadcf0a098482de2.bindTooltip(\n", + " `<div>\n", + " 89\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_30ca10cf207d524b0f505fbeb9e33e1b = L.polyline(\n", + " [[37.82636139999999, -122.28807179999998], [37.826371300000005, -122.28792620000002], [37.8263874, -122.28775309999999], [37.8264109, -122.2875847], [37.8264411, -122.28741380000001], [37.82647339999999, -122.2872424]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_30ca10cf207d524b0f505fbeb9e33e1b.bindTooltip(\n", + " `<div>\n", + " 90\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_86a170ac3e1c6b86f3a8e79069004127 = L.polyline(\n", + " [[37.82647339999999, -122.2872424], [37.82675569999999, -122.28572929999997], [37.826874200000006, -122.28508889999998], [37.8270124, -122.2843704], [37.8272071, -122.28340329999999], [37.827257900000006, -122.2830975], [37.827293899999994, -122.28278099999999], [37.8273109, -122.2824592], [37.827315099999986, -122.2821561], [37.8273066, -122.28183960000001], [37.8272854, -122.28153379999999], [37.8272431, -122.28120929999999], [37.8271859, -122.28087939999999], [37.8269698, -122.2799324], [37.8266823, -122.2787236], [37.82653289999998, -122.2780954], [37.82645589999999, -122.27775510000001]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_86a170ac3e1c6b86f3a8e79069004127.bindTooltip(\n", + " `<div>\n", + " 91\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_72028cefd57a27c3145fdc2d220dceb0 = L.polyline(\n", + " [[37.82645589999999, -122.27775510000001], [37.82577899999999, -122.27549440000001], [37.825646699999986, -122.2750026], [37.825109999999995, -122.27301299999998], [37.82487, -122.27202430000001], [37.824743899999994, -122.2715906]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_72028cefd57a27c3145fdc2d220dceb0.bindTooltip(\n", + " `<div>\n", + " 92\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_e391600d93d84f393efc0417f99334c8 = L.polyline(\n", + " [[37.824743899999994, -122.2715906], [37.8245131, -122.2705176], [37.824450299999995, -122.27016869999999], [37.8244285, -122.26988199999997], [37.82443899999999, -122.26955440000002], [37.824495500000005, -122.269206], [37.8245915, -122.2689158], [37.8247417, -122.26858059999998], [37.8248901, -122.2683258], [37.8250701, -122.26807090000001], [37.8252587, -122.26785369999997], [37.8254833, -122.2676498], [37.82569300000001, -122.267497], [37.8259303, -122.26736280000001], [37.82617609999999, -122.2672556], [37.8264684, -122.2671644], [37.8270646, -122.26693739999997]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_e391600d93d84f393efc0417f99334c8.bindTooltip(\n", + " `<div>\n", + " 93\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_c8ab72d57c0fc376bcbad0f29854b1dc = L.polyline(\n", + " [[37.8270646, -122.26693739999997], [37.8276955, -122.26680170000002], [37.8282947, -122.2666729], [37.8296907, -122.2664107], [37.82972289999999, -122.2664034]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_c8ab72d57c0fc376bcbad0f29854b1dc.bindTooltip(\n", + " `<div>\n", + " 94\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_3923fadf6aaeb5e7c979d90b34a9e865 = L.polyline(\n", + " [[37.82972289999999, -122.2664034], [37.8310119, -122.2660411], [37.8313539, -122.2659423], [37.8317841, -122.26581899999996]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_3923fadf6aaeb5e7c979d90b34a9e865.bindTooltip(\n", + " `<div>\n", + " 95\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_001e7dbeeb0949add09c09497f31cf11 = L.polyline(\n", + " [[37.8317841, -122.26581899999996], [37.8321121, -122.2657803], [37.83224049999998, -122.2657626], [37.8323716, -122.26574439999999], [37.8325016, -122.2657248], [37.832631000000006, -122.26570390000002]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_001e7dbeeb0949add09c09497f31cf11.bindTooltip(\n", + " `<div>\n", + " 96\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_16e9e25fc074e0a65e7380ee351af9a5 = L.polyline(\n", + " [[37.832631000000006, -122.26570390000002], [37.83289760000001, -122.26568839999999], [37.83301399999999, -122.26568030000001], [37.83312599999999, -122.2656691], [37.8334661, -122.26561159999999], [37.83425609999998, -122.26547930000001], [37.83430919999999, -122.26547109999998], [37.8343543, -122.26546599999999], [37.83440379999999, -122.2654623], [37.83445009999999, -122.26546240000002], [37.8344972, -122.26546610000001], [37.8345446, -122.26547269999998], [37.8345905, -122.26548260000001], [37.834638899999995, -122.26549619999997], [37.8346854, -122.2655121], [37.834734399999995, -122.2655317], [37.834781, -122.26555369999998], [37.83483009999999, -122.26557970000002], [37.83487409999999, -122.2656073], [37.834919, -122.26564010000001], [37.83495820000001, -122.2656732], [37.835002, -122.26571570000002], [37.83504159999999, -122.26576090000002], [37.83508210000001, -122.2658161], [37.83512079999999, -122.26587889999999], [37.835155699999994, -122.26594309999999], [37.835189299999996, -122.26601139999997], [37.8352908, -122.26623809999998], [37.835347399999996, -122.26637], [37.8354175, -122.26652900000002], [37.8354901, -122.26669279999999], [37.835518799999996, -122.2667536], [37.8355481, -122.26681369999999], [37.8355749, -122.26686320000002], [37.83559940000001, -122.2669057], [37.835622199999996, -122.2669399], [37.8356518, -122.26697639999999], [37.83568530000001, -122.2670156], [37.8359556, -122.2673216]],\n", + " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", + " \n", + " \n", + " poly_line_16e9e25fc074e0a65e7380ee351af9a5.bindTooltip(\n", + " `<div>\n", + " 97\n", + " </div>`,\n", + " {"sticky": true}\n", + " );\n", + " \n", + " \n", + " var poly_line_d7ff924a2535eecd2b7d7449c30fed2a = L.polyline(\n", + " [[37.8359556, -122.2673216], [37.8362334, -122.26757469999998], [37.8363768, -122.2677046], [37.8365514, -122.2678652], [37.836643599999995, -122.2679468], [37.83670089999999, -122.26799290000001], [37.8368723, -122.26812729999999], [37.8369292, -122.2681744], [37.8370402, -122.26827219999998], [37.83715839999999, -122.26837960000002], [37.837206900000005, -122.2684244]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_6102ca86232773a673af98b8a1b9aa2a.bindTooltip(\n", + " poly_line_d7ff924a2535eecd2b7d7449c30fed2a.bindTooltip(\n", " `<div>\n", - " 59\n", + " 98\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_e5ecba10ecf0157ac4760e43cb237579 = L.polyline(\n", - " [[37.39642239999999, -122.01666809999999], [37.3956065, -122.01297639999997]],\n", + " var poly_line_f37f32b3853c2a4850ebd819e284eafc = L.polyline(\n", + " [[37.837206900000005, -122.2684244], [37.8372854, -122.26849630000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_e5ecba10ecf0157ac4760e43cb237579.bindTooltip(\n", + " poly_line_f37f32b3853c2a4850ebd819e284eafc.bindTooltip(\n", " `<div>\n", - " 60\n", + " 99\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_0dd6d0f486b0b0f38cfc2bc681740221 = L.polyline(\n", - " [[37.3956065, -122.01297639999997], [37.395541599999994, -122.01270800000002]],\n", + " var poly_line_62a1cff7717264868f1f1f462826f64d = L.polyline(\n", + " [[37.8372854, -122.26849630000001], [37.83733159999999, -122.26854089999999], [37.837365500000004, -122.26856659999997], [37.837423699999995, -122.26860610000001], [37.83754249999999, -122.26868129999997], [37.8376708, -122.26875530000001], [37.83773279999999, -122.26879249999998], [37.83784000000001, -122.268854], [37.8379594, -122.2689213], [37.8379949, -122.26894099999998], [37.83805670000001, -122.26897759999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_0dd6d0f486b0b0f38cfc2bc681740221.bindTooltip(\n", + " poly_line_62a1cff7717264868f1f1f462826f64d.bindTooltip(\n", " `<div>\n", - " 61\n", + " 100\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_aa08ef3467529ed7455add8a498994f4 = L.polyline(\n", - " [[37.395541599999994, -122.01270800000002], [37.39470240000001, -122.00883770000002]],\n", + " var poly_line_5c5c2627ec019f06a86a218014dc5b83 = L.polyline(\n", + " [[37.83805670000001, -122.26897759999997], [37.8381372, -122.26902170000001], [37.838244599999996, -122.26907789999997], [37.8383615, -122.269134], [37.8384924, -122.26919239999998], [37.8386167, -122.2692432], [37.83873909999999, -122.26929020000001], [37.83886969999999, -122.26933790000001], [37.8389268, -122.26936169999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_aa08ef3467529ed7455add8a498994f4.bindTooltip(\n", + " poly_line_5c5c2627ec019f06a86a218014dc5b83.bindTooltip(\n", " `<div>\n", - " 62\n", + " 101\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_a0c9dfb2ed0409d81d25f2f6ac7513cf = L.polyline(\n", - " [[37.39470240000001, -122.00883770000002], [37.39434519999998, -122.00738740000001], [37.393563199999996, -122.00453420000001], [37.39220089999999, -121.9997028]],\n", + " var poly_line_ef924a55448a18c872c2d37d1cff65b1 = L.polyline(\n", + " [[37.8389268, -122.26936169999998], [37.83899399999999, -122.2693879], [37.83904969999999, -122.2694069], [37.839175, -122.2694448], [37.839301199999994, -122.26947819999997], [37.839433, -122.2695097], [37.8397238, -122.26957159999999], [37.83981539999999, -122.26958779999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_a0c9dfb2ed0409d81d25f2f6ac7513cf.bindTooltip(\n", + " poly_line_ef924a55448a18c872c2d37d1cff65b1.bindTooltip(\n", " `<div>\n", - " 63\n", + " 102\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_01baf826550ce7e4c08b4c95407ebf1d = L.polyline(\n", - " [[37.39220089999999, -121.9997028], [37.3920637, -121.99954739999997], [37.3915773, -121.9981055], [37.391481799999994, -121.9978738], [37.39136069999999, -121.9976716], [37.391263599999995, -121.99756480000002], [37.391168099999994, -121.99749609999999], [37.390564399999995, -121.997277], [37.3903089, -121.99713569999997], [37.39021339999999, -121.99708420000002], [37.39008329999999, -121.9969606], [37.3899815, -121.9968438], [37.3898792, -121.9967151], [37.3898179, -121.99656920000001], [37.38976329999999, -121.9963718], [37.3897424, -121.99619799999999], [37.389742799999986, -121.99608850000001]],\n", + " var poly_line_9aa292394d39cd166b93505d5a9d5a1d = L.polyline(\n", + " [[37.83981539999999, -122.26958779999998], [37.8399097, -122.26960760000001], [37.8400463, -122.2696363], [37.840637099999995, -122.26976039999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_01baf826550ce7e4c08b4c95407ebf1d.bindTooltip(\n", + " poly_line_9aa292394d39cd166b93505d5a9d5a1d.bindTooltip(\n", " `<div>\n", - " 64\n", + " 103\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_53fd907256f1cc5a53c64dbf05c77300 = L.polyline(\n", - " [[37.389742799999986, -121.99608850000001], [37.3889008, -121.996053], [37.38847200000001, -121.99603839999999], [37.3876856, -121.9960272], [37.38721489999999, -121.99602519999998]],\n", + " var poly_line_c98f22ca5549c4cdf846827a95386410 = L.polyline(\n", + " [[37.840637099999995, -122.26976039999998], [37.8413716, -122.2699148]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_53fd907256f1cc5a53c64dbf05c77300.bindTooltip(\n", + " poly_line_c98f22ca5549c4cdf846827a95386410.bindTooltip(\n", " `<div>\n", - " 65\n", + " 104\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_b65c000e1d797bc69a50ef078cc81406 = L.polyline(\n", - " [[37.38721489999999, -121.99602519999998], [37.3870074, -121.99601610000002], [37.386935300000005, -121.996013]],\n", + " var poly_line_9dfc2c40941bc60466b8bc8e4514c6b8 = L.polyline(\n", + " [[37.8413716, -122.2699148], [37.841442199999996, -122.26992959999998], [37.84157590000001, -122.26995770000002], [37.8420775, -122.2700631]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_b65c000e1d797bc69a50ef078cc81406.bindTooltip(\n", + " poly_line_9dfc2c40941bc60466b8bc8e4514c6b8.bindTooltip(\n", " `<div>\n", - " 66\n", + " 105\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_340a689c9a4da4bdbd964192000b959b = L.polyline(\n", - " [[37.386935300000005, -121.996013], [37.38679199999999, -121.9960064]],\n", + " var poly_line_cb66385bb7e9213b359eb7ddabe95fb2 = L.polyline(\n", + " [[37.8420775, -122.2700631], [37.842630899999996, -122.27017939999999], [37.84269629999999, -122.2701931], [37.842759, -122.27020629999997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_340a689c9a4da4bdbd964192000b959b.bindTooltip(\n", + " poly_line_cb66385bb7e9213b359eb7ddabe95fb2.bindTooltip(\n", " `<div>\n", - " 67\n", + " 106\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_42d6e40fd05e19417a94487042904e46 = L.polyline(\n", - " [[37.38679199999999, -121.9960064], [37.3867434, -121.9960064], [37.3862847, -121.99600680000002]],\n", + " var poly_line_96a11ea5b04053cb810ceea45625f819 = L.polyline(\n", + " [[37.842759, -122.27020629999997], [37.84343820000001, -122.27034900000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_42d6e40fd05e19417a94487042904e46.bindTooltip(\n", + " poly_line_96a11ea5b04053cb810ceea45625f819.bindTooltip(\n", " `<div>\n", - " 68\n", + " 107\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_b36bb2dfb2efe2076e40397e736eb00d = L.polyline(\n", - " [[37.3862847, -121.99600680000002], [37.38622110000001, -121.99600689999998], [37.38312819999999, -121.9960133]],\n", + " var poly_line_208a9055d7588a90081290cc3ce9e350 = L.polyline(\n", + " [[37.84343820000001, -122.27034900000001], [37.8439082, -122.27044829999998], [37.8441622, -122.27050219999997], [37.8441956, -122.27050890000001], [37.8442736, -122.2705249]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_b36bb2dfb2efe2076e40397e736eb00d.bindTooltip(\n", + " poly_line_208a9055d7588a90081290cc3ce9e350.bindTooltip(\n", " `<div>\n", - " 69\n", + " 108\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_d7d587fe09f3df2c2b76c606cbfcd7d5 = L.polyline(\n", - " [[37.38312819999999, -121.9960133], [37.38280689999999, -121.9960154], [37.3821734, -121.99601679999999]],\n", + " var poly_line_08b6f4813d5fe6096d503e7f68eeec3f = L.polyline(\n", + " [[37.8442736, -122.2705249], [37.8443568, -122.2705423], [37.84486030000001, -122.27064729999998], [37.845104500000005, -122.27069820000001], [37.8451692, -122.2707117]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_d7d587fe09f3df2c2b76c606cbfcd7d5.bindTooltip(\n", + " poly_line_08b6f4813d5fe6096d503e7f68eeec3f.bindTooltip(\n", " `<div>\n", - " 70\n", + " 109\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_3a4e2029d505067fbaea3a00d76a4da5 = L.polyline(\n", - " [[37.3821734, -121.99601679999999], [37.3819424, -121.9960193], [37.3815685, -121.99601980000001], [37.3811655, -121.99601679999999]],\n", + " var poly_line_86b2c153fa680ab52ee472de3b73ac5c = L.polyline(\n", + " [[37.8451692, -122.2707117], [37.84596079999999, -122.27087690000002], [37.8460616, -122.2708979]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_3a4e2029d505067fbaea3a00d76a4da5.bindTooltip(\n", + " poly_line_86b2c153fa680ab52ee472de3b73ac5c.bindTooltip(\n", " `<div>\n", - " 71\n", + " 110\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_48fa79d14be9ee80f3f558dc0c75185a = L.polyline(\n", - " [[37.3811655, -121.99601679999999], [37.38058059999999, -121.99601629999997]],\n", + " var poly_line_a1263b1fa6bb0882563503dc96b3e8c7 = L.polyline(\n", + " [[37.8460616, -122.2708979], [37.8464217, -122.2709734], [37.84647390000001, -122.27098549999997], [37.8465109, -122.2709969], [37.84655500000001, -122.27101599999997], [37.846615099999994, -122.2710515], [37.8466668, -122.27109090000002], [37.8467025, -122.27112340000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_48fa79d14be9ee80f3f558dc0c75185a.bindTooltip(\n", + " poly_line_a1263b1fa6bb0882563503dc96b3e8c7.bindTooltip(\n", " `<div>\n", - " 72\n", + " 111\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_ddef8db5db78c813108a7fd4576cd0be = L.polyline(\n", - " [[37.38058059999999, -121.99601629999997], [37.38045989999999, -121.99601770000001]],\n", + " var poly_line_517438aa0ff0112dcf87d81b2785b658 = L.polyline(\n", + " [[37.8467025, -122.27112340000001], [37.8467376, -122.2711605], [37.84677309999999, -122.27120229999997], [37.846814499999994, -122.27125799999999], [37.846858399999995, -122.27132230000001], [37.8469004, -122.271382], [37.8469428, -122.27143800000002], [37.846973899999995, -122.2714767], [37.8470249, -122.27153249999999], [37.84708439999999, -122.27158260000002], [37.847114999999995, -122.27160249999999], [37.84715859999999, -122.27162560000001], [37.8471992, -122.2716411]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_ddef8db5db78c813108a7fd4576cd0be.bindTooltip(\n", + " poly_line_517438aa0ff0112dcf87d81b2785b658.bindTooltip(\n", " `<div>\n", - " 73\n", + " 112\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_841964da2ce080fb4a3bf57355e957c6 = L.polyline(\n", - " [[37.38045989999999, -121.99601770000001], [37.3799271, -121.99602430000002]],\n", + " var poly_line_eb0059b0f5627fb13f712b426054fda9 = L.polyline(\n", + " [[37.8471992, -122.2716411], [37.847244599999996, -122.27165439999999], [37.8472876, -122.27166299999999], [37.84735, -122.2716639], [37.84741499999999, -122.27165590000001], [37.84760920000001, -122.27161800000002], [37.8483184, -122.27147459999999], [37.84839420000001, -122.27145970000001], [37.848458399999984, -122.27144730000002], [37.848523099999994, -122.2714307], [37.8485859, -122.2714104], [37.8486732, -122.27137770000002], [37.848760999999996, -122.27134470000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_841964da2ce080fb4a3bf57355e957c6.bindTooltip(\n", + " poly_line_eb0059b0f5627fb13f712b426054fda9.bindTooltip(\n", " `<div>\n", - " 74\n", + " 113\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_7a79f2eae28b8fe333e15e9737433993 = L.polyline(\n", - " [[37.3799271, -121.99602430000002], [37.3793642, -121.9960385]],\n", + " var poly_line_986937877f6b1f96a72dd0736779b50d = L.polyline(\n", + " [[37.848760999999996, -122.27134470000001], [37.8488437, -122.27131350000002], [37.849139099999995, -122.2711982], [37.849182400000004, -122.271182], [37.8495611, -122.27103789999998], [37.8496001, -122.27102250000002], [37.84968159999999, -122.2709935]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_7a79f2eae28b8fe333e15e9737433993.bindTooltip(\n", + " poly_line_986937877f6b1f96a72dd0736779b50d.bindTooltip(\n", " `<div>\n", - " 75\n", + " 114\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_fe5ca9cea74775491d742aac78ffec28 = L.polyline(\n", - " [[37.3793642, -121.9960385], [37.3784732, -121.99604230000001]],\n", + " var poly_line_dd24b23dd92ce1f264b309125cef2656 = L.polyline(\n", + " [[37.84968159999999, -122.2709935], [37.8497568, -122.27096439999998], [37.8498031, -122.27094690000001], [37.85021559999999, -122.27079279999998], [37.850493, -122.270687], [37.8505243, -122.27067540000002], [37.8505896, -122.2706516], [37.8506233, -122.27064079999997], [37.850692699999996, -122.2706191]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_fe5ca9cea74775491d742aac78ffec28.bindTooltip(\n", + " poly_line_dd24b23dd92ce1f264b309125cef2656.bindTooltip(\n", " `<div>\n", - " 76\n", + " 115\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_955ec052f8fe6e53466071a1a0514357 = L.polyline(\n", - " [[37.3784732, -121.99604230000001], [37.3767252, -121.9960455]],\n", + " var poly_line_27be1ab97d2876fef1bd624c1cc352b1 = L.polyline(\n", + " [[37.850692699999996, -122.2706191], [37.8508099, -122.2705967], [37.85099319999999, -122.2705858], [37.851039699999994, -122.27058299999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_955ec052f8fe6e53466071a1a0514357.bindTooltip(\n", + " poly_line_27be1ab97d2876fef1bd624c1cc352b1.bindTooltip(\n", " `<div>\n", - " 77\n", + " 116\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_1c1b63bfe0a28e5723cfac7b2392afa9 = L.polyline(\n", - " [[37.3767252, -121.9960455], [37.37640410000001, -121.99605239999997], [37.37610149999998, -121.99606309999997]],\n", + " var poly_line_05a242d76c828b5bd3b2b4a3625c8149 = L.polyline(\n", + " [[37.851039699999994, -122.27058299999999], [37.8511013, -122.27054129999999], [37.851162900000006, -122.27049059999999], [37.85120079999999, -122.2704525], [37.8512487, -122.2704049], [37.8513384, -122.27030880000001], [37.85136949999999, -122.27028149999998], [37.851379, -122.2702732], [37.85143119999999, -122.27024120000002], [37.85155189999999, -122.2701955], [37.851851399999994, -122.27008109999997], [37.8519548, -122.27004469999999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_1c1b63bfe0a28e5723cfac7b2392afa9.bindTooltip(\n", + " poly_line_05a242d76c828b5bd3b2b4a3625c8149.bindTooltip(\n", " `<div>\n", - " 78\n", + " 117\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_8f8fa3c36f74f35793c136c6ff845ec1 = L.polyline(\n", - " [[37.37610149999998, -121.99606309999997], [37.375047599999995, -121.9960782], [37.3747219, -121.99609570000001]],\n", + " var poly_line_714e679455c17ef40b83addde71abfc1 = L.polyline(\n", + " [[37.8519548, -122.27004469999999], [37.8522363, -122.269935], [37.8524867, -122.2698373], [37.852491699999995, -122.2698354], [37.852616499999996, -122.26978750000002], [37.852784199999995, -122.2697227], [37.852944400000005, -122.26966069999999], [37.8530135, -122.2696354], [37.85335680000001, -122.26950409999999], [37.8534585, -122.2694641]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_8f8fa3c36f74f35793c136c6ff845ec1.bindTooltip(\n", + " poly_line_714e679455c17ef40b83addde71abfc1.bindTooltip(\n", " `<div>\n", - " 79\n", + " 118\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_c31225264027e5c1e0c717ce094e0c00 = L.polyline(\n", - " [[37.3747219, -121.99609570000001], [37.3740703, -121.9962038], [37.37406039999999, -121.996205], [37.37397449999999, -121.99622200000002]],\n", + " var poly_line_6aa1304e1bbe3a7dcae46a46f1b2ee7d = L.polyline(\n", + " [[37.8534585, -122.2694641], [37.853876, -122.26930589999998], [37.8540057, -122.26925699999997], [37.8541993, -122.26918399999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_c31225264027e5c1e0c717ce094e0c00.bindTooltip(\n", + " poly_line_6aa1304e1bbe3a7dcae46a46f1b2ee7d.bindTooltip(\n", " `<div>\n", - " 80\n", + " 119\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_154a8f74dfa26060f957a1a0ebab3102 = L.polyline(\n", - " [[37.37397449999999, -121.99622200000002], [37.3738644, -121.9962519]],\n", + " var poly_line_695ed5445af301c32b6a2a0d8ca45587 = L.polyline(\n", + " [[37.8541993, -122.26918399999998], [37.854504999999996, -122.26906859999997], [37.8545471, -122.2690521], [37.854734499999985, -122.26897420000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_154a8f74dfa26060f957a1a0ebab3102.bindTooltip(\n", + " poly_line_695ed5445af301c32b6a2a0d8ca45587.bindTooltip(\n", " `<div>\n", - " 81\n", + " 120\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_939b3291dde5cc2079835975c957687e = L.polyline(\n", - " [[37.3738644, -121.9962519], [37.3738089, -121.9962629], [37.37308349999999, -121.99641859999998]],\n", + " var poly_line_d6513ffeb2fa82c11239ccc6cc1a48bf = L.polyline(\n", + " [[37.854734499999985, -122.26897420000002], [37.8549527, -122.26890460000001], [37.8552999, -122.26877319999998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_939b3291dde5cc2079835975c957687e.bindTooltip(\n", + " poly_line_d6513ffeb2fa82c11239ccc6cc1a48bf.bindTooltip(\n", " `<div>\n", - " 82\n", + " 121\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_ff8794f50b712fc37f16851a9c6bf58e = L.polyline(\n", - " [[37.37308349999999, -121.99641859999998], [37.372723199999996, -121.99648520000001], [37.3721489, -121.9965159], [37.371092299999994, -121.99651999999998], [37.3701082, -121.99652029999999], [37.3691347, -121.99652929999998], [37.3685836, -121.9965066], [37.3680313, -121.996448], [37.3676214, -121.99639009999999], [37.3674251, -121.9963624]],\n", + " var poly_line_42a9debabd487898fad3e08a9f8909d7 = L.polyline(\n", + " [[37.8552999, -122.26877319999998], [37.855365, -122.26874899999999], [37.8554828, -122.2687049], [37.85564949999999, -122.2686441], [37.856347099999994, -122.26837619999999], [37.8564437, -122.26833909999999], [37.8565229, -122.26830750000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_ff8794f50b712fc37f16851a9c6bf58e.bindTooltip(\n", + " poly_line_42a9debabd487898fad3e08a9f8909d7.bindTooltip(\n", " `<div>\n", - " 83\n", + " 122\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_c231cb1f90bbdfd0f4728f45b1b3a36f = L.polyline(\n", - " [[37.3674251, -121.9963624], [37.367017499999996, -121.9962986], [37.36700419999999, -121.99629670000002], [37.36689109999999, -121.99628010000002]],\n", + " var poly_line_1adbe8a7fa8c0fd992290970ca02be68 = L.polyline(\n", + " [[37.8565229, -122.26830750000002], [37.8566051, -122.26827460000001], [37.85675810000001, -122.26821630000002], [37.857054, -122.26810260000002], [37.85740779999999, -122.26796790000002], [37.857486, -122.267939]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_c231cb1f90bbdfd0f4728f45b1b3a36f.bindTooltip(\n", + " poly_line_1adbe8a7fa8c0fd992290970ca02be68.bindTooltip(\n", " `<div>\n", - " 84\n", + " 123\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_1da5ab7fb503dd88c339c2dd92c31714 = L.polyline(\n", - " [[37.36689109999999, -121.99628010000002], [37.3668412, -121.99627120000001], [37.3667943, -121.99626379999995]],\n", + " var poly_line_08cc87f611d9964acd8ea9e42695eff7 = L.polyline(\n", + " [[37.857486, -122.267939], [37.857569500000004, -122.2679056], [37.857755999999995, -122.26783969999997], [37.857840599999996, -122.2678096], [37.8582706, -122.2676447], [37.8583675, -122.2676075], [37.85845049999999, -122.2675788]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_1da5ab7fb503dd88c339c2dd92c31714.bindTooltip(\n", + " poly_line_08cc87f611d9964acd8ea9e42695eff7.bindTooltip(\n", " `<div>\n", - " 85\n", + " 124\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_e97dd27745831c398f74ffb7b952cb0f = L.polyline(\n", - " [[37.3667943, -121.99626379999995], [37.366789700000005, -121.9959992]],\n", + " var poly_line_edeaed49022c13e8630fb5b4400cafbe = L.polyline(\n", + " [[37.85845049999999, -122.2675788], [37.858464, -122.2674484], [37.8584676, -122.26742319999998], [37.858495, -122.2672295], [37.8585186, -122.2670354], [37.858520999999996, -122.2670155], [37.858532999999994, -122.26691990000002]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_e97dd27745831c398f74ffb7b952cb0f.bindTooltip(\n", + " poly_line_edeaed49022c13e8630fb5b4400cafbe.bindTooltip(\n", " `<div>\n", - " 86\n", + " 125\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_2826573c664ceaaff9ca16917992beba = L.polyline(\n", - " [[37.366789700000005, -121.9959992], [37.3667877, -121.99587989999999], [37.3667862, -121.9957871]],\n", + " var poly_line_1d35b8603fdd0061556d26582f0c7137 = L.polyline(\n", + " [[37.858532999999994, -122.26691990000002], [37.8586058, -122.26692859999999], [37.8586767, -122.26693699999998], [37.8591952, -122.266996]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_2826573c664ceaaff9ca16917992beba.bindTooltip(\n", + " poly_line_1d35b8603fdd0061556d26582f0c7137.bindTooltip(\n", " `<div>\n", - " 87\n", + " 126\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_32c2eaa1123893fa253b0080fe9d0ef6 = L.polyline(\n", - " [[37.3667862, -121.9957871], [37.3667889, -121.99553920000001], [37.3667926, -121.99552049999998], [37.36680139999999, -121.99550099999999], [37.36684329999999, -121.9954662]],\n", + " var poly_line_96b6c94237a4b10745c36773396824c5 = L.polyline(\n", + " [[37.8591952, -122.266996], [37.8593425, -122.26698969999997], [37.85937080000001, -122.26698740000002], [37.85944229999999, -122.26699230000001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_32c2eaa1123893fa253b0080fe9d0ef6.bindTooltip(\n", + " poly_line_96b6c94237a4b10745c36773396824c5.bindTooltip(\n", " `<div>\n", - " 88\n", + " 127\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_11095719ca95c908ccd944e89e5911bc = L.polyline(\n", - " [[37.36684329999999, -121.9954662], [37.36684489999999, -121.9954045], [37.3668478, -121.99529439999998], [37.36685099999999, -121.9951735], [37.3668538, -121.9950695], [37.366854200000006, -121.9950437], [37.366856299999995, -121.9949002], [37.3668606, -121.99461069999997], [37.3668644, -121.99435489999999], [37.3668653, -121.99429620000001]],\n", + " var poly_line_4f1e0ac9ccd4ddc876db070e6469a1a0 = L.polyline(\n", + " [[37.85944229999999, -122.26699230000001], [37.8594489, -122.266927], [37.859450800000005, -122.26691150000002], [37.85951099999999, -122.26643540000002], [37.85957069999999, -122.26596889999999], [37.85976519999999, -122.2644498], [37.8597682, -122.2644263], [37.85977230000001, -122.2643847]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_11095719ca95c908ccd944e89e5911bc.bindTooltip(\n", + " poly_line_4f1e0ac9ccd4ddc876db070e6469a1a0.bindTooltip(\n", " `<div>\n", - " 89\n", + " 128\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var poly_line_370f36bc6e8f8d9ec6f028ec61703c24 = L.polyline(\n", - " [[37.3668653, -121.99429620000001], [37.3668661, -121.9942177], [37.366868399999994, -121.99399490000002], [37.3668696, -121.99387559999997], [37.36687209999999, -121.9936452], [37.3668748, -121.9933897], [37.3668773, -121.99314970000002], [37.3668791, -121.99297240000001]],\n", + " var poly_line_d02f2cfc8bbc6fa40348794cc632febe = L.polyline(\n", + " [[37.85977230000001, -122.2643847], [37.85975989999999, -122.2643784], [37.859749499999985, -122.26436779999997], [37.859742, -122.2643537], [37.8597381, -122.26433749999997], [37.8597381, -122.2643206]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " poly_line_370f36bc6e8f8d9ec6f028ec61703c24.bindTooltip(\n", + " poly_line_d02f2cfc8bbc6fa40348794cc632febe.bindTooltip(\n", " `<div>\n", - " 90\n", + " 129\n", " </div>`,\n", " {"sticky": true}\n", " );\n", " \n", " \n", - " var circle_8fc63d9fdf2336bbadd0fd1503f14fde = L.circle(\n", - " [37.548739999999995, -122.27171],\n", + " var circle_aaea591ff8000107d96a658bdd85f924 = L.circle(\n", + " [37.78282, -122.46896],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_8fc63d9fdf2336bbadd0fd1503f14fde.bindTooltip(\n", + " circle_aaea591ff8000107d96a658bdd85f924.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -48262,13 +14153,13 @@ " );\n", " \n", " \n", - " var circle_e940b267f6a0ea4cdd1573e55dc8b6a2 = L.circle(\n", - " [37.54807, -122.27381],\n", + " var circle_486abda2b49232e0caa7d286ddf49f19 = L.circle(\n", + " [37.78285000000001, -122.46668],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_e940b267f6a0ea4cdd1573e55dc8b6a2.bindTooltip(\n", + " circle_486abda2b49232e0caa7d286ddf49f19.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -48276,13 +14167,13 @@ " );\n", " \n", " \n", - " var circle_b9b29cdef62f71fd155fd4f087b8a2ba = L.circle(\n", - " [37.54838000000001, -122.27406],\n", + " var circle_8020d7276f4a0b91d14e0a754fb87a83 = L.circle(\n", + " [37.78089, -122.46642000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_b9b29cdef62f71fd155fd4f087b8a2ba.bindTooltip(\n", + " circle_8020d7276f4a0b91d14e0a754fb87a83.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -48290,13 +14181,13 @@ " );\n", " \n", " \n", - " var circle_509e28daaadaf1fc44a612100bbdfa7d = L.circle(\n", - " [37.54977999999999, -122.27446],\n", + " var circle_48142bac4b59ee2e960906415822866d = L.circle(\n", + " [37.78124, -122.45636],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_509e28daaadaf1fc44a612100bbdfa7d.bindTooltip(\n", + " circle_48142bac4b59ee2e960906415822866d.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -48304,13 +14195,13 @@ " );\n", " \n", " \n", - " var circle_e6936e4df98b929465555f268ade1353 = L.circle(\n", - " [37.55051, -122.27448000000001],\n", + " var circle_8095c809e89e99f6e696d03564b1cfa3 = L.circle(\n", + " [37.77868, -122.45546999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_e6936e4df98b929465555f268ade1353.bindTooltip(\n", + " circle_8095c809e89e99f6e696d03564b1cfa3.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -48318,13 +14209,13 @@ " );\n", " \n", " \n", - " var circle_c9782aa0f2a929103fbe195de811730f = L.circle(\n", - " [37.55196999999999, -122.27517000000002],\n", + " var circle_0b10479e4f82115310c18fbe365b885f = L.circle(\n", + " [37.77139, -122.45395],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_c9782aa0f2a929103fbe195de811730f.bindTooltip(\n", + " circle_0b10479e4f82115310c18fbe365b885f.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -48332,13 +14223,13 @@ " );\n", " \n", " \n", - " var circle_26c951c2ef23794c39827c24ce5e0e4b = L.circle(\n", - " [37.55355, -122.27656000000002],\n", + " var circle_a08b8301dee1d4f2e3b65583b8b07606 = L.circle(\n", + " [37.77123999999999, -122.45232999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_26c951c2ef23794c39827c24ce5e0e4b.bindTooltip(\n", + " circle_a08b8301dee1d4f2e3b65583b8b07606.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -48346,13 +14237,13 @@ " );\n", " \n", " \n", - " var circle_4bed70881e904e3eca09bb745d78a833 = L.circle(\n", - " [37.55432, -122.27748999999997],\n", + " var circle_7d1e7fdb313f71b57be39d0d82c60b76 = L.circle(\n", + " [37.77488, -122.42428],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_4bed70881e904e3eca09bb745d78a833.bindTooltip(\n", + " circle_7d1e7fdb313f71b57be39d0d82c60b76.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -48360,13 +14251,13 @@ " );\n", " \n", " \n", - " var circle_126a5b188babfc3a19f4d9150024ee59 = L.circle(\n", - " [37.55431, -122.27768000000002],\n", + " var circle_9823a65ea2f5dd1c948e1a0afbe1bc47 = L.circle(\n", + " [37.77477, -122.42411000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_126a5b188babfc3a19f4d9150024ee59.bindTooltip(\n", + " circle_9823a65ea2f5dd1c948e1a0afbe1bc47.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -48374,13 +14265,13 @@ " );\n", " \n", " \n", - " var circle_c752822f678ac4ef89491f10a05613f6 = L.circle(\n", - " [37.553509999999996, -122.27891],\n", + " var circle_59bde7ec5b1b932b6eb5830d4b060ffa = L.circle(\n", + " [37.77259999999999, -122.42371],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_c752822f678ac4ef89491f10a05613f6.bindTooltip(\n", + " circle_59bde7ec5b1b932b6eb5830d4b060ffa.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -48388,13 +14279,13 @@ " );\n", " \n", " \n", - " var circle_1f3db03068f439be4dd6c82bffa28068 = L.circle(\n", - " [37.550169999999994, -122.28236],\n", + " var circle_ddb4692a80aa577f44e74447c5f7ab09 = L.circle(\n", + " [37.7715, -122.4232],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_1f3db03068f439be4dd6c82bffa28068.bindTooltip(\n", + " circle_ddb4692a80aa577f44e74447c5f7ab09.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -48402,13 +14293,13 @@ " );\n", " \n", " \n", - " var circle_5cf5b032436f3836b6e6fa4c518388df = L.circle(\n", - " [37.54611999999999, -122.28538],\n", + " var circle_0053830e521fd3c77f1100373d79fcdf = L.circle(\n", + " [37.77057, -122.42231999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_5cf5b032436f3836b6e6fa4c518388df.bindTooltip(\n", + " circle_0053830e521fd3c77f1100373d79fcdf.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -48416,13 +14307,13 @@ " );\n", " \n", " \n", - " var circle_7a1d702a9ecb28c250eb427919178b09 = L.circle(\n", - " [37.54425999999999, -122.28868999999999],\n", + " var circle_9920c782893eb16aa8f1b1a5170a9f5b = L.circle(\n", + " [37.77026, -122.42175000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_7a1d702a9ecb28c250eb427919178b09.bindTooltip(\n", + " circle_9920c782893eb16aa8f1b1a5170a9f5b.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -48430,13 +14321,13 @@ " );\n", " \n", " \n", - " var circle_2b7df8b6a78dff2731424af0b9550a43 = L.circle(\n", - " [37.54421, -122.28901],\n", + " var circle_f31510fd9a29bd466219b8eb0a265188 = L.circle(\n", + " [37.76987, -122.41872],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_2b7df8b6a78dff2731424af0b9550a43.bindTooltip(\n", + " circle_f31510fd9a29bd466219b8eb0a265188.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -48444,13 +14335,13 @@ " );\n", " \n", " \n", - " var circle_a7b7acd154d498ef32ea130292f4636c = L.circle(\n", - " [37.54444, -122.28939000000001],\n", + " var circle_f6483196608cbe8ec264502815bef148 = L.circle(\n", + " [37.76886999999999, -122.40696000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_a7b7acd154d498ef32ea130292f4636c.bindTooltip(\n", + " circle_f6483196608cbe8ec264502815bef148.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -48458,13 +14349,13 @@ " );\n", " \n", " \n", - " var circle_449c6cae4e6515e5336fe33e8933fe24 = L.circle(\n", - " [37.544830000000005, -122.28928],\n", + " var circle_dc1677398f4e30b189544d5155d6daf2 = L.circle(\n", + " [37.76908, -122.40584999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_449c6cae4e6515e5336fe33e8933fe24.bindTooltip(\n", + " circle_dc1677398f4e30b189544d5155d6daf2.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -48472,13 +14363,13 @@ " );\n", " \n", " \n", - " var circle_ee782b11c78e7af42c116e6923607a59 = L.circle(\n", - " [37.54491, -122.28906999999997],\n", + " var circle_02388c41210416f27e88395cf5e1fcec = L.circle(\n", + " [37.76941999999999, -122.40553999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_ee782b11c78e7af42c116e6923607a59.bindTooltip(\n", + " circle_02388c41210416f27e88395cf5e1fcec.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -48486,13 +14377,13 @@ " );\n", " \n", " \n", - " var circle_052ffc4a37826505fda1e1f3a027958d = L.circle(\n", - " [37.54475, -122.28862],\n", + " var circle_e59b37cb69f0dcaccfdc2789824a439c = L.circle(\n", + " [37.77015, -122.40547999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_052ffc4a37826505fda1e1f3a027958d.bindTooltip(\n", + " circle_e59b37cb69f0dcaccfdc2789824a439c.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -48500,13 +14391,13 @@ " );\n", " \n", " \n", - " var circle_c38d49d215ec2de0920b08a85b8d7d40 = L.circle(\n", - " [37.54288, -122.28662999999999],\n", + " var circle_2dd9cde1d1374ba402b9be9754f6a88f = L.circle(\n", + " [37.77479, -122.40598],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_c38d49d215ec2de0920b08a85b8d7d40.bindTooltip(\n", + " circle_2dd9cde1d1374ba402b9be9754f6a88f.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -48514,13 +14405,13 @@ " );\n", " \n", " \n", - " var circle_debacada3d594994ca37334c0e33b3ce = L.circle(\n", - " [37.53155999999999, -122.27608999999998],\n", + " var circle_32b73b105765eec15c5271c60fe433ce = L.circle(\n", + " [37.775079999999996, -122.40575999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_debacada3d594994ca37334c0e33b3ce.bindTooltip(\n", + " circle_32b73b105765eec15c5271c60fe433ce.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -48528,13 +14419,13 @@ " );\n", " \n", " \n", - " var circle_f85d762be513b9ad9082a935bbf89b67 = L.circle(\n", - " [37.52461999999999, -122.26843000000001],\n", + " var circle_e0c32e469cfa2f641ea5921af63e2f59 = L.circle(\n", + " [37.77806, -122.40129999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_f85d762be513b9ad9082a935bbf89b67.bindTooltip(\n", + " circle_e0c32e469cfa2f641ea5921af63e2f59.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -48542,13 +14433,13 @@ " );\n", " \n", " \n", - " var circle_93e20675df5e9f033a0b3659e37c5d21 = L.circle(\n", - " [37.50392999999999, -122.24490999999998],\n", + " var circle_1997cb9f1af40eda8655a3b4ac15f560 = L.circle(\n", + " [37.784649999999985, -122.39303999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_93e20675df5e9f033a0b3659e37c5d21.bindTooltip(\n", + " circle_1997cb9f1af40eda8655a3b4ac15f560.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -48556,13 +14447,13 @@ " );\n", " \n", " \n", - " var circle_bd0c75832be1fade9efbe3bc5ea6306e = L.circle(\n", - " [37.493900000000004, -122.22521999999998],\n", + " var circle_54f62f253ce45e953b1ff1191101987a = L.circle(\n", + " [37.78656, -122.38977999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_bd0c75832be1fade9efbe3bc5ea6306e.bindTooltip(\n", + " circle_54f62f253ce45e953b1ff1191101987a.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -48570,13 +14461,13 @@ " );\n", " \n", " \n", - " var circle_cadeb60136915a4dd42897363585aaf1 = L.circle(\n", - " [37.491719999999994, -122.2199],\n", + " var circle_0db42ae00ab29a93b1e88cfcce6832a1 = L.circle(\n", + " [37.78794, -122.38879999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_cadeb60136915a4dd42897363585aaf1.bindTooltip(\n", + " circle_0db42ae00ab29a93b1e88cfcce6832a1.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -48584,13 +14475,13 @@ " );\n", " \n", " \n", - " var circle_2277c3dc92ecfa71c2379947d3278d1e = L.circle(\n", - " [37.48792999999999, -122.20884999999997],\n", + " var circle_d08e7bca321e5569848e0e88c7fd6c20 = L.circle(\n", + " [37.81285999999999, -122.36223000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_2277c3dc92ecfa71c2379947d3278d1e.bindTooltip(\n", + " circle_d08e7bca321e5569848e0e88c7fd6c20.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -48598,13 +14489,13 @@ " );\n", " \n", " \n", - " var circle_6ac8d9f3e8ecdad7836c93dd48294a15 = L.circle(\n", - " [37.48486, -122.18601000000001],\n", + " var circle_dbc02ed650a42708bfe6c570e2125579 = L.circle(\n", + " [37.816919999999996, -122.35521000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_6ac8d9f3e8ecdad7836c93dd48294a15.bindTooltip(\n", + " circle_dbc02ed650a42708bfe6c570e2125579.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -48612,13 +14503,13 @@ " );\n", " \n", " \n", - " var circle_5ff94893f89df0bd4907c2a93f7ee985 = L.circle(\n", - " [37.47511, -122.16593],\n", + " var circle_5b507ed06bb98eefed76f21de4053b8c = L.circle(\n", + " [37.81938, -122.34603999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_5ff94893f89df0bd4907c2a93f7ee985.bindTooltip(\n", + " circle_5b507ed06bb98eefed76f21de4053b8c.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -48626,13 +14517,13 @@ " );\n", " \n", " \n", - " var circle_68dde925c1310dde75edddd0cf46f172 = L.circle(\n", - " [37.45315, -122.12851999999997],\n", + " var circle_16873e633390f32ea1c45bd43f712cd4 = L.circle(\n", + " [37.8217, -122.32912],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_68dde925c1310dde75edddd0cf46f172.bindTooltip(\n", + " circle_16873e633390f32ea1c45bd43f712cd4.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -48640,13 +14531,13 @@ " );\n", " \n", " \n", - " var circle_06a9496799ce2ea98ff9f20e3d050dd3 = L.circle(\n", - " [37.43978, -122.11354000000001],\n", + " var circle_b56898cf5c035bf1f2529ca21c9dda54 = L.circle(\n", + " [37.82278, -122.31957],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_06a9496799ce2ea98ff9f20e3d050dd3.bindTooltip(\n", + " circle_b56898cf5c035bf1f2529ca21c9dda54.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -48654,13 +14545,13 @@ " );\n", " \n", " \n", - " var circle_4b4b981f485d4aee3ab661f1cc6741eb = L.circle(\n", - " [37.4325, -122.10591],\n", + " var circle_5cb88b038d856a1b8e7cb637b702b519 = L.circle(\n", + " [37.826139999999995, -122.29927000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_4b4b981f485d4aee3ab661f1cc6741eb.bindTooltip(\n", + " circle_5cb88b038d856a1b8e7cb637b702b519.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -48668,13 +14559,13 @@ " );\n", " \n", " \n", - " var circle_005cd3b1d15bb834e38f777f6dc21721 = L.circle(\n", - " [37.41908, -122.08992],\n", + " var circle_d3c94a9110b9e75b3b36e6f4222f0af1 = L.circle(\n", + " [37.82679, -122.29120000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_005cd3b1d15bb834e38f777f6dc21721.bindTooltip(\n", + " circle_d3c94a9110b9e75b3b36e6f4222f0af1.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -48682,13 +14573,13 @@ " );\n", " \n", " \n", - " var circle_1f8180e174232b9823596047a1469e8b = L.circle(\n", - " [37.41303, -122.081],\n", + " var circle_feb762a016ca51bd2719494bd3217432 = L.circle(\n", + " [37.82722999999999, -122.28257999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_1f8180e174232b9823596047a1469e8b.bindTooltip(\n", + " circle_feb762a016ca51bd2719494bd3217432.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -48696,13 +14587,13 @@ " );\n", " \n", " \n", - " var circle_2fe581285c386862815ed6b423e84d28 = L.circle(\n", - " [37.408809999999995, -122.07067999999998],\n", + " var circle_f0dc0c48ec3fbc0f400fd6dcf74485cd = L.circle(\n", + " [37.82519, -122.27352],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_2fe581285c386862815ed6b423e84d28.bindTooltip(\n", + " circle_f0dc0c48ec3fbc0f400fd6dcf74485cd.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -48710,13 +14601,13 @@ " );\n", " \n", " \n", - " var circle_2763d7eb31c88f1d44db208961ce1040 = L.circle(\n", - " [37.40334, -122.04821000000001],\n", + " var circle_a4c280e1e9a69e71d2db5c8eaa5b335d = L.circle(\n", + " [37.825320000000005, -122.26779999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_2763d7eb31c88f1d44db208961ce1040.bindTooltip(\n", + " circle_a4c280e1e9a69e71d2db5c8eaa5b335d.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -48724,13 +14615,13 @@ " );\n", " \n", " \n", - " var circle_7e377b458576307c269b0af73d594374 = L.circle(\n", - " [37.395889999999994, -122.01440999999997],\n", + " var circle_a4e91af176b3825d79537928cf8cc4c9 = L.circle(\n", + " [37.825889999999994, -122.26737000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_7e377b458576307c269b0af73d594374.bindTooltip(\n", + " circle_a4e91af176b3825d79537928cf8cc4c9.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -48738,13 +14629,13 @@ " );\n", " \n", " \n", - " var circle_052543d7fb0c9bf53ac2fb74daed7a22 = L.circle(\n", - " [37.39124, -121.99763000000002],\n", + " var circle_07fba291858867f173cf5a6d8e5bbf5a = L.circle(\n", + " [37.83059, -122.26616000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_052543d7fb0c9bf53ac2fb74daed7a22.bindTooltip(\n", + " circle_07fba291858867f173cf5a6d8e5bbf5a.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -48752,13 +14643,13 @@ " );\n", " \n", " \n", - " var circle_be12f171dd252144899891b02ccd3300 = L.circle(\n", - " [37.38945999999999, -121.99611999999999],\n", + " var circle_c99794f47e47501cf123d46064dfeec0 = L.circle(\n", + " [37.83529, -122.26567999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_be12f171dd252144899891b02ccd3300.bindTooltip(\n", + " circle_c99794f47e47501cf123d46064dfeec0.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -48766,13 +14657,13 @@ " );\n", " \n", " \n", - " var circle_9238c9b168fb62143a6efb5c16e76a57 = L.circle(\n", - " [37.388249999999985, -121.99599000000002],\n", + " var circle_6d9298565771b9da6db6f36ae4c023a9 = L.circle(\n", + " [37.83671999999999, -122.26806000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_9238c9b168fb62143a6efb5c16e76a57.bindTooltip(\n", + " circle_6d9298565771b9da6db6f36ae4c023a9.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -48780,13 +14671,13 @@ " );\n", " \n", " \n", - " var circle_b86140684d1721b3cd07a8d83231c8a2 = L.circle(\n", - " [37.37422000000001, -121.99612999999998],\n", + " var circle_437dbb77e17eb6c0e0ed00f65e234943 = L.circle(\n", + " [37.838429999999995, -122.26928999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_b86140684d1721b3cd07a8d83231c8a2.bindTooltip(\n", + " circle_437dbb77e17eb6c0e0ed00f65e234943.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -48794,13 +14685,13 @@ " );\n", " \n", " \n", - " var circle_06cdec9cf06bb7df2ef3b14338a605d6 = L.circle(\n", - " [37.3733, -121.99630999999998],\n", + " var circle_b6d57f803f788436199d72ee92ebd365 = L.circle(\n", + " [37.8434, -122.27040000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_06cdec9cf06bb7df2ef3b14338a605d6.bindTooltip(\n", + " circle_b6d57f803f788436199d72ee92ebd365.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -48808,13 +14699,13 @@ " );\n", " \n", " \n", - " var circle_2067c952c28b0987ae2b99808f6d5af4 = L.circle(\n", - " [37.36885, -121.99646999999997],\n", + " var circle_eeb425a50639aee7daa594f629e79131 = L.circle(\n", + " [37.8438, -122.27095999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_2067c952c28b0987ae2b99808f6d5af4.bindTooltip(\n", + " circle_eeb425a50639aee7daa594f629e79131.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -48822,13 +14713,13 @@ " );\n", " \n", " \n", - " var circle_76060c2cef69f8b07e44bae45cca9bca = L.circle(\n", - " [37.36683, -121.99607],\n", + " var circle_d57b76465f269443a5662600cdeb2d93 = L.circle(\n", + " [37.84845, -122.27146999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_76060c2cef69f8b07e44bae45cca9bca.bindTooltip(\n", + " circle_d57b76465f269443a5662600cdeb2d93.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -48836,13 +14727,13 @@ " );\n", " \n", " \n", - " var circle_189375fdff83244e59882d0efb621233 = L.circle(\n", - " [37.36675, -121.99302],\n", + " var circle_660c7f7db7ddd24c5d5e5192ac04ed7e = L.circle(\n", + " [37.85119, -122.27058000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_189375fdff83244e59882d0efb621233.bindTooltip(\n", + " circle_660c7f7db7ddd24c5d5e5192ac04ed7e.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -48850,13 +14741,13 @@ " );\n", " \n", " \n", - " var circle_132f4e6760ae3f5dec4046a65ca39deb = L.circle(\n", - " [37.36582, -121.99257],\n", + " var circle_e2a79918597f0f75d04361da4474c97a = L.circle(\n", + " [37.85354000000001, -122.26948],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", + " ).addTo(map_7804dc8eef6cdb824c41b8443dc1f19c);\n", " \n", " \n", - " circle_132f4e6760ae3f5dec4046a65ca39deb.bindTooltip(\n", + " circle_e2a79918597f0f75d04361da4474c97a.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -48864,949 +14755,101 @@ " );\n", " \n", " \n", - " var poly_line_5d3d66ca87af5e5fe26643c725c89e69 = L.polyline(\n", - " [[37.548739999999995, -122.27171], [37.54807, -122.27381], [37.54838000000001, -122.27406], [37.54977999999999, -122.27446], [37.55051, -122.27448000000001], [37.55196999999999, -122.27517000000002], [37.55355, -122.27656000000002], [37.55432, -122.27748999999997], [37.55431, -122.27768000000002], [37.553509999999996, -122.27891], [37.550169999999994, -122.28236], [37.54611999999999, -122.28538], [37.54425999999999, -122.28868999999999], [37.54421, -122.28901], [37.54444, -122.28939000000001], [37.544830000000005, -122.28928], [37.54491, -122.28906999999997], [37.54475, -122.28862], [37.54288, -122.28662999999999], [37.53155999999999, -122.27608999999998], [37.52461999999999, -122.26843000000001], [37.50392999999999, -122.24490999999998], [37.493900000000004, -122.22521999999998], [37.491719999999994, -122.2199], [37.48792999999999, -122.20884999999997], [37.48486, -122.18601000000001], [37.47511, -122.16593], [37.45315, -122.12851999999997], [37.43978, -122.11354000000001], [37.4325, -122.10591], [37.41908, -122.08992], [37.41303, -122.081], [37.408809999999995, -122.07067999999998], [37.40334, -122.04821000000001], [37.395889999999994, -122.01440999999997], [37.39124, -121.99763000000002], [37.38945999999999, -121.99611999999999], [37.388249999999985, -121.99599000000002], [37.37422000000001, -121.99612999999998], [37.3733, -121.99630999999998], [37.36885, -121.99646999999997], [37.36683, -121.99607], [37.36675, -121.99302], [37.36582, -121.99257]],\n", - " {"bubblingMouseEvents": true, "color": "green", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "green", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_04e3bd1749b7d0ca8f9ee966205d753b);\n", - " \n", - "</script>\n", - "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "plot_trace(batch_traces[3], point_color=\"blue\", m=plot_path(match_result.path, crs=3857))" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [], - "source": [ - "# plot_trace(reduced_trace, point_color=\"blue\", m=plot_path(reduced_matches.path, crs=trace.crs))" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
coordinate_iddistance_to_roadroad_idgeomorigin_junction_iddestination_junction_idroad_keykilometerstravel_time
0175249237.131890(65395388, 276566344, 0)LINESTRING (-13611261.420297913 4515868.669849...6539538827656634400.10851010.1
117524933.768171(415168199, 415168195, 0)LINESTRING (-13611454.926968759 4515764.081350...41516819941516819500.21753712.2
217524940.584147(415168199, 415168195, 0)LINESTRING (-13611454.926968759 4515764.081350...41516819941516819500.21753712.2
317524954.563891(415168199, 415168195, 0)LINESTRING (-13611454.926968759 4515764.081350...41516819941516819500.21753712.2
417524965.632155(415168195, 415168193, 0)LINESTRING (-13611526.204838712 4516025.013984...41516819541516819300.0995875.6
517524972.873897(415168193, 415168189, 0)LINESTRING (-13611529.611215131 4516150.540287...41516819341516818900.25365314.2
617524980.063217(415168189, 415168187, 0)LINESTRING (-13611675.43974807 4516433.0220988...41516818941516818700.22585812.6
7175249911.287881(415168390, 65417685, 0)LINESTRING (-13611860.575193208 4516676.461318...4151683906541768500.0154880.9
817525001.112094(65417685, 276571753, 0)LINESTRING (-13611875.825963447 4516664.216908...6541768527657175300.35816520.0
917525012.488833(65417685, 276571753, 0)LINESTRING (-13611875.825963447 4516664.216908...6541768527657175300.35816520.0
1017525024.202162(276571753, 65492836, 0)LINESTRING (-13612193.498394324 4516345.193280...2765717536549283600.31687917.7
1117525030.489929(65471603, 1642836834, 0)LINESTRING (-13612713.839090139 4515524.805216...65471603164283683400.0778214.4
12175250410.853155(65377236, 65353467, 0)LINESTRING (-13613077.6645819 4515256.45796563...653772366535346700.0696893.9
13175250525.672470(65377236, 65353467, 0)LINESTRING (-13613077.6645819 4515256.45796563...653772366535346700.0696893.9
14175250676.453813(65377236, 65353467, 0)LINESTRING (-13613077.6645819 4515256.45796563...653772366535346700.0696893.9
151752507114.111280(65377236, 65353467, 0)LINESTRING (-13613077.6645819 4515256.45796563...653772366535346700.0696893.9
161752508109.797294(65377236, 65353467, 0)LINESTRING (-13613077.6645819 4515256.45796563...653772366535346700.0696893.9
17175250962.368635(65358295, 65377236, 0)LINESTRING (-13612890.21369135 4515395.8466065...653582956537723600.18500710.3
18175251014.602800(564663743, 437194911, 0)LINESTRING (-13613155.488037912 4515180.881681...56466374343719491100.64426830.8
1917525112.140944(437194911, 65367771, 0)LINESTRING (-13612576.526498245 4514642.667399...4371949116536777101.49853851.6
2017525124.797974(65367771, 428765474, 0)LINESTRING (-13611441.034296306 4513130.042587...6536777142876547401.44961749.9
2117525136.144534(65485287, 65381925, 0)LINESTRING (-13608553.707267754 4509921.491960...654852876538192500.62555921.5
2217525142.391652(65358806, 65355466, 0)LINESTRING (-13606466.96775309 4508339.9989691...653588066535546600.98727634.0
2317525157.274654(65358806, 65355466, 0)LINESTRING (-13606466.96775309 4508339.9989691...653588066535546600.98727634.0
2417525165.972735(65355466, 65485312, 0)LINESTRING (-13605347.405370284 4507799.891339...653554666548531201.23274642.4
2517525175.708324(65485312, 69835800, 0)LINESTRING (-13603896.778821856 4507271.610061...654853126983580001.81334262.4
2617525186.680086(65348550, 65372919, 0)LINESTRING (-13600727.846877445 4506462.944447...653485506537291902.08280071.7
2717525198.255627(65382289, 65828370, 0)LINESTRING (-13596168.790527856 4503103.043261...653822896582837001.04854736.1
2817525206.319252(65405009, 65400935, 0)LINESTRING (-13594220.977737699 4501296.919435...654050096540093502.05761370.8
2917525215.824876(65405009, 65400935, 0)LINESTRING (-13594220.977737699 4501296.919435...654050096540093502.05761370.8
3017525227.126145(65382597, 65593180, 0)LINESTRING (-13591268.250508305 4497927.473090...653825976559318000.38814213.4
3117525233.243273(65392096, 65389683, 0)LINESTRING (-13590116.27188978 4496902.5685030...653920966538968300.1573465.4
3217525247.657888(65386032, 1350115374, 0)LINESTRING (-13589475.127282558 4496553.943786...65386032135011537400.85091329.3
3317525253.783968(65393813, 447920760, 0)LINESTRING (-13587280.229750635 4495767.012471...6539381344792076000.88772330.6
3417525264.500691(65417858, 1970807537, 0)LINESTRING (-13582833.361183867 4494507.949745...65417858197080753700.33850811.7
3517525277.641113(65415279, 257881189, 0)LINESTRING (-13580944.79262671 4493916.4455700...6541527925788118900.45113921.6
3617525284.831152(257881189, 2185799705, 0)LINESTRING (-13580542.45059114 4493572.0391664...257881189218579970500.28116612.6
3717525295.035575(257881189, 2185799705, 0)LINESTRING (-13580542.45059114 4493572.0391664...257881189218579970500.28116612.6
3817525305.403992(33106555, 667714607, 0)LINESTRING (-13580543.252091473 4491467.693861...3310655566771460700.0838573.8
3917525316.817869(297690759, 258968455, 0)LINESTRING (-13580560.640195934 4491347.575553...29769075925896845500.0880733.9
4017525325.292977(258968455, 33106550, 0)LINESTRING (-13580579.197155047 4491238.188543...2589684553310655000.63035028.2
4117525335.470940(1126243283, 1126243341, 0)LINESTRING (-13580561.964897871 4490357.250689...1126243283112624334100.0233891.5
42175253418.013325(65530571, 65535694, 0)LINESTRING (-13580342.93266779 4490367.1953554...655305716553569400.1170007.5
431752535154.958488(65530571, 65535694, 0)LINESTRING (-13580342.93266779 4490367.1953554...655305716553569400.1170007.5
\n", - "
" - ], - "text/plain": [ - " coordinate_id distance_to_road road_id \\\n", - "0 1752492 37.131890 (65395388, 276566344, 0) \n", - "1 1752493 3.768171 (415168199, 415168195, 0) \n", - "2 1752494 0.584147 (415168199, 415168195, 0) \n", - "3 1752495 4.563891 (415168199, 415168195, 0) \n", - "4 1752496 5.632155 (415168195, 415168193, 0) \n", - "5 1752497 2.873897 (415168193, 415168189, 0) \n", - "6 1752498 0.063217 (415168189, 415168187, 0) \n", - "7 1752499 11.287881 (415168390, 65417685, 0) \n", - "8 1752500 1.112094 (65417685, 276571753, 0) \n", - "9 1752501 2.488833 (65417685, 276571753, 0) \n", - "10 1752502 4.202162 (276571753, 65492836, 0) \n", - "11 1752503 0.489929 (65471603, 1642836834, 0) \n", - "12 1752504 10.853155 (65377236, 65353467, 0) \n", - "13 1752505 25.672470 (65377236, 65353467, 0) \n", - "14 1752506 76.453813 (65377236, 65353467, 0) \n", - "15 1752507 114.111280 (65377236, 65353467, 0) \n", - "16 1752508 109.797294 (65377236, 65353467, 0) \n", - "17 1752509 62.368635 (65358295, 65377236, 0) \n", - "18 1752510 14.602800 (564663743, 437194911, 0) \n", - "19 1752511 2.140944 (437194911, 65367771, 0) \n", - "20 1752512 4.797974 (65367771, 428765474, 0) \n", - "21 1752513 6.144534 (65485287, 65381925, 0) \n", - "22 1752514 2.391652 (65358806, 65355466, 0) \n", - "23 1752515 7.274654 (65358806, 65355466, 0) \n", - "24 1752516 5.972735 (65355466, 65485312, 0) \n", - "25 1752517 5.708324 (65485312, 69835800, 0) \n", - "26 1752518 6.680086 (65348550, 65372919, 0) \n", - "27 1752519 8.255627 (65382289, 65828370, 0) \n", - "28 1752520 6.319252 (65405009, 65400935, 0) \n", - "29 1752521 5.824876 (65405009, 65400935, 0) \n", - "30 1752522 7.126145 (65382597, 65593180, 0) \n", - "31 1752523 3.243273 (65392096, 65389683, 0) \n", - "32 1752524 7.657888 (65386032, 1350115374, 0) \n", - "33 1752525 3.783968 (65393813, 447920760, 0) \n", - "34 1752526 4.500691 (65417858, 1970807537, 0) \n", - "35 1752527 7.641113 (65415279, 257881189, 0) \n", - "36 1752528 4.831152 (257881189, 2185799705, 0) \n", - "37 1752529 5.035575 (257881189, 2185799705, 0) \n", - "38 1752530 5.403992 (33106555, 667714607, 0) \n", - "39 1752531 6.817869 (297690759, 258968455, 0) \n", - "40 1752532 5.292977 (258968455, 33106550, 0) \n", - "41 1752533 5.470940 (1126243283, 1126243341, 0) \n", - "42 1752534 18.013325 (65530571, 65535694, 0) \n", - "43 1752535 154.958488 (65530571, 65535694, 0) \n", - "\n", - " geom origin_junction_id \\\n", - "0 LINESTRING (-13611261.420297913 4515868.669849... 65395388 \n", - "1 LINESTRING (-13611454.926968759 4515764.081350... 415168199 \n", - "2 LINESTRING (-13611454.926968759 4515764.081350... 415168199 \n", - "3 LINESTRING (-13611454.926968759 4515764.081350... 415168199 \n", - "4 LINESTRING (-13611526.204838712 4516025.013984... 415168195 \n", - "5 LINESTRING (-13611529.611215131 4516150.540287... 415168193 \n", - "6 LINESTRING (-13611675.43974807 4516433.0220988... 415168189 \n", - "7 LINESTRING (-13611860.575193208 4516676.461318... 415168390 \n", - "8 LINESTRING (-13611875.825963447 4516664.216908... 65417685 \n", - "9 LINESTRING (-13611875.825963447 4516664.216908... 65417685 \n", - "10 LINESTRING (-13612193.498394324 4516345.193280... 276571753 \n", - "11 LINESTRING (-13612713.839090139 4515524.805216... 65471603 \n", - "12 LINESTRING (-13613077.6645819 4515256.45796563... 65377236 \n", - "13 LINESTRING (-13613077.6645819 4515256.45796563... 65377236 \n", - "14 LINESTRING (-13613077.6645819 4515256.45796563... 65377236 \n", - "15 LINESTRING (-13613077.6645819 4515256.45796563... 65377236 \n", - "16 LINESTRING (-13613077.6645819 4515256.45796563... 65377236 \n", - "17 LINESTRING (-13612890.21369135 4515395.8466065... 65358295 \n", - "18 LINESTRING (-13613155.488037912 4515180.881681... 564663743 \n", - "19 LINESTRING (-13612576.526498245 4514642.667399... 437194911 \n", - "20 LINESTRING (-13611441.034296306 4513130.042587... 65367771 \n", - "21 LINESTRING (-13608553.707267754 4509921.491960... 65485287 \n", - "22 LINESTRING (-13606466.96775309 4508339.9989691... 65358806 \n", - "23 LINESTRING (-13606466.96775309 4508339.9989691... 65358806 \n", - "24 LINESTRING (-13605347.405370284 4507799.891339... 65355466 \n", - "25 LINESTRING (-13603896.778821856 4507271.610061... 65485312 \n", - "26 LINESTRING (-13600727.846877445 4506462.944447... 65348550 \n", - "27 LINESTRING (-13596168.790527856 4503103.043261... 65382289 \n", - "28 LINESTRING (-13594220.977737699 4501296.919435... 65405009 \n", - "29 LINESTRING (-13594220.977737699 4501296.919435... 65405009 \n", - "30 LINESTRING (-13591268.250508305 4497927.473090... 65382597 \n", - "31 LINESTRING (-13590116.27188978 4496902.5685030... 65392096 \n", - "32 LINESTRING (-13589475.127282558 4496553.943786... 65386032 \n", - "33 LINESTRING (-13587280.229750635 4495767.012471... 65393813 \n", - "34 LINESTRING (-13582833.361183867 4494507.949745... 65417858 \n", - "35 LINESTRING (-13580944.79262671 4493916.4455700... 65415279 \n", - "36 LINESTRING (-13580542.45059114 4493572.0391664... 257881189 \n", - "37 LINESTRING (-13580542.45059114 4493572.0391664... 257881189 \n", - "38 LINESTRING (-13580543.252091473 4491467.693861... 33106555 \n", - "39 LINESTRING (-13580560.640195934 4491347.575553... 297690759 \n", - "40 LINESTRING (-13580579.197155047 4491238.188543... 258968455 \n", - "41 LINESTRING (-13580561.964897871 4490357.250689... 1126243283 \n", - "42 LINESTRING (-13580342.93266779 4490367.1953554... 65530571 \n", - "43 LINESTRING (-13580342.93266779 4490367.1953554... 65530571 \n", - "\n", - " destination_junction_id road_key kilometers travel_time \n", - "0 276566344 0 0.108510 10.1 \n", - "1 415168195 0 0.217537 12.2 \n", - "2 415168195 0 0.217537 12.2 \n", - "3 415168195 0 0.217537 12.2 \n", - "4 415168193 0 0.099587 5.6 \n", - "5 415168189 0 0.253653 14.2 \n", - "6 415168187 0 0.225858 12.6 \n", - "7 65417685 0 0.015488 0.9 \n", - "8 276571753 0 0.358165 20.0 \n", - "9 276571753 0 0.358165 20.0 \n", - "10 65492836 0 0.316879 17.7 \n", - "11 1642836834 0 0.077821 4.4 \n", - "12 65353467 0 0.069689 3.9 \n", - "13 65353467 0 0.069689 3.9 \n", - "14 65353467 0 0.069689 3.9 \n", - "15 65353467 0 0.069689 3.9 \n", - "16 65353467 0 0.069689 3.9 \n", - "17 65377236 0 0.185007 10.3 \n", - "18 437194911 0 0.644268 30.8 \n", - "19 65367771 0 1.498538 51.6 \n", - "20 428765474 0 1.449617 49.9 \n", - "21 65381925 0 0.625559 21.5 \n", - "22 65355466 0 0.987276 34.0 \n", - "23 65355466 0 0.987276 34.0 \n", - "24 65485312 0 1.232746 42.4 \n", - "25 69835800 0 1.813342 62.4 \n", - "26 65372919 0 2.082800 71.7 \n", - "27 65828370 0 1.048547 36.1 \n", - "28 65400935 0 2.057613 70.8 \n", - "29 65400935 0 2.057613 70.8 \n", - "30 65593180 0 0.388142 13.4 \n", - "31 65389683 0 0.157346 5.4 \n", - "32 1350115374 0 0.850913 29.3 \n", - "33 447920760 0 0.887723 30.6 \n", - "34 1970807537 0 0.338508 11.7 \n", - "35 257881189 0 0.451139 21.6 \n", - "36 2185799705 0 0.281166 12.6 \n", - "37 2185799705 0 0.281166 12.6 \n", - "38 667714607 0 0.083857 3.8 \n", - "39 258968455 0 0.088073 3.9 \n", - "40 33106550 0 0.630350 28.2 \n", - "41 1126243341 0 0.023389 1.5 \n", - "42 65535694 0 0.117000 7.5 \n", - "43 65535694 0 0.117000 7.5 " - ] - }, - "execution_count": 22, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "result_df = match_result.matches_to_dataframe()\n", - "result_df" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
Make this Notebook Trusted to load map: File -> Trust Notebook
" ], "text/plain": [ - "" + "" ] }, - "execution_count": 23, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "gpd.GeoDataFrame(result_df, geometry='geom', crs=\"EPSG:3857\").explore()\n" + "# plot the trace, along with the estimated path through the network\n", + "plot_trace(batch_traces[4], point_color=\"blue\", m=plot_path(match_result[4].path, crs=3857))" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [], + "source": [ + "# result_df = match_result.matches_to_dataframe()\n", + "# result_df" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [], + "source": [ + "# gpd.GeoDataFrame(result_df, geometry='geom', crs=\"EPSG:3857\").explore()" ] }, { @@ -49818,7 +14861,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 25, "metadata": {}, "outputs": [], "source": [ @@ -49827,7 +14870,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 26, "metadata": {}, "outputs": [], "source": [ @@ -49836,7 +14879,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -49846,7 +14889,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 28, "metadata": {}, "outputs": [ { @@ -49879,7 +14922,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_4de94b1829a1ef2f4350f478e4a9fc61 {\n", + " #map_66e0b32d3a137228734e61f0e2e5ad0b {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -49893,14 +14936,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_4de94b1829a1ef2f4350f478e4a9fc61" ></div>\n", + " <div class="folium-map" id="map_66e0b32d3a137228734e61f0e2e5ad0b" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_4de94b1829a1ef2f4350f478e4a9fc61 = L.map(\n", - " "map_4de94b1829a1ef2f4350f478e4a9fc61",\n", + " var map_66e0b32d3a137228734e61f0e2e5ad0b = L.map(\n", + " "map_66e0b32d3a137228734e61f0e2e5ad0b",\n", " {\n", " center: [38.02296, -121.97814],\n", " crs: L.CRS.EPSG3857,\n", @@ -49914,22 +14957,22 @@ "\n", " \n", " \n", - " var tile_layer_12e77b4274d1945d695c877cafbcb4b1 = L.tileLayer(\n", + " var tile_layer_373596e824122744105082888d687050 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_12e77b4274d1945d695c877cafbcb4b1.addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " tile_layer_373596e824122744105082888d687050.addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " var circle_1122822eac45c1d431ead50567e5dd6f = L.circle(\n", + " var circle_69604d401adf8b3ae3f96c6e2416f8ca = L.circle(\n", " [37.9987, -121.8519],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_1122822eac45c1d431ead50567e5dd6f.bindTooltip(\n", + " circle_69604d401adf8b3ae3f96c6e2416f8ca.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -49937,13 +14980,13 @@ " );\n", " \n", " \n", - " var circle_3db486ba343b73669d64a6838f9fd023 = L.circle(\n", + " var circle_a5db37a409cdba98def62e2ccfbd9e86 = L.circle(\n", " [37.99996, -121.85392],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_3db486ba343b73669d64a6838f9fd023.bindTooltip(\n", + " circle_a5db37a409cdba98def62e2ccfbd9e86.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -49951,13 +14994,13 @@ " );\n", " \n", " \n", - " var circle_b7cf3291eca18b9f724bf745f19c95ce = L.circle(\n", + " var circle_0415f644ddb656c334780bdfc558c7e8 = L.circle(\n", " [38.0012, -121.8533],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_b7cf3291eca18b9f724bf745f19c95ce.bindTooltip(\n", + " circle_0415f644ddb656c334780bdfc558c7e8.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -49965,13 +15008,13 @@ " );\n", " \n", " \n", - " var circle_59aea373d9eb6e6c34e0e08b4d95b2ec = L.circle(\n", + " var circle_14bb4e90c6a246bac1765ed1b3f6abc1 = L.circle(\n", " [38.00147, -121.85353],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_59aea373d9eb6e6c34e0e08b4d95b2ec.bindTooltip(\n", + " circle_14bb4e90c6a246bac1765ed1b3f6abc1.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -49979,13 +15022,13 @@ " );\n", " \n", " \n", - " var circle_84a83c61fe3f95e40c65e29f3ea38e9a = L.circle(\n", + " var circle_88e6db99b0bcf31521c84fd9946bb70a = L.circle(\n", " [38.00166, -121.85437],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_84a83c61fe3f95e40c65e29f3ea38e9a.bindTooltip(\n", + " circle_88e6db99b0bcf31521c84fd9946bb70a.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -49993,13 +15036,13 @@ " );\n", " \n", " \n", - " var circle_39d7f470ab0bc2bf4cf9fc1058d06257 = L.circle(\n", + " var circle_b2aad25223dcaf5700a2433b15200da5 = L.circle(\n", " [38.00232, -121.85568],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_39d7f470ab0bc2bf4cf9fc1058d06257.bindTooltip(\n", + " circle_b2aad25223dcaf5700a2433b15200da5.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -50007,13 +15050,13 @@ " );\n", " \n", " \n", - " var circle_e9d65f37f5523afd4ed14d4dfe8fa23e = L.circle(\n", + " var circle_6f2cdcb2fce9b7fb0001b1a69b6bb5da = L.circle(\n", " [38.00301, -121.85541],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_e9d65f37f5523afd4ed14d4dfe8fa23e.bindTooltip(\n", + " circle_6f2cdcb2fce9b7fb0001b1a69b6bb5da.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -50021,13 +15064,13 @@ " );\n", " \n", " \n", - " var circle_11c465ac4b1459a65c2b314769f7e08b = L.circle(\n", + " var circle_68780f9ce805a025d444c80eae4caa46 = L.circle(\n", " [38.00435, -121.85454],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_11c465ac4b1459a65c2b314769f7e08b.bindTooltip(\n", + " circle_68780f9ce805a025d444c80eae4caa46.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -50035,13 +15078,13 @@ " );\n", " \n", " \n", - " var circle_99167a26441b77e830da967f9c632bbf = L.circle(\n", + " var circle_f09f985fa16f9ae07ae8faae32e6a1bd = L.circle(\n", " [38.0049, -121.85369],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_99167a26441b77e830da967f9c632bbf.bindTooltip(\n", + " circle_f09f985fa16f9ae07ae8faae32e6a1bd.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -50049,13 +15092,13 @@ " );\n", " \n", " \n", - " var circle_c7c203a14532fb4c0c2f6d4e0415dfb5 = L.circle(\n", + " var circle_9bf7d66eaea5995620c50da3bd08c472 = L.circle(\n", " [38.00599, -121.8541],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_c7c203a14532fb4c0c2f6d4e0415dfb5.bindTooltip(\n", + " circle_9bf7d66eaea5995620c50da3bd08c472.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -50063,13 +15106,13 @@ " );\n", " \n", " \n", - " var circle_894d9c7544cfd0c200fd551906037811 = L.circle(\n", + " var circle_b9aeff59b763d91a0d1c64a8e433c180 = L.circle(\n", " [38.00798, -121.85542],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_894d9c7544cfd0c200fd551906037811.bindTooltip(\n", + " circle_b9aeff59b763d91a0d1c64a8e433c180.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -50077,13 +15120,13 @@ " );\n", " \n", " \n", - " var circle_68b489f80d8b14a47ab288833b3e0ef3 = L.circle(\n", + " var circle_ea1bbe3bda2798d0090ae0e504a6867c = L.circle(\n", " [38.01003, -121.85399],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_68b489f80d8b14a47ab288833b3e0ef3.bindTooltip(\n", + " circle_ea1bbe3bda2798d0090ae0e504a6867c.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -50091,13 +15134,13 @@ " );\n", " \n", " \n", - " var circle_e18b5ca8e534177f1a594be24d56a57c = L.circle(\n", + " var circle_ceb669065dbfca5a910158b770764a45 = L.circle(\n", " [38.01043, -121.85445],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_e18b5ca8e534177f1a594be24d56a57c.bindTooltip(\n", + " circle_ceb669065dbfca5a910158b770764a45.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -50105,13 +15148,13 @@ " );\n", " \n", " \n", - " var circle_edf0566ac6d3492b1f49fa861cc2b08e = L.circle(\n", + " var circle_64ccf4ec18a13876c91a5b8557f83f97 = L.circle(\n", " [38.01085, -121.85577],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_edf0566ac6d3492b1f49fa861cc2b08e.bindTooltip(\n", + " circle_64ccf4ec18a13876c91a5b8557f83f97.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -50119,13 +15162,13 @@ " );\n", " \n", " \n", - " var circle_cd4285b1dcc5d9d4dd5fe98321a83cd4 = L.circle(\n", + " var circle_d5b97db2c622090f29b6a83bb2c47d5e = L.circle(\n", " [38.01097, -121.85698],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_cd4285b1dcc5d9d4dd5fe98321a83cd4.bindTooltip(\n", + " circle_d5b97db2c622090f29b6a83bb2c47d5e.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -50133,13 +15176,13 @@ " );\n", " \n", " \n", - " var circle_cfe5edcfafeb6fd4795de4e2a00a1d5d = L.circle(\n", + " var circle_4f70cc425a5e61b64db48e61beaba21a = L.circle(\n", " [38.01065, -121.85713],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_cfe5edcfafeb6fd4795de4e2a00a1d5d.bindTooltip(\n", + " circle_4f70cc425a5e61b64db48e61beaba21a.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -50147,13 +15190,13 @@ " );\n", " \n", " \n", - " var circle_8f2ee0833cb209d2e8ac1ad671a774c0 = L.circle(\n", + " var circle_219ce22f98656bc6e38e98176d1e5de2 = L.circle(\n", " [38.01003, -121.85854],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_8f2ee0833cb209d2e8ac1ad671a774c0.bindTooltip(\n", + " circle_219ce22f98656bc6e38e98176d1e5de2.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -50161,13 +15204,13 @@ " );\n", " \n", " \n", - " var circle_58cb2a4734bf2419b422e2f1dca8ad5e = L.circle(\n", + " var circle_ed288ee8250356408a899847a6043cc6 = L.circle(\n", " [38.01196, -121.8653],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_58cb2a4734bf2419b422e2f1dca8ad5e.bindTooltip(\n", + " circle_ed288ee8250356408a899847a6043cc6.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -50175,13 +15218,13 @@ " );\n", " \n", " \n", - " var circle_4c73f8ffa03237505aa4c383e57da1ab = L.circle(\n", + " var circle_c0ee0ef74dbcfafc8557254f880d4db4 = L.circle(\n", " [38.0131, -121.86808],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_4c73f8ffa03237505aa4c383e57da1ab.bindTooltip(\n", + " circle_c0ee0ef74dbcfafc8557254f880d4db4.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -50189,13 +15232,13 @@ " );\n", " \n", " \n", - " var circle_6eb3d61b86f594c6f19e863a619d44f0 = L.circle(\n", + " var circle_ae37cbf59878e968a899771d7e3d31cb = L.circle(\n", " [38.01273, -121.86945],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_6eb3d61b86f594c6f19e863a619d44f0.bindTooltip(\n", + " circle_ae37cbf59878e968a899771d7e3d31cb.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -50203,13 +15246,13 @@ " );\n", " \n", " \n", - " var circle_dec036237a26e2b4f0a044bed7cdb0c8 = L.circle(\n", + " var circle_b9f9837bcc3b28076c6531b90f68f531 = L.circle(\n", " [38.01354, -121.8742],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_dec036237a26e2b4f0a044bed7cdb0c8.bindTooltip(\n", + " circle_b9f9837bcc3b28076c6531b90f68f531.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -50217,13 +15260,13 @@ " );\n", " \n", " \n", - " var circle_ed433343b8a3a3f37345579dc48b8993 = L.circle(\n", + " var circle_6e9e5978228196111b78c9f854c19998 = L.circle(\n", " [38.01718, -121.88972],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ed433343b8a3a3f37345579dc48b8993.bindTooltip(\n", + " circle_6e9e5978228196111b78c9f854c19998.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -50231,13 +15274,13 @@ " );\n", " \n", " \n", - " var circle_07c9e2064c4d8eb2eed9b133065729d0 = L.circle(\n", + " var circle_91b06ecedfc5c02bd760073db4dac51f = L.circle(\n", " [38.01936, -121.898],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_07c9e2064c4d8eb2eed9b133065729d0.bindTooltip(\n", + " circle_91b06ecedfc5c02bd760073db4dac51f.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -50245,13 +15288,13 @@ " );\n", " \n", " \n", - " var circle_ed99351a03176a6ccdd391611eabc842 = L.circle(\n", + " var circle_3eb24d0ea0e02aa0c9bac03f2956bcd3 = L.circle(\n", " [38.01998, -121.90157],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ed99351a03176a6ccdd391611eabc842.bindTooltip(\n", + " circle_3eb24d0ea0e02aa0c9bac03f2956bcd3.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -50259,13 +15302,13 @@ " );\n", " \n", " \n", - " var circle_aba729e75f5157da8f01b3b12df0b4ea = L.circle(\n", + " var circle_90768b215c24c96d5f42a76a499a56b3 = L.circle(\n", " [38.02016, -121.90538],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_aba729e75f5157da8f01b3b12df0b4ea.bindTooltip(\n", + " circle_90768b215c24c96d5f42a76a499a56b3.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -50273,13 +15316,13 @@ " );\n", " \n", " \n", - " var circle_f67cc9028a823d4e2716d1a9a4bd44db = L.circle(\n", + " var circle_acced17104162a372b4b577229b647e1 = L.circle(\n", " [38.02025, -121.91984],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_f67cc9028a823d4e2716d1a9a4bd44db.bindTooltip(\n", + " circle_acced17104162a372b4b577229b647e1.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -50287,13 +15330,13 @@ " );\n", " \n", " \n", - " var circle_843e0b985ea787ed55d9150027c0bb43 = L.circle(\n", + " var circle_b3f00d2ebe806fb9fac4610f2bde6a72 = L.circle(\n", " [38.02008, -121.92205],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_843e0b985ea787ed55d9150027c0bb43.bindTooltip(\n", + " circle_b3f00d2ebe806fb9fac4610f2bde6a72.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -50301,13 +15344,13 @@ " );\n", " \n", " \n", - " var circle_021f4a6a2e981c3374470514493327eb = L.circle(\n", + " var circle_a78256e4ed1d9fbcddcfa44bf69a7bec = L.circle(\n", " [38.01918, -121.92846],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_021f4a6a2e981c3374470514493327eb.bindTooltip(\n", + " circle_a78256e4ed1d9fbcddcfa44bf69a7bec.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -50315,13 +15358,13 @@ " );\n", " \n", " \n", - " var circle_6d676734d50158e9829c1194c696d8c7 = L.circle(\n", + " var circle_c725cbd70c8f121aba5fe86e40115c63 = L.circle(\n", " [38.01911, -121.9476],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_6d676734d50158e9829c1194c696d8c7.bindTooltip(\n", + " circle_c725cbd70c8f121aba5fe86e40115c63.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -50329,13 +15372,13 @@ " );\n", " \n", " \n", - " var circle_a0e8fc1f516727f0cf3ac1cf94ba1886 = L.circle(\n", + " var circle_47d9eb224217ab7268efe79ddb9f8caf = L.circle(\n", " [38.01935, -121.94922],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_a0e8fc1f516727f0cf3ac1cf94ba1886.bindTooltip(\n", + " circle_47d9eb224217ab7268efe79ddb9f8caf.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -50343,13 +15386,13 @@ " );\n", " \n", " \n", - " var circle_384bf1214649db29259a520569de8d19 = L.circle(\n", + " var circle_f8cf2f143531baa5db1e541cdd5a75b8 = L.circle(\n", " [38.02082, -121.95423],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_384bf1214649db29259a520569de8d19.bindTooltip(\n", + " circle_f8cf2f143531baa5db1e541cdd5a75b8.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -50357,13 +15400,13 @@ " );\n", " \n", " \n", - " var circle_fbdc439fbc3824fb97579768212089e5 = L.circle(\n", + " var circle_7c210405f39752502c3e832f647e696c = L.circle(\n", " [38.02131, -121.95642],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_fbdc439fbc3824fb97579768212089e5.bindTooltip(\n", + " circle_7c210405f39752502c3e832f647e696c.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -50371,13 +15414,13 @@ " );\n", " \n", " \n", - " var circle_922fd3ffabf4292026a2318afa623e97 = L.circle(\n", + " var circle_91675adb37dc7676ac5ee83fce47f8f6 = L.circle(\n", " [38.02392, -121.97075],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_922fd3ffabf4292026a2318afa623e97.bindTooltip(\n", + " circle_91675adb37dc7676ac5ee83fce47f8f6.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -50385,13 +15428,13 @@ " );\n", " \n", " \n", - " var circle_deb4dc67c5eeaac1bf5a06a12a4e5727 = L.circle(\n", + " var circle_a128b0e2f309e8ee3d51a55f5756c85e = L.circle(\n", " [38.02398, -121.97276],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_deb4dc67c5eeaac1bf5a06a12a4e5727.bindTooltip(\n", + " circle_a128b0e2f309e8ee3d51a55f5756c85e.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -50399,13 +15442,13 @@ " );\n", " \n", " \n", - " var circle_84df8a033bec9a0eab33b0a72d7e59ea = L.circle(\n", + " var circle_f481ff38a99f5b199a9ec6bb5f14e058 = L.circle(\n", " [38.0235, -121.97637],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_84df8a033bec9a0eab33b0a72d7e59ea.bindTooltip(\n", + " circle_f481ff38a99f5b199a9ec6bb5f14e058.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -50413,13 +15456,13 @@ " );\n", " \n", " \n", - " var circle_4ae4d12abe20340a77bbcea6faa94d9e = L.circle(\n", + " var circle_f49b18b8affa2670c8a3194a7f15b127 = L.circle(\n", " [38.02296, -121.97814],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_4ae4d12abe20340a77bbcea6faa94d9e.bindTooltip(\n", + " circle_f49b18b8affa2670c8a3194a7f15b127.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -50427,13 +15470,13 @@ " );\n", " \n", " \n", - " var circle_aab7c1c98ca35b7b2e23cf4aefb911aa = L.circle(\n", + " var circle_53dde9a24c6493117a97566e852ad2e4 = L.circle(\n", " [38.01853, -121.98838],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_aab7c1c98ca35b7b2e23cf4aefb911aa.bindTooltip(\n", + " circle_53dde9a24c6493117a97566e852ad2e4.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -50441,13 +15484,13 @@ " );\n", " \n", " \n", - " var circle_d56aeebe048d49851255caf3fe15179c = L.circle(\n", + " var circle_9adaa676c9f35e0d73921d06a50ea3e2 = L.circle(\n", " [38.01514, -121.99425],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_d56aeebe048d49851255caf3fe15179c.bindTooltip(\n", + " circle_9adaa676c9f35e0d73921d06a50ea3e2.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -50455,13 +15498,13 @@ " );\n", " \n", " \n", - " var circle_2f22e82ea7c0efdc69e3994a68b2a538 = L.circle(\n", + " var circle_ee4acfbc832cb3278fe27b015d390fee = L.circle(\n", " [38.01438, -121.99601],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_2f22e82ea7c0efdc69e3994a68b2a538.bindTooltip(\n", + " circle_ee4acfbc832cb3278fe27b015d390fee.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -50469,13 +15512,13 @@ " );\n", " \n", " \n", - " var circle_bf4fa5b7177b783d6559ebd9d454406e = L.circle(\n", + " var circle_73d73c811326ecc480dc9e42b9141a06 = L.circle(\n", " [38.01376, -121.99805],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_bf4fa5b7177b783d6559ebd9d454406e.bindTooltip(\n", + " circle_73d73c811326ecc480dc9e42b9141a06.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -50483,13 +15526,13 @@ " );\n", " \n", " \n", - " var circle_e1e32d1ced27c331267f78ccb5fbb4e2 = L.circle(\n", + " var circle_2d749f8dac61c868ec992e8c12a2e51a = L.circle(\n", " [38.01306, -122.00191],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_e1e32d1ced27c331267f78ccb5fbb4e2.bindTooltip(\n", + " circle_2d749f8dac61c868ec992e8c12a2e51a.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -50497,13 +15540,13 @@ " );\n", " \n", " \n", - " var circle_f4a584e1a9b9e1a2474e6b4c15b7e8ee = L.circle(\n", + " var circle_aca50407dc0e1d0d30a94276593df487 = L.circle(\n", " [38.00986, -122.02333],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_f4a584e1a9b9e1a2474e6b4c15b7e8ee.bindTooltip(\n", + " circle_aca50407dc0e1d0d30a94276593df487.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -50511,13 +15554,13 @@ " );\n", " \n", " \n", - " var circle_b4f1c43d98262fb66d59901c7cd9f47c = L.circle(\n", + " var circle_077a329d93f24ee8383b28c84e07c85b = L.circle(\n", " [38.00689, -122.03508],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_b4f1c43d98262fb66d59901c7cd9f47c.bindTooltip(\n", + " circle_077a329d93f24ee8383b28c84e07c85b.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -50525,13 +15568,13 @@ " );\n", " \n", " \n", - " var circle_b06bce523115effde25d0f533290c48f = L.circle(\n", + " var circle_392ea1ab7f1185da290d1a96c01a9226 = L.circle(\n", " [37.99815, -122.03841],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_b06bce523115effde25d0f533290c48f.bindTooltip(\n", + " circle_392ea1ab7f1185da290d1a96c01a9226.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -50539,13 +15582,13 @@ " );\n", " \n", " \n", - " var circle_7aef62e4425cc6263c93a6e721f2eef2 = L.circle(\n", + " var circle_903179b5abb0e9c4e35c4409c641a11e = L.circle(\n", " [37.98294, -122.04168],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_7aef62e4425cc6263c93a6e721f2eef2.bindTooltip(\n", + " circle_903179b5abb0e9c4e35c4409c641a11e.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -50553,13 +15596,13 @@ " );\n", " \n", " \n", - " var circle_74c7aaae2692acc5d5c573844ffc3fa6 = L.circle(\n", + " var circle_0ea554ff8da9e85be1d08b018c0cc7c8 = L.circle(\n", " [37.98142, -122.04215],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_74c7aaae2692acc5d5c573844ffc3fa6.bindTooltip(\n", + " circle_0ea554ff8da9e85be1d08b018c0cc7c8.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -50567,13 +15610,13 @@ " );\n", " \n", " \n", - " var circle_f76fb8328d3e91e688435dfe66021313 = L.circle(\n", + " var circle_18d25e40f7adcc8c2b0046ba46f2e972 = L.circle(\n", " [37.97111, -122.04765],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_f76fb8328d3e91e688435dfe66021313.bindTooltip(\n", + " circle_18d25e40f7adcc8c2b0046ba46f2e972.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -50581,13 +15624,13 @@ " );\n", " \n", " \n", - " var circle_ed80249a98cd6b3a0e1ff0ac56cec977 = L.circle(\n", + " var circle_74f9b2f970876b6096ae132faa981b39 = L.circle(\n", " [37.96747, -122.04859],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ed80249a98cd6b3a0e1ff0ac56cec977.bindTooltip(\n", + " circle_74f9b2f970876b6096ae132faa981b39.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -50595,13 +15638,13 @@ " );\n", " \n", " \n", - " var circle_8a26630440f8f9e3bb5597ba5665d56b = L.circle(\n", + " var circle_a7daa775c51bd942cb4c74ded7d75493 = L.circle(\n", " [37.94109, -122.06017],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_8a26630440f8f9e3bb5597ba5665d56b.bindTooltip(\n", + " circle_a7daa775c51bd942cb4c74ded7d75493.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -50609,13 +15652,13 @@ " );\n", " \n", " \n", - " var circle_ab20909efae332c72443c937289edbaf = L.circle(\n", + " var circle_28b2adc65c74665e650afed56d434a07 = L.circle(\n", " [37.93843, -122.06049],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ab20909efae332c72443c937289edbaf.bindTooltip(\n", + " circle_28b2adc65c74665e650afed56d434a07.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -50623,13 +15666,13 @@ " );\n", " \n", " \n", - " var circle_25452247f82822b6b711c4748cd5d0ca = L.circle(\n", + " var circle_2829056aa75cfe1d81e92ea31ce88909 = L.circle(\n", " [37.93415, -122.06036],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_25452247f82822b6b711c4748cd5d0ca.bindTooltip(\n", + " circle_2829056aa75cfe1d81e92ea31ce88909.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -50637,13 +15680,13 @@ " );\n", " \n", " \n", - " var circle_ec8028507bc788e9d01a0e5202c5270c = L.circle(\n", + " var circle_ff1fe15ed456b44bba6d713e5a9b6d27 = L.circle(\n", " [37.92989, -122.06044],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ec8028507bc788e9d01a0e5202c5270c.bindTooltip(\n", + " circle_ff1fe15ed456b44bba6d713e5a9b6d27.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -50651,13 +15694,13 @@ " );\n", " \n", " \n", - " var circle_e1d653655e64006311842221382d2182 = L.circle(\n", + " var circle_e4cca67c2ad1c7915d96053fbc683a1d = L.circle(\n", " [37.92401, -122.06112],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_e1d653655e64006311842221382d2182.bindTooltip(\n", + " circle_e4cca67c2ad1c7915d96053fbc683a1d.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -50665,13 +15708,13 @@ " );\n", " \n", " \n", - " var circle_45f728d0bf19268c0e12b0958a3835ef = L.circle(\n", + " var circle_93e5240ae16818d6affeb5f974fd04e5 = L.circle(\n", " [37.92128, -122.06205],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_45f728d0bf19268c0e12b0958a3835ef.bindTooltip(\n", + " circle_93e5240ae16818d6affeb5f974fd04e5.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -50679,13 +15722,13 @@ " );\n", " \n", " \n", - " var circle_6412a7f66dd9928d63e68e9fa2cb8b72 = L.circle(\n", + " var circle_900ce4855bc0ab55fffe7c30e54aa00e = L.circle(\n", " [37.91884, -122.06319],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_6412a7f66dd9928d63e68e9fa2cb8b72.bindTooltip(\n", + " circle_900ce4855bc0ab55fffe7c30e54aa00e.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -50693,13 +15736,13 @@ " );\n", " \n", " \n", - " var circle_713644b802f5f8a5c798419ef1d61888 = L.circle(\n", + " var circle_c135a4e5ee615db454778412f2c5ffe0 = L.circle(\n", " [37.91456, -122.06664],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_713644b802f5f8a5c798419ef1d61888.bindTooltip(\n", + " circle_c135a4e5ee615db454778412f2c5ffe0.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -50707,13 +15750,13 @@ " );\n", " \n", " \n", - " var circle_3944488d1cc3b9f53be686e36b8d523e = L.circle(\n", + " var circle_20eb20c98c4e10340b0a768998b57a26 = L.circle(\n", " [37.90542, -122.06994],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_3944488d1cc3b9f53be686e36b8d523e.bindTooltip(\n", + " circle_20eb20c98c4e10340b0a768998b57a26.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -50721,13 +15764,13 @@ " );\n", " \n", " \n", - " var circle_d5f149782a4f6db1b1eb236184edcbac = L.circle(\n", + " var circle_b69e5f0ca6c27e141d8db5e2fa7c81d9 = L.circle(\n", " [37.8993, -122.07123],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_d5f149782a4f6db1b1eb236184edcbac.bindTooltip(\n", + " circle_b69e5f0ca6c27e141d8db5e2fa7c81d9.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -50735,13 +15778,13 @@ " );\n", " \n", " \n", - " var circle_e0434ad38e159a87b72b3a06d69cd963 = L.circle(\n", + " var circle_e159c123bb5855f9dc91108f91c9a66e = L.circle(\n", " [37.89617, -122.07643],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_e0434ad38e159a87b72b3a06d69cd963.bindTooltip(\n", + " circle_e159c123bb5855f9dc91108f91c9a66e.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -50749,13 +15792,13 @@ " );\n", " \n", " \n", - " var circle_92dc2db6d5ed3c12653fc62f94801eb8 = L.circle(\n", + " var circle_e0be9617bd9b5bda74d2fd9eb4f443b3 = L.circle(\n", " [37.89812, -122.08424],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_92dc2db6d5ed3c12653fc62f94801eb8.bindTooltip(\n", + " circle_e0be9617bd9b5bda74d2fd9eb4f443b3.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -50763,13 +15806,13 @@ " );\n", " \n", " \n", - " var circle_c336b311ed626128da14e6c66a484e8e = L.circle(\n", + " var circle_a72f345f2848d25b978602d1c91915e0 = L.circle(\n", " [37.89818, -122.09228],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_c336b311ed626128da14e6c66a484e8e.bindTooltip(\n", + " circle_a72f345f2848d25b978602d1c91915e0.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -50777,13 +15820,13 @@ " );\n", " \n", " \n", - " var circle_fc7a61c424fcaaf13b7480c0a9ab935a = L.circle(\n", + " var circle_dc81304f0206d7208fd91e7881530285 = L.circle(\n", " [37.89857, -122.09727],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_fc7a61c424fcaaf13b7480c0a9ab935a.bindTooltip(\n", + " circle_dc81304f0206d7208fd91e7881530285.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -50791,13 +15834,13 @@ " );\n", " \n", " \n", - " var circle_3e747eaf591849762a4103363d52ef5d = L.circle(\n", + " var circle_b26b2a077ec319ed9b88f59c3f018748 = L.circle(\n", " [37.89739, -122.09589],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_3e747eaf591849762a4103363d52ef5d.bindTooltip(\n", + " circle_b26b2a077ec319ed9b88f59c3f018748.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -50805,13 +15848,13 @@ " );\n", " \n", " \n", - " var circle_ba7372210054117bdfdf55117a912508 = L.circle(\n", + " var circle_703d86793b672683cda953f5e2325429 = L.circle(\n", " [37.89679, -122.09795],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_ba7372210054117bdfdf55117a912508.bindTooltip(\n", + " circle_703d86793b672683cda953f5e2325429.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -50819,13 +15862,13 @@ " );\n", " \n", " \n", - " var circle_8b3deb79a69e3c3b2905b725a2fe07c9 = L.circle(\n", + " var circle_1197c7e4de73f774d0dd51210260bbdd = L.circle(\n", " [37.89673, -122.10092],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_8b3deb79a69e3c3b2905b725a2fe07c9.bindTooltip(\n", + " circle_1197c7e4de73f774d0dd51210260bbdd.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -50833,13 +15876,13 @@ " );\n", " \n", " \n", - " var circle_3bd7c8dcf31049f30dbdb02070280396 = L.circle(\n", + " var circle_bffd90ff7fbde503e0b647324f8fbea1 = L.circle(\n", " [37.8961, -122.10289],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_3bd7c8dcf31049f30dbdb02070280396.bindTooltip(\n", + " circle_bffd90ff7fbde503e0b647324f8fbea1.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -50847,13 +15890,13 @@ " );\n", " \n", " \n", - " var circle_a011092841491ca50a0bab2b43f2dcf8 = L.circle(\n", + " var circle_76148da11fa2eab8cbdbb78e4c73ad7e = L.circle(\n", " [37.89422, -122.10267],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_a011092841491ca50a0bab2b43f2dcf8.bindTooltip(\n", + " circle_76148da11fa2eab8cbdbb78e4c73ad7e.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -50861,13 +15904,13 @@ " );\n", " \n", " \n", - " var circle_2e31c6f3274bde297292dd80a5beec26 = L.circle(\n", + " var circle_3a3b8a61c65d7a0700d35b7200502292 = L.circle(\n", " [37.89334, -122.10285],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_2e31c6f3274bde297292dd80a5beec26.bindTooltip(\n", + " circle_3a3b8a61c65d7a0700d35b7200502292.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -50875,13 +15918,13 @@ " );\n", " \n", " \n", - " var circle_5253a5c0e7f8946b00b60ea7cda4af27 = L.circle(\n", + " var circle_be0401a93dd4533c8ff9e9b2e01cdf3e = L.circle(\n", " [37.89219, -122.10282],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_5253a5c0e7f8946b00b60ea7cda4af27.bindTooltip(\n", + " circle_be0401a93dd4533c8ff9e9b2e01cdf3e.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -50889,13 +15932,13 @@ " );\n", " \n", " \n", - " var circle_998a34b9e964e9857f9838fa95244688 = L.circle(\n", + " var circle_5ae0911b3b8a974569c684ff043637ff = L.circle(\n", " [37.8919, -122.10318],\n", " {"bubblingMouseEvents": true, "color": "black", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "black", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", " \n", - " circle_998a34b9e964e9857f9838fa95244688.bindTooltip(\n", + " circle_5ae0911b3b8a974569c684ff043637ff.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -50903,19 +15946,19 @@ " );\n", " \n", " \n", - " var poly_line_56d34d5cb4f2471aff54f885f03aa90f = L.polyline(\n", + " var poly_line_917b609203867c4fae3291f19e5c73d2 = L.polyline(\n", " [[37.9987, -121.8519], [37.99996, -121.85392], [38.0012, -121.8533], [38.00147, -121.85353], [38.00166, -121.85437], [38.00232, -121.85568], [38.00301, -121.85541], [38.00435, -121.85454], [38.0049, -121.85369], [38.00599, -121.8541], [38.00798, -121.85542], [38.01003, -121.85399], [38.01043, -121.85445], [38.01085, -121.85577], [38.01097, -121.85698], [38.01065, -121.85713], [38.01003, -121.85854], [38.01196, -121.8653], [38.0131, -121.86808], [38.01273, -121.86945], [38.01354, -121.8742], [38.01718, -121.88972], [38.01936, -121.898], [38.01998, -121.90157], [38.02016, -121.90538], [38.02025, -121.91984], [38.02008, -121.92205], [38.01918, -121.92846], [38.01911, -121.9476], [38.01935, -121.94922], [38.02082, -121.95423], [38.02131, -121.95642], [38.02392, -121.97075], [38.02398, -121.97276], [38.0235, -121.97637], [38.02296, -121.97814], [38.01853, -121.98838], [38.01514, -121.99425], [38.01438, -121.99601], [38.01376, -121.99805], [38.01306, -122.00191], [38.00986, -122.02333], [38.00689, -122.03508], [37.99815, -122.03841], [37.98294, -122.04168], [37.98142, -122.04215], [37.97111, -122.04765], [37.96747, -122.04859], [37.94109, -122.06017], [37.93843, -122.06049], [37.93415, -122.06036], [37.92989, -122.06044], [37.92401, -122.06112], [37.92128, -122.06205], [37.91884, -122.06319], [37.91456, -122.06664], [37.90542, -122.06994], [37.8993, -122.07123], [37.89617, -122.07643], [37.89812, -122.08424], [37.89818, -122.09228], [37.89857, -122.09727], [37.89739, -122.09589], [37.89679, -122.09795], [37.89673, -122.10092], [37.8961, -122.10289], [37.89422, -122.10267], [37.89334, -122.10285], [37.89219, -122.10282], [37.8919, -122.10318]],\n", " {"bubblingMouseEvents": true, "color": "yellow", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "yellow", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_4de94b1829a1ef2f4350f478e4a9fc61);\n", + " ).addTo(map_66e0b32d3a137228734e61f0e2e5ad0b);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 27, + "execution_count": 28, "metadata": {}, "output_type": "execute_result" } @@ -50926,7 +15969,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 29, "metadata": {}, "outputs": [ { @@ -50943,7 +15986,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 30, "metadata": {}, "outputs": [ { @@ -51018,7 +16061,7 @@ " Match(road=Road(road_id=RoadId(start='57878621', end='57878621', key=0), geom=None, metadata=None), coordinate=Coordinate(coordinate_id=346, x=-122.10267, y=37.89422, crs=('EPSG', '4326')), distance=inf)]" ] }, - "execution_count": 29, + "execution_count": 30, "metadata": {}, "output_type": "execute_result" } @@ -51029,7 +16072,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -51038,7 +16081,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -51054,7 +16097,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -51063,7 +16106,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -51072,7 +16115,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -51081,7 +16124,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -51090,7 +16133,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 37, "metadata": {}, "outputs": [], "source": [ @@ -51099,7 +16142,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 38, "metadata": {}, "outputs": [ { @@ -51132,7 +16175,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_217ccf18c2877861620438b2ff99859b {\n", + " #map_6ef06f0aefbbe92a0bf6b621e5f1024d {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -51146,14 +16189,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_217ccf18c2877861620438b2ff99859b" ></div>\n", + " <div class="folium-map" id="map_6ef06f0aefbbe92a0bf6b621e5f1024d" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_217ccf18c2877861620438b2ff99859b = L.map(\n", - " "map_217ccf18c2877861620438b2ff99859b",\n", + " var map_6ef06f0aefbbe92a0bf6b621e5f1024d = L.map(\n", + " "map_6ef06f0aefbbe92a0bf6b621e5f1024d",\n", " {\n", " center: [38.022960000000005, -121.97814],\n", " crs: L.CRS.EPSG3857,\n", @@ -51167,22 +16210,22 @@ "\n", " \n", " \n", - " var tile_layer_5ec0e18ab652670f3e75351f57e02488 = L.tileLayer(\n", + " var tile_layer_279f8d21bae58aaa1a46cedfffe2dc05 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_5ec0e18ab652670f3e75351f57e02488.addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " tile_layer_279f8d21bae58aaa1a46cedfffe2dc05.addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " var circle_9770f43e9d7cc334a9566c8866764797 = L.circle(\n", + " var circle_35a5bb5bd232bd9a84ff0674455c84f3 = L.circle(\n", " [37.99869999999999, -121.85190000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_9770f43e9d7cc334a9566c8866764797.bindTooltip(\n", + " circle_35a5bb5bd232bd9a84ff0674455c84f3.bindTooltip(\n", " `<div>\n", " road_id: 7872878\n", "distance: 11.676562\n", @@ -51191,13 +16234,13 @@ " );\n", " \n", " \n", - " var circle_3efe78a1980e84ec2cb307d5ca6f85d0 = L.circle(\n", + " var circle_87c602e2c8b08c8e5c0415cd3ff65de7 = L.circle(\n", " [37.99996, -121.85392],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_3efe78a1980e84ec2cb307d5ca6f85d0.bindTooltip(\n", + " circle_87c602e2c8b08c8e5c0415cd3ff65de7.bindTooltip(\n", " `<div>\n", " road_id: 7867189\n", "distance: 15.426612\n", @@ -51206,13 +16249,13 @@ " );\n", " \n", " \n", - " var circle_76d530029037c46b4e37f8e76b73fc4c = L.circle(\n", + " var circle_0e82feb4463349effcb9050cf5fead0f = L.circle(\n", " [38.00119999999999, -121.8533],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_76d530029037c46b4e37f8e76b73fc4c.bindTooltip(\n", + " circle_0e82feb4463349effcb9050cf5fead0f.bindTooltip(\n", " `<div>\n", " road_id: 7867189\n", "distance: 1.28991\n", @@ -51221,13 +16264,13 @@ " );\n", " \n", " \n", - " var circle_066f0f80edd3865319007bc00fff13c2 = L.circle(\n", + " var circle_dca42b2ace8678a2315fbb7a5eeed9e5 = L.circle(\n", " [38.00147, -121.85353000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_066f0f80edd3865319007bc00fff13c2.bindTooltip(\n", + " circle_dca42b2ace8678a2315fbb7a5eeed9e5.bindTooltip(\n", " `<div>\n", " road_id: 575800212\n", "distance: 0.503955\n", @@ -51236,13 +16279,13 @@ " );\n", " \n", " \n", - " var circle_bce7c69cb0c6c026fa51cec50a3b7e20 = L.circle(\n", + " var circle_a1feab0c32981b2c5839879501e7cd13 = L.circle(\n", " [38.001659999999994, -121.85436999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_bce7c69cb0c6c026fa51cec50a3b7e20.bindTooltip(\n", + " circle_a1feab0c32981b2c5839879501e7cd13.bindTooltip(\n", " `<div>\n", " road_id: 575800212\n", "distance: 0.43418\n", @@ -51251,13 +16294,13 @@ " );\n", " \n", " \n", - " var circle_2b013dfb1dee9eb6730bdf46102c95c0 = L.circle(\n", + " var circle_4e8050504f2b6fc0b4c0185b55dbb7f1 = L.circle(\n", " [38.00232, -121.85568000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_2b013dfb1dee9eb6730bdf46102c95c0.bindTooltip(\n", + " circle_4e8050504f2b6fc0b4c0185b55dbb7f1.bindTooltip(\n", " `<div>\n", " road_id: 575800212\n", "distance: 3.312439\n", @@ -51266,13 +16309,13 @@ " );\n", " \n", " \n", - " var circle_48ca8711d8455927cd4ec35cd3c39ba6 = L.circle(\n", + " var circle_d4eeb1bca6be1f28b92b4f164efe82d5 = L.circle(\n", " [38.003009999999996, -121.85541000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_48ca8711d8455927cd4ec35cd3c39ba6.bindTooltip(\n", + " circle_d4eeb1bca6be1f28b92b4f164efe82d5.bindTooltip(\n", " `<div>\n", " road_id: 575800212\n", "distance: 2.614013\n", @@ -51281,13 +16324,13 @@ " );\n", " \n", " \n", - " var circle_c26696eac3830e0cf825a51b36fe1d09 = L.circle(\n", + " var circle_5d867a2589d5721740661954e4e942a5 = L.circle(\n", " [38.00435, -121.85453999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_c26696eac3830e0cf825a51b36fe1d09.bindTooltip(\n", + " circle_5d867a2589d5721740661954e4e942a5.bindTooltip(\n", " `<div>\n", " road_id: 575800212\n", "distance: 2.24557\n", @@ -51296,13 +16339,13 @@ " );\n", " \n", " \n", - " var circle_70dddf3ca31d021c244725edfaadda5d = L.circle(\n", + " var circle_07f9c326771cf85a93100094e5d170bb = L.circle(\n", " [38.0049, -121.85369000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_70dddf3ca31d021c244725edfaadda5d.bindTooltip(\n", + " circle_07f9c326771cf85a93100094e5d170bb.bindTooltip(\n", " `<div>\n", " road_id: 392868112\n", "distance: 3.60732\n", @@ -51311,13 +16354,13 @@ " );\n", " \n", " \n", - " var circle_95201f0674dd11eab051a043f1772e94 = L.circle(\n", + " var circle_7b0a77630e47cdbaa1f9ae1eb49d7ad7 = L.circle(\n", " [38.00598999999999, -121.8541],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_95201f0674dd11eab051a043f1772e94.bindTooltip(\n", + " circle_7b0a77630e47cdbaa1f9ae1eb49d7ad7.bindTooltip(\n", " `<div>\n", " road_id: 250047198\n", "distance: 1.352244\n", @@ -51326,13 +16369,13 @@ " );\n", " \n", " \n", - " var circle_c8f9780c298793e566eda06e2c1ad299 = L.circle(\n", + " var circle_21f44cc31f281acc1a3b344ceb5e9b2d = L.circle(\n", " [38.00798, -121.85541999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_c8f9780c298793e566eda06e2c1ad299.bindTooltip(\n", + " circle_21f44cc31f281acc1a3b344ceb5e9b2d.bindTooltip(\n", " `<div>\n", " road_id: 392868084\n", "distance: 2.689905\n", @@ -51341,13 +16384,13 @@ " );\n", " \n", " \n", - " var circle_562d5839235fec7b4f2208f6ba3060b2 = L.circle(\n", + " var circle_544fe1f7ef42b08ac1f1f82d890a42c2 = L.circle(\n", " [38.01002999999999, -121.85399000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_562d5839235fec7b4f2208f6ba3060b2.bindTooltip(\n", + " circle_544fe1f7ef42b08ac1f1f82d890a42c2.bindTooltip(\n", " `<div>\n", " road_id: 392868081\n", "distance: 0.006902\n", @@ -51356,13 +16399,13 @@ " );\n", " \n", " \n", - " var circle_26def050be112ab90bf2439980b1f9d5 = L.circle(\n", + " var circle_61b6cc89e2a714648ce91338e2a552ad = L.circle(\n", " [38.01043, -121.85444999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_26def050be112ab90bf2439980b1f9d5.bindTooltip(\n", + " circle_61b6cc89e2a714648ce91338e2a552ad.bindTooltip(\n", " `<div>\n", " road_id: 24269348\n", "distance: 0.975828\n", @@ -51371,13 +16414,13 @@ " );\n", " \n", " \n", - " var circle_a38567c7ec4c63e2b4c53c88c7c626d2 = L.circle(\n", + " var circle_fb5dc9145b194e3af4ac12c7b3678ff8 = L.circle(\n", " [38.01085, -121.85577000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_a38567c7ec4c63e2b4c53c88c7c626d2.bindTooltip(\n", + " circle_fb5dc9145b194e3af4ac12c7b3678ff8.bindTooltip(\n", " `<div>\n", " road_id: 865255637\n", "distance: 12.814778\n", @@ -51386,13 +16429,13 @@ " );\n", " \n", " \n", - " var circle_2eb7389f5a716751fe03de0fa0e23c6c = L.circle(\n", + " var circle_60affc5ccaf4035c634deb997ba83b33 = L.circle(\n", " [38.01097, -121.85698],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_2eb7389f5a716751fe03de0fa0e23c6c.bindTooltip(\n", + " circle_60affc5ccaf4035c634deb997ba83b33.bindTooltip(\n", " `<div>\n", " road_id: 365608361\n", "distance: 8.250193\n", @@ -51401,13 +16444,13 @@ " );\n", " \n", " \n", - " var circle_8fc5e996eeb0779bda20c3f365ce0328 = L.circle(\n", + " var circle_d6e3328707bd74b967889d016dc01aa9 = L.circle(\n", " [38.01064999999999, -121.85713],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_8fc5e996eeb0779bda20c3f365ce0328.bindTooltip(\n", + " circle_d6e3328707bd74b967889d016dc01aa9.bindTooltip(\n", " `<div>\n", " road_id: 365608361\n", "distance: 10.575484\n", @@ -51416,13 +16459,13 @@ " );\n", " \n", " \n", - " var circle_0a43ce0c3c4c0ceb15a5d9e194ebe973 = L.circle(\n", + " var circle_00332dd420af5fcb116c9ddfd6d95af9 = L.circle(\n", " [38.01002999999999, -121.85853999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_0a43ce0c3c4c0ceb15a5d9e194ebe973.bindTooltip(\n", + " circle_00332dd420af5fcb116c9ddfd6d95af9.bindTooltip(\n", " `<div>\n", " road_id: 365608361\n", "distance: 1.569845\n", @@ -51431,13 +16474,13 @@ " );\n", " \n", " \n", - " var circle_c9818e0e57cb90a222f07a95060f806f = L.circle(\n", + " var circle_00f858325262e040e8a8f51ced2f2024 = L.circle(\n", " [38.01196, -121.86530000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_c9818e0e57cb90a222f07a95060f806f.bindTooltip(\n", + " circle_00f858325262e040e8a8f51ced2f2024.bindTooltip(\n", " `<div>\n", " road_id: 359673900\n", "distance: 1.037499\n", @@ -51446,13 +16489,13 @@ " );\n", " \n", " \n", - " var circle_bf86d6d51e9abd2a2ce4029185d43f4e = L.circle(\n", + " var circle_c021824106416d5b76af3ec58c269369 = L.circle(\n", " [38.0131, -121.86808000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_bf86d6d51e9abd2a2ce4029185d43f4e.bindTooltip(\n", + " circle_c021824106416d5b76af3ec58c269369.bindTooltip(\n", " `<div>\n", " road_id: 392851512\n", "distance: 3.075934\n", @@ -51461,13 +16504,13 @@ " );\n", " \n", " \n", - " var circle_09482c3a24e6f441959aa407056c3039 = L.circle(\n", + " var circle_e5814949c20eb70554bbc5810cadc3b1 = L.circle(\n", " [38.01272999999999, -121.86944999999996],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_09482c3a24e6f441959aa407056c3039.bindTooltip(\n", + " circle_e5814949c20eb70554bbc5810cadc3b1.bindTooltip(\n", " `<div>\n", " road_id: 47226333\n", "distance: 0.360718\n", @@ -51476,13 +16519,13 @@ " );\n", " \n", " \n", - " var circle_96555c1b192c8e8354042de3775ba535 = L.circle(\n", + " var circle_f15b48ba8add1ad699c54aa87f1c9a26 = L.circle(\n", " [38.013540000000006, -121.87419999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_96555c1b192c8e8354042de3775ba535.bindTooltip(\n", + " circle_f15b48ba8add1ad699c54aa87f1c9a26.bindTooltip(\n", " `<div>\n", " road_id: 776398699\n", "distance: 2.211068\n", @@ -51491,13 +16534,13 @@ " );\n", " \n", " \n", - " var circle_72f593049ae0b422e3a3665e8924e89b = L.circle(\n", + " var circle_5ba1f338c7d1783200c46680359c626b = L.circle(\n", " [38.01718, -121.88971999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_72f593049ae0b422e3a3665e8924e89b.bindTooltip(\n", + " circle_5ba1f338c7d1783200c46680359c626b.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 0.246354\n", @@ -51506,13 +16549,13 @@ " );\n", " \n", " \n", - " var circle_946546227708e4d39a204542572d31f2 = L.circle(\n", + " var circle_d3930e6d26b5e714900f29e50a025e84 = L.circle(\n", " [38.019360000000006, -121.89800000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_946546227708e4d39a204542572d31f2.bindTooltip(\n", + " circle_d3930e6d26b5e714900f29e50a025e84.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 2.571121\n", @@ -51521,13 +16564,13 @@ " );\n", " \n", " \n", - " var circle_57233458b5520627f394047edf3d1c4c = L.circle(\n", + " var circle_707c175866515fac3fd024cff6246c0f = L.circle(\n", " [38.01997999999999, -121.90156999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_57233458b5520627f394047edf3d1c4c.bindTooltip(\n", + " circle_707c175866515fac3fd024cff6246c0f.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 2.865034\n", @@ -51536,13 +16579,13 @@ " );\n", " \n", " \n", - " var circle_a871a91ced34ac11a67e066973ff0400 = L.circle(\n", + " var circle_756f2725e935563b952061550fe13258 = L.circle(\n", " [38.02015999999999, -121.90538000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_a871a91ced34ac11a67e066973ff0400.bindTooltip(\n", + " circle_756f2725e935563b952061550fe13258.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 2.747462\n", @@ -51551,13 +16594,13 @@ " );\n", " \n", " \n", - " var circle_6fc983e176b9649706b783da9c7d6b49 = L.circle(\n", + " var circle_406bb9c50964ee7c53c466ac84fd4234 = L.circle(\n", " [38.02024999999999, -121.91984000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_6fc983e176b9649706b783da9c7d6b49.bindTooltip(\n", + " circle_406bb9c50964ee7c53c466ac84fd4234.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 2.491486\n", @@ -51566,13 +16609,13 @@ " );\n", " \n", " \n", - " var circle_6fc540ea671251066a35c96f696c584e = L.circle(\n", + " var circle_abb0f20f07f662dc9da196f43fa38177 = L.circle(\n", " [38.02008000000001, -121.92205000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_6fc540ea671251066a35c96f696c584e.bindTooltip(\n", + " circle_abb0f20f07f662dc9da196f43fa38177.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 1.34104\n", @@ -51581,13 +16624,13 @@ " );\n", " \n", " \n", - " var circle_eedda15e81dd4bbeb0db40d79988d319 = L.circle(\n", + " var circle_6a9ec077361b4b9d5f1036ed9b757f19 = L.circle(\n", " [38.01918, -121.92845999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_eedda15e81dd4bbeb0db40d79988d319.bindTooltip(\n", + " circle_6a9ec077361b4b9d5f1036ed9b757f19.bindTooltip(\n", " `<div>\n", " road_id: 119259878\n", "distance: 0.63421\n", @@ -51596,13 +16639,13 @@ " );\n", " \n", " \n", - " var circle_185dca8bce135fa97412fd05dc8abc46 = L.circle(\n", + " var circle_c34d156877d5bb647c785a26113fe0b1 = L.circle(\n", " [38.01911, -121.94759999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_185dca8bce135fa97412fd05dc8abc46.bindTooltip(\n", + " circle_c34d156877d5bb647c785a26113fe0b1.bindTooltip(\n", " `<div>\n", " road_id: 47228511\n", "distance: 2.071349\n", @@ -51611,13 +16654,13 @@ " );\n", " \n", " \n", - " var circle_22465ed51e7caeb6ca1ec57627f668c4 = L.circle(\n", + " var circle_632f5e3b320622e60faf9940db3bbd7b = L.circle(\n", " [38.019349999999996, -121.94922],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_22465ed51e7caeb6ca1ec57627f668c4.bindTooltip(\n", + " circle_632f5e3b320622e60faf9940db3bbd7b.bindTooltip(\n", " `<div>\n", " road_id: 692943163\n", "distance: 1.81795\n", @@ -51626,13 +16669,13 @@ " );\n", " \n", " \n", - " var circle_021929c948a5b40b7ded65ca83537a94 = L.circle(\n", + " var circle_e33f30399a1a9fef0cb4dfe6f9266a45 = L.circle(\n", " [38.02082, -121.95423000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_021929c948a5b40b7ded65ca83537a94.bindTooltip(\n", + " circle_e33f30399a1a9fef0cb4dfe6f9266a45.bindTooltip(\n", " `<div>\n", " road_id: 928134907\n", "distance: 0.504897\n", @@ -51641,13 +16684,13 @@ " );\n", " \n", " \n", - " var circle_f899a801f680e4d5219aad8f335263ca = L.circle(\n", + " var circle_552a501a53884eec9d7f382343a7b8cc = L.circle(\n", " [38.02131, -121.95642],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_f899a801f680e4d5219aad8f335263ca.bindTooltip(\n", + " circle_552a501a53884eec9d7f382343a7b8cc.bindTooltip(\n", " `<div>\n", " road_id: 928134907\n", "distance: 0.960722\n", @@ -51656,13 +16699,13 @@ " );\n", " \n", " \n", - " var circle_af5eb3b849eceafb01b11078e28f3e8c = L.circle(\n", + " var circle_a9935e4b1783ca92ef73ef84e118b418 = L.circle(\n", " [38.02391999999999, -121.97075000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_af5eb3b849eceafb01b11078e28f3e8c.bindTooltip(\n", + " circle_a9935e4b1783ca92ef73ef84e118b418.bindTooltip(\n", " `<div>\n", " road_id: 47228708\n", "distance: 1.323478\n", @@ -51671,13 +16714,13 @@ " );\n", " \n", " \n", - " var circle_bc3598f11e09c0e8ef24f1d253927336 = L.circle(\n", + " var circle_923e8c3d4831e4c92cd6f94b136fbb0e = L.circle(\n", " [38.02398, -121.97275999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_bc3598f11e09c0e8ef24f1d253927336.bindTooltip(\n", + " circle_923e8c3d4831e4c92cd6f94b136fbb0e.bindTooltip(\n", " `<div>\n", " road_id: 47228708\n", "distance: 2.518682\n", @@ -51686,13 +16729,13 @@ " );\n", " \n", " \n", - " var circle_c0826db58c73d6272a95b74c3e0044a2 = L.circle(\n", + " var circle_8443237af77689a0aab61ade540b1254 = L.circle(\n", " [38.0235, -121.97636999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_c0826db58c73d6272a95b74c3e0044a2.bindTooltip(\n", + " circle_8443237af77689a0aab61ade540b1254.bindTooltip(\n", " `<div>\n", " road_id: 124952144\n", "distance: 3.37812\n", @@ -51701,13 +16744,13 @@ " );\n", " \n", " \n", - " var circle_ae3496c04f6eab8f64f08141deb959aa = L.circle(\n", + " var circle_7d73083f092c2d78ab42b6e3ecb59f2c = L.circle(\n", " [38.022960000000005, -121.97814],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_ae3496c04f6eab8f64f08141deb959aa.bindTooltip(\n", + " circle_7d73083f092c2d78ab42b6e3ecb59f2c.bindTooltip(\n", " `<div>\n", " road_id: 124952144\n", "distance: 4.382044\n", @@ -51716,13 +16759,13 @@ " );\n", " \n", " \n", - " var circle_80bda39f7ebfd27943d2499991193be0 = L.circle(\n", + " var circle_7d54d8b7a72762d224f778ee5d6d336f = L.circle(\n", " [38.01852999999999, -121.98838],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_80bda39f7ebfd27943d2499991193be0.bindTooltip(\n", + " circle_7d54d8b7a72762d224f778ee5d6d336f.bindTooltip(\n", " `<div>\n", " road_id: 124952144\n", "distance: 3.961797\n", @@ -51731,13 +16774,13 @@ " );\n", " \n", " \n", - " var circle_d50963ef6b110d504b268c22e4939c77 = L.circle(\n", + " var circle_0bc379bb080b4f1089142f5f7f62270c = L.circle(\n", " [38.01514, -121.99424999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_d50963ef6b110d504b268c22e4939c77.bindTooltip(\n", + " circle_0bc379bb080b4f1089142f5f7f62270c.bindTooltip(\n", " `<div>\n", " road_id: 394102304\n", "distance: 1.905918\n", @@ -51746,13 +16789,13 @@ " );\n", " \n", " \n", - " var circle_85dc39ee2db5de63a3547b3c775b7654 = L.circle(\n", + " var circle_77e6503b164a4b2c5fdbd77a07b38fc9 = L.circle(\n", " [38.01438000000001, -121.99601],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_85dc39ee2db5de63a3547b3c775b7654.bindTooltip(\n", + " circle_77e6503b164a4b2c5fdbd77a07b38fc9.bindTooltip(\n", " `<div>\n", " road_id: 394102304\n", "distance: 2.578232\n", @@ -51761,13 +16804,13 @@ " );\n", " \n", " \n", - " var circle_f08b7ed8c449afc1e8b21fa86faf4669 = L.circle(\n", + " var circle_782ed9895d9390a09a77cdc6ee5ce1ff = L.circle(\n", " [38.01376, -121.99805000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_f08b7ed8c449afc1e8b21fa86faf4669.bindTooltip(\n", + " circle_782ed9895d9390a09a77cdc6ee5ce1ff.bindTooltip(\n", " `<div>\n", " road_id: 31151327\n", "distance: 1.22026\n", @@ -51776,13 +16819,13 @@ " );\n", " \n", " \n", - " var circle_e98469f0d0aa0cdc185e42a5397403ec = L.circle(\n", + " var circle_523cd3cd6b9eeaa836b41bc4b78f2457 = L.circle(\n", " [38.01306, -122.00190999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_e98469f0d0aa0cdc185e42a5397403ec.bindTooltip(\n", + " circle_523cd3cd6b9eeaa836b41bc4b78f2457.bindTooltip(\n", " `<div>\n", " road_id: 31151327\n", "distance: 3.001842\n", @@ -51791,13 +16834,13 @@ " );\n", " \n", " \n", - " var circle_f7ddccc680627334706cd62f2c439de2 = L.circle(\n", + " var circle_fe223f820f68f02ee3d5d1ae714f178f = L.circle(\n", " [38.009859999999996, -122.02333],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_f7ddccc680627334706cd62f2c439de2.bindTooltip(\n", + " circle_fe223f820f68f02ee3d5d1ae714f178f.bindTooltip(\n", " `<div>\n", " road_id: 154831131\n", "distance: 4.467841\n", @@ -51806,13 +16849,13 @@ " );\n", " \n", " \n", - " var circle_38f4ebad485e80a524f903e2c99b0276 = L.circle(\n", + " var circle_b748cab30929702de03865e5a372403b = L.circle(\n", " [38.00689, -122.03507999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_38f4ebad485e80a524f903e2c99b0276.bindTooltip(\n", + " circle_b748cab30929702de03865e5a372403b.bindTooltip(\n", " `<div>\n", " road_id: 154831131\n", "distance: 3.613426\n", @@ -51821,13 +16864,13 @@ " );\n", " \n", " \n", - " var circle_9bbbeffe7be6edce0e5543a155cab33e = L.circle(\n", + " var circle_906a0ff440c52cae03f0098f80e7d701 = L.circle(\n", " [37.998149999999995, -122.03840999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_9bbbeffe7be6edce0e5543a155cab33e.bindTooltip(\n", + " circle_906a0ff440c52cae03f0098f80e7d701.bindTooltip(\n", " `<div>\n", " road_id: 7881289\n", "distance: 3.659781\n", @@ -51836,13 +16879,13 @@ " );\n", " \n", " \n", - " var circle_382abd29f530b56c2c9ccd0f2d82b5f8 = L.circle(\n", + " var circle_b4a199f17f6b4aca342afe878647d871 = L.circle(\n", " [37.982940000000006, -122.04167999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_382abd29f530b56c2c9ccd0f2d82b5f8.bindTooltip(\n", + " circle_b4a199f17f6b4aca342afe878647d871.bindTooltip(\n", " `<div>\n", " road_id: 31587630\n", "distance: 4.567755\n", @@ -51851,13 +16894,13 @@ " );\n", " \n", " \n", - " var circle_4034d50ee73a2fd23fb8a2003612f704 = L.circle(\n", + " var circle_caa9da686214cc1b36edca4db5db69e4 = L.circle(\n", " [37.98141999999999, -122.04214999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_4034d50ee73a2fd23fb8a2003612f704.bindTooltip(\n", + " circle_caa9da686214cc1b36edca4db5db69e4.bindTooltip(\n", " `<div>\n", " road_id: 143820323\n", "distance: 2.025054\n", @@ -51866,13 +16909,13 @@ " );\n", " \n", " \n", - " var circle_ed36419391f631a4921b80556d20ba40 = L.circle(\n", + " var circle_4a49fc98ad7f5bdd13439c614a24d430 = L.circle(\n", " [37.97111, -122.04765],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_ed36419391f631a4921b80556d20ba40.bindTooltip(\n", + " circle_4a49fc98ad7f5bdd13439c614a24d430.bindTooltip(\n", " `<div>\n", " road_id: 31152129\n", "distance: 1.763244\n", @@ -51881,13 +16924,13 @@ " );\n", " \n", " \n", - " var circle_d4ecd16af4ca885b0324b27e1f3c745b = L.circle(\n", + " var circle_14b9b822a11d78078ba08f67d7eb953f = L.circle(\n", " [37.96747, -122.04858999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_d4ecd16af4ca885b0324b27e1f3c745b.bindTooltip(\n", + " circle_14b9b822a11d78078ba08f67d7eb953f.bindTooltip(\n", " `<div>\n", " road_id: 31152135\n", "distance: 2.267548\n", @@ -51896,13 +16939,13 @@ " );\n", " \n", " \n", - " var circle_4639582eae1c9d1273018d5e8e804e6e = L.circle(\n", + " var circle_ab62fd7e232a2a347504f4693f146931 = L.circle(\n", " [37.941089999999996, -122.06016999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_4639582eae1c9d1273018d5e8e804e6e.bindTooltip(\n", + " circle_ab62fd7e232a2a347504f4693f146931.bindTooltip(\n", " `<div>\n", " road_id: 395301633\n", "distance: 5.444164\n", @@ -51911,13 +16954,13 @@ " );\n", " \n", " \n", - " var circle_8603c1a68b1074a3f2668e3c88942002 = L.circle(\n", + " var circle_4db1158d606f886a1a5cf574ab610b87 = L.circle(\n", " [37.93843, -122.06048999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_8603c1a68b1074a3f2668e3c88942002.bindTooltip(\n", + " circle_4db1158d606f886a1a5cf574ab610b87.bindTooltip(\n", " `<div>\n", " road_id: 395301631\n", "distance: 0.63274\n", @@ -51926,13 +16969,13 @@ " );\n", " \n", " \n", - " var circle_1241287a7dce843d364c205ebc6fd5f8 = L.circle(\n", + " var circle_0037991120f66f5376b811dd17559b7b = L.circle(\n", " [37.93415, -122.06036000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_1241287a7dce843d364c205ebc6fd5f8.bindTooltip(\n", + " circle_0037991120f66f5376b811dd17559b7b.bindTooltip(\n", " `<div>\n", " road_id: 395301631\n", "distance: 0.38166\n", @@ -51941,13 +16984,13 @@ " );\n", " \n", " \n", - " var circle_890952eeb3518df3f39a75b3cc4c6080 = L.circle(\n", + " var circle_1fde74cb5ab14cd9b2c255111e966260 = L.circle(\n", " [37.92988999999999, -122.06044],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_890952eeb3518df3f39a75b3cc4c6080.bindTooltip(\n", + " circle_1fde74cb5ab14cd9b2c255111e966260.bindTooltip(\n", " `<div>\n", " road_id: 31293941\n", "distance: 0.041132\n", @@ -51956,13 +16999,13 @@ " );\n", " \n", " \n", - " var circle_ffb474689cddca8cfc835390a86b4d77 = L.circle(\n", + " var circle_1bc722500a42e1a42ab8fd438d4f47d2 = L.circle(\n", " [37.924009999999996, -122.06112000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_ffb474689cddca8cfc835390a86b4d77.bindTooltip(\n", + " circle_1bc722500a42e1a42ab8fd438d4f47d2.bindTooltip(\n", " `<div>\n", " road_id: 124952151\n", "distance: 0.589105\n", @@ -51971,13 +17014,13 @@ " );\n", " \n", " \n", - " var circle_b6b7e724cdbe22b440c1c5bc1affe849 = L.circle(\n", + " var circle_5ae26bcabf58897ef7344ec00d24b675 = L.circle(\n", " [37.92128, -122.06205],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_b6b7e724cdbe22b440c1c5bc1affe849.bindTooltip(\n", + " circle_5ae26bcabf58897ef7344ec00d24b675.bindTooltip(\n", " `<div>\n", " road_id: 1193270811\n", "distance: 0.777713\n", @@ -51986,13 +17029,13 @@ " );\n", " \n", " \n", - " var circle_79a4e1b764c67b770dcc0be7e29804a8 = L.circle(\n", + " var circle_f30286a8c754a0fb156aebebf1ea53ea = L.circle(\n", " [37.91884, -122.06318999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_79a4e1b764c67b770dcc0be7e29804a8.bindTooltip(\n", + " circle_f30286a8c754a0fb156aebebf1ea53ea.bindTooltip(\n", " `<div>\n", " road_id: 395301629\n", "distance: 2.375432\n", @@ -52001,13 +17044,13 @@ " );\n", " \n", " \n", - " var circle_e7891977abe628266a4fe992809cff9a = L.circle(\n", + " var circle_396dc4ab4273a7491f0d400ec31aaf56 = L.circle(\n", " [37.91456, -122.06664],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_e7891977abe628266a4fe992809cff9a.bindTooltip(\n", + " circle_396dc4ab4273a7491f0d400ec31aaf56.bindTooltip(\n", " `<div>\n", " road_id: 123867412\n", "distance: 4.498726\n", @@ -52016,13 +17059,13 @@ " );\n", " \n", " \n", - " var circle_dc6fef189a837629961ab1fad07e844a = L.circle(\n", + " var circle_775626ba9ec32a2aeb0986a03d55b75f = L.circle(\n", " [37.90542, -122.06994],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_dc6fef189a837629961ab1fad07e844a.bindTooltip(\n", + " circle_775626ba9ec32a2aeb0986a03d55b75f.bindTooltip(\n", " `<div>\n", " road_id: 31258349\n", "distance: 5.068661\n", @@ -52031,13 +17074,13 @@ " );\n", " \n", " \n", - " var circle_35480241d860a998308d591ec1045694 = L.circle(\n", + " var circle_21a43876d2251473371e72252de24522 = L.circle(\n", " [37.89929999999999, -122.07123],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_35480241d860a998308d591ec1045694.bindTooltip(\n", + " circle_21a43876d2251473371e72252de24522.bindTooltip(\n", " `<div>\n", " road_id: 693116436\n", "distance: 5.507204\n", @@ -52046,13 +17089,13 @@ " );\n", " \n", " \n", - " var circle_8fe0a46f7c9536d9f8f85b19a1656f2a = L.circle(\n", + " var circle_0396796c7e0e952f9836a7c2ccc39465 = L.circle(\n", " [37.89617, -122.07642999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_8fe0a46f7c9536d9f8f85b19a1656f2a.bindTooltip(\n", + " circle_0396796c7e0e952f9836a7c2ccc39465.bindTooltip(\n", " `<div>\n", " road_id: 31797759\n", "distance: 3.926061\n", @@ -52061,13 +17104,13 @@ " );\n", " \n", " \n", - " var circle_a39b879fd67c53d9e2e9ed394344a06c = L.circle(\n", + " var circle_7ea53a3b3eb9bea3055bd1a2445e9279 = L.circle(\n", " [37.898120000000006, -122.08423999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_a39b879fd67c53d9e2e9ed394344a06c.bindTooltip(\n", + " circle_7ea53a3b3eb9bea3055bd1a2445e9279.bindTooltip(\n", " `<div>\n", " road_id: 930159530\n", "distance: 1.241004\n", @@ -52076,13 +17119,13 @@ " );\n", " \n", " \n", - " var circle_c718b7e8465151c8ffd6a1fbf76cee91 = L.circle(\n", + " var circle_21bf78efc05a306ea4cb2b9a7d2bfe8b = L.circle(\n", " [37.89818, -122.09228],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_c718b7e8465151c8ffd6a1fbf76cee91.bindTooltip(\n", + " circle_21bf78efc05a306ea4cb2b9a7d2bfe8b.bindTooltip(\n", " `<div>\n", " road_id: 7853095\n", "distance: 3.337993\n", @@ -52091,13 +17134,13 @@ " );\n", " \n", " \n", - " var circle_f52232846a1ad763da76c0bd2378a9a3 = L.circle(\n", + " var circle_97eccfa3541959145263282d1d05e9bd = L.circle(\n", " [37.89856999999999, -122.09727000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_f52232846a1ad763da76c0bd2378a9a3.bindTooltip(\n", + " circle_97eccfa3541959145263282d1d05e9bd.bindTooltip(\n", " `<div>\n", " road_id: 7854521\n", "distance: 1.461844\n", @@ -52106,13 +17149,13 @@ " );\n", " \n", " \n", - " var circle_b90d6b7c4cbf9b50698340189c4aebf3 = L.circle(\n", + " var circle_9f944bdd3eef41ef1cf38b7366d59d48 = L.circle(\n", " [37.89739, -122.09588999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_b90d6b7c4cbf9b50698340189c4aebf3.bindTooltip(\n", + " circle_9f944bdd3eef41ef1cf38b7366d59d48.bindTooltip(\n", " `<div>\n", " road_id: 1068430372\n", "distance: 3.099031\n", @@ -52121,13 +17164,13 @@ " );\n", " \n", " \n", - " var circle_06b7f0be60c963103491480fad472bc8 = L.circle(\n", + " var circle_2dda65b079c3820c19dbbe836eab85bb = L.circle(\n", " [37.89679, -122.09794999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_06b7f0be60c963103491480fad472bc8.bindTooltip(\n", + " circle_2dda65b079c3820c19dbbe836eab85bb.bindTooltip(\n", " `<div>\n", " road_id: 184488051\n", "distance: 2.628035\n", @@ -52136,13 +17179,13 @@ " );\n", " \n", " \n", - " var circle_1851f08d5f1cad101ba2709e6f866992 = L.circle(\n", + " var circle_0e02fa18774b77d8f4ff0411ffdd2a57 = L.circle(\n", " [37.89673, -122.10092000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_1851f08d5f1cad101ba2709e6f866992.bindTooltip(\n", + " circle_0e02fa18774b77d8f4ff0411ffdd2a57.bindTooltip(\n", " `<div>\n", " road_id: 184488051\n", "distance: 1.829799\n", @@ -52151,13 +17194,13 @@ " );\n", " \n", " \n", - " var circle_ac1750f4b28dea488ad1af4a871abed9 = L.circle(\n", + " var circle_8ce2a7f950f00fcbeafe89542491aa0c = L.circle(\n", " [37.8961, -122.10289000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_ac1750f4b28dea488ad1af4a871abed9.bindTooltip(\n", + " circle_8ce2a7f950f00fcbeafe89542491aa0c.bindTooltip(\n", " `<div>\n", " road_id: 1039037078\n", "distance: 5.4254\n", @@ -52166,13 +17209,13 @@ " );\n", " \n", " \n", - " var circle_cb870f1ffec9038c1c352e27a05b6df7 = L.circle(\n", + " var circle_2be2b8536c35de562eb9a9b6ceb01e8b = L.circle(\n", " [37.89421999999999, -122.10267000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_cb870f1ffec9038c1c352e27a05b6df7.bindTooltip(\n", + " circle_2be2b8536c35de562eb9a9b6ceb01e8b.bindTooltip(\n", " `<div>\n", " road_id: 7872120\n", "distance: 0.67621\n", @@ -52181,13 +17224,13 @@ " );\n", " \n", " \n", - " var circle_d62f27a70ca286bb8b962a2c2e8e351f = L.circle(\n", + " var circle_9f70008ed2eaa6221ea38d235221da04 = L.circle(\n", " [37.893339999999995, -122.10284999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_d62f27a70ca286bb8b962a2c2e8e351f.bindTooltip(\n", + " circle_9f70008ed2eaa6221ea38d235221da04.bindTooltip(\n", " `<div>\n", " road_id: 7872120\n", "distance: 2.111754\n", @@ -52196,13 +17239,13 @@ " );\n", " \n", " \n", - " var circle_221fe967b3d7609e4e17d33d1dca271a = L.circle(\n", + " var circle_02c11261481d9edac2cd96204a142ebd = L.circle(\n", " [37.89218999999999, -122.10282],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_221fe967b3d7609e4e17d33d1dca271a.bindTooltip(\n", + " circle_02c11261481d9edac2cd96204a142ebd.bindTooltip(\n", " `<div>\n", " road_id: 7872120\n", "distance: 2.472231\n", @@ -52211,13 +17254,13 @@ " );\n", " \n", " \n", - " var circle_6f40303629f2a32f37ff979c794724b6 = L.circle(\n", + " var circle_a6846180d06115e35996d744cfb93acc = L.circle(\n", " [37.89190000000001, -122.10317999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " circle_6f40303629f2a32f37ff979c794724b6.bindTooltip(\n", + " circle_a6846180d06115e35996d744cfb93acc.bindTooltip(\n", " `<div>\n", " road_id: 569326352\n", "distance: 2.098974\n", @@ -52226,13 +17269,13 @@ " );\n", " \n", " \n", - " var poly_line_5ddb041f82f3411271472f5f014d0395 = L.polyline(\n", + " var poly_line_be37fab402f60b90ced58bef870a007b = L.polyline(\n", " [[37.998806, -121.851897], [37.998838, -121.853584]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_5ddb041f82f3411271472f5f014d0395.bindTooltip(\n", + " poly_line_be37fab402f60b90ced58bef870a007b.bindTooltip(\n", " `<div>\n", " 7872878\n", " </div>`,\n", @@ -52240,13 +17283,13 @@ " );\n", " \n", " \n", - " var poly_line_e263b78d643f674c8326c3ffe99f6f98 = L.polyline(\n", + " var poly_line_745da00b0e52072acfefe0163c67c511 = L.polyline(\n", " [[37.998838, -121.853584], [38.000357, -121.85362]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_e263b78d643f674c8326c3ffe99f6f98.bindTooltip(\n", + " poly_line_745da00b0e52072acfefe0163c67c511.bindTooltip(\n", " `<div>\n", " 7867189\n", " </div>`,\n", @@ -52254,13 +17297,13 @@ " );\n", " \n", " \n", - " var poly_line_2ff6d7db3889c0d06a339c479dcd4df9 = L.polyline(\n", + " var poly_line_35d512b729648d77d11ffe174e2b8fcc = L.polyline(\n", " [[38.001391, -121.853196], [38.001588, -121.854082]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_2ff6d7db3889c0d06a339c479dcd4df9.bindTooltip(\n", + " poly_line_35d512b729648d77d11ffe174e2b8fcc.bindTooltip(\n", " `<div>\n", " 575800212\n", " </div>`,\n", @@ -52268,13 +17311,13 @@ " );\n", " \n", " \n", - " var poly_line_c0aa2376aa4f8e6c4b2d30ea0ffbc2fd = L.polyline(\n", + " var poly_line_e8b156de373f944a2a024e34be0c38f5 = L.polyline(\n", " [[38.00474, -121.853665], [38.005437, -121.854028]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_c0aa2376aa4f8e6c4b2d30ea0ffbc2fd.bindTooltip(\n", + " poly_line_e8b156de373f944a2a024e34be0c38f5.bindTooltip(\n", " `<div>\n", " 392868112\n", " </div>`,\n", @@ -52282,13 +17325,13 @@ " );\n", " \n", " \n", - " var poly_line_ccbd62c0379cb31fa789ad4e2a5bc90a = L.polyline(\n", + " var poly_line_513e720f6921856c9a5168dc2b6560cc = L.polyline(\n", " [[38.005921, -121.854106], [38.007763, -121.855552]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_ccbd62c0379cb31fa789ad4e2a5bc90a.bindTooltip(\n", + " poly_line_513e720f6921856c9a5168dc2b6560cc.bindTooltip(\n", " `<div>\n", " 250047198\n", " </div>`,\n", @@ -52296,13 +17339,13 @@ " );\n", " \n", " \n", - " var poly_line_c8a066a4d8f26b3c1221faa9e56fcb42 = L.polyline(\n", + " var poly_line_b5b8fde450649b20000639fe8f54df61 = L.polyline(\n", " [[38.007763, -121.855552], [38.00815, -121.855285]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_c8a066a4d8f26b3c1221faa9e56fcb42.bindTooltip(\n", + " poly_line_b5b8fde450649b20000639fe8f54df61.bindTooltip(\n", " `<div>\n", " 392868084\n", " </div>`,\n", @@ -52310,13 +17353,13 @@ " );\n", " \n", " \n", - " var poly_line_ef289efd938c17ca8ca78f90e81864aa = L.polyline(\n", + " var poly_line_32c401cfc23fe97bc2c80e40c02717ff = L.polyline(\n", " [[38.009801, -121.854327], [38.010074, -121.853916]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_ef289efd938c17ca8ca78f90e81864aa.bindTooltip(\n", + " poly_line_32c401cfc23fe97bc2c80e40c02717ff.bindTooltip(\n", " `<div>\n", " 392868081\n", " </div>`,\n", @@ -52324,13 +17367,13 @@ " );\n", " \n", " \n", - " var poly_line_d85a42e684fdcad73bb0296770ff7f36 = L.polyline(\n", + " var poly_line_27b8310cdd347d768117731eb62cb242 = L.polyline(\n", " [[38.010074, -121.853916], [38.010553, -121.85501]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_d85a42e684fdcad73bb0296770ff7f36.bindTooltip(\n", + " poly_line_27b8310cdd347d768117731eb62cb242.bindTooltip(\n", " `<div>\n", " 24269348\n", " </div>`,\n", @@ -52338,13 +17381,13 @@ " );\n", " \n", " \n", - " var poly_line_a5862b311ede4cfdf24c69f7555a4197 = L.polyline(\n", + " var poly_line_163c564bf520171e1a40859605abe8a7 = L.polyline(\n", " [[38.010553, -121.85501], [38.010741, -121.85582]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_a5862b311ede4cfdf24c69f7555a4197.bindTooltip(\n", + " poly_line_163c564bf520171e1a40859605abe8a7.bindTooltip(\n", " `<div>\n", " 865255637\n", " </div>`,\n", @@ -52352,13 +17395,13 @@ " );\n", " \n", " \n", - " var poly_line_1d8dcf6fe61bad27c635c8447be14016 = L.polyline(\n", + " var poly_line_831f2d5a84cf3126ea49f98ba6cbf070 = L.polyline(\n", " [[38.010986, -121.856875], [38.010234, -121.857162]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_1d8dcf6fe61bad27c635c8447be14016.bindTooltip(\n", + " poly_line_831f2d5a84cf3126ea49f98ba6cbf070.bindTooltip(\n", " `<div>\n", " 365608361\n", " </div>`,\n", @@ -52366,13 +17409,13 @@ " );\n", " \n", " \n", - " var poly_line_d597a06f6fea228b54f1ae0d0a9a5036 = L.polyline(\n", + " var poly_line_ca6c35522210153e54fa140228985ea5 = L.polyline(\n", " [[38.011751, -121.864911], [38.012236, -121.865673]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_d597a06f6fea228b54f1ae0d0a9a5036.bindTooltip(\n", + " poly_line_ca6c35522210153e54fa140228985ea5.bindTooltip(\n", " `<div>\n", " 359673900\n", " </div>`,\n", @@ -52380,13 +17423,13 @@ " );\n", " \n", " \n", - " var poly_line_0cbff01297b3b56ec416bd13053317f0 = L.polyline(\n", + " var poly_line_7cf3e091a0b72da6ea22fc0f9ec89424 = L.polyline(\n", " [[38.013031, -121.867715], [38.013079, -121.868616]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_0cbff01297b3b56ec416bd13053317f0.bindTooltip(\n", + " poly_line_7cf3e091a0b72da6ea22fc0f9ec89424.bindTooltip(\n", " `<div>\n", " 392851512\n", " </div>`,\n", @@ -52394,13 +17437,13 @@ " );\n", " \n", " \n", - " var poly_line_df2603f7e870df65bcb5fba66db11409 = L.polyline(\n", + " var poly_line_ed4364b6be43fe70469d8ebc69c39dfd = L.polyline(\n", " [[38.012719, -121.868894], [38.012809, -121.870012]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_df2603f7e870df65bcb5fba66db11409.bindTooltip(\n", + " poly_line_ed4364b6be43fe70469d8ebc69c39dfd.bindTooltip(\n", " `<div>\n", " 47226333\n", " </div>`,\n", @@ -52408,13 +17451,13 @@ " );\n", " \n", " \n", - " var poly_line_614f17a90c684c1e99e99fcb312a7968 = L.polyline(\n", + " var poly_line_c47281c2ad7bd055351dd4207f5702d6 = L.polyline(\n", " [[38.013419, -121.873749], [38.013749, -121.875288]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_614f17a90c684c1e99e99fcb312a7968.bindTooltip(\n", + " poly_line_c47281c2ad7bd055351dd4207f5702d6.bindTooltip(\n", " `<div>\n", " 776398699\n", " </div>`,\n", @@ -52422,13 +17465,13 @@ " );\n", " \n", " \n", - " var poly_line_25da1cc0c3ba5b3ca046beac20495645 = L.polyline(\n", + " var poly_line_e6714a195b88709486a062cbeb25f9ac = L.polyline(\n", " [[38.013749, -121.875288], [38.019121, -121.897147]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_25da1cc0c3ba5b3ca046beac20495645.bindTooltip(\n", + " poly_line_e6714a195b88709486a062cbeb25f9ac.bindTooltip(\n", " `<div>\n", " 119259878\n", " </div>`,\n", @@ -52436,13 +17479,13 @@ " );\n", " \n", " \n", - " var poly_line_4b6f9b0156dbb48775eb5e860ca529e7 = L.polyline(\n", + " var poly_line_c01a5b2e86f8334948cf94bbad8c24b7 = L.polyline(\n", " [[38.019092, -121.942382], [38.019131, -121.947639]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_4b6f9b0156dbb48775eb5e860ca529e7.bindTooltip(\n", + " poly_line_c01a5b2e86f8334948cf94bbad8c24b7.bindTooltip(\n", " `<div>\n", " 47228511\n", " </div>`,\n", @@ -52450,13 +17493,13 @@ " );\n", " \n", " \n", - " var poly_line_0aa7030bdf7d0e328c048b72108fc41a = L.polyline(\n", + " var poly_line_a12238c12dd7820637a83fb814cff0fe = L.polyline(\n", " [[38.019131, -121.947639], [38.019572, -121.950034]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_0aa7030bdf7d0e328c048b72108fc41a.bindTooltip(\n", + " poly_line_a12238c12dd7820637a83fb814cff0fe.bindTooltip(\n", " `<div>\n", " 692943163\n", " </div>`,\n", @@ -52464,13 +17507,13 @@ " );\n", " \n", " \n", - " var poly_line_31f2912d9cc0e763aae9cbbca37de59f = L.polyline(\n", + " var poly_line_9f55566232e14107821d338a944db77c = L.polyline(\n", " [[38.019572, -121.950034], [38.021943, -121.959744]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_31f2912d9cc0e763aae9cbbca37de59f.bindTooltip(\n", + " poly_line_9f55566232e14107821d338a944db77c.bindTooltip(\n", " `<div>\n", " 928134907\n", " </div>`,\n", @@ -52478,13 +17521,13 @@ " );\n", " \n", " \n", - " var poly_line_262f3adb82a9a3b14446303e1787f8cd = L.polyline(\n", + " var poly_line_15cb9306ce0332a59919372c8cbb41ab = L.polyline(\n", " [[38.023481, -121.967889], [38.024003, -121.97291]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_262f3adb82a9a3b14446303e1787f8cd.bindTooltip(\n", + " poly_line_15cb9306ce0332a59919372c8cbb41ab.bindTooltip(\n", " `<div>\n", " 47228708\n", " </div>`,\n", @@ -52492,13 +17535,13 @@ " );\n", " \n", " \n", - " var poly_line_56ccef3731c8c76dfe8aa2b33ed5c6bb = L.polyline(\n", + " var poly_line_edebdd93f2a425702e22526be82b4096 = L.polyline(\n", " [[38.024003, -121.97291], [38.017366, -121.990536]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_56ccef3731c8c76dfe8aa2b33ed5c6bb.bindTooltip(\n", + " poly_line_edebdd93f2a425702e22526be82b4096.bindTooltip(\n", " `<div>\n", " 124952144\n", " </div>`,\n", @@ -52506,13 +17549,13 @@ " );\n", " \n", " \n", - " var poly_line_80f58bf4b31e9169b17f8c0fcbdf8ea9 = L.polyline(\n", + " var poly_line_346c53241344eecc1c96024c688a17bb = L.polyline(\n", " [[38.017366, -121.990536], [38.013972, -121.997309]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_80f58bf4b31e9169b17f8c0fcbdf8ea9.bindTooltip(\n", + " poly_line_346c53241344eecc1c96024c688a17bb.bindTooltip(\n", " `<div>\n", " 394102304\n", " </div>`,\n", @@ -52520,13 +17563,13 @@ " );\n", " \n", " \n", - " var poly_line_79be6ec0d3af70d9865996dea53c6c0a = L.polyline(\n", + " var poly_line_9b4394ff9569311c435e3d9fb1eb8f97 = L.polyline(\n", " [[38.01382, -121.997851], [38.012895, -122.003183]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_79be6ec0d3af70d9865996dea53c6c0a.bindTooltip(\n", + " poly_line_9b4394ff9569311c435e3d9fb1eb8f97.bindTooltip(\n", " `<div>\n", " 31151327\n", " </div>`,\n", @@ -52534,13 +17577,13 @@ " );\n", " \n", " \n", - " var poly_line_94bab38faac464f6b63fd16877d8ba3c = L.polyline(\n", + " var poly_line_0fe6957f403b7334f0a3ea311f6596fa = L.polyline(\n", " [[38.009919, -122.02317], [38.008845, -122.030594]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_94bab38faac464f6b63fd16877d8ba3c.bindTooltip(\n", + " poly_line_0fe6957f403b7334f0a3ea311f6596fa.bindTooltip(\n", " `<div>\n", " 154831131\n", " </div>`,\n", @@ -52548,13 +17591,13 @@ " );\n", " \n", " \n", - " var poly_line_8e532e8f317e7ff75d822ff75f85a9d6 = L.polyline(\n", + " var poly_line_62ed702e431e4ced6f01717ea1f5a7c0 = L.polyline(\n", " [[38.00149, -122.037798], [37.995108, -122.039156]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_8e532e8f317e7ff75d822ff75f85a9d6.bindTooltip(\n", + " poly_line_62ed702e431e4ced6f01717ea1f5a7c0.bindTooltip(\n", " `<div>\n", " 7881289\n", " </div>`,\n", @@ -52562,13 +17605,13 @@ " );\n", " \n", " \n", - " var poly_line_d015c5806e7a4df3b2cd1e5bec9be572 = L.polyline(\n", + " var poly_line_0969ad8bd989fdfcb0a9eab80e9bccd6 = L.polyline(\n", " [[37.983036, -122.041724], [37.98177, -122.042038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_d015c5806e7a4df3b2cd1e5bec9be572.bindTooltip(\n", + " poly_line_0969ad8bd989fdfcb0a9eab80e9bccd6.bindTooltip(\n", " `<div>\n", " 31587630\n", " </div>`,\n", @@ -52576,13 +17619,13 @@ " );\n", " \n", " \n", - " var poly_line_c8fb8c4447ae01392e505a99e3359e9f = L.polyline(\n", + " var poly_line_a5cb900548a76fafd1d1a12dc3479a61 = L.polyline(\n", " [[37.98177, -122.042038], [37.9808, -122.042456]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_c8fb8c4447ae01392e505a99e3359e9f.bindTooltip(\n", + " poly_line_a5cb900548a76fafd1d1a12dc3479a61.bindTooltip(\n", " `<div>\n", " 143820323\n", " </div>`,\n", @@ -52590,13 +17633,13 @@ " );\n", " \n", " \n", - " var poly_line_c1327cd160ac1fd559ed7aff74e81ab6 = L.polyline(\n", + " var poly_line_724cbe51c6805531f58a0bde0c73d463 = L.polyline(\n", " [[37.971634, -122.047434], [37.970889, -122.047756]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_c1327cd160ac1fd559ed7aff74e81ab6.bindTooltip(\n", + " poly_line_724cbe51c6805531f58a0bde0c73d463.bindTooltip(\n", " `<div>\n", " 31152129\n", " </div>`,\n", @@ -52604,13 +17647,13 @@ " );\n", " \n", " \n", - " var poly_line_05c529311f88f176eccc9af0a6bdfaf9 = L.polyline(\n", + " var poly_line_466431b0f0bc73f6bfc9a0a6b624fe87 = L.polyline(\n", " [[37.969405, -122.048137], [37.966284, -122.049124]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_05c529311f88f176eccc9af0a6bdfaf9.bindTooltip(\n", + " poly_line_466431b0f0bc73f6bfc9a0a6b624fe87.bindTooltip(\n", " `<div>\n", " 31152135\n", " </div>`,\n", @@ -52618,13 +17661,13 @@ " );\n", " \n", " \n", - " var poly_line_97ed2bfb63863fd47bed361427bc7606 = L.polyline(\n", + " var poly_line_56b45fccc4d84031344cf54ff2e22337 = L.polyline(\n", " [[37.944653, -122.058611], [37.94057, -122.060255]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_97ed2bfb63863fd47bed361427bc7606.bindTooltip(\n", + " poly_line_56b45fccc4d84031344cf54ff2e22337.bindTooltip(\n", " `<div>\n", " 395301633\n", " </div>`,\n", @@ -52632,13 +17675,13 @@ " );\n", " \n", " \n", - " var poly_line_eaa337aadf53c262df6abee8813a59d6 = L.polyline(\n", + " var poly_line_6f9853cb6fa3e6d457e271f7e34767fc = L.polyline(\n", " [[37.93883, -122.060494], [37.932293, -122.060342]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_eaa337aadf53c262df6abee8813a59d6.bindTooltip(\n", + " poly_line_6f9853cb6fa3e6d457e271f7e34767fc.bindTooltip(\n", " `<div>\n", " 395301631\n", " </div>`,\n", @@ -52646,13 +17689,13 @@ " );\n", " \n", " \n", - " var poly_line_757427149872aba95681275ecf085277 = L.polyline(\n", + " var poly_line_cbf7fac5b53537f28f19b4ac6773e490 = L.polyline(\n", " [[37.932293, -122.060342], [37.92757, -122.06065]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_757427149872aba95681275ecf085277.bindTooltip(\n", + " poly_line_cbf7fac5b53537f28f19b4ac6773e490.bindTooltip(\n", " `<div>\n", " 31293941\n", " </div>`,\n", @@ -52660,13 +17703,13 @@ " );\n", " \n", " \n", - " var poly_line_7228521d24a68e80d1a9123eb4daf8a5 = L.polyline(\n", + " var poly_line_ecfc515d4ae3b9d8d315ee2c868a0327 = L.polyline(\n", " [[37.927341, -122.060678], [37.923569, -122.061226]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_7228521d24a68e80d1a9123eb4daf8a5.bindTooltip(\n", + " poly_line_ecfc515d4ae3b9d8d315ee2c868a0327.bindTooltip(\n", " `<div>\n", " 124952151\n", " </div>`,\n", @@ -52674,13 +17717,13 @@ " );\n", " \n", " \n", - " var poly_line_5b36b3d14cb38fa00bd3c5725a8d3940 = L.polyline(\n", + " var poly_line_88b237a9c94d167612231ad43a15f789 = L.polyline(\n", " [[37.92192, -122.061791], [37.920645, -122.062308]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_5b36b3d14cb38fa00bd3c5725a8d3940.bindTooltip(\n", + " poly_line_88b237a9c94d167612231ad43a15f789.bindTooltip(\n", " `<div>\n", " 1193270811\n", " </div>`,\n", @@ -52688,13 +17731,13 @@ " );\n", " \n", " \n", - " var poly_line_e04e97d51e2f52586ecd83e45b55a00a = L.polyline(\n", + " var poly_line_ffb4372c80b28366cdd3050957c1bc13 = L.polyline(\n", " [[37.920645, -122.062308], [37.917932, -122.063798]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_e04e97d51e2f52586ecd83e45b55a00a.bindTooltip(\n", + " poly_line_ffb4372c80b28366cdd3050957c1bc13.bindTooltip(\n", " `<div>\n", " 395301629\n", " </div>`,\n", @@ -52702,13 +17745,13 @@ " );\n", " \n", " \n", - " var poly_line_86aeb2834349987f1bc9dfa97955678e = L.polyline(\n", + " var poly_line_101593d446d3e11aa5cb940616cc94ec = L.polyline(\n", " [[37.917932, -122.063798], [37.913, -122.067159]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_86aeb2834349987f1bc9dfa97955678e.bindTooltip(\n", + " poly_line_101593d446d3e11aa5cb940616cc94ec.bindTooltip(\n", " `<div>\n", " 123867412\n", " </div>`,\n", @@ -52716,13 +17759,13 @@ " );\n", " \n", " \n", - " var poly_line_d6815c077fe9bb937913f053ebbc72af = L.polyline(\n", + " var poly_line_abbf7d7b6b855f3bf40e70ed797c7337 = L.polyline(\n", " [[37.905456, -122.069989], [37.904022, -122.070349]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_d6815c077fe9bb937913f053ebbc72af.bindTooltip(\n", + " poly_line_abbf7d7b6b855f3bf40e70ed797c7337.bindTooltip(\n", " `<div>\n", " 31258349\n", " </div>`,\n", @@ -52730,13 +17773,13 @@ " );\n", " \n", " \n", - " var poly_line_495332c51a78ba6f8d65786d7c60c4e1 = L.polyline(\n", + " var poly_line_2dc57179fcfc200292c0a0caf288350d = L.polyline(\n", " [[37.904022, -122.070349], [37.897317, -122.07247]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_495332c51a78ba6f8d65786d7c60c4e1.bindTooltip(\n", + " poly_line_2dc57179fcfc200292c0a0caf288350d.bindTooltip(\n", " `<div>\n", " 693116436\n", " </div>`,\n", @@ -52744,13 +17787,13 @@ " );\n", " \n", " \n", - " var poly_line_fd3a487d9a3753597a3075b61e96a85e = L.polyline(\n", + " var poly_line_160dd922b88a978dc5d8a891d1f7a775 = L.polyline(\n", " [[37.896169, -122.07586], [37.897367, -122.080846]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_fd3a487d9a3753597a3075b61e96a85e.bindTooltip(\n", + " poly_line_160dd922b88a978dc5d8a891d1f7a775.bindTooltip(\n", " `<div>\n", " 31797759\n", " </div>`,\n", @@ -52758,13 +17801,13 @@ " );\n", " \n", " \n", - " var poly_line_869b648cfceabca93727ef2813e67d44 = L.polyline(\n", + " var poly_line_220b18a0389f002633b2f2856c4bc7e4 = L.polyline(\n", " [[37.897649, -122.081938], [37.898104, -122.08937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_869b648cfceabca93727ef2813e67d44.bindTooltip(\n", + " poly_line_220b18a0389f002633b2f2856c4bc7e4.bindTooltip(\n", " `<div>\n", " 930159530\n", " </div>`,\n", @@ -52772,13 +17815,13 @@ " );\n", " \n", " \n", - " var poly_line_51a198c0394b197a22fd676fafa61c1b = L.polyline(\n", + " var poly_line_fb44cfc8c6e3498444f86d39dc1693a0 = L.polyline(\n", " [[37.898104, -122.08937], [37.898149, -122.093231]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_51a198c0394b197a22fd676fafa61c1b.bindTooltip(\n", + " poly_line_fb44cfc8c6e3498444f86d39dc1693a0.bindTooltip(\n", " `<div>\n", " 7853095\n", " </div>`,\n", @@ -52786,13 +17829,13 @@ " );\n", " \n", " \n", - " var poly_line_78fd135ac13eb344d012aa671387ffce = L.polyline(\n", + " var poly_line_a0ebbf83632efa23a95af15d3dc926cf = L.polyline(\n", " [[37.898056, -122.096394], [37.898117, -122.096097]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_78fd135ac13eb344d012aa671387ffce.bindTooltip(\n", + " poly_line_a0ebbf83632efa23a95af15d3dc926cf.bindTooltip(\n", " `<div>\n", " 7854521\n", " </div>`,\n", @@ -52800,13 +17843,13 @@ " );\n", " \n", " \n", - " var poly_line_9ce3b6f29974e9fc6b3d658b7845da91 = L.polyline(\n", + " var poly_line_aae1384d442bb773aaa28f13f1ced921 = L.polyline(\n", " [[37.898117, -122.096097], [37.897296, -122.095911]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_9ce3b6f29974e9fc6b3d658b7845da91.bindTooltip(\n", + " poly_line_aae1384d442bb773aaa28f13f1ced921.bindTooltip(\n", " `<div>\n", " 1068430372\n", " </div>`,\n", @@ -52814,13 +17857,13 @@ " );\n", " \n", " \n", - " var poly_line_8a5cbb15a9ef947ffa864c62cb6f7a0c = L.polyline(\n", + " var poly_line_c7de401ea2ea60434ab7a3f0e1217c9c = L.polyline(\n", " [[37.896351, -122.096547], [37.896799, -122.098046]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_8a5cbb15a9ef947ffa864c62cb6f7a0c.bindTooltip(\n", + " poly_line_c7de401ea2ea60434ab7a3f0e1217c9c.bindTooltip(\n", " `<div>\n", " 184488051\n", " </div>`,\n", @@ -52828,13 +17871,13 @@ " );\n", " \n", " \n", - " var poly_line_ddafd8a5d92932bb43af836f0819e5a2 = L.polyline(\n", + " var poly_line_1938dbb4d01c716e78e196d9b4375a64 = L.polyline(\n", " [[37.896542, -122.101772], [37.896076, -122.103107]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_ddafd8a5d92932bb43af836f0819e5a2.bindTooltip(\n", + " poly_line_1938dbb4d01c716e78e196d9b4375a64.bindTooltip(\n", " `<div>\n", " 1039037078\n", " </div>`,\n", @@ -52842,13 +17885,13 @@ " );\n", " \n", " \n", - " var poly_line_1a4d5d30f136a6baffbb21cb3d18bb28 = L.polyline(\n", + " var poly_line_d25ad629cba648e90118d28a24ab0b36 = L.polyline(\n", " [[37.895152, -122.102749], [37.894124, -122.102675]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_1a4d5d30f136a6baffbb21cb3d18bb28.bindTooltip(\n", + " poly_line_d25ad629cba648e90118d28a24ab0b36.bindTooltip(\n", " `<div>\n", " 7872120\n", " </div>`,\n", @@ -52856,13 +17899,13 @@ " );\n", " \n", " \n", - " var poly_line_72d65e0d4a5111f2821ba05e9f5b1442 = L.polyline(\n", + " var poly_line_d4e33deaa4434b10270c8d19f48aca34 = L.polyline(\n", " [[37.892098, -122.103027], [37.891896, -122.103204]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_217ccf18c2877861620438b2ff99859b);\n", + " ).addTo(map_6ef06f0aefbbe92a0bf6b621e5f1024d);\n", " \n", " \n", - " poly_line_72d65e0d4a5111f2821ba05e9f5b1442.bindTooltip(\n", + " poly_line_d4e33deaa4434b10270c8d19f48aca34.bindTooltip(\n", " `<div>\n", " 569326352\n", " </div>`,\n", @@ -52873,10 +17916,10 @@ "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 37, + "execution_count": 38, "metadata": {}, "output_type": "execute_result" } @@ -52887,7 +17930,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 39, "metadata": {}, "outputs": [ { @@ -52920,7 +17963,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_5b3561b33599e1e8c058fc4acbf5cc0c {\n", + " #map_42f618804e64455ea5a5915aad4821b6 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -52934,14 +17977,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_5b3561b33599e1e8c058fc4acbf5cc0c" ></div>\n", + " <div class="folium-map" id="map_42f618804e64455ea5a5915aad4821b6" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_5b3561b33599e1e8c058fc4acbf5cc0c = L.map(\n", - " "map_5b3561b33599e1e8c058fc4acbf5cc0c",\n", + " var map_42f618804e64455ea5a5915aad4821b6 = L.map(\n", + " "map_42f618804e64455ea5a5915aad4821b6",\n", " {\n", " center: [38.01382, -121.997851],\n", " crs: L.CRS.EPSG3857,\n", @@ -52955,22 +17998,22 @@ "\n", " \n", " \n", - " var tile_layer_0eeced11ef8f08b92e75d3fa1aed655b = L.tileLayer(\n", + " var tile_layer_f13b7fe424346f5e0329b873e1858d17 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_0eeced11ef8f08b92e75d3fa1aed655b.addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " tile_layer_f13b7fe424346f5e0329b873e1858d17.addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " var poly_line_10745ac948a45ef3bd5913ba84ca12a3 = L.polyline(\n", + " var poly_line_c60279f412edff85ceab6989f06b00bf = L.polyline(\n", " [[37.998806, -121.851897], [37.998838, -121.853584]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_10745ac948a45ef3bd5913ba84ca12a3.bindTooltip(\n", + " poly_line_c60279f412edff85ceab6989f06b00bf.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -52978,13 +18021,13 @@ " );\n", " \n", " \n", - " var poly_line_9cfba2951eb137d660d30aafb3d066a0 = L.polyline(\n", + " var poly_line_ae455484aa62fc2a412b5b8cddc2cc01 = L.polyline(\n", " [[37.998838, -121.853584], [38.000357, -121.85362]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9cfba2951eb137d660d30aafb3d066a0.bindTooltip(\n", + " poly_line_ae455484aa62fc2a412b5b8cddc2cc01.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -52992,13 +18035,13 @@ " );\n", " \n", " \n", - " var poly_line_0e6db40d21d91d870ef4c22c68330026 = L.polyline(\n", + " var poly_line_81f0ec4b2ede833536e048ff78a53bc4 = L.polyline(\n", " [[38.000357, -121.85362], [38.000904, -121.853421]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_0e6db40d21d91d870ef4c22c68330026.bindTooltip(\n", + " poly_line_81f0ec4b2ede833536e048ff78a53bc4.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -53006,13 +18049,13 @@ " );\n", " \n", " \n", - " var poly_line_fc62b1ec093f8cf8af267a5683f1355d = L.polyline(\n", + " var poly_line_11c5b70fb55dbcd96e542074061c5c5a = L.polyline(\n", " [[38.000904, -121.853421], [38.001391, -121.853196]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fc62b1ec093f8cf8af267a5683f1355d.bindTooltip(\n", + " poly_line_11c5b70fb55dbcd96e542074061c5c5a.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -53020,13 +18063,13 @@ " );\n", " \n", " \n", - " var poly_line_d2ea17ff1885b36814af76970bc2cb1b = L.polyline(\n", + " var poly_line_f52bc1c60cde179b5a414bbf469fc564 = L.polyline(\n", " [[38.001391, -121.853196], [38.001588, -121.854082]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d2ea17ff1885b36814af76970bc2cb1b.bindTooltip(\n", + " poly_line_f52bc1c60cde179b5a414bbf469fc564.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -53034,13 +18077,13 @@ " );\n", " \n", " \n", - " var poly_line_5b48730c6240d88bf95ea5c1f89d4b2c = L.polyline(\n", + " var poly_line_b651fd122b27e4a03870b4b23c2dd772 = L.polyline(\n", " [[38.001588, -121.854082], [38.001804, -121.854899]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_5b48730c6240d88bf95ea5c1f89d4b2c.bindTooltip(\n", + " poly_line_b651fd122b27e4a03870b4b23c2dd772.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -53048,13 +18091,13 @@ " );\n", " \n", " \n", - " var poly_line_15eb694d86d6a84b89872aa24efa3e55 = L.polyline(\n", + " var poly_line_441c78dfa86dd010c0dfbfd53b151624 = L.polyline(\n", " [[38.001804, -121.854899], [38.003563, -121.855169]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_15eb694d86d6a84b89872aa24efa3e55.bindTooltip(\n", + " poly_line_441c78dfa86dd010c0dfbfd53b151624.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -53062,13 +18105,13 @@ " );\n", " \n", " \n", - " var poly_line_55918eb9f84e1ad1ff252ced2de09fb5 = L.polyline(\n", + " var poly_line_3fd21c4b33cf77cc22adc59eba9076a9 = L.polyline(\n", " [[38.003563, -121.855169], [38.004353, -121.854488]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_55918eb9f84e1ad1ff252ced2de09fb5.bindTooltip(\n", + " poly_line_3fd21c4b33cf77cc22adc59eba9076a9.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -53076,13 +18119,13 @@ " );\n", " \n", " \n", - " var poly_line_e657955960c888edadf735814744a33c = L.polyline(\n", + " var poly_line_d3c805349f46d2796b36561de6345b1a = L.polyline(\n", " [[38.004353, -121.854488], [38.00474, -121.853665]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e657955960c888edadf735814744a33c.bindTooltip(\n", + " poly_line_d3c805349f46d2796b36561de6345b1a.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -53090,13 +18133,13 @@ " );\n", " \n", " \n", - " var poly_line_56cbfab3b82b0b79f1b2d84c8ec74dc0 = L.polyline(\n", + " var poly_line_246e2b0469e1fcad46bc1200e6bb3464 = L.polyline(\n", " [[38.00474, -121.853665], [38.005437, -121.854028]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_56cbfab3b82b0b79f1b2d84c8ec74dc0.bindTooltip(\n", + " poly_line_246e2b0469e1fcad46bc1200e6bb3464.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -53104,13 +18147,13 @@ " );\n", " \n", " \n", - " var poly_line_34c7554e5b0dc3c7917d08ebb91c25c0 = L.polyline(\n", + " var poly_line_1e4dfbc1807e17a7f39fc9af108d1ac7 = L.polyline(\n", " [[38.005437, -121.854028], [38.005886, -121.8541]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_34c7554e5b0dc3c7917d08ebb91c25c0.bindTooltip(\n", + " poly_line_1e4dfbc1807e17a7f39fc9af108d1ac7.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -53118,13 +18161,13 @@ " );\n", " \n", " \n", - " var poly_line_e1818b9c12af28e8d64840172da553b7 = L.polyline(\n", + " var poly_line_0ff715efd2380c15628a64a3ee0aa3a7 = L.polyline(\n", " [[38.005886, -121.8541], [38.005921, -121.854106]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e1818b9c12af28e8d64840172da553b7.bindTooltip(\n", + " poly_line_0ff715efd2380c15628a64a3ee0aa3a7.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -53132,13 +18175,13 @@ " );\n", " \n", " \n", - " var poly_line_7718265ce9093d115ca5fe9ee486443e = L.polyline(\n", + " var poly_line_67e32f1f839883cc2711d7e3e5ff0b7e = L.polyline(\n", " [[38.005921, -121.854106], [38.007763, -121.855552]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_7718265ce9093d115ca5fe9ee486443e.bindTooltip(\n", + " poly_line_67e32f1f839883cc2711d7e3e5ff0b7e.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -53146,13 +18189,13 @@ " );\n", " \n", " \n", - " var poly_line_f36c69d4cdf7084663e84426131bb368 = L.polyline(\n", + " var poly_line_b68d36ac713f3272d58e5a67466afa9d = L.polyline(\n", " [[38.007763, -121.855552], [38.00815, -121.855285]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f36c69d4cdf7084663e84426131bb368.bindTooltip(\n", + " poly_line_b68d36ac713f3272d58e5a67466afa9d.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -53160,13 +18203,13 @@ " );\n", " \n", " \n", - " var poly_line_2049697298d25bd762a1df5c8fb69e28 = L.polyline(\n", + " var poly_line_6556c28056a33382661806510c1ce8c4 = L.polyline(\n", " [[38.00815, -121.855285], [38.009801, -121.854327]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_2049697298d25bd762a1df5c8fb69e28.bindTooltip(\n", + " poly_line_6556c28056a33382661806510c1ce8c4.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -53174,13 +18217,13 @@ " );\n", " \n", " \n", - " var poly_line_61a2726c65cc184676cd51fdc56a631c = L.polyline(\n", + " var poly_line_3c0f0de873a3bedc3d8c4cab0f6f953f = L.polyline(\n", " [[38.009801, -121.854327], [38.010074, -121.853916]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_61a2726c65cc184676cd51fdc56a631c.bindTooltip(\n", + " poly_line_3c0f0de873a3bedc3d8c4cab0f6f953f.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -53188,13 +18231,13 @@ " );\n", " \n", " \n", - " var poly_line_15ecfae852500c9a3f14e2b7d46b9633 = L.polyline(\n", + " var poly_line_13ce9034d2424c731182edc1544b307f = L.polyline(\n", " [[38.010074, -121.853916], [38.010553, -121.85501]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_15ecfae852500c9a3f14e2b7d46b9633.bindTooltip(\n", + " poly_line_13ce9034d2424c731182edc1544b307f.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -53202,13 +18245,13 @@ " );\n", " \n", " \n", - " var poly_line_09f63f937dbdcb4e45e5e97ebdc444c6 = L.polyline(\n", + " var poly_line_eba2a0ae96e7ab6e5e6915b1dd73369d = L.polyline(\n", " [[38.010553, -121.85501], [38.010741, -121.85582]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_09f63f937dbdcb4e45e5e97ebdc444c6.bindTooltip(\n", + " poly_line_eba2a0ae96e7ab6e5e6915b1dd73369d.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -53216,13 +18259,13 @@ " );\n", " \n", " \n", - " var poly_line_371c02392b891cf023d9edfccf91d97f = L.polyline(\n", + " var poly_line_a17cf9299ff8f988e088eb70c9f63c54 = L.polyline(\n", " [[38.010741, -121.85582], [38.010749, -121.855857]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_371c02392b891cf023d9edfccf91d97f.bindTooltip(\n", + " poly_line_a17cf9299ff8f988e088eb70c9f63c54.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -53230,13 +18273,13 @@ " );\n", " \n", " \n", - " var poly_line_5dfd4062ed37c9007a9c1eee639b6414 = L.polyline(\n", + " var poly_line_fabf02d68b4daebf6e66a9ddb91f7020 = L.polyline(\n", " [[38.010749, -121.855857], [38.010986, -121.856875]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_5dfd4062ed37c9007a9c1eee639b6414.bindTooltip(\n", + " poly_line_fabf02d68b4daebf6e66a9ddb91f7020.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -53244,13 +18287,13 @@ " );\n", " \n", " \n", - " var poly_line_197a9ed5130b60c9a0cd780420a698b6 = L.polyline(\n", + " var poly_line_b0c891ccec655015118b5295c32f2ce4 = L.polyline(\n", " [[38.010986, -121.856875], [38.010234, -121.857162]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_197a9ed5130b60c9a0cd780420a698b6.bindTooltip(\n", + " poly_line_b0c891ccec655015118b5295c32f2ce4.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -53258,13 +18301,13 @@ " );\n", " \n", " \n", - " var poly_line_9009673cd7347ce423200cdb054cb757 = L.polyline(\n", + " var poly_line_5f5e3fc8fa22e34b8da5643011ec8082 = L.polyline(\n", " [[38.010234, -121.857162], [38.00984, -121.857444]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9009673cd7347ce423200cdb054cb757.bindTooltip(\n", + " poly_line_5f5e3fc8fa22e34b8da5643011ec8082.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -53272,13 +18315,13 @@ " );\n", " \n", " \n", - " var poly_line_ec58716898e3eba3fb0d12574d952259 = L.polyline(\n", + " var poly_line_d611568fb4550549e300c9382f45de3b = L.polyline(\n", " [[38.00984, -121.857444], [38.009807, -121.857666]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ec58716898e3eba3fb0d12574d952259.bindTooltip(\n", + " poly_line_d611568fb4550549e300c9382f45de3b.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -53286,13 +18329,13 @@ " );\n", " \n", " \n", - " var poly_line_81e7a4b3b9116e3674ecb4973714d0b3 = L.polyline(\n", + " var poly_line_02b0baf4783341c1b50de196fec68ed3 = L.polyline(\n", " [[38.009807, -121.857666], [38.009856, -121.857864]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_81e7a4b3b9116e3674ecb4973714d0b3.bindTooltip(\n", + " poly_line_02b0baf4783341c1b50de196fec68ed3.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -53300,13 +18343,13 @@ " );\n", " \n", " \n", - " var poly_line_00949c3d217c2d7c164c3fe66f6e9855 = L.polyline(\n", + " var poly_line_f4a37fb26ebd7b4a24b01d344abef799 = L.polyline(\n", " [[38.009856, -121.857864], [38.009918, -121.858109]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_00949c3d217c2d7c164c3fe66f6e9855.bindTooltip(\n", + " poly_line_f4a37fb26ebd7b4a24b01d344abef799.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -53314,13 +18357,13 @@ " );\n", " \n", " \n", - " var poly_line_60f2331e60532d86de7b300277c98727 = L.polyline(\n", + " var poly_line_af4b755da88de0f7e6b19851a611814b = L.polyline(\n", " [[38.009918, -121.858109], [38.009983, -121.858329]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_60f2331e60532d86de7b300277c98727.bindTooltip(\n", + " poly_line_af4b755da88de0f7e6b19851a611814b.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -53328,13 +18371,13 @@ " );\n", " \n", " \n", - " var poly_line_8d4b456ff8d9dc02377344dad8480830 = L.polyline(\n", + " var poly_line_1b4fd886851002221451393a781dbdaa = L.polyline(\n", " [[38.009983, -121.858329], [38.010044, -121.858543]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8d4b456ff8d9dc02377344dad8480830.bindTooltip(\n", + " poly_line_1b4fd886851002221451393a781dbdaa.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -53342,13 +18385,13 @@ " );\n", " \n", " \n", - " var poly_line_8712577fe10612f8d0bb74618fd7199e = L.polyline(\n", + " var poly_line_e3d2f4208ced3010ac37bebf33b80f67 = L.polyline(\n", " [[38.010044, -121.858543], [38.010109, -121.858781]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8712577fe10612f8d0bb74618fd7199e.bindTooltip(\n", + " poly_line_e3d2f4208ced3010ac37bebf33b80f67.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -53356,13 +18399,13 @@ " );\n", " \n", " \n", - " var poly_line_27d5cb1d2e36ab119ec1c758034f4d88 = L.polyline(\n", + " var poly_line_95b934a68dbc355ad0784f111b6cf7a7 = L.polyline(\n", " [[38.010109, -121.858781], [38.010155, -121.858951]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_27d5cb1d2e36ab119ec1c758034f4d88.bindTooltip(\n", + " poly_line_95b934a68dbc355ad0784f111b6cf7a7.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -53370,13 +18413,13 @@ " );\n", " \n", " \n", - " var poly_line_b84e3ee3d34899df0c581569d25464ce = L.polyline(\n", + " var poly_line_52cb3e38235d37fff3779ef8f6125430 = L.polyline(\n", " [[38.010155, -121.858951], [38.010214, -121.859166]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b84e3ee3d34899df0c581569d25464ce.bindTooltip(\n", + " poly_line_52cb3e38235d37fff3779ef8f6125430.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -53384,13 +18427,13 @@ " );\n", " \n", " \n", - " var poly_line_72eb1aee8c1f160436d91de0ca8271e1 = L.polyline(\n", + " var poly_line_71cd166c0ad606cf049449ec7a410dfb = L.polyline(\n", " [[38.010214, -121.859166], [38.01028, -121.859408]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_72eb1aee8c1f160436d91de0ca8271e1.bindTooltip(\n", + " poly_line_71cd166c0ad606cf049449ec7a410dfb.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -53398,13 +18441,13 @@ " );\n", " \n", " \n", - " var poly_line_addfc00a233ee5cc8d423046906812d0 = L.polyline(\n", + " var poly_line_b6e4812dd3e12ddd4ea30baa82895711 = L.polyline(\n", " [[38.01028, -121.859408], [38.010332, -121.859627]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_addfc00a233ee5cc8d423046906812d0.bindTooltip(\n", + " poly_line_b6e4812dd3e12ddd4ea30baa82895711.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -53412,13 +18455,13 @@ " );\n", " \n", " \n", - " var poly_line_f873530223f530fd195549d65cbe0536 = L.polyline(\n", + " var poly_line_174ef9bb0aebdbfbcc1288ee96371fad = L.polyline(\n", " [[38.010332, -121.859627], [38.010391, -121.859855]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f873530223f530fd195549d65cbe0536.bindTooltip(\n", + " poly_line_174ef9bb0aebdbfbcc1288ee96371fad.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -53426,13 +18469,13 @@ " );\n", " \n", " \n", - " var poly_line_2723359b7d67b8951ea45c736046e41e = L.polyline(\n", + " var poly_line_468b33da6d59b9a5ceb9e4c8aa1aaf38 = L.polyline(\n", " [[38.010391, -121.859855], [38.010438, -121.860041]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_2723359b7d67b8951ea45c736046e41e.bindTooltip(\n", + " poly_line_468b33da6d59b9a5ceb9e4c8aa1aaf38.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -53440,13 +18483,13 @@ " );\n", " \n", " \n", - " var poly_line_43f8fbba5e301ad73464acaca5fab1f3 = L.polyline(\n", + " var poly_line_d936e717d6cb774d06d5ddfd2e21a5b1 = L.polyline(\n", " [[38.010438, -121.860041], [38.010479, -121.860204]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_43f8fbba5e301ad73464acaca5fab1f3.bindTooltip(\n", + " poly_line_d936e717d6cb774d06d5ddfd2e21a5b1.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -53454,13 +18497,13 @@ " );\n", " \n", " \n", - " var poly_line_835bd8edb4009aa12699bde2e76cb876 = L.polyline(\n", + " var poly_line_e88011a5454131bb144a2dfa78599504 = L.polyline(\n", " [[38.010479, -121.860204], [38.01053, -121.8604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_835bd8edb4009aa12699bde2e76cb876.bindTooltip(\n", + " poly_line_e88011a5454131bb144a2dfa78599504.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -53468,13 +18511,13 @@ " );\n", " \n", " \n", - " var poly_line_c89d4a89fa23d8b4f51ed261937a0305 = L.polyline(\n", + " var poly_line_fa83bc90763b59e00e5a380cf87d505f = L.polyline(\n", " [[38.01053, -121.8604], [38.010585, -121.860618]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_c89d4a89fa23d8b4f51ed261937a0305.bindTooltip(\n", + " poly_line_fa83bc90763b59e00e5a380cf87d505f.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -53482,13 +18525,13 @@ " );\n", " \n", " \n", - " var poly_line_e0100b97234b6e9d3cd646c3ceab3307 = L.polyline(\n", + " var poly_line_03e7afb625a46d608fcfd723b2ac9c0b = L.polyline(\n", " [[38.010585, -121.860618], [38.010637, -121.860822]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e0100b97234b6e9d3cd646c3ceab3307.bindTooltip(\n", + " poly_line_03e7afb625a46d608fcfd723b2ac9c0b.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -53496,13 +18539,13 @@ " );\n", " \n", " \n", - " var poly_line_f311899af95aa01653c14b762e207cb7 = L.polyline(\n", + " var poly_line_26723e631e856ba960c2f4f004784eae = L.polyline(\n", " [[38.010637, -121.860822], [38.010692, -121.861028]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f311899af95aa01653c14b762e207cb7.bindTooltip(\n", + " poly_line_26723e631e856ba960c2f4f004784eae.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -53510,13 +18553,13 @@ " );\n", " \n", " \n", - " var poly_line_289d418a0b93fd2fff95725160fac4f8 = L.polyline(\n", + " var poly_line_b80317d61d623d5882114df70ff42a7e = L.polyline(\n", " [[38.010692, -121.861028], [38.010746, -121.861223]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_289d418a0b93fd2fff95725160fac4f8.bindTooltip(\n", + " poly_line_b80317d61d623d5882114df70ff42a7e.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -53524,13 +18567,13 @@ " );\n", " \n", " \n", - " var poly_line_0acf66d62debde819e5d5a3240f6ea73 = L.polyline(\n", + " var poly_line_134891de6d7e23def9b68cf289030f99 = L.polyline(\n", " [[38.010746, -121.861223], [38.010806, -121.861436]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_0acf66d62debde819e5d5a3240f6ea73.bindTooltip(\n", + " poly_line_134891de6d7e23def9b68cf289030f99.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -53538,13 +18581,13 @@ " );\n", " \n", " \n", - " var poly_line_138dff0a2af2f82ea0f08c097ed25276 = L.polyline(\n", + " var poly_line_ebb419974964a5d886a351965e1d59b4 = L.polyline(\n", " [[38.010806, -121.861436], [38.010865, -121.861647]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_138dff0a2af2f82ea0f08c097ed25276.bindTooltip(\n", + " poly_line_ebb419974964a5d886a351965e1d59b4.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -53552,13 +18595,13 @@ " );\n", " \n", " \n", - " var poly_line_dc8598fbcbade86ba1f660b374cf164b = L.polyline(\n", + " var poly_line_e84592b5098bba4ea4e5ec8224516008 = L.polyline(\n", " [[38.010865, -121.861647], [38.010925, -121.861861]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_dc8598fbcbade86ba1f660b374cf164b.bindTooltip(\n", + " poly_line_e84592b5098bba4ea4e5ec8224516008.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -53566,13 +18609,13 @@ " );\n", " \n", " \n", - " var poly_line_23114180de34940981834518f5251ae6 = L.polyline(\n", + " var poly_line_181eef3dabc222780f38da38a5709337 = L.polyline(\n", " [[38.010925, -121.861861], [38.010977, -121.862047]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_23114180de34940981834518f5251ae6.bindTooltip(\n", + " poly_line_181eef3dabc222780f38da38a5709337.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -53580,13 +18623,13 @@ " );\n", " \n", " \n", - " var poly_line_587e7f2c968c36a3c846d0b0d0735b7d = L.polyline(\n", + " var poly_line_8c8686750c94b378517983c8c69a9ef8 = L.polyline(\n", " [[38.010977, -121.862047], [38.011284, -121.86325]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_587e7f2c968c36a3c846d0b0d0735b7d.bindTooltip(\n", + " poly_line_8c8686750c94b378517983c8c69a9ef8.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -53594,13 +18637,13 @@ " );\n", " \n", " \n", - " var poly_line_aff7605f265b1253971202dc02fae903 = L.polyline(\n", + " var poly_line_d6d7d4e5fc2d5be08f3bbe97ae53d180 = L.polyline(\n", " [[38.011284, -121.86325], [38.011332, -121.863409]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_aff7605f265b1253971202dc02fae903.bindTooltip(\n", + " poly_line_d6d7d4e5fc2d5be08f3bbe97ae53d180.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -53608,13 +18651,13 @@ " );\n", " \n", " \n", - " var poly_line_01222053da3d9c0bff5154223202d1c1 = L.polyline(\n", + " var poly_line_82785d12d2bcb7b14486d8673d13b584 = L.polyline(\n", " [[38.011332, -121.863409], [38.011521, -121.864046]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_01222053da3d9c0bff5154223202d1c1.bindTooltip(\n", + " poly_line_82785d12d2bcb7b14486d8673d13b584.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -53622,13 +18665,13 @@ " );\n", " \n", " \n", - " var poly_line_3e64a8625aeb7cbc602e59715023b0cc = L.polyline(\n", + " var poly_line_0fd71405a4ef1895aa6a19e4bd98d3cd = L.polyline(\n", " [[38.011521, -121.864046], [38.011617, -121.864409]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_3e64a8625aeb7cbc602e59715023b0cc.bindTooltip(\n", + " poly_line_0fd71405a4ef1895aa6a19e4bd98d3cd.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -53636,13 +18679,13 @@ " );\n", " \n", " \n", - " var poly_line_7423a27ba84d320f75f586d92af7033e = L.polyline(\n", + " var poly_line_b17a554dcf0645412c81622127364d24 = L.polyline(\n", " [[38.011617, -121.864409], [38.01168, -121.864645]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_7423a27ba84d320f75f586d92af7033e.bindTooltip(\n", + " poly_line_b17a554dcf0645412c81622127364d24.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -53650,13 +18693,13 @@ " );\n", " \n", " \n", - " var poly_line_db1acc82c9111bd95b4c8eb43e48238b = L.polyline(\n", + " var poly_line_9637dda57d95cc7b5359ed5b7a08d528 = L.polyline(\n", " [[38.01168, -121.864645], [38.011751, -121.864911]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_db1acc82c9111bd95b4c8eb43e48238b.bindTooltip(\n", + " poly_line_9637dda57d95cc7b5359ed5b7a08d528.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -53664,13 +18707,13 @@ " );\n", " \n", " \n", - " var poly_line_d812d0410396d9c4ade4b7fbf8081b71 = L.polyline(\n", + " var poly_line_7e31da49fee844fc0547ef6c46ae4b4c = L.polyline(\n", " [[38.011751, -121.864911], [38.012236, -121.865673]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d812d0410396d9c4ade4b7fbf8081b71.bindTooltip(\n", + " poly_line_7e31da49fee844fc0547ef6c46ae4b4c.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -53678,13 +18721,13 @@ " );\n", " \n", " \n", - " var poly_line_804661db9819487a523e0b6277066782 = L.polyline(\n", + " var poly_line_737efbd6bda3180d203a4babe63f25e5 = L.polyline(\n", " [[38.012236, -121.865673], [38.012361, -121.865938]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_804661db9819487a523e0b6277066782.bindTooltip(\n", + " poly_line_737efbd6bda3180d203a4babe63f25e5.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -53692,13 +18735,13 @@ " );\n", " \n", " \n", - " var poly_line_b0760529a883802865e087fb87799be9 = L.polyline(\n", + " var poly_line_0d416855944f4166d3031852b42b8b36 = L.polyline(\n", " [[38.012361, -121.865938], [38.013031, -121.867715]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b0760529a883802865e087fb87799be9.bindTooltip(\n", + " poly_line_0d416855944f4166d3031852b42b8b36.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -53706,13 +18749,13 @@ " );\n", " \n", " \n", - " var poly_line_7bbc4369b22fa06c32db53779b6eb282 = L.polyline(\n", + " var poly_line_ee24000ad0fec9f820a03aaa19447212 = L.polyline(\n", " [[38.013031, -121.867715], [38.013079, -121.868616]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_7bbc4369b22fa06c32db53779b6eb282.bindTooltip(\n", + " poly_line_ee24000ad0fec9f820a03aaa19447212.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -53720,13 +18763,13 @@ " );\n", " \n", " \n", - " var poly_line_95be2a8ac77018257fa38e6ed5bd04a6 = L.polyline(\n", + " var poly_line_db85babb071a41013696da5ae986b6d3 = L.polyline(\n", " [[38.013079, -121.868616], [38.012966, -121.868604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_95be2a8ac77018257fa38e6ed5bd04a6.bindTooltip(\n", + " poly_line_db85babb071a41013696da5ae986b6d3.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -53734,13 +18777,13 @@ " );\n", " \n", " \n", - " var poly_line_1efafff139b3bc55a33d676d683133a9 = L.polyline(\n", + " var poly_line_d69abe5e4a71d8fdd5aad0cf76b5a918 = L.polyline(\n", " [[38.012966, -121.868604], [38.012719, -121.868894]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_1efafff139b3bc55a33d676d683133a9.bindTooltip(\n", + " poly_line_d69abe5e4a71d8fdd5aad0cf76b5a918.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -53748,13 +18791,13 @@ " );\n", " \n", " \n", - " var poly_line_94dfbcae86b08c77b5f2afcd238328a2 = L.polyline(\n", + " var poly_line_59543d9dd57079aba8428c955afee11d = L.polyline(\n", " [[38.012719, -121.868894], [38.012809, -121.870012]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_94dfbcae86b08c77b5f2afcd238328a2.bindTooltip(\n", + " poly_line_59543d9dd57079aba8428c955afee11d.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -53762,13 +18805,13 @@ " );\n", " \n", " \n", - " var poly_line_d0a5a9965bdb93a4f617e8df104e75be = L.polyline(\n", + " var poly_line_a3de02f445a0316ed758cdfdd649c7bb = L.polyline(\n", " [[38.012809, -121.870012], [38.013171, -121.872505]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d0a5a9965bdb93a4f617e8df104e75be.bindTooltip(\n", + " poly_line_a3de02f445a0316ed758cdfdd649c7bb.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -53776,13 +18819,13 @@ " );\n", " \n", " \n", - " var poly_line_fb14e6e9a73ac73deb38f9eceb96a257 = L.polyline(\n", + " var poly_line_231ba3dbf3c3cf7df735b5eaf7640cd0 = L.polyline(\n", " [[38.013171, -121.872505], [38.013419, -121.873749]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fb14e6e9a73ac73deb38f9eceb96a257.bindTooltip(\n", + " poly_line_231ba3dbf3c3cf7df735b5eaf7640cd0.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -53790,13 +18833,13 @@ " );\n", " \n", " \n", - " var poly_line_b7570c570c52fb45fd17f150d3e218ce = L.polyline(\n", + " var poly_line_dda733d4937f4546373789a3ec731bb6 = L.polyline(\n", " [[38.013419, -121.873749], [38.013749, -121.875288]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b7570c570c52fb45fd17f150d3e218ce.bindTooltip(\n", + " poly_line_dda733d4937f4546373789a3ec731bb6.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -53804,13 +18847,13 @@ " );\n", " \n", " \n", - " var poly_line_62981d196d6e31f2626dfa92e4039b56 = L.polyline(\n", + " var poly_line_ffad54411f75e0ef35bbfad74f7be77a = L.polyline(\n", " [[38.013749, -121.875288], [38.019121, -121.897147]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_62981d196d6e31f2626dfa92e4039b56.bindTooltip(\n", + " poly_line_ffad54411f75e0ef35bbfad74f7be77a.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -53818,13 +18861,13 @@ " );\n", " \n", " \n", - " var poly_line_fe3e58f961ec0e78f63e549991b13d7b = L.polyline(\n", + " var poly_line_76a016ae9d25f5f16d20ec63ed0caeec = L.polyline(\n", " [[38.019121, -121.897147], [38.019112, -121.934613]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fe3e58f961ec0e78f63e549991b13d7b.bindTooltip(\n", + " poly_line_76a016ae9d25f5f16d20ec63ed0caeec.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -53832,13 +18875,13 @@ " );\n", " \n", " \n", - " var poly_line_9452e2b52ded0e946954a303253c71bb = L.polyline(\n", + " var poly_line_36b56e8bddaca697f1c7f7f85977f35a = L.polyline(\n", " [[38.019112, -121.934613], [38.019108, -121.936449]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9452e2b52ded0e946954a303253c71bb.bindTooltip(\n", + " poly_line_36b56e8bddaca697f1c7f7f85977f35a.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -53846,13 +18889,13 @@ " );\n", " \n", " \n", - " var poly_line_c6d5111805a04c04353ea6c1a74e1901 = L.polyline(\n", + " var poly_line_8bcd62222dff465145f781e6f6cd59ef = L.polyline(\n", " [[38.019108, -121.936449], [38.019088, -121.9416]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_c6d5111805a04c04353ea6c1a74e1901.bindTooltip(\n", + " poly_line_8bcd62222dff465145f781e6f6cd59ef.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -53860,13 +18903,13 @@ " );\n", " \n", " \n", - " var poly_line_1835bc06c4a0688906318042cdc242e1 = L.polyline(\n", + " var poly_line_f54f4134fd32bac451da8a53d7754f7b = L.polyline(\n", " [[38.019088, -121.9416], [38.01909, -121.941848]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_1835bc06c4a0688906318042cdc242e1.bindTooltip(\n", + " poly_line_f54f4134fd32bac451da8a53d7754f7b.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -53874,13 +18917,13 @@ " );\n", " \n", " \n", - " var poly_line_b7af268f891bcfc6d218ff866db72abd = L.polyline(\n", + " var poly_line_d77a87cc81b75b7560eab4d703dc02ec = L.polyline(\n", " [[38.01909, -121.941848], [38.019093, -121.942264]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b7af268f891bcfc6d218ff866db72abd.bindTooltip(\n", + " poly_line_d77a87cc81b75b7560eab4d703dc02ec.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -53888,13 +18931,13 @@ " );\n", " \n", " \n", - " var poly_line_0751c829295883f1779337b4ecd4b030 = L.polyline(\n", + " var poly_line_7100da577b4bc24cc4c7091d08eef45e = L.polyline(\n", " [[38.019093, -121.942264], [38.019092, -121.942382]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_0751c829295883f1779337b4ecd4b030.bindTooltip(\n", + " poly_line_7100da577b4bc24cc4c7091d08eef45e.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -53902,13 +18945,13 @@ " );\n", " \n", " \n", - " var poly_line_72ee48ec11c9542ba7f9df9392c784e1 = L.polyline(\n", + " var poly_line_ebaa51c6791de88e5f8ace4a2174793c = L.polyline(\n", " [[38.019092, -121.942382], [38.019131, -121.947639]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_72ee48ec11c9542ba7f9df9392c784e1.bindTooltip(\n", + " poly_line_ebaa51c6791de88e5f8ace4a2174793c.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -53916,13 +18959,13 @@ " );\n", " \n", " \n", - " var poly_line_3d582d07cb170aedbf3f3c9877c83fe4 = L.polyline(\n", + " var poly_line_bc2f602efdea3dfdfc16c81286bd45de = L.polyline(\n", " [[38.019131, -121.947639], [38.019572, -121.950034]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_3d582d07cb170aedbf3f3c9877c83fe4.bindTooltip(\n", + " poly_line_bc2f602efdea3dfdfc16c81286bd45de.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -53930,13 +18973,13 @@ " );\n", " \n", " \n", - " var poly_line_29140fa5ab1de22e5c92c83f1becfe75 = L.polyline(\n", + " var poly_line_82534e7081e0d153d406f7a07e501b22 = L.polyline(\n", " [[38.019572, -121.950034], [38.021943, -121.959744]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_29140fa5ab1de22e5c92c83f1becfe75.bindTooltip(\n", + " poly_line_82534e7081e0d153d406f7a07e501b22.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -53944,13 +18987,13 @@ " );\n", " \n", " \n", - " var poly_line_349ee33ce47eea341b045194eb7ae062 = L.polyline(\n", + " var poly_line_c881cebdd6603b081fddd2854409f022 = L.polyline(\n", " [[38.021943, -121.959744], [38.023001, -121.965352]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_349ee33ce47eea341b045194eb7ae062.bindTooltip(\n", + " poly_line_c881cebdd6603b081fddd2854409f022.bindTooltip(\n", " `<div>\n", " 70\n", " </div>`,\n", @@ -53958,13 +19001,13 @@ " );\n", " \n", " \n", - " var poly_line_c6760d7071ed2090ad6eeb1da727f173 = L.polyline(\n", + " var poly_line_596347fb099dbc052c5e348ebc7f79e3 = L.polyline(\n", " [[38.023001, -121.965352], [38.023128, -121.966018]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_c6760d7071ed2090ad6eeb1da727f173.bindTooltip(\n", + " poly_line_596347fb099dbc052c5e348ebc7f79e3.bindTooltip(\n", " `<div>\n", " 71\n", " </div>`,\n", @@ -53972,13 +19015,13 @@ " );\n", " \n", " \n", - " var poly_line_bf0d48bd55c27508c0a1aa7f06e6764b = L.polyline(\n", + " var poly_line_8fb7a519ec4657e0686b6cb7e35cadc5 = L.polyline(\n", " [[38.023128, -121.966018], [38.023481, -121.967889]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_bf0d48bd55c27508c0a1aa7f06e6764b.bindTooltip(\n", + " poly_line_8fb7a519ec4657e0686b6cb7e35cadc5.bindTooltip(\n", " `<div>\n", " 72\n", " </div>`,\n", @@ -53986,13 +19029,13 @@ " );\n", " \n", " \n", - " var poly_line_ad4a67c1d60612e8e2a9d55fb8a1dae0 = L.polyline(\n", + " var poly_line_3bba91aaf871a977b53724c14b2799b4 = L.polyline(\n", " [[38.023481, -121.967889], [38.024003, -121.97291]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ad4a67c1d60612e8e2a9d55fb8a1dae0.bindTooltip(\n", + " poly_line_3bba91aaf871a977b53724c14b2799b4.bindTooltip(\n", " `<div>\n", " 73\n", " </div>`,\n", @@ -54000,13 +19043,13 @@ " );\n", " \n", " \n", - " var poly_line_e7c6a69687fe05e7924c0a81f7b1d344 = L.polyline(\n", + " var poly_line_34ae9f67f8091fe4512517b2730d7178 = L.polyline(\n", " [[38.024003, -121.97291], [38.017366, -121.990536]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e7c6a69687fe05e7924c0a81f7b1d344.bindTooltip(\n", + " poly_line_34ae9f67f8091fe4512517b2730d7178.bindTooltip(\n", " `<div>\n", " 74\n", " </div>`,\n", @@ -54014,13 +19057,13 @@ " );\n", " \n", " \n", - " var poly_line_0e6709c679dbdbf2c886eb067bd148ad = L.polyline(\n", + " var poly_line_c653043bb3472e863a0512082c489917 = L.polyline(\n", " [[38.017366, -121.990536], [38.013972, -121.997309]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_0e6709c679dbdbf2c886eb067bd148ad.bindTooltip(\n", + " poly_line_c653043bb3472e863a0512082c489917.bindTooltip(\n", " `<div>\n", " 75\n", " </div>`,\n", @@ -54028,13 +19071,13 @@ " );\n", " \n", " \n", - " var poly_line_b9b11dd8bab8bd42847b9d204a13cc4a = L.polyline(\n", + " var poly_line_1adeec285dbcd448c1cc9173ce86148c = L.polyline(\n", " [[38.013972, -121.997309], [38.01382, -121.997851]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b9b11dd8bab8bd42847b9d204a13cc4a.bindTooltip(\n", + " poly_line_1adeec285dbcd448c1cc9173ce86148c.bindTooltip(\n", " `<div>\n", " 76\n", " </div>`,\n", @@ -54042,13 +19085,13 @@ " );\n", " \n", " \n", - " var poly_line_edd0fb3f226d85282fbfe3554ad0bfc4 = L.polyline(\n", + " var poly_line_009a61f47ec1174271d10a178ad8d385 = L.polyline(\n", " [[38.01382, -121.997851], [38.012895, -122.003183]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_edd0fb3f226d85282fbfe3554ad0bfc4.bindTooltip(\n", + " poly_line_009a61f47ec1174271d10a178ad8d385.bindTooltip(\n", " `<div>\n", " 77\n", " </div>`,\n", @@ -54056,13 +19099,13 @@ " );\n", " \n", " \n", - " var poly_line_fb041a8b0b615d5b8d0d51f0a68968e9 = L.polyline(\n", + " var poly_line_ff12eaa4ea5c0b88a42e0e290e184c8f = L.polyline(\n", " [[38.012895, -122.003183], [38.011754, -122.010668]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fb041a8b0b615d5b8d0d51f0a68968e9.bindTooltip(\n", + " poly_line_ff12eaa4ea5c0b88a42e0e290e184c8f.bindTooltip(\n", " `<div>\n", " 78\n", " </div>`,\n", @@ -54070,13 +19113,13 @@ " );\n", " \n", " \n", - " var poly_line_94f3465c155cda7626b79a3a3dcd6ff2 = L.polyline(\n", + " var poly_line_7ac2b9d3d7d5307b511e8810fe17f49a = L.polyline(\n", " [[38.011754, -122.010668], [38.011397, -122.012949]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_94f3465c155cda7626b79a3a3dcd6ff2.bindTooltip(\n", + " poly_line_7ac2b9d3d7d5307b511e8810fe17f49a.bindTooltip(\n", " `<div>\n", " 79\n", " </div>`,\n", @@ -54084,13 +19127,13 @@ " );\n", " \n", " \n", - " var poly_line_eb46bac3d2c91473c241457591af219d = L.polyline(\n", + " var poly_line_bd39e7288373e8d91b8ee4085d76fd16 = L.polyline(\n", " [[38.011397, -122.012949], [38.011215, -122.014203]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_eb46bac3d2c91473c241457591af219d.bindTooltip(\n", + " poly_line_bd39e7288373e8d91b8ee4085d76fd16.bindTooltip(\n", " `<div>\n", " 80\n", " </div>`,\n", @@ -54098,13 +19141,13 @@ " );\n", " \n", " \n", - " var poly_line_eb7a72663d8ebec3a95969dc54a578a5 = L.polyline(\n", + " var poly_line_b8223ed582d2954ba744589b41af4204 = L.polyline(\n", " [[38.011215, -122.014203], [38.01086, -122.016639]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_eb7a72663d8ebec3a95969dc54a578a5.bindTooltip(\n", + " poly_line_b8223ed582d2954ba744589b41af4204.bindTooltip(\n", " `<div>\n", " 81\n", " </div>`,\n", @@ -54112,13 +19155,13 @@ " );\n", " \n", " \n", - " var poly_line_d4d87998526f49a4447a8b436ecc8de5 = L.polyline(\n", + " var poly_line_6c548250056d1a4c216b519523cfd0d6 = L.polyline(\n", " [[38.01086, -122.016639], [38.010119, -122.021418]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d4d87998526f49a4447a8b436ecc8de5.bindTooltip(\n", + " poly_line_6c548250056d1a4c216b519523cfd0d6.bindTooltip(\n", " `<div>\n", " 82\n", " </div>`,\n", @@ -54126,13 +19169,13 @@ " );\n", " \n", " \n", - " var poly_line_bfa895c75595893bb7c4109e33353846 = L.polyline(\n", + " var poly_line_432041b3d181f7aaf70e975a7fe46908 = L.polyline(\n", " [[38.010119, -122.021418], [38.010009, -122.022455]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_bfa895c75595893bb7c4109e33353846.bindTooltip(\n", + " poly_line_432041b3d181f7aaf70e975a7fe46908.bindTooltip(\n", " `<div>\n", " 83\n", " </div>`,\n", @@ -54140,13 +19183,13 @@ " );\n", " \n", " \n", - " var poly_line_dc0f17e1ffcb24e5ab8f772844007403 = L.polyline(\n", + " var poly_line_9995bf193f3ddce8cef074c4d0182629 = L.polyline(\n", " [[38.010009, -122.022455], [38.009919, -122.02317]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_dc0f17e1ffcb24e5ab8f772844007403.bindTooltip(\n", + " poly_line_9995bf193f3ddce8cef074c4d0182629.bindTooltip(\n", " `<div>\n", " 84\n", " </div>`,\n", @@ -54154,13 +19197,13 @@ " );\n", " \n", " \n", - " var poly_line_3347d699350acae7d866d5fb40e98c1c = L.polyline(\n", + " var poly_line_68d556993993ce6bdf807df324b2629b = L.polyline(\n", " [[38.009919, -122.02317], [38.008845, -122.030594]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_3347d699350acae7d866d5fb40e98c1c.bindTooltip(\n", + " poly_line_68d556993993ce6bdf807df324b2629b.bindTooltip(\n", " `<div>\n", " 85\n", " </div>`,\n", @@ -54168,13 +19211,13 @@ " );\n", " \n", " \n", - " var poly_line_a084a3e2efe1d29b9bd25de2cca76150 = L.polyline(\n", + " var poly_line_f837fd91114a743d2c40e809d1604282 = L.polyline(\n", " [[38.008845, -122.030594], [38.00149, -122.037798]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a084a3e2efe1d29b9bd25de2cca76150.bindTooltip(\n", + " poly_line_f837fd91114a743d2c40e809d1604282.bindTooltip(\n", " `<div>\n", " 86\n", " </div>`,\n", @@ -54182,13 +19225,13 @@ " );\n", " \n", " \n", - " var poly_line_b0ea88bfcbf88698cf6c7130bc29ac8b = L.polyline(\n", + " var poly_line_443966c8ba223d976b22b16d4e557033 = L.polyline(\n", " [[38.00149, -122.037798], [37.995108, -122.039156]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_b0ea88bfcbf88698cf6c7130bc29ac8b.bindTooltip(\n", + " poly_line_443966c8ba223d976b22b16d4e557033.bindTooltip(\n", " `<div>\n", " 87\n", " </div>`,\n", @@ -54196,13 +19239,13 @@ " );\n", " \n", " \n", - " var poly_line_9fd8a167e5cdb3cb3391f822ee5cc655 = L.polyline(\n", + " var poly_line_26a45bf2f8e3f5a7a1bbcba8f1c20b2a = L.polyline(\n", " [[37.995108, -122.039156], [37.994305, -122.03932]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9fd8a167e5cdb3cb3391f822ee5cc655.bindTooltip(\n", + " poly_line_26a45bf2f8e3f5a7a1bbcba8f1c20b2a.bindTooltip(\n", " `<div>\n", " 88\n", " </div>`,\n", @@ -54210,13 +19253,13 @@ " );\n", " \n", " \n", - " var poly_line_cb7bcd645cbbb27d98373ef85594739e = L.polyline(\n", + " var poly_line_ca648935b91c01b6f7a1719eb463f3ac = L.polyline(\n", " [[37.994305, -122.03932], [37.992017, -122.039809]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_cb7bcd645cbbb27d98373ef85594739e.bindTooltip(\n", + " poly_line_ca648935b91c01b6f7a1719eb463f3ac.bindTooltip(\n", " `<div>\n", " 89\n", " </div>`,\n", @@ -54224,13 +19267,13 @@ " );\n", " \n", " \n", - " var poly_line_cca86b6642f01236f649d5f9477aca1d = L.polyline(\n", + " var poly_line_c1d296507b25811476aa0874cbb7ca18 = L.polyline(\n", " [[37.992017, -122.039809], [37.989147, -122.04038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_cca86b6642f01236f649d5f9477aca1d.bindTooltip(\n", + " poly_line_c1d296507b25811476aa0874cbb7ca18.bindTooltip(\n", " `<div>\n", " 90\n", " </div>`,\n", @@ -54238,13 +19281,13 @@ " );\n", " \n", " \n", - " var poly_line_84ceec232c6f1dc66fb56d67ad08330c = L.polyline(\n", + " var poly_line_1bf511fbd4fa8a95aa08681dc1678559 = L.polyline(\n", " [[37.989147, -122.04038], [37.988323, -122.040552]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_84ceec232c6f1dc66fb56d67ad08330c.bindTooltip(\n", + " poly_line_1bf511fbd4fa8a95aa08681dc1678559.bindTooltip(\n", " `<div>\n", " 91\n", " </div>`,\n", @@ -54252,13 +19295,13 @@ " );\n", " \n", " \n", - " var poly_line_1667f718f67538dc682c04ff6eb9cb80 = L.polyline(\n", + " var poly_line_d8cca8f00a47a5addc8b86570cf97634 = L.polyline(\n", " [[37.988323, -122.040552], [37.98584, -122.041147]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_1667f718f67538dc682c04ff6eb9cb80.bindTooltip(\n", + " poly_line_d8cca8f00a47a5addc8b86570cf97634.bindTooltip(\n", " `<div>\n", " 92\n", " </div>`,\n", @@ -54266,13 +19309,13 @@ " );\n", " \n", " \n", - " var poly_line_1df6ffb41eb7a68a603bfe95882864b4 = L.polyline(\n", + " var poly_line_f991ee019a64a76fcde286f274c45837 = L.polyline(\n", " [[37.98584, -122.041147], [37.983036, -122.041724]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_1df6ffb41eb7a68a603bfe95882864b4.bindTooltip(\n", + " poly_line_f991ee019a64a76fcde286f274c45837.bindTooltip(\n", " `<div>\n", " 93\n", " </div>`,\n", @@ -54280,13 +19323,13 @@ " );\n", " \n", " \n", - " var poly_line_ebed21112514fbd7de5a58dc0c2eafbc = L.polyline(\n", + " var poly_line_724156f3a9c9c8aaf2d3368a33be61bc = L.polyline(\n", " [[37.983036, -122.041724], [37.98177, -122.042038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ebed21112514fbd7de5a58dc0c2eafbc.bindTooltip(\n", + " poly_line_724156f3a9c9c8aaf2d3368a33be61bc.bindTooltip(\n", " `<div>\n", " 94\n", " </div>`,\n", @@ -54294,13 +19337,13 @@ " );\n", " \n", " \n", - " var poly_line_bc0508434035a39d9d0a11adc6591c75 = L.polyline(\n", + " var poly_line_2d4c24046e6daac4b0bc7eac5752eb2b = L.polyline(\n", " [[37.98177, -122.042038], [37.9808, -122.042456]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_bc0508434035a39d9d0a11adc6591c75.bindTooltip(\n", + " poly_line_2d4c24046e6daac4b0bc7eac5752eb2b.bindTooltip(\n", " `<div>\n", " 95\n", " </div>`,\n", @@ -54308,13 +19351,13 @@ " );\n", " \n", " \n", - " var poly_line_8bdca0c79bb4f506d5027f3954c97efb = L.polyline(\n", + " var poly_line_2b6b39663e319091f9187c712dcc0725 = L.polyline(\n", " [[37.9808, -122.042456], [37.979287, -122.043272]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8bdca0c79bb4f506d5027f3954c97efb.bindTooltip(\n", + " poly_line_2b6b39663e319091f9187c712dcc0725.bindTooltip(\n", " `<div>\n", " 96\n", " </div>`,\n", @@ -54322,13 +19365,13 @@ " );\n", " \n", " \n", - " var poly_line_8c8787e194b13763fd97c2fa925c656b = L.polyline(\n", + " var poly_line_f1ba4385ad11bc756c3e899efc101855 = L.polyline(\n", " [[37.979287, -122.043272], [37.978742, -122.043567]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8c8787e194b13763fd97c2fa925c656b.bindTooltip(\n", + " poly_line_f1ba4385ad11bc756c3e899efc101855.bindTooltip(\n", " `<div>\n", " 97\n", " </div>`,\n", @@ -54336,13 +19379,13 @@ " );\n", " \n", " \n", - " var poly_line_a45ef37304a12994c2a80b025d092526 = L.polyline(\n", + " var poly_line_b7a31e708da3e2ffa24c0cfbc146c69f = L.polyline(\n", " [[37.978742, -122.043567], [37.97781, -122.044166]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a45ef37304a12994c2a80b025d092526.bindTooltip(\n", + " poly_line_b7a31e708da3e2ffa24c0cfbc146c69f.bindTooltip(\n", " `<div>\n", " 98\n", " </div>`,\n", @@ -54350,13 +19393,13 @@ " );\n", " \n", " \n", - " var poly_line_a918d2aa912306a25e4d9c638f07a77f = L.polyline(\n", + " var poly_line_9d52a7894023d9580e16964df3d8aaed = L.polyline(\n", " [[37.97781, -122.044166], [37.971634, -122.047434]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a918d2aa912306a25e4d9c638f07a77f.bindTooltip(\n", + " poly_line_9d52a7894023d9580e16964df3d8aaed.bindTooltip(\n", " `<div>\n", " 99\n", " </div>`,\n", @@ -54364,13 +19407,13 @@ " );\n", " \n", " \n", - " var poly_line_fca9728d9e41f65a8f509bd1fc02b89e = L.polyline(\n", + " var poly_line_52b8779aa716d42c55d7dd8f5edb4e47 = L.polyline(\n", " [[37.971634, -122.047434], [37.970889, -122.047756]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fca9728d9e41f65a8f509bd1fc02b89e.bindTooltip(\n", + " poly_line_52b8779aa716d42c55d7dd8f5edb4e47.bindTooltip(\n", " `<div>\n", " 100\n", " </div>`,\n", @@ -54378,13 +19421,13 @@ " );\n", " \n", " \n", - " var poly_line_ce60da9a1ad13db1af9e21542b7fa142 = L.polyline(\n", + " var poly_line_98943d287fc782f0ff26d0d4c547e61d = L.polyline(\n", " [[37.970889, -122.047756], [37.970043, -122.047998]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ce60da9a1ad13db1af9e21542b7fa142.bindTooltip(\n", + " poly_line_98943d287fc782f0ff26d0d4c547e61d.bindTooltip(\n", " `<div>\n", " 101\n", " </div>`,\n", @@ -54392,13 +19435,13 @@ " );\n", " \n", " \n", - " var poly_line_e2ec65b9e0d76a29d978a4abdd003144 = L.polyline(\n", + " var poly_line_169bc3f3aa7e44936cb0f2255bc72c94 = L.polyline(\n", " [[37.970043, -122.047998], [37.969405, -122.048137]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e2ec65b9e0d76a29d978a4abdd003144.bindTooltip(\n", + " poly_line_169bc3f3aa7e44936cb0f2255bc72c94.bindTooltip(\n", " `<div>\n", " 102\n", " </div>`,\n", @@ -54406,13 +19449,13 @@ " );\n", " \n", " \n", - " var poly_line_bd4319fd68bf508411eb3d7e33fd696d = L.polyline(\n", + " var poly_line_baae351cef3ae2c19df3905fd727b2fd = L.polyline(\n", " [[37.969405, -122.048137], [37.966284, -122.049124]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_bd4319fd68bf508411eb3d7e33fd696d.bindTooltip(\n", + " poly_line_baae351cef3ae2c19df3905fd727b2fd.bindTooltip(\n", " `<div>\n", " 103\n", " </div>`,\n", @@ -54420,13 +19463,13 @@ " );\n", " \n", " \n", - " var poly_line_a652d305f0fd5dfec030307ba0dfe488 = L.polyline(\n", + " var poly_line_a5051eb6ef75dac5811ca3aad32acbb0 = L.polyline(\n", " [[37.966284, -122.049124], [37.960938, -122.051538]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a652d305f0fd5dfec030307ba0dfe488.bindTooltip(\n", + " poly_line_a5051eb6ef75dac5811ca3aad32acbb0.bindTooltip(\n", " `<div>\n", " 104\n", " </div>`,\n", @@ -54434,13 +19477,13 @@ " );\n", " \n", " \n", - " var poly_line_a9c3025f691f1832dc81b6b839776afd = L.polyline(\n", + " var poly_line_4fc0e7a9b5bc30a960139b02fb52435b = L.polyline(\n", " [[37.960938, -122.051538], [37.957783, -122.05296]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a9c3025f691f1832dc81b6b839776afd.bindTooltip(\n", + " poly_line_4fc0e7a9b5bc30a960139b02fb52435b.bindTooltip(\n", " `<div>\n", " 105\n", " </div>`,\n", @@ -54448,13 +19491,13 @@ " );\n", " \n", " \n", - " var poly_line_a3bcb50d81bbf2ef53cb33c92625de46 = L.polyline(\n", + " var poly_line_5da88e20bf46bf038557c37936dc2857 = L.polyline(\n", " [[37.957783, -122.05296], [37.957128, -122.053256]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a3bcb50d81bbf2ef53cb33c92625de46.bindTooltip(\n", + " poly_line_5da88e20bf46bf038557c37936dc2857.bindTooltip(\n", " `<div>\n", " 106\n", " </div>`,\n", @@ -54462,13 +19505,13 @@ " );\n", " \n", " \n", - " var poly_line_8d73dd1e985959c05e64ceacffd5e410 = L.polyline(\n", + " var poly_line_0c55c491baaac9081aed811c4916d6f2 = L.polyline(\n", " [[37.957128, -122.053256], [37.954199, -122.054442]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8d73dd1e985959c05e64ceacffd5e410.bindTooltip(\n", + " poly_line_0c55c491baaac9081aed811c4916d6f2.bindTooltip(\n", " `<div>\n", " 107\n", " </div>`,\n", @@ -54476,13 +19519,13 @@ " );\n", " \n", " \n", - " var poly_line_4d066d9b2b48e7a952bdd310ebee2db8 = L.polyline(\n", + " var poly_line_f4b6f7fe8592b6d6c72741a56b838355 = L.polyline(\n", " [[37.954199, -122.054442], [37.952165, -122.055278]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_4d066d9b2b48e7a952bdd310ebee2db8.bindTooltip(\n", + " poly_line_f4b6f7fe8592b6d6c72741a56b838355.bindTooltip(\n", " `<div>\n", " 108\n", " </div>`,\n", @@ -54490,13 +19533,13 @@ " );\n", " \n", " \n", - " var poly_line_74a2c42414de40f944fc8c097483c828 = L.polyline(\n", + " var poly_line_31f72da228b3396abbac35784a816cd1 = L.polyline(\n", " [[37.952165, -122.055278], [37.946098, -122.057973]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_74a2c42414de40f944fc8c097483c828.bindTooltip(\n", + " poly_line_31f72da228b3396abbac35784a816cd1.bindTooltip(\n", " `<div>\n", " 109\n", " </div>`,\n", @@ -54504,13 +19547,13 @@ " );\n", " \n", " \n", - " var poly_line_dde6f8f9c867d0883face84bc598e8fd = L.polyline(\n", + " var poly_line_aaa45dcd4ace0eff8617484d6059765e = L.polyline(\n", " [[37.946098, -122.057973], [37.944653, -122.058611]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_dde6f8f9c867d0883face84bc598e8fd.bindTooltip(\n", + " poly_line_aaa45dcd4ace0eff8617484d6059765e.bindTooltip(\n", " `<div>\n", " 110\n", " </div>`,\n", @@ -54518,13 +19561,13 @@ " );\n", " \n", " \n", - " var poly_line_fce5261233bae816d65f3cd8d1a40f87 = L.polyline(\n", + " var poly_line_e38095c0ad2c2ecb916584a6ed716e8e = L.polyline(\n", " [[37.944653, -122.058611], [37.94057, -122.060255]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_fce5261233bae816d65f3cd8d1a40f87.bindTooltip(\n", + " poly_line_e38095c0ad2c2ecb916584a6ed716e8e.bindTooltip(\n", " `<div>\n", " 111\n", " </div>`,\n", @@ -54532,13 +19575,13 @@ " );\n", " \n", " \n", - " var poly_line_0cc458e7922acdc216538dd9a39a962a = L.polyline(\n", + " var poly_line_491b2fa6b730c896d6c6afdd949421fd = L.polyline(\n", " [[37.94057, -122.060255], [37.93883, -122.060494]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_0cc458e7922acdc216538dd9a39a962a.bindTooltip(\n", + " poly_line_491b2fa6b730c896d6c6afdd949421fd.bindTooltip(\n", " `<div>\n", " 112\n", " </div>`,\n", @@ -54546,13 +19589,13 @@ " );\n", " \n", " \n", - " var poly_line_34d580808d9776f0eb249d0eb9b4da43 = L.polyline(\n", + " var poly_line_a4a65cb8d0eaf6ad38e62dcf67cd1705 = L.polyline(\n", " [[37.93883, -122.060494], [37.932293, -122.060342]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_34d580808d9776f0eb249d0eb9b4da43.bindTooltip(\n", + " poly_line_a4a65cb8d0eaf6ad38e62dcf67cd1705.bindTooltip(\n", " `<div>\n", " 113\n", " </div>`,\n", @@ -54560,13 +19603,13 @@ " );\n", " \n", " \n", - " var poly_line_dd79655528cdde7e9b6b56778fd51bde = L.polyline(\n", + " var poly_line_b00774c9975b91108bcd8373abe1edfd = L.polyline(\n", " [[37.932293, -122.060342], [37.92757, -122.06065]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_dd79655528cdde7e9b6b56778fd51bde.bindTooltip(\n", + " poly_line_b00774c9975b91108bcd8373abe1edfd.bindTooltip(\n", " `<div>\n", " 114\n", " </div>`,\n", @@ -54574,13 +19617,13 @@ " );\n", " \n", " \n", - " var poly_line_cec60f85f9286b36705d5ceb230c5c4c = L.polyline(\n", + " var poly_line_4e23343c176a7c817296c2d789bff05f = L.polyline(\n", " [[37.92757, -122.06065], [37.927341, -122.060678]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_cec60f85f9286b36705d5ceb230c5c4c.bindTooltip(\n", + " poly_line_4e23343c176a7c817296c2d789bff05f.bindTooltip(\n", " `<div>\n", " 115\n", " </div>`,\n", @@ -54588,13 +19631,13 @@ " );\n", " \n", " \n", - " var poly_line_4fe931ce910a575d71fcac64837f051c = L.polyline(\n", + " var poly_line_f9c2d66e62c512ec5ff570ea75b8c86c = L.polyline(\n", " [[37.927341, -122.060678], [37.923569, -122.061226]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_4fe931ce910a575d71fcac64837f051c.bindTooltip(\n", + " poly_line_f9c2d66e62c512ec5ff570ea75b8c86c.bindTooltip(\n", " `<div>\n", " 116\n", " </div>`,\n", @@ -54602,13 +19645,13 @@ " );\n", " \n", " \n", - " var poly_line_f2423bc513fab97a7a4e7ff4251e1677 = L.polyline(\n", + " var poly_line_02cbf87d09d47b8c68aa0f36665720ad = L.polyline(\n", " [[37.923569, -122.061226], [37.922269, -122.061659]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f2423bc513fab97a7a4e7ff4251e1677.bindTooltip(\n", + " poly_line_02cbf87d09d47b8c68aa0f36665720ad.bindTooltip(\n", " `<div>\n", " 117\n", " </div>`,\n", @@ -54616,13 +19659,13 @@ " );\n", " \n", " \n", - " var poly_line_9f2106ba9446211d5ee3386cba4bc68c = L.polyline(\n", + " var poly_line_95608091b7b7f1daaebc97e0695ff16e = L.polyline(\n", " [[37.922269, -122.061659], [37.92192, -122.061791]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9f2106ba9446211d5ee3386cba4bc68c.bindTooltip(\n", + " poly_line_95608091b7b7f1daaebc97e0695ff16e.bindTooltip(\n", " `<div>\n", " 118\n", " </div>`,\n", @@ -54630,13 +19673,13 @@ " );\n", " \n", " \n", - " var poly_line_a6503e67946f69b358918b80663345f0 = L.polyline(\n", + " var poly_line_c342dabf90315ce013ef971a06f262ed = L.polyline(\n", " [[37.92192, -122.061791], [37.920645, -122.062308]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a6503e67946f69b358918b80663345f0.bindTooltip(\n", + " poly_line_c342dabf90315ce013ef971a06f262ed.bindTooltip(\n", " `<div>\n", " 119\n", " </div>`,\n", @@ -54644,13 +19687,13 @@ " );\n", " \n", " \n", - " var poly_line_f45f613541f6d49a475bba06cd0b1d84 = L.polyline(\n", + " var poly_line_0087749cc5ca7a57d8755d1c509bbd60 = L.polyline(\n", " [[37.920645, -122.062308], [37.917932, -122.063798]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f45f613541f6d49a475bba06cd0b1d84.bindTooltip(\n", + " poly_line_0087749cc5ca7a57d8755d1c509bbd60.bindTooltip(\n", " `<div>\n", " 120\n", " </div>`,\n", @@ -54658,13 +19701,13 @@ " );\n", " \n", " \n", - " var poly_line_68bfc72ebc0104622128f337c3ebf3a8 = L.polyline(\n", + " var poly_line_c4c5b6ca2495d430ddd22375780a5ab3 = L.polyline(\n", " [[37.917932, -122.063798], [37.913, -122.067159]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_68bfc72ebc0104622128f337c3ebf3a8.bindTooltip(\n", + " poly_line_c4c5b6ca2495d430ddd22375780a5ab3.bindTooltip(\n", " `<div>\n", " 121\n", " </div>`,\n", @@ -54672,13 +19715,13 @@ " );\n", " \n", " \n", - " var poly_line_a096f6f899b13f514caccf871f4211bc = L.polyline(\n", + " var poly_line_154c1284f51d5a16afd35fb4aa41fc0e = L.polyline(\n", " [[37.913, -122.067159], [37.911034, -122.067859]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a096f6f899b13f514caccf871f4211bc.bindTooltip(\n", + " poly_line_154c1284f51d5a16afd35fb4aa41fc0e.bindTooltip(\n", " `<div>\n", " 122\n", " </div>`,\n", @@ -54686,13 +19729,13 @@ " );\n", " \n", " \n", - " var poly_line_bd47a1dfc52b40f52bd04604533720f1 = L.polyline(\n", + " var poly_line_ceaa78a067ddc5787f8788efa4e776b2 = L.polyline(\n", " [[37.911034, -122.067859], [37.910811, -122.067939]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_bd47a1dfc52b40f52bd04604533720f1.bindTooltip(\n", + " poly_line_ceaa78a067ddc5787f8788efa4e776b2.bindTooltip(\n", " `<div>\n", " 123\n", " </div>`,\n", @@ -54700,13 +19743,13 @@ " );\n", " \n", " \n", - " var poly_line_3d8eb08b92c83cf374581b7616d6136a = L.polyline(\n", + " var poly_line_ffb7bd32dcc0187598540ccd7e5924db = L.polyline(\n", " [[37.910811, -122.067939], [37.909661, -122.06835]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_3d8eb08b92c83cf374581b7616d6136a.bindTooltip(\n", + " poly_line_ffb7bd32dcc0187598540ccd7e5924db.bindTooltip(\n", " `<div>\n", " 124\n", " </div>`,\n", @@ -54714,13 +19757,13 @@ " );\n", " \n", " \n", - " var poly_line_e42e1d176845b4d8a53782a2509f220a = L.polyline(\n", + " var poly_line_227eba9bdc6187e1959859e77ca0e7cd = L.polyline(\n", " [[37.909661, -122.06835], [37.906105, -122.069772]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_e42e1d176845b4d8a53782a2509f220a.bindTooltip(\n", + " poly_line_227eba9bdc6187e1959859e77ca0e7cd.bindTooltip(\n", " `<div>\n", " 125\n", " </div>`,\n", @@ -54728,13 +19771,13 @@ " );\n", " \n", " \n", - " var poly_line_7b6d7e0c26c8577d498437aa95e5b6d2 = L.polyline(\n", + " var poly_line_786d3d5fd4706febddac5e9c5f0d1a7d = L.polyline(\n", " [[37.906105, -122.069772], [37.905456, -122.069989]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_7b6d7e0c26c8577d498437aa95e5b6d2.bindTooltip(\n", + " poly_line_786d3d5fd4706febddac5e9c5f0d1a7d.bindTooltip(\n", " `<div>\n", " 126\n", " </div>`,\n", @@ -54742,13 +19785,13 @@ " );\n", " \n", " \n", - " var poly_line_9bac7f537054a4661b1be0708adbbc94 = L.polyline(\n", + " var poly_line_e5ebd3eae89e8f166401e22674b75edc = L.polyline(\n", " [[37.905456, -122.069989], [37.904022, -122.070349]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9bac7f537054a4661b1be0708adbbc94.bindTooltip(\n", + " poly_line_e5ebd3eae89e8f166401e22674b75edc.bindTooltip(\n", " `<div>\n", " 127\n", " </div>`,\n", @@ -54756,13 +19799,13 @@ " );\n", " \n", " \n", - " var poly_line_a647d36af3f5538af27cf602584ea560 = L.polyline(\n", + " var poly_line_1d9819bdab3a5ae5c05b91bb7552fb37 = L.polyline(\n", " [[37.904022, -122.070349], [37.897317, -122.07247]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a647d36af3f5538af27cf602584ea560.bindTooltip(\n", + " poly_line_1d9819bdab3a5ae5c05b91bb7552fb37.bindTooltip(\n", " `<div>\n", " 128\n", " </div>`,\n", @@ -54770,13 +19813,13 @@ " );\n", " \n", " \n", - " var poly_line_60db31590ed68e110c9e7f3f16e445c9 = L.polyline(\n", + " var poly_line_f24d9e15841f8cf3d70ff3c587537926 = L.polyline(\n", " [[37.897317, -122.07247], [37.896169, -122.07586]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_60db31590ed68e110c9e7f3f16e445c9.bindTooltip(\n", + " poly_line_f24d9e15841f8cf3d70ff3c587537926.bindTooltip(\n", " `<div>\n", " 129\n", " </div>`,\n", @@ -54784,13 +19827,13 @@ " );\n", " \n", " \n", - " var poly_line_f2a2814da1bd5443df940d8b03460abf = L.polyline(\n", + " var poly_line_a29571f3645a53d112f8eb62c2d56325 = L.polyline(\n", " [[37.896169, -122.07586], [37.897367, -122.080846]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_f2a2814da1bd5443df940d8b03460abf.bindTooltip(\n", + " poly_line_a29571f3645a53d112f8eb62c2d56325.bindTooltip(\n", " `<div>\n", " 130\n", " </div>`,\n", @@ -54798,13 +19841,13 @@ " );\n", " \n", " \n", - " var poly_line_ff641d95530713e69414f722b845ce81 = L.polyline(\n", + " var poly_line_c66d8d6508ff21546b2eb490f927277d = L.polyline(\n", " [[37.897367, -122.080846], [37.897649, -122.081938]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ff641d95530713e69414f722b845ce81.bindTooltip(\n", + " poly_line_c66d8d6508ff21546b2eb490f927277d.bindTooltip(\n", " `<div>\n", " 131\n", " </div>`,\n", @@ -54812,13 +19855,13 @@ " );\n", " \n", " \n", - " var poly_line_9ad29b1e09e7dde9c9702cedbdbd3758 = L.polyline(\n", + " var poly_line_eb4b0ed8a12086daa975ee61e0fd5381 = L.polyline(\n", " [[37.897649, -122.081938], [37.898104, -122.08937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_9ad29b1e09e7dde9c9702cedbdbd3758.bindTooltip(\n", + " poly_line_eb4b0ed8a12086daa975ee61e0fd5381.bindTooltip(\n", " `<div>\n", " 132\n", " </div>`,\n", @@ -54826,13 +19869,13 @@ " );\n", " \n", " \n", - " var poly_line_7ee3be7dbcbb894e06521a25c1b87e20 = L.polyline(\n", + " var poly_line_218be414e02c3e0d90fc6bbcf3d0711f = L.polyline(\n", " [[37.898104, -122.08937], [37.898149, -122.093231]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_7ee3be7dbcbb894e06521a25c1b87e20.bindTooltip(\n", + " poly_line_218be414e02c3e0d90fc6bbcf3d0711f.bindTooltip(\n", " `<div>\n", " 133\n", " </div>`,\n", @@ -54840,13 +19883,13 @@ " );\n", " \n", " \n", - " var poly_line_322db290d3cfaa95e7b359c27558ac64 = L.polyline(\n", + " var poly_line_9652d1d3f5a9b8b1c57cdb54ccc045bc = L.polyline(\n", " [[37.898149, -122.093231], [37.898079, -122.095585]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_322db290d3cfaa95e7b359c27558ac64.bindTooltip(\n", + " poly_line_9652d1d3f5a9b8b1c57cdb54ccc045bc.bindTooltip(\n", " `<div>\n", " 134\n", " </div>`,\n", @@ -54854,13 +19897,13 @@ " );\n", " \n", " \n", - " var poly_line_93f28a02c517be30840fe3f823249347 = L.polyline(\n", + " var poly_line_de66180c567ebc3bb161a2d2fc0335f8 = L.polyline(\n", " [[37.898079, -122.095585], [37.898056, -122.096394]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_93f28a02c517be30840fe3f823249347.bindTooltip(\n", + " poly_line_de66180c567ebc3bb161a2d2fc0335f8.bindTooltip(\n", " `<div>\n", " 135\n", " </div>`,\n", @@ -54868,13 +19911,13 @@ " );\n", " \n", " \n", - " var poly_line_63c3324ea78e5e8b3802fba6c8a101be = L.polyline(\n", + " var poly_line_eb3eaca7917b479161eac37742d4477e = L.polyline(\n", " [[37.898056, -122.096394], [37.898117, -122.096097]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_63c3324ea78e5e8b3802fba6c8a101be.bindTooltip(\n", + " poly_line_eb3eaca7917b479161eac37742d4477e.bindTooltip(\n", " `<div>\n", " 136\n", " </div>`,\n", @@ -54882,13 +19925,13 @@ " );\n", " \n", " \n", - " var poly_line_99102247a91a6384b7625fec9ce7dd15 = L.polyline(\n", + " var poly_line_f927c117ec8c0fe8116c655d9c1d6894 = L.polyline(\n", " [[37.898117, -122.096097], [37.897296, -122.095911]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_99102247a91a6384b7625fec9ce7dd15.bindTooltip(\n", + " poly_line_f927c117ec8c0fe8116c655d9c1d6894.bindTooltip(\n", " `<div>\n", " 137\n", " </div>`,\n", @@ -54896,13 +19939,13 @@ " );\n", " \n", " \n", - " var poly_line_29188fdddedd96a652824eac28ed96b8 = L.polyline(\n", + " var poly_line_c8e5b2c4cb029db10041e25477aad826 = L.polyline(\n", " [[37.897296, -122.095911], [37.896812, -122.095887]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_29188fdddedd96a652824eac28ed96b8.bindTooltip(\n", + " poly_line_c8e5b2c4cb029db10041e25477aad826.bindTooltip(\n", " `<div>\n", " 138\n", " </div>`,\n", @@ -54910,13 +19953,13 @@ " );\n", " \n", " \n", - " var poly_line_cd1337bdb5fc3709c1499ac3ccfd446d = L.polyline(\n", + " var poly_line_4f61fc0c86d3cb09649293224b873251 = L.polyline(\n", " [[37.896812, -122.095887], [37.896351, -122.096547]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_cd1337bdb5fc3709c1499ac3ccfd446d.bindTooltip(\n", + " poly_line_4f61fc0c86d3cb09649293224b873251.bindTooltip(\n", " `<div>\n", " 139\n", " </div>`,\n", @@ -54924,13 +19967,13 @@ " );\n", " \n", " \n", - " var poly_line_8ede7d41f144a42cea937f69a2c65896 = L.polyline(\n", + " var poly_line_721bc39659bc271f18f77ededbdf510c = L.polyline(\n", " [[37.896351, -122.096547], [37.896799, -122.098046]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8ede7d41f144a42cea937f69a2c65896.bindTooltip(\n", + " poly_line_721bc39659bc271f18f77ededbdf510c.bindTooltip(\n", " `<div>\n", " 140\n", " </div>`,\n", @@ -54938,13 +19981,13 @@ " );\n", " \n", " \n", - " var poly_line_16d3ce6ab73b2bc549379387b3519fae = L.polyline(\n", + " var poly_line_43fa51e144b7aa8d78b7bc9804dee39e = L.polyline(\n", " [[37.896799, -122.098046], [37.89669, -122.101214]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_16d3ce6ab73b2bc549379387b3519fae.bindTooltip(\n", + " poly_line_43fa51e144b7aa8d78b7bc9804dee39e.bindTooltip(\n", " `<div>\n", " 141\n", " </div>`,\n", @@ -54952,13 +19995,13 @@ " );\n", " \n", " \n", - " var poly_line_a2398086d16f38d9d42bd49577061a7e = L.polyline(\n", + " var poly_line_19c716894666fef5ef70126883b38b7d = L.polyline(\n", " [[37.89669, -122.101214], [37.896542, -122.101772]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a2398086d16f38d9d42bd49577061a7e.bindTooltip(\n", + " poly_line_19c716894666fef5ef70126883b38b7d.bindTooltip(\n", " `<div>\n", " 142\n", " </div>`,\n", @@ -54966,13 +20009,13 @@ " );\n", " \n", " \n", - " var poly_line_3a18e6a2537596fdba6ee8d804d1785a = L.polyline(\n", + " var poly_line_d2f64911319386991b16593307b7725e = L.polyline(\n", " [[37.896542, -122.101772], [37.896076, -122.103107]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_3a18e6a2537596fdba6ee8d804d1785a.bindTooltip(\n", + " poly_line_d2f64911319386991b16593307b7725e.bindTooltip(\n", " `<div>\n", " 143\n", " </div>`,\n", @@ -54980,13 +20023,13 @@ " );\n", " \n", " \n", - " var poly_line_2331c041a29a04decba1406be6fe4e70 = L.polyline(\n", + " var poly_line_82ac3d20cb93b3b5ee2330bb4d9bb637 = L.polyline(\n", " [[37.896076, -122.103107], [37.895976, -122.103072]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_2331c041a29a04decba1406be6fe4e70.bindTooltip(\n", + " poly_line_82ac3d20cb93b3b5ee2330bb4d9bb637.bindTooltip(\n", " `<div>\n", " 144\n", " </div>`,\n", @@ -54994,13 +20037,13 @@ " );\n", " \n", " \n", - " var poly_line_63956b5c6befb5603cdeb0431dae1e66 = L.polyline(\n", + " var poly_line_f2cbed7a4f867a10388e3d03099c8b6b = L.polyline(\n", " [[37.895976, -122.103072], [37.895653, -122.102945]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_63956b5c6befb5603cdeb0431dae1e66.bindTooltip(\n", + " poly_line_f2cbed7a4f867a10388e3d03099c8b6b.bindTooltip(\n", " `<div>\n", " 145\n", " </div>`,\n", @@ -55008,13 +20051,13 @@ " );\n", " \n", " \n", - " var poly_line_8cbe16d947a763fe39d46c83b096b784 = L.polyline(\n", + " var poly_line_2ee166b2075756ee3075d90792ee955e = L.polyline(\n", " [[37.895653, -122.102945], [37.89542, -122.102854]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_8cbe16d947a763fe39d46c83b096b784.bindTooltip(\n", + " poly_line_2ee166b2075756ee3075d90792ee955e.bindTooltip(\n", " `<div>\n", " 146\n", " </div>`,\n", @@ -55022,13 +20065,13 @@ " );\n", " \n", " \n", - " var poly_line_d2860f6ab0e300055016ae06d939185f = L.polyline(\n", + " var poly_line_aed834318bc873e5728e435c13b3caee = L.polyline(\n", " [[37.89542, -122.102854], [37.895152, -122.102749]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d2860f6ab0e300055016ae06d939185f.bindTooltip(\n", + " poly_line_aed834318bc873e5728e435c13b3caee.bindTooltip(\n", " `<div>\n", " 147\n", " </div>`,\n", @@ -55036,13 +20079,13 @@ " );\n", " \n", " \n", - " var poly_line_1dd8ec23ffe0a28c265b28d580fccc37 = L.polyline(\n", + " var poly_line_ac7cc3b5ea260ab66bafe2bb85fba508 = L.polyline(\n", " [[37.895152, -122.102749], [37.894124, -122.102675]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_1dd8ec23ffe0a28c265b28d580fccc37.bindTooltip(\n", + " poly_line_ac7cc3b5ea260ab66bafe2bb85fba508.bindTooltip(\n", " `<div>\n", " 148\n", " </div>`,\n", @@ -55050,13 +20093,13 @@ " );\n", " \n", " \n", - " var poly_line_5b2d415d4107f658aacff680d06a813e = L.polyline(\n", + " var poly_line_7dfaafdf46394f304e14936ad4c12dcc = L.polyline(\n", " [[37.894124, -122.102675], [37.89315, -122.102862]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_5b2d415d4107f658aacff680d06a813e.bindTooltip(\n", + " poly_line_7dfaafdf46394f304e14936ad4c12dcc.bindTooltip(\n", " `<div>\n", " 149\n", " </div>`,\n", @@ -55064,13 +20107,13 @@ " );\n", " \n", " \n", - " var poly_line_a9a6bf1e8d3af43290460e010925db9a = L.polyline(\n", + " var poly_line_dc7f47c41636a33be532989408959e08 = L.polyline(\n", " [[37.89315, -122.102862], [37.892734, -122.102848]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_a9a6bf1e8d3af43290460e010925db9a.bindTooltip(\n", + " poly_line_dc7f47c41636a33be532989408959e08.bindTooltip(\n", " `<div>\n", " 150\n", " </div>`,\n", @@ -55078,13 +20121,13 @@ " );\n", " \n", " \n", - " var poly_line_d439b089bbc649982a1bcd11235aa33e = L.polyline(\n", + " var poly_line_daa7c90f8f8e91641c047b8b5cbb1539 = L.polyline(\n", " [[37.892734, -122.102848], [37.892117, -122.102784]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_d439b089bbc649982a1bcd11235aa33e.bindTooltip(\n", + " poly_line_daa7c90f8f8e91641c047b8b5cbb1539.bindTooltip(\n", " `<div>\n", " 151\n", " </div>`,\n", @@ -55092,13 +20135,13 @@ " );\n", " \n", " \n", - " var poly_line_aeea085fe1e91492e700d07248b1f70d = L.polyline(\n", + " var poly_line_c6de8f40b4c0e6c02ce76c71ce0db409 = L.polyline(\n", " [[37.892117, -122.102784], [37.892098, -122.103027]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_aeea085fe1e91492e700d07248b1f70d.bindTooltip(\n", + " poly_line_c6de8f40b4c0e6c02ce76c71ce0db409.bindTooltip(\n", " `<div>\n", " 152\n", " </div>`,\n", @@ -55106,13 +20149,13 @@ " );\n", " \n", " \n", - " var poly_line_ce82a1095069f2cba25b18acf5fcb756 = L.polyline(\n", + " var poly_line_ba0aa86de236a41605437addf281520a = L.polyline(\n", " [[37.892098, -122.103027], [37.891896, -122.103204]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " poly_line_ce82a1095069f2cba25b18acf5fcb756.bindTooltip(\n", + " poly_line_ba0aa86de236a41605437addf281520a.bindTooltip(\n", " `<div>\n", " 153\n", " </div>`,\n", @@ -55120,13 +20163,13 @@ " );\n", " \n", " \n", - " var circle_ff0b04f59530ace37a323e3402282937 = L.circle(\n", + " var circle_875819e36407c68c5c91f5fa94fca3c0 = L.circle(\n", " [37.99869999999999, -121.85190000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_ff0b04f59530ace37a323e3402282937.bindTooltip(\n", + " circle_875819e36407c68c5c91f5fa94fca3c0.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -55134,13 +20177,13 @@ " );\n", " \n", " \n", - " var circle_5b3dee2c1d318f465f6dac79282a8509 = L.circle(\n", + " var circle_3482d2ce1e34968a9b68ddd432f32401 = L.circle(\n", " [37.99996, -121.85392],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_5b3dee2c1d318f465f6dac79282a8509.bindTooltip(\n", + " circle_3482d2ce1e34968a9b68ddd432f32401.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -55148,13 +20191,13 @@ " );\n", " \n", " \n", - " var circle_62391fd91bd46256d3ce427c2975833a = L.circle(\n", + " var circle_c3abea411e9b721feccccf17863d55a4 = L.circle(\n", " [38.00119999999999, -121.8533],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_62391fd91bd46256d3ce427c2975833a.bindTooltip(\n", + " circle_c3abea411e9b721feccccf17863d55a4.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -55162,13 +20205,13 @@ " );\n", " \n", " \n", - " var circle_8981cef44bc3c3b25b0770d6c7f16277 = L.circle(\n", + " var circle_6f3eab11a614b854ef3b1ebf86207ad3 = L.circle(\n", " [38.00147, -121.85353000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_8981cef44bc3c3b25b0770d6c7f16277.bindTooltip(\n", + " circle_6f3eab11a614b854ef3b1ebf86207ad3.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -55176,13 +20219,13 @@ " );\n", " \n", " \n", - " var circle_e59353fb5757b093e0bbd88a1049fffa = L.circle(\n", + " var circle_93bbd029d7b2e095ed57f34a98b0f73c = L.circle(\n", " [38.001659999999994, -121.85436999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_e59353fb5757b093e0bbd88a1049fffa.bindTooltip(\n", + " circle_93bbd029d7b2e095ed57f34a98b0f73c.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -55190,13 +20233,13 @@ " );\n", " \n", " \n", - " var circle_8fbd7f1d00d2352a178e3b4a92aedbac = L.circle(\n", + " var circle_8706b9c7ebcc348bc95cf897927783e2 = L.circle(\n", " [38.00232, -121.85568000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_8fbd7f1d00d2352a178e3b4a92aedbac.bindTooltip(\n", + " circle_8706b9c7ebcc348bc95cf897927783e2.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -55204,13 +20247,13 @@ " );\n", " \n", " \n", - " var circle_b0191b7a807821d7b65c4898502ed3a3 = L.circle(\n", + " var circle_a6a62a58811095911b8c2644c43563fa = L.circle(\n", " [38.003009999999996, -121.85541000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_b0191b7a807821d7b65c4898502ed3a3.bindTooltip(\n", + " circle_a6a62a58811095911b8c2644c43563fa.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -55218,13 +20261,13 @@ " );\n", " \n", " \n", - " var circle_7183f99005b76814a07b62595d68291a = L.circle(\n", + " var circle_5351397ac52662a40853850edd0301e2 = L.circle(\n", " [38.00435, -121.85453999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_7183f99005b76814a07b62595d68291a.bindTooltip(\n", + " circle_5351397ac52662a40853850edd0301e2.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -55232,13 +20275,13 @@ " );\n", " \n", " \n", - " var circle_b41171ec3282b62d184f00ab7e17aacd = L.circle(\n", + " var circle_d482a358f55345e1462932164d3a0942 = L.circle(\n", " [38.0049, -121.85369000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_b41171ec3282b62d184f00ab7e17aacd.bindTooltip(\n", + " circle_d482a358f55345e1462932164d3a0942.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -55246,13 +20289,13 @@ " );\n", " \n", " \n", - " var circle_0cfb44f99e18a7f72e40b67e6a9693aa = L.circle(\n", + " var circle_ca92993ac337d03cc60566123c3f8a69 = L.circle(\n", " [38.00598999999999, -121.8541],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_0cfb44f99e18a7f72e40b67e6a9693aa.bindTooltip(\n", + " circle_ca92993ac337d03cc60566123c3f8a69.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -55260,13 +20303,13 @@ " );\n", " \n", " \n", - " var circle_17d7a735b8391bf79054eb2bbd3d6065 = L.circle(\n", + " var circle_bda128df1c22cd754ea8d89a61b81485 = L.circle(\n", " [38.00798, -121.85541999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_17d7a735b8391bf79054eb2bbd3d6065.bindTooltip(\n", + " circle_bda128df1c22cd754ea8d89a61b81485.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -55274,13 +20317,13 @@ " );\n", " \n", " \n", - " var circle_ddd5b25b20af42125399a4d99037122a = L.circle(\n", + " var circle_22568a91a4b094189c5455efe8847547 = L.circle(\n", " [38.01002999999999, -121.85399000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_ddd5b25b20af42125399a4d99037122a.bindTooltip(\n", + " circle_22568a91a4b094189c5455efe8847547.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -55288,13 +20331,13 @@ " );\n", " \n", " \n", - " var circle_964b1ba9acd52587e08112665761f558 = L.circle(\n", + " var circle_54084a2e81559d974239736c8577b5aa = L.circle(\n", " [38.01043, -121.85444999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_964b1ba9acd52587e08112665761f558.bindTooltip(\n", + " circle_54084a2e81559d974239736c8577b5aa.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -55302,13 +20345,13 @@ " );\n", " \n", " \n", - " var circle_48a0976b448fdb941f490e03c0fe8a7c = L.circle(\n", + " var circle_54259d0cae3f160351c631cb800f444b = L.circle(\n", " [38.01085, -121.85577000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_48a0976b448fdb941f490e03c0fe8a7c.bindTooltip(\n", + " circle_54259d0cae3f160351c631cb800f444b.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -55316,13 +20359,13 @@ " );\n", " \n", " \n", - " var circle_c45c116e41cb34a37b02cc8c272d2acb = L.circle(\n", + " var circle_f38f48d4f68144232bbe8d0ea4cfb909 = L.circle(\n", " [38.01097, -121.85698],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_c45c116e41cb34a37b02cc8c272d2acb.bindTooltip(\n", + " circle_f38f48d4f68144232bbe8d0ea4cfb909.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -55330,13 +20373,13 @@ " );\n", " \n", " \n", - " var circle_0fee31fb8017d63408f6d261860510b0 = L.circle(\n", + " var circle_52959a7cb698090e68d72c37738d4288 = L.circle(\n", " [38.01064999999999, -121.85713],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_0fee31fb8017d63408f6d261860510b0.bindTooltip(\n", + " circle_52959a7cb698090e68d72c37738d4288.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -55344,13 +20387,13 @@ " );\n", " \n", " \n", - " var circle_4ea5f2a0f487b3699433079657e45902 = L.circle(\n", + " var circle_479e98d24452d3d34420f3cf850ca579 = L.circle(\n", " [38.01002999999999, -121.85853999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_4ea5f2a0f487b3699433079657e45902.bindTooltip(\n", + " circle_479e98d24452d3d34420f3cf850ca579.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -55358,13 +20401,13 @@ " );\n", " \n", " \n", - " var circle_5894202417c69dff247e33d787a0bcad = L.circle(\n", + " var circle_7be33bdfe48698c258a37e215b9fcc46 = L.circle(\n", " [38.01196, -121.86530000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_5894202417c69dff247e33d787a0bcad.bindTooltip(\n", + " circle_7be33bdfe48698c258a37e215b9fcc46.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -55372,13 +20415,13 @@ " );\n", " \n", " \n", - " var circle_4fd7fd676a6643e518dfbc04ebfe6104 = L.circle(\n", + " var circle_4a339e9d5e465d0f100c40941563a46d = L.circle(\n", " [38.0131, -121.86808000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_4fd7fd676a6643e518dfbc04ebfe6104.bindTooltip(\n", + " circle_4a339e9d5e465d0f100c40941563a46d.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -55386,13 +20429,13 @@ " );\n", " \n", " \n", - " var circle_a0d665a0cbbcca753042532c6e93b295 = L.circle(\n", + " var circle_63b3a3ced72c1fd01d7bb0384cdaf89f = L.circle(\n", " [38.01272999999999, -121.86944999999996],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_a0d665a0cbbcca753042532c6e93b295.bindTooltip(\n", + " circle_63b3a3ced72c1fd01d7bb0384cdaf89f.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -55400,13 +20443,13 @@ " );\n", " \n", " \n", - " var circle_aa155b42c8caef00751c6df8b9376a8e = L.circle(\n", + " var circle_76248da48ba33db6538efdb4ef3f1b37 = L.circle(\n", " [38.013540000000006, -121.87419999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_aa155b42c8caef00751c6df8b9376a8e.bindTooltip(\n", + " circle_76248da48ba33db6538efdb4ef3f1b37.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -55414,13 +20457,13 @@ " );\n", " \n", " \n", - " var circle_fe8f0544631167c69467778ecce83dbf = L.circle(\n", + " var circle_6eef6a05143caea16e51ac573ba9df84 = L.circle(\n", " [38.01718, -121.88971999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_fe8f0544631167c69467778ecce83dbf.bindTooltip(\n", + " circle_6eef6a05143caea16e51ac573ba9df84.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -55428,13 +20471,13 @@ " );\n", " \n", " \n", - " var circle_3e6b483782d490074fe7cd4a347e657f = L.circle(\n", + " var circle_5b7d4f8dc8c3504bf111c185888e443c = L.circle(\n", " [38.019360000000006, -121.89800000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_3e6b483782d490074fe7cd4a347e657f.bindTooltip(\n", + " circle_5b7d4f8dc8c3504bf111c185888e443c.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -55442,13 +20485,13 @@ " );\n", " \n", " \n", - " var circle_83d5f12b44df497e35673e4d59bfe00e = L.circle(\n", + " var circle_575972302e3a55483c5231ccebb639d6 = L.circle(\n", " [38.01997999999999, -121.90156999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_83d5f12b44df497e35673e4d59bfe00e.bindTooltip(\n", + " circle_575972302e3a55483c5231ccebb639d6.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -55456,13 +20499,13 @@ " );\n", " \n", " \n", - " var circle_963ac292741a5fd7734d47e4d2cd2aa3 = L.circle(\n", + " var circle_e34690e973a019597ec88a2532468c04 = L.circle(\n", " [38.02015999999999, -121.90538000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_963ac292741a5fd7734d47e4d2cd2aa3.bindTooltip(\n", + " circle_e34690e973a019597ec88a2532468c04.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -55470,13 +20513,13 @@ " );\n", " \n", " \n", - " var circle_eeca4396d3babc17eee57a4788ac3c17 = L.circle(\n", + " var circle_d667da439d49a11883bea761a0655362 = L.circle(\n", " [38.02024999999999, -121.91984000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_eeca4396d3babc17eee57a4788ac3c17.bindTooltip(\n", + " circle_d667da439d49a11883bea761a0655362.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -55484,13 +20527,13 @@ " );\n", " \n", " \n", - " var circle_fb83bc0add3cfd7ae4cc474fe07992a3 = L.circle(\n", + " var circle_7ca65771be7bf8b7b41dcdc8959a0496 = L.circle(\n", " [38.02008000000001, -121.92205000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_fb83bc0add3cfd7ae4cc474fe07992a3.bindTooltip(\n", + " circle_7ca65771be7bf8b7b41dcdc8959a0496.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -55498,13 +20541,13 @@ " );\n", " \n", " \n", - " var circle_c28e4c7904ed3d510feaf24ad6d3b6fa = L.circle(\n", + " var circle_ce5366b29c58dc8851b41eb7a1008d93 = L.circle(\n", " [38.01918, -121.92845999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_c28e4c7904ed3d510feaf24ad6d3b6fa.bindTooltip(\n", + " circle_ce5366b29c58dc8851b41eb7a1008d93.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -55512,13 +20555,13 @@ " );\n", " \n", " \n", - " var circle_e42b097b2e87cef73349077574cc8f2c = L.circle(\n", + " var circle_d341885882d3c43e1eb0dd210fc704d5 = L.circle(\n", " [38.01911, -121.94759999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_e42b097b2e87cef73349077574cc8f2c.bindTooltip(\n", + " circle_d341885882d3c43e1eb0dd210fc704d5.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -55526,13 +20569,13 @@ " );\n", " \n", " \n", - " var circle_9a6155907cd21f28e311657254b9ba2d = L.circle(\n", + " var circle_7801c6feb4ac87e03ba64cb2216c87b0 = L.circle(\n", " [38.019349999999996, -121.94922],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_9a6155907cd21f28e311657254b9ba2d.bindTooltip(\n", + " circle_7801c6feb4ac87e03ba64cb2216c87b0.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -55540,13 +20583,13 @@ " );\n", " \n", " \n", - " var circle_2be4ef71485a797b5f782ef6ef39daa0 = L.circle(\n", + " var circle_15debbcce16f575121e7fad0fe6fac12 = L.circle(\n", " [38.02082, -121.95423000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_2be4ef71485a797b5f782ef6ef39daa0.bindTooltip(\n", + " circle_15debbcce16f575121e7fad0fe6fac12.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -55554,13 +20597,13 @@ " );\n", " \n", " \n", - " var circle_6f013fd799a1c8510458a947a8969983 = L.circle(\n", + " var circle_2fdc17d76174ba7822aebc1010082b91 = L.circle(\n", " [38.02131, -121.95642],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_6f013fd799a1c8510458a947a8969983.bindTooltip(\n", + " circle_2fdc17d76174ba7822aebc1010082b91.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -55568,13 +20611,13 @@ " );\n", " \n", " \n", - " var circle_b203d7d971a8379615db8b716ce4e141 = L.circle(\n", + " var circle_1f63578b7731c421263e7efd9747f61c = L.circle(\n", " [38.02391999999999, -121.97075000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_b203d7d971a8379615db8b716ce4e141.bindTooltip(\n", + " circle_1f63578b7731c421263e7efd9747f61c.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -55582,13 +20625,13 @@ " );\n", " \n", " \n", - " var circle_2e39a377c49e33343449511946dc9882 = L.circle(\n", + " var circle_af5446b4acdeba667907747967f3c069 = L.circle(\n", " [38.02398, -121.97275999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_2e39a377c49e33343449511946dc9882.bindTooltip(\n", + " circle_af5446b4acdeba667907747967f3c069.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -55596,13 +20639,13 @@ " );\n", " \n", " \n", - " var circle_e076b99168f6708311bc63f7ce35ef7a = L.circle(\n", + " var circle_6c2b43e3135df57bb0c4ff5d5b2cb5f8 = L.circle(\n", " [38.0235, -121.97636999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_e076b99168f6708311bc63f7ce35ef7a.bindTooltip(\n", + " circle_6c2b43e3135df57bb0c4ff5d5b2cb5f8.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -55610,13 +20653,13 @@ " );\n", " \n", " \n", - " var circle_1103d15d99216660228ec7b86b5accdc = L.circle(\n", + " var circle_a8cb61965c77f38e206611c693388a91 = L.circle(\n", " [38.022960000000005, -121.97814],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_1103d15d99216660228ec7b86b5accdc.bindTooltip(\n", + " circle_a8cb61965c77f38e206611c693388a91.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -55624,13 +20667,13 @@ " );\n", " \n", " \n", - " var circle_d44425a950087733a729743e71d56575 = L.circle(\n", + " var circle_32b6facdc44cc89fe0e988a14c2c1b7a = L.circle(\n", " [38.01852999999999, -121.98838],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_d44425a950087733a729743e71d56575.bindTooltip(\n", + " circle_32b6facdc44cc89fe0e988a14c2c1b7a.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -55638,13 +20681,13 @@ " );\n", " \n", " \n", - " var circle_fcd2875b67fa8167af5f5932fc0f847a = L.circle(\n", + " var circle_68f778ab3758d53bd978516f99c36b09 = L.circle(\n", " [38.01514, -121.99424999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_fcd2875b67fa8167af5f5932fc0f847a.bindTooltip(\n", + " circle_68f778ab3758d53bd978516f99c36b09.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -55652,13 +20695,13 @@ " );\n", " \n", " \n", - " var circle_49bea887f2553cbf6871fc07e5ffe353 = L.circle(\n", + " var circle_9fae35f901e603f6eec359b7026b4fa0 = L.circle(\n", " [38.01438000000001, -121.99601],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_49bea887f2553cbf6871fc07e5ffe353.bindTooltip(\n", + " circle_9fae35f901e603f6eec359b7026b4fa0.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -55666,13 +20709,13 @@ " );\n", " \n", " \n", - " var circle_436a6b5848019e91a945d6745ba374d3 = L.circle(\n", + " var circle_d6b739cb6dce134de52bd2fc13a0bd7a = L.circle(\n", " [38.01376, -121.99805000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_436a6b5848019e91a945d6745ba374d3.bindTooltip(\n", + " circle_d6b739cb6dce134de52bd2fc13a0bd7a.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -55680,13 +20723,13 @@ " );\n", " \n", " \n", - " var circle_0f0ce3a366ea6968eaed8c123dc76c9f = L.circle(\n", + " var circle_ccc109556a87b47edf5f5dd53699bd30 = L.circle(\n", " [38.01306, -122.00190999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_0f0ce3a366ea6968eaed8c123dc76c9f.bindTooltip(\n", + " circle_ccc109556a87b47edf5f5dd53699bd30.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -55694,13 +20737,13 @@ " );\n", " \n", " \n", - " var circle_c07e9c0857756c2d32c0fb9ff1c06070 = L.circle(\n", + " var circle_d0f287bb371143616c2d790725b2c940 = L.circle(\n", " [38.009859999999996, -122.02333],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_c07e9c0857756c2d32c0fb9ff1c06070.bindTooltip(\n", + " circle_d0f287bb371143616c2d790725b2c940.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -55708,13 +20751,13 @@ " );\n", " \n", " \n", - " var circle_be7196c8a47c162788b7bfee19a5815e = L.circle(\n", + " var circle_3ad6d8c1f18ba0cf97724e9fdb30be10 = L.circle(\n", " [38.00689, -122.03507999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_be7196c8a47c162788b7bfee19a5815e.bindTooltip(\n", + " circle_3ad6d8c1f18ba0cf97724e9fdb30be10.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -55722,13 +20765,13 @@ " );\n", " \n", " \n", - " var circle_48fbe302307f4c65f8a8256b22cc51dc = L.circle(\n", + " var circle_a23b4d032a36344edc346c2050e4ed33 = L.circle(\n", " [37.998149999999995, -122.03840999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_48fbe302307f4c65f8a8256b22cc51dc.bindTooltip(\n", + " circle_a23b4d032a36344edc346c2050e4ed33.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -55736,13 +20779,13 @@ " );\n", " \n", " \n", - " var circle_bf103dab1d29719a5386470107a98b04 = L.circle(\n", + " var circle_92ac15a4171c44aaafb50315f10708c1 = L.circle(\n", " [37.982940000000006, -122.04167999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_bf103dab1d29719a5386470107a98b04.bindTooltip(\n", + " circle_92ac15a4171c44aaafb50315f10708c1.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -55750,13 +20793,13 @@ " );\n", " \n", " \n", - " var circle_4a62315f18dfea061dd758dc3dbf7b4d = L.circle(\n", + " var circle_1250a4f51333c0580e5e1c9c3e1a3d3c = L.circle(\n", " [37.98141999999999, -122.04214999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_4a62315f18dfea061dd758dc3dbf7b4d.bindTooltip(\n", + " circle_1250a4f51333c0580e5e1c9c3e1a3d3c.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -55764,13 +20807,13 @@ " );\n", " \n", " \n", - " var circle_ba815bd5900e41b1193700c7d60100da = L.circle(\n", + " var circle_2f0a400b4ec156f963eeb202d73622ec = L.circle(\n", " [37.97111, -122.04765],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_ba815bd5900e41b1193700c7d60100da.bindTooltip(\n", + " circle_2f0a400b4ec156f963eeb202d73622ec.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -55778,13 +20821,13 @@ " );\n", " \n", " \n", - " var circle_809d96766b0fe0ce41997235e7036c02 = L.circle(\n", + " var circle_c8bee155c2a9ae63dda233a688c8e762 = L.circle(\n", " [37.96747, -122.04858999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_809d96766b0fe0ce41997235e7036c02.bindTooltip(\n", + " circle_c8bee155c2a9ae63dda233a688c8e762.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -55792,13 +20835,13 @@ " );\n", " \n", " \n", - " var circle_17c67cad983ecf57015fb39d6de35571 = L.circle(\n", + " var circle_40df490bec75b22314b4ed68774d9a97 = L.circle(\n", " [37.941089999999996, -122.06016999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_17c67cad983ecf57015fb39d6de35571.bindTooltip(\n", + " circle_40df490bec75b22314b4ed68774d9a97.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -55806,13 +20849,13 @@ " );\n", " \n", " \n", - " var circle_7e1c567c5f21310a3245306e7eee7f54 = L.circle(\n", + " var circle_4e65be56675e66acd41f6eeebea857fe = L.circle(\n", " [37.93843, -122.06048999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_7e1c567c5f21310a3245306e7eee7f54.bindTooltip(\n", + " circle_4e65be56675e66acd41f6eeebea857fe.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -55820,13 +20863,13 @@ " );\n", " \n", " \n", - " var circle_9f4c985e37fa6e134b3d1b2b0c588bb0 = L.circle(\n", + " var circle_e0bc6dedb17c7ddb167c984b4c693427 = L.circle(\n", " [37.93415, -122.06036000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_9f4c985e37fa6e134b3d1b2b0c588bb0.bindTooltip(\n", + " circle_e0bc6dedb17c7ddb167c984b4c693427.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -55834,13 +20877,13 @@ " );\n", " \n", " \n", - " var circle_654d017d5efb641b1f0cadb0b887755e = L.circle(\n", + " var circle_ea5e27db0ab2500c8ad6f2bf5443e8eb = L.circle(\n", " [37.92988999999999, -122.06044],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_654d017d5efb641b1f0cadb0b887755e.bindTooltip(\n", + " circle_ea5e27db0ab2500c8ad6f2bf5443e8eb.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -55848,13 +20891,13 @@ " );\n", " \n", " \n", - " var circle_6cd167002e8870351ca309f5e0cdec16 = L.circle(\n", + " var circle_f76d9fa69050044684a7c82c0fdb3b51 = L.circle(\n", " [37.924009999999996, -122.06112000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_6cd167002e8870351ca309f5e0cdec16.bindTooltip(\n", + " circle_f76d9fa69050044684a7c82c0fdb3b51.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -55862,13 +20905,13 @@ " );\n", " \n", " \n", - " var circle_bc521560d2e17dd899adf382923c91a2 = L.circle(\n", + " var circle_43437a422a0ca4a315ff7bfc577afdd0 = L.circle(\n", " [37.92128, -122.06205],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_bc521560d2e17dd899adf382923c91a2.bindTooltip(\n", + " circle_43437a422a0ca4a315ff7bfc577afdd0.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -55876,13 +20919,13 @@ " );\n", " \n", " \n", - " var circle_3d516ec763c0c44ec4f5e3d4f0d24833 = L.circle(\n", + " var circle_5ab332bac511ff08bae9bf160b5a111f = L.circle(\n", " [37.91884, -122.06318999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_3d516ec763c0c44ec4f5e3d4f0d24833.bindTooltip(\n", + " circle_5ab332bac511ff08bae9bf160b5a111f.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -55890,13 +20933,13 @@ " );\n", " \n", " \n", - " var circle_bdd190468807ff4cfffb2f67565efc47 = L.circle(\n", + " var circle_1a3f49901ca1ec1f192856ffb629cd0e = L.circle(\n", " [37.91456, -122.06664],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_bdd190468807ff4cfffb2f67565efc47.bindTooltip(\n", + " circle_1a3f49901ca1ec1f192856ffb629cd0e.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -55904,13 +20947,13 @@ " );\n", " \n", " \n", - " var circle_f61b246483b312bb010f0774797c5fd7 = L.circle(\n", + " var circle_f2980d3c005da0d5df0abbeb1fcac8a7 = L.circle(\n", " [37.90542, -122.06994],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_f61b246483b312bb010f0774797c5fd7.bindTooltip(\n", + " circle_f2980d3c005da0d5df0abbeb1fcac8a7.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -55918,13 +20961,13 @@ " );\n", " \n", " \n", - " var circle_7a086fa67369cc85ca6ad1d638610506 = L.circle(\n", + " var circle_f3bd830e3eca4f34cfcefd7c53dc2833 = L.circle(\n", " [37.89929999999999, -122.07123],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_7a086fa67369cc85ca6ad1d638610506.bindTooltip(\n", + " circle_f3bd830e3eca4f34cfcefd7c53dc2833.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -55932,13 +20975,13 @@ " );\n", " \n", " \n", - " var circle_533813888c36d32d246967c0d1c8a6aa = L.circle(\n", + " var circle_f3a8facfe5ee84ffc7d6c1ad6d577599 = L.circle(\n", " [37.89617, -122.07642999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_533813888c36d32d246967c0d1c8a6aa.bindTooltip(\n", + " circle_f3a8facfe5ee84ffc7d6c1ad6d577599.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -55946,13 +20989,13 @@ " );\n", " \n", " \n", - " var circle_c49ab43f58a93e23b6cc5569d22eb3bd = L.circle(\n", + " var circle_cd9436970fcf8d9f38c0ba1f5f5acacb = L.circle(\n", " [37.898120000000006, -122.08423999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_c49ab43f58a93e23b6cc5569d22eb3bd.bindTooltip(\n", + " circle_cd9436970fcf8d9f38c0ba1f5f5acacb.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -55960,13 +21003,13 @@ " );\n", " \n", " \n", - " var circle_a8a866cc2db3b87893efe2c5f2256aa9 = L.circle(\n", + " var circle_11eca1de5ae69fb96080e3c8ad0a98a2 = L.circle(\n", " [37.89818, -122.09228],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_a8a866cc2db3b87893efe2c5f2256aa9.bindTooltip(\n", + " circle_11eca1de5ae69fb96080e3c8ad0a98a2.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -55974,13 +21017,13 @@ " );\n", " \n", " \n", - " var circle_a74870dabb398ac2bf922ac5037af967 = L.circle(\n", + " var circle_74eb5b0df538b0072935278c28fc69b5 = L.circle(\n", " [37.89856999999999, -122.09727000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_a74870dabb398ac2bf922ac5037af967.bindTooltip(\n", + " circle_74eb5b0df538b0072935278c28fc69b5.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -55988,13 +21031,13 @@ " );\n", " \n", " \n", - " var circle_f14d3d5ffbac8cb65ae5a319566615a5 = L.circle(\n", + " var circle_40314297fc1d36c9e9944647539a291d = L.circle(\n", " [37.89739, -122.09588999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_f14d3d5ffbac8cb65ae5a319566615a5.bindTooltip(\n", + " circle_40314297fc1d36c9e9944647539a291d.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -56002,13 +21045,13 @@ " );\n", " \n", " \n", - " var circle_e20e978196d50a8a7feb8c59eb50d1a0 = L.circle(\n", + " var circle_eb7ab78b8da1502a566dd51a4248cd9d = L.circle(\n", " [37.89679, -122.09794999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_e20e978196d50a8a7feb8c59eb50d1a0.bindTooltip(\n", + " circle_eb7ab78b8da1502a566dd51a4248cd9d.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -56016,13 +21059,13 @@ " );\n", " \n", " \n", - " var circle_e3ba92dc89235d14ea49e2213edb2f7d = L.circle(\n", + " var circle_994d65158b2ffa2df9eba49a240ad7e4 = L.circle(\n", " [37.89673, -122.10092000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_e3ba92dc89235d14ea49e2213edb2f7d.bindTooltip(\n", + " circle_994d65158b2ffa2df9eba49a240ad7e4.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -56030,13 +21073,13 @@ " );\n", " \n", " \n", - " var circle_bc120d8782d42a22f188fb55d22d97e3 = L.circle(\n", + " var circle_2456de294b64a6de96b7f5b39c4a1c1d = L.circle(\n", " [37.8961, -122.10289000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_bc120d8782d42a22f188fb55d22d97e3.bindTooltip(\n", + " circle_2456de294b64a6de96b7f5b39c4a1c1d.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -56044,13 +21087,13 @@ " );\n", " \n", " \n", - " var circle_faaded8fd93a74256583580a5be813fc = L.circle(\n", + " var circle_70412e833c3852aa6221a18bddd71024 = L.circle(\n", " [37.89421999999999, -122.10267000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_faaded8fd93a74256583580a5be813fc.bindTooltip(\n", + " circle_70412e833c3852aa6221a18bddd71024.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -56058,13 +21101,13 @@ " );\n", " \n", " \n", - " var circle_eb88106807f28cd186ea4a55fed576f4 = L.circle(\n", + " var circle_d9752c3941b9dff742dcb2e7d6b0a310 = L.circle(\n", " [37.893339999999995, -122.10284999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_eb88106807f28cd186ea4a55fed576f4.bindTooltip(\n", + " circle_d9752c3941b9dff742dcb2e7d6b0a310.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -56072,13 +21115,13 @@ " );\n", " \n", " \n", - " var circle_93b3ff28ae134205a42bc71a30213935 = L.circle(\n", + " var circle_7c6bee57336d2a616c0d604c60eadb91 = L.circle(\n", " [37.89218999999999, -122.10282],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_93b3ff28ae134205a42bc71a30213935.bindTooltip(\n", + " circle_7c6bee57336d2a616c0d604c60eadb91.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -56086,13 +21129,13 @@ " );\n", " \n", " \n", - " var circle_bcdce30e99b69e4a5061a990fccabbc7 = L.circle(\n", + " var circle_b01bc0a611951ea422915f42e1ac2f7d = L.circle(\n", " [37.89190000000001, -122.10317999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", " \n", - " circle_bcdce30e99b69e4a5061a990fccabbc7.bindTooltip(\n", + " circle_b01bc0a611951ea422915f42e1ac2f7d.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -56100,19 +21143,19 @@ " );\n", " \n", " \n", - " var poly_line_294a1c05a2bbfb04966613240320986a = L.polyline(\n", + " var poly_line_b5a4165fda0f247efb427096aab445a1 = L.polyline(\n", " [[37.99869999999999, -121.85190000000001], [37.99996, -121.85392], [38.00119999999999, -121.8533], [38.00147, -121.85353000000002], [38.001659999999994, -121.85436999999997], [38.00232, -121.85568000000002], [38.003009999999996, -121.85541000000002], [38.00435, -121.85453999999999], [38.0049, -121.85369000000001], [38.00598999999999, -121.8541], [38.00798, -121.85541999999998], [38.01002999999999, -121.85399000000001], [38.01043, -121.85444999999999], [38.01085, -121.85577000000002], [38.01097, -121.85698], [38.01064999999999, -121.85713], [38.01002999999999, -121.85853999999998], [38.01196, -121.86530000000002], [38.0131, -121.86808000000002], [38.01272999999999, -121.86944999999996], [38.013540000000006, -121.87419999999999], [38.01718, -121.88971999999998], [38.019360000000006, -121.89800000000001], [38.01997999999999, -121.90156999999998], [38.02015999999999, -121.90538000000001], [38.02024999999999, -121.91984000000001], [38.02008000000001, -121.92205000000001], [38.01918, -121.92845999999999], [38.01911, -121.94759999999997], [38.019349999999996, -121.94922], [38.02082, -121.95423000000001], [38.02131, -121.95642], [38.02391999999999, -121.97075000000001], [38.02398, -121.97275999999997], [38.0235, -121.97636999999999], [38.022960000000005, -121.97814], [38.01852999999999, -121.98838], [38.01514, -121.99424999999998], [38.01438000000001, -121.99601], [38.01376, -121.99805000000002], [38.01306, -122.00190999999997], [38.009859999999996, -122.02333], [38.00689, -122.03507999999998], [37.998149999999995, -122.03840999999998], [37.982940000000006, -122.04167999999997], [37.98141999999999, -122.04214999999999], [37.97111, -122.04765], [37.96747, -122.04858999999999], [37.941089999999996, -122.06016999999997], [37.93843, -122.06048999999997], [37.93415, -122.06036000000002], [37.92988999999999, -122.06044], [37.924009999999996, -122.06112000000002], [37.92128, -122.06205], [37.91884, -122.06318999999998], [37.91456, -122.06664], [37.90542, -122.06994], [37.89929999999999, -122.07123], [37.89617, -122.07642999999999], [37.898120000000006, -122.08423999999998], [37.89818, -122.09228], [37.89856999999999, -122.09727000000001], [37.89739, -122.09588999999997], [37.89679, -122.09794999999997], [37.89673, -122.10092000000002], [37.8961, -122.10289000000002], [37.89421999999999, -122.10267000000002], [37.893339999999995, -122.10284999999999], [37.89218999999999, -122.10282], [37.89190000000001, -122.10317999999997]],\n", " {"bubblingMouseEvents": true, "color": "green", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "green", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_5b3561b33599e1e8c058fc4acbf5cc0c);\n", + " ).addTo(map_42f618804e64455ea5a5915aad4821b6);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 38, + "execution_count": 39, "metadata": {}, "output_type": "execute_result" } @@ -56123,7 +21166,7 @@ }, { "cell_type": "code", - "execution_count": 48, + "execution_count": 40, "metadata": {}, "outputs": [ { @@ -56156,7 +21199,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_0d1180cea7ef612f13423fc23538cac8 {\n", + " #map_00a82952e3aad16b8f6255c4d2024741 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -56170,14 +21213,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_0d1180cea7ef612f13423fc23538cac8" ></div>\n", + " <div class="folium-map" id="map_00a82952e3aad16b8f6255c4d2024741" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_0d1180cea7ef612f13423fc23538cac8 = L.map(\n", - " "map_0d1180cea7ef612f13423fc23538cac8",\n", + " var map_00a82952e3aad16b8f6255c4d2024741 = L.map(\n", + " "map_00a82952e3aad16b8f6255c4d2024741",\n", " {\n", " center: [37.75571, -122.40333000000001],\n", " crs: L.CRS.EPSG3857,\n", @@ -56191,22 +21234,22 @@ "\n", " \n", " \n", - " var tile_layer_e11380fc0309ff115881be4d665a6735 = L.tileLayer(\n", + " var tile_layer_c1bc8ee719644832f0379aa000e88c1f = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_e11380fc0309ff115881be4d665a6735.addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " tile_layer_c1bc8ee719644832f0379aa000e88c1f.addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " var circle_da60a95adc0386deed6220de8d1cc8ff = L.circle(\n", + " var circle_4828dafd9b516876a09eac4ec7294171 = L.circle(\n", " [37.85952999999999, -122.26371000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_da60a95adc0386deed6220de8d1cc8ff.bindTooltip(\n", + " circle_4828dafd9b516876a09eac4ec7294171.bindTooltip(\n", " `<div>\n", " road_id: 1263115273\n", "distance: 48.889972\n", @@ -56215,13 +21258,13 @@ " );\n", " \n", " \n", - " var circle_396e2a783ce5080a11cac5b1674cdf02 = L.circle(\n", + " var circle_576166c5b30ccfc85f74f6bcc6c97aee = L.circle(\n", " [37.85871999999999, -122.26648999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_396e2a783ce5080a11cac5b1674cdf02.bindTooltip(\n", + " circle_576166c5b30ccfc85f74f6bcc6c97aee.bindTooltip(\n", " `<div>\n", " road_id: 1000720853\n", "distance: 14.784866\n", @@ -56230,13 +21273,13 @@ " );\n", " \n", " \n", - " var circle_dc812673b125e920b333f39446d16c87 = L.circle(\n", + " var circle_c26a8a8691f6a238eaa6912da97010f2 = L.circle(\n", " [37.858439999999995, -122.26697999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_dc812673b125e920b333f39446d16c87.bindTooltip(\n", + " circle_c26a8a8691f6a238eaa6912da97010f2.bindTooltip(\n", " `<div>\n", " road_id: 575429935\n", "distance: 6.199957\n", @@ -56245,13 +21288,13 @@ " );\n", " \n", " \n", - " var circle_cf5806a61eaf00cfc306cb84fde010b5 = L.circle(\n", + " var circle_e2a88d817fca6f3612fade441f0f460a = L.circle(\n", " [37.83793, -122.26433],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_cf5806a61eaf00cfc306cb84fde010b5.bindTooltip(\n", + " circle_e2a88d817fca6f3612fade441f0f460a.bindTooltip(\n", " `<div>\n", " road_id: 393902205\n", "distance: 4.629891\n", @@ -56260,13 +21303,13 @@ " );\n", " \n", " \n", - " var circle_1d9088c38a64548e4917101dfec56d81 = L.circle(\n", + " var circle_e2f7f250aada6e5780ed5484e1fb1143 = L.circle(\n", " [37.83786, -122.26604000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_1d9088c38a64548e4917101dfec56d81.bindTooltip(\n", + " circle_e2f7f250aada6e5780ed5484e1fb1143.bindTooltip(\n", " `<div>\n", " road_id: 10712862\n", "distance: 3.15224\n", @@ -56275,13 +21318,13 @@ " );\n", " \n", " \n", - " var circle_50c38bd5719a3b6b730db8954e5fff53 = L.circle(\n", + " var circle_b7c8dd3b1f158bb47e5c1d2259ed0d31 = L.circle(\n", " [37.83766, -122.26617],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_50c38bd5719a3b6b730db8954e5fff53.bindTooltip(\n", + " circle_b7c8dd3b1f158bb47e5c1d2259ed0d31.bindTooltip(\n", " `<div>\n", " road_id: 10712863\n", "distance: 4.476087\n", @@ -56290,13 +21333,13 @@ " );\n", " \n", " \n", - " var circle_7f0cb9bd3480cec8623a91711146972f = L.circle(\n", + " var circle_a0b7de837111817cd0048d5299494213 = L.circle(\n", " [37.8352, -122.26637999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_7f0cb9bd3480cec8623a91711146972f.bindTooltip(\n", + " circle_a0b7de837111817cd0048d5299494213.bindTooltip(\n", " `<div>\n", " road_id: 25007034\n", "distance: 4.450268\n", @@ -56305,13 +21348,13 @@ " );\n", " \n", " \n", - " var circle_081c3ff08cf3d04880c1762c97c150a7 = L.circle(\n", + " var circle_72d6e60a951831ef7c4d59c5e34ac756 = L.circle(\n", " [37.830619999999996, -122.26738],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_081c3ff08cf3d04880c1762c97c150a7.bindTooltip(\n", + " circle_72d6e60a951831ef7c4d59c5e34ac756.bindTooltip(\n", " `<div>\n", " road_id: 25007045\n", "distance: 4.427483\n", @@ -56320,13 +21363,13 @@ " );\n", " \n", " \n", - " var circle_165ee3ab5f4ac5bb559d44a266b6a148 = L.circle(\n", + " var circle_56b905956f8c848e95e54011a6a64e6d = L.circle(\n", " [37.82599999999999, -122.26868999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_165ee3ab5f4ac5bb559d44a266b6a148.bindTooltip(\n", + " circle_56b905956f8c848e95e54011a6a64e6d.bindTooltip(\n", " `<div>\n", " road_id: 10713374\n", "distance: 5.377985\n", @@ -56335,13 +21378,13 @@ " );\n", " \n", " \n", - " var circle_8cd4246de9e6a16a4be1994f908b7810 = L.circle(\n", + " var circle_71e93174c2393ae2f666924dd7ed34da = L.circle(\n", " [37.82601, -122.27456],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_8cd4246de9e6a16a4be1994f908b7810.bindTooltip(\n", + " circle_71e93174c2393ae2f666924dd7ed34da.bindTooltip(\n", " `<div>\n", " road_id: 45382918\n", "distance: 0.145306\n", @@ -56350,13 +21393,13 @@ " );\n", " \n", " \n", - " var circle_09725b0e603202c5a8f85cf029f28c58 = L.circle(\n", + " var circle_54885e0f7ae32dbe381c4803ff723c94 = L.circle(\n", " [37.827099999999994, -122.27966999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_09725b0e603202c5a8f85cf029f28c58.bindTooltip(\n", + " circle_54885e0f7ae32dbe381c4803ff723c94.bindTooltip(\n", " `<div>\n", " road_id: 119058986\n", "distance: 1.781338\n", @@ -56365,13 +21408,13 @@ " );\n", " \n", " \n", - " var circle_ec8b3d61676f2ff55390299b68ddf0d0 = L.circle(\n", + " var circle_e59d4d86a9f4fe14030aea491aa6edb7 = L.circle(\n", " [37.82688999999999, -122.28634000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ec8b3d61676f2ff55390299b68ddf0d0.bindTooltip(\n", + " circle_e59d4d86a9f4fe14030aea491aa6edb7.bindTooltip(\n", " `<div>\n", " road_id: 119058993\n", "distance: 2.759641\n", @@ -56380,13 +21423,13 @@ " );\n", " \n", " \n", - " var circle_c55f97c3d3c78a49e116a0d63ffe4871 = L.circle(\n", + " var circle_6655d05b069b065c2128f5a0b5e756eb = L.circle(\n", " [37.82797999999999, -122.2947],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_c55f97c3d3c78a49e116a0d63ffe4871.bindTooltip(\n", + " circle_6655d05b069b065c2128f5a0b5e756eb.bindTooltip(\n", " `<div>\n", " road_id: 28413679\n", "distance: 3.662536\n", @@ -56395,13 +21438,13 @@ " );\n", " \n", " \n", - " var circle_61007276fa46d495f25e09eb69f1108a = L.circle(\n", + " var circle_22403ea60aabb2ea76bf35f2013f6bc9 = L.circle(\n", " [37.82533000000001, -122.30604],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_61007276fa46d495f25e09eb69f1108a.bindTooltip(\n", + " circle_22403ea60aabb2ea76bf35f2013f6bc9.bindTooltip(\n", " `<div>\n", " road_id: 90077193\n", "distance: 0.613531\n", @@ -56410,13 +21453,13 @@ " );\n", " \n", " \n", - " var circle_9a6c3c2d0f603f9c27f489292090acd5 = L.circle(\n", + " var circle_baa92f6e7a733fc81677a74f98645aa5 = L.circle(\n", " [37.824, -122.31778999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_9a6c3c2d0f603f9c27f489292090acd5.bindTooltip(\n", + " circle_baa92f6e7a733fc81677a74f98645aa5.bindTooltip(\n", " `<div>\n", " road_id: 781148911\n", "distance: 2.684751\n", @@ -56425,13 +21468,13 @@ " );\n", " \n", " \n", - " var circle_de74b4297d07ff54e637b167d1760604 = L.circle(\n", + " var circle_33b7a48ee14e715c8b4036c7c6fd3f22 = L.circle(\n", " [37.82204, -122.3293],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_de74b4297d07ff54e637b167d1760604.bindTooltip(\n", + " circle_33b7a48ee14e715c8b4036c7c6fd3f22.bindTooltip(\n", " `<div>\n", " road_id: 236348361\n", "distance: 2.447806\n", @@ -56440,13 +21483,13 @@ " );\n", " \n", " \n", - " var circle_d04e8594c9e1d3c2d176f6f5a811c3e7 = L.circle(\n", + " var circle_b22a3488f82823b20b47da369349926b = L.circle(\n", " [37.82047999999999, -122.34088],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_d04e8594c9e1d3c2d176f6f5a811c3e7.bindTooltip(\n", + " circle_b22a3488f82823b20b47da369349926b.bindTooltip(\n", " `<div>\n", " road_id: 236348361\n", "distance: 1.965456\n", @@ -56455,13 +21498,13 @@ " );\n", " \n", " \n", - " var circle_82e6c57f719269bd9ad8f29f3a20d466 = L.circle(\n", + " var circle_41d79107b8cc8bc03272d3286892faa2 = L.circle(\n", " [37.81866999999999, -122.35229999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_82e6c57f719269bd9ad8f29f3a20d466.bindTooltip(\n", + " circle_41d79107b8cc8bc03272d3286892faa2.bindTooltip(\n", " `<div>\n", " road_id: 236348361\n", "distance: 2.020923\n", @@ -56470,13 +21513,13 @@ " );\n", " \n", " \n", - " var circle_625c1e7f67eb253121bd22add99ce261 = L.circle(\n", + " var circle_3dab52d61c71ea85a2b7cb5d2bd861ec = L.circle(\n", " [37.81424999999999, -122.36074999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_625c1e7f67eb253121bd22add99ce261.bindTooltip(\n", + " circle_3dab52d61c71ea85a2b7cb5d2bd861ec.bindTooltip(\n", " `<div>\n", " road_id: 236348360\n", "distance: 4.292652\n", @@ -56485,13 +21528,13 @@ " );\n", " \n", " \n", - " var circle_fccb8a59fe0f74d7f5c0e532d6a46f60 = L.circle(\n", + " var circle_290a491b9c78bb5e3da5fda7545b6b9f = L.circle(\n", " [37.81361, -122.36165000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_fccb8a59fe0f74d7f5c0e532d6a46f60.bindTooltip(\n", + " circle_290a491b9c78bb5e3da5fda7545b6b9f.bindTooltip(\n", " `<div>\n", " road_id: 929579737\n", "distance: 4.67766\n", @@ -56500,13 +21543,13 @@ " );\n", " \n", " \n", - " var circle_0ee85cdf6afd937617285e16bfea990f = L.circle(\n", + " var circle_24d43837c5340b68b5f63903287d60d8 = L.circle(\n", " [37.80716999999999, -122.36831000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_0ee85cdf6afd937617285e16bfea990f.bindTooltip(\n", + " circle_24d43837c5340b68b5f63903287d60d8.bindTooltip(\n", " `<div>\n", " road_id: 8921938\n", "distance: 3.109279\n", @@ -56515,13 +21558,13 @@ " );\n", " \n", " \n", - " var circle_310475b264f37acf59623488aa0ac535 = L.circle(\n", + " var circle_b41ddf578d00af947e7fc4b42a9c0f12 = L.circle(\n", " [37.78584, -122.39124999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_310475b264f37acf59623488aa0ac535.bindTooltip(\n", + " circle_b41ddf578d00af947e7fc4b42a9c0f12.bindTooltip(\n", " `<div>\n", " road_id: 120813417\n", "distance: 2.137846\n", @@ -56530,13 +21573,13 @@ " );\n", " \n", " \n", - " var circle_ed70a0dbf9737ec68fa883de4188c46f = L.circle(\n", + " var circle_5790ba399f0e5913ad7a803c75b8d659 = L.circle(\n", " [37.77973000000001, -122.39996],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ed70a0dbf9737ec68fa883de4188c46f.bindTooltip(\n", + " circle_5790ba399f0e5913ad7a803c75b8d659.bindTooltip(\n", " `<div>\n", " road_id: 510583844\n", "distance: 5.958172\n", @@ -56545,13 +21588,13 @@ " );\n", " \n", " \n", - " var circle_7e6c134a72e00515011a66ec6227c937 = L.circle(\n", + " var circle_8f0f1e0569e893355e7dd4330ae2f20d = L.circle(\n", " [37.77424, -122.40678999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_7e6c134a72e00515011a66ec6227c937.bindTooltip(\n", + " circle_8f0f1e0569e893355e7dd4330ae2f20d.bindTooltip(\n", " `<div>\n", " road_id: 31129732\n", "distance: 7.819584\n", @@ -56560,13 +21603,13 @@ " );\n", " \n", " \n", - " var circle_142e31661b7051953b6129c33c554a88 = L.circle(\n", + " var circle_a6f2d6f7f5fb5c220d61f55b4c019c1a = L.circle(\n", " [37.76496999999999, -122.40522],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_142e31661b7051953b6129c33c554a88.bindTooltip(\n", + " circle_a6f2d6f7f5fb5c220d61f55b4c019c1a.bindTooltip(\n", " `<div>\n", " road_id: 26943964\n", "distance: 5.932507\n", @@ -56575,13 +21618,13 @@ " );\n", " \n", " \n", - " var circle_46ea9b1652c68cfccc83faffe7f659ee = L.circle(\n", + " var circle_c6d33c694aebd07ecddd9fca816d3e73 = L.circle(\n", " [37.75917, -122.40614],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_46ea9b1652c68cfccc83faffe7f659ee.bindTooltip(\n", + " circle_c6d33c694aebd07ecddd9fca816d3e73.bindTooltip(\n", " `<div>\n", " road_id: 58841187\n", "distance: 4.098484\n", @@ -56590,13 +21633,13 @@ " );\n", " \n", " \n", - " var circle_f747d5599dee8ddcd434f7a5ea2cb4b8 = L.circle(\n", + " var circle_2950893a2dc696b1330a1fb7fa96503b = L.circle(\n", " [37.75571, -122.40333000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_f747d5599dee8ddcd434f7a5ea2cb4b8.bindTooltip(\n", + " circle_2950893a2dc696b1330a1fb7fa96503b.bindTooltip(\n", " `<div>\n", " road_id: 58841187\n", "distance: 4.580481\n", @@ -56605,13 +21648,13 @@ " );\n", " \n", " \n", - " var circle_ac8584417994c70ca7c97257ed3e7ad4 = L.circle(\n", + " var circle_908794be3d4fc6ece2043d8bc1d98a01 = L.circle(\n", " [37.74651999999999, -122.40478999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ac8584417994c70ca7c97257ed3e7ad4.bindTooltip(\n", + " circle_908794be3d4fc6ece2043d8bc1d98a01.bindTooltip(\n", " `<div>\n", " road_id: 397267120\n", "distance: 6.358668\n", @@ -56620,13 +21663,13 @@ " );\n", " \n", " \n", - " var circle_6d54c214ff48a5da4af408cd1ff1751d = L.circle(\n", + " var circle_1969f301a390073aebe2f88c9e1c612a = L.circle(\n", " [37.73753000000001, -122.40804999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_6d54c214ff48a5da4af408cd1ff1751d.bindTooltip(\n", + " circle_1969f301a390073aebe2f88c9e1c612a.bindTooltip(\n", " `<div>\n", " road_id: 48037053\n", "distance: 7.130718\n", @@ -56635,13 +21678,13 @@ " );\n", " \n", " \n", - " var circle_500bc8ac73728fc4cb3536031a09aac6 = L.circle(\n", + " var circle_9892fa5a9589d3d056beec800119c9ea = L.circle(\n", " [37.73002, -122.40405],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_500bc8ac73728fc4cb3536031a09aac6.bindTooltip(\n", + " circle_9892fa5a9589d3d056beec800119c9ea.bindTooltip(\n", " `<div>\n", " road_id: 48036600\n", "distance: 8.028801\n", @@ -56650,13 +21693,13 @@ " );\n", " \n", " \n", - " var circle_baf80fa36de836c6ff31000868e77543 = L.circle(\n", + " var circle_1657adce283352f10d96ab6167cab659 = L.circle(\n", " [37.72117000000001, -122.40043999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_baf80fa36de836c6ff31000868e77543.bindTooltip(\n", + " circle_1657adce283352f10d96ab6167cab659.bindTooltip(\n", " `<div>\n", " road_id: 48101177\n", "distance: 6.980278\n", @@ -56665,13 +21708,13 @@ " );\n", " \n", " \n", - " var circle_373d05f80ad155344f490bb3e0f755b2 = L.circle(\n", + " var circle_3b9a5f59febac827215ece0ec496f4fd = L.circle(\n", " [37.71585, -122.39871000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_373d05f80ad155344f490bb3e0f755b2.bindTooltip(\n", + " circle_3b9a5f59febac827215ece0ec496f4fd.bindTooltip(\n", " `<div>\n", " road_id: 123741446\n", "distance: 1.864107\n", @@ -56680,13 +21723,13 @@ " );\n", " \n", " \n", - " var circle_3ba8e0338c96a29099c899616ac4d5f6 = L.circle(\n", + " var circle_6e5a137047b0bd50e7e8bb462defeef6 = L.circle(\n", " [37.71330999999999, -122.39674000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_3ba8e0338c96a29099c899616ac4d5f6.bindTooltip(\n", + " circle_6e5a137047b0bd50e7e8bb462defeef6.bindTooltip(\n", " `<div>\n", " road_id: 513983771\n", "distance: 0.656923\n", @@ -56695,13 +21738,13 @@ " );\n", " \n", " \n", - " var circle_a6cd2d4bcb4d812f77291889a7e6cd81 = L.circle(\n", + " var circle_445b71c5c08c51d68e61c7d208b4f6c8 = L.circle(\n", " [37.71162, -122.39585],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_a6cd2d4bcb4d812f77291889a7e6cd81.bindTooltip(\n", + " circle_445b71c5c08c51d68e61c7d208b4f6c8.bindTooltip(\n", " `<div>\n", " road_id: 513983771\n", "distance: 2.038909\n", @@ -56710,13 +21753,13 @@ " );\n", " \n", " \n", - " var circle_ee21483914c957298bc5beafd351e7fb = L.circle(\n", + " var circle_9022672b0ba71aa8fe73efe1bfbc7cef = L.circle(\n", " [37.67914, -122.38854999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ee21483914c957298bc5beafd351e7fb.bindTooltip(\n", + " circle_9022672b0ba71aa8fe73efe1bfbc7cef.bindTooltip(\n", " `<div>\n", " road_id: 671189603\n", "distance: 0.0763\n", @@ -56725,13 +21768,13 @@ " );\n", " \n", " \n", - " var circle_d8fdeda5be0574d58ddf3ee109aa2bc1 = L.circle(\n", + " var circle_80e58cf6a039605cbfa04fd3ebdb96b7 = L.circle(\n", " [37.672059999999995, -122.39103999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_d8fdeda5be0574d58ddf3ee109aa2bc1.bindTooltip(\n", + " circle_80e58cf6a039605cbfa04fd3ebdb96b7.bindTooltip(\n", " `<div>\n", " road_id: 216932394\n", "distance: 0.574134\n", @@ -56740,13 +21783,13 @@ " );\n", " \n", " \n", - " var circle_1ac39f9a693023d63b571d21cb7a2d3a = L.circle(\n", + " var circle_03e483f257164c877185411ec69e1dfe = L.circle(\n", " [37.66454, -122.39816999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_1ac39f9a693023d63b571d21cb7a2d3a.bindTooltip(\n", + " circle_03e483f257164c877185411ec69e1dfe.bindTooltip(\n", " `<div>\n", " road_id: 931289808\n", "distance: 0.333044\n", @@ -56755,13 +21798,13 @@ " );\n", " \n", " \n", - " var circle_423adae861b653160f8424b4ec4cbf47 = L.circle(\n", + " var circle_7297f8dd8502bc43d799c692acc2f896 = L.circle(\n", " [37.65762, -122.40595],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_423adae861b653160f8424b4ec4cbf47.bindTooltip(\n", + " circle_7297f8dd8502bc43d799c692acc2f896.bindTooltip(\n", " `<div>\n", " road_id: 823717558\n", "distance: 0.098156\n", @@ -56770,13 +21813,13 @@ " );\n", " \n", " \n", - " var circle_32bc2d05059abc2511b0d2e5271191e1 = L.circle(\n", + " var circle_ce490a17fbdb578fa7b808d30a824924 = L.circle(\n", " [37.64837, -122.40677],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_32bc2d05059abc2511b0d2e5271191e1.bindTooltip(\n", + " circle_ce490a17fbdb578fa7b808d30a824924.bindTooltip(\n", " `<div>\n", " road_id: 395577081\n", "distance: 4.096468\n", @@ -56785,13 +21828,13 @@ " );\n", " \n", " \n", - " var circle_ef70e31009a4984f0515dd18fc9f87d9 = L.circle(\n", + " var circle_13add38bd94535d23e97c76aa6e366e5 = L.circle(\n", " [37.641459999999995, -122.40617000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ef70e31009a4984f0515dd18fc9f87d9.bindTooltip(\n", + " circle_13add38bd94535d23e97c76aa6e366e5.bindTooltip(\n", " `<div>\n", " road_id: 216932399\n", "distance: 6.752674\n", @@ -56800,13 +21843,13 @@ " );\n", " \n", " \n", - " var circle_dcb0d6ae83a522b87bee04d9482c87e5 = L.circle(\n", + " var circle_3f26831c835e4a3a6e62e10a5cfedd99 = L.circle(\n", " [37.635290000000005, -122.40401],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_dcb0d6ae83a522b87bee04d9482c87e5.bindTooltip(\n", + " circle_3f26831c835e4a3a6e62e10a5cfedd99.bindTooltip(\n", " `<div>\n", " road_id: 530288783\n", "distance: 1.240803\n", @@ -56815,13 +21858,13 @@ " );\n", " \n", " \n", - " var circle_3eda0a80dc8166bfdcbacc7e28f263f0 = L.circle(\n", + " var circle_e6277900efc84db92afe518c2fe4e5bb = L.circle(\n", " [37.632339999999985, -122.4035],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_3eda0a80dc8166bfdcbacc7e28f263f0.bindTooltip(\n", + " circle_e6277900efc84db92afe518c2fe4e5bb.bindTooltip(\n", " `<div>\n", " road_id: 75207733\n", "distance: 1.080938\n", @@ -56830,13 +21873,13 @@ " );\n", " \n", " \n", - " var circle_9d50a20fb73c5ed074569bd4a0811382 = L.circle(\n", + " var circle_aa1b003723f02c1264e170caaedc136c = L.circle(\n", " [37.62321, -122.40118999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_9d50a20fb73c5ed074569bd4a0811382.bindTooltip(\n", + " circle_aa1b003723f02c1264e170caaedc136c.bindTooltip(\n", " `<div>\n", " road_id: 8921109\n", "distance: 1.225553\n", @@ -56845,13 +21888,13 @@ " );\n", " \n", " \n", - " var circle_5db689b538035eb41a9e63e165381cf7 = L.circle(\n", + " var circle_1ab80d5faf75fe81387cf3e7f50cbf8f = L.circle(\n", " [37.61428, -122.39788000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_5db689b538035eb41a9e63e165381cf7.bindTooltip(\n", + " circle_1ab80d5faf75fe81387cf3e7f50cbf8f.bindTooltip(\n", " `<div>\n", " road_id: 186398850\n", "distance: 2.668131\n", @@ -56860,13 +21903,13 @@ " );\n", " \n", " \n", - " var circle_97a386873bf12d2eb691425b9ddb4054 = L.circle(\n", + " var circle_bd72e74a6d9dc0c19bace4e3be1ae113 = L.circle(\n", " [37.61379999999999, -122.3969],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_97a386873bf12d2eb691425b9ddb4054.bindTooltip(\n", + " circle_bd72e74a6d9dc0c19bace4e3be1ae113.bindTooltip(\n", " `<div>\n", " road_id: 186398850\n", "distance: 1.095722\n", @@ -56875,13 +21918,13 @@ " );\n", " \n", " \n", - " var circle_7fb8e8cb1fe8868646df4d9b8e3a2e9d = L.circle(\n", + " var circle_a75e5863255ee79b183cfd8491a8758f = L.circle(\n", " [37.61428, -122.39397],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_7fb8e8cb1fe8868646df4d9b8e3a2e9d.bindTooltip(\n", + " circle_a75e5863255ee79b183cfd8491a8758f.bindTooltip(\n", " `<div>\n", " road_id: 186398850\n", "distance: 3.645663\n", @@ -56890,13 +21933,13 @@ " );\n", " \n", " \n", - " var circle_efef92e4e8b765b06ae16cf86becc283 = L.circle(\n", + " var circle_0179c23e62c032866b517b306ac50866 = L.circle(\n", " [37.61578, -122.38803999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_efef92e4e8b765b06ae16cf86becc283.bindTooltip(\n", + " circle_0179c23e62c032866b517b306ac50866.bindTooltip(\n", " `<div>\n", " road_id: 38854912\n", "distance: 3.805075\n", @@ -56905,13 +21948,13 @@ " );\n", " \n", " \n", - " var circle_237dfacd98a5f6d833c5f6855bd6cb69 = L.circle(\n", + " var circle_1aa535b81449f973bb23a571edaed8a4 = L.circle(\n", " [37.616159999999994, -122.38590999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_237dfacd98a5f6d833c5f6855bd6cb69.bindTooltip(\n", + " circle_1aa535b81449f973bb23a571edaed8a4.bindTooltip(\n", " `<div>\n", " road_id: 1178325076\n", "distance: 6.225042\n", @@ -56920,13 +21963,13 @@ " );\n", " \n", " \n", - " var circle_802a9d5ff00b7887b5aaf63654e16b12 = L.circle(\n", + " var circle_bd3eaf7bb12f9a999d3ca34d4a994f7d = L.circle(\n", " [37.61677, -122.38457999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_802a9d5ff00b7887b5aaf63654e16b12.bindTooltip(\n", + " circle_bd3eaf7bb12f9a999d3ca34d4a994f7d.bindTooltip(\n", " `<div>\n", " road_id: 603550623\n", "distance: 33.922198\n", @@ -56935,13 +21978,13 @@ " );\n", " \n", " \n", - " var circle_4d130d49e0a2d605f7684a7ff4e8563b = L.circle(\n", + " var circle_8c20ae71ed87583461cb48f1e9d87021 = L.circle(\n", " [37.616640000000004, -122.38397000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_4d130d49e0a2d605f7684a7ff4e8563b.bindTooltip(\n", + " circle_8c20ae71ed87583461cb48f1e9d87021.bindTooltip(\n", " `<div>\n", " road_id: 256787747\n", "distance: 3.331661\n", @@ -56950,13 +21993,13 @@ " );\n", " \n", " \n", - " var circle_ff2d78a3431c17ddba4cfd071068e89a = L.circle(\n", + " var circle_49f6785c3f7023f52f07a212399df2f3 = L.circle(\n", " [37.617239999999995, -122.38388000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_ff2d78a3431c17ddba4cfd071068e89a.bindTooltip(\n", + " circle_49f6785c3f7023f52f07a212399df2f3.bindTooltip(\n", " `<div>\n", " road_id: 256787747\n", "distance: 31.511586\n", @@ -56965,13 +22008,13 @@ " );\n", " \n", " \n", - " var circle_e3b94edf86499f0797797690a16c2b92 = L.circle(\n", + " var circle_38e9a4060134a02a3e0a5a6855f2b5fe = L.circle(\n", " [37.61683, -122.38409000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " circle_e3b94edf86499f0797797690a16c2b92.bindTooltip(\n", + " circle_38e9a4060134a02a3e0a5a6855f2b5fe.bindTooltip(\n", " `<div>\n", " road_id: 256787747\n", "distance: 18.564946\n", @@ -56980,13 +22023,13 @@ " );\n", " \n", " \n", - " var poly_line_00f52d162b39b4a22d6aba07c54ee43f = L.polyline(\n", + " var poly_line_59d8cce60f820c38e504ba1327a2d2cb = L.polyline(\n", " [[37.859458, -122.264263], [37.859115, -122.264191]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_00f52d162b39b4a22d6aba07c54ee43f.bindTooltip(\n", + " poly_line_59d8cce60f820c38e504ba1327a2d2cb.bindTooltip(\n", " `<div>\n", " 1263115273\n", " </div>`,\n", @@ -56994,13 +22037,13 @@ " );\n", " \n", " \n", - " var poly_line_00c62ef2ba4367293fbfaa4846eb0afb = L.polyline(\n", + " var poly_line_cf1197b445ca2209ac359c4988c8b621 = L.polyline(\n", " [[37.858645, -122.266042], [37.858592, -122.266441]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_00c62ef2ba4367293fbfaa4846eb0afb.bindTooltip(\n", + " poly_line_cf1197b445ca2209ac359c4988c8b621.bindTooltip(\n", " `<div>\n", " 1000720853\n", " </div>`,\n", @@ -57008,13 +22051,13 @@ " );\n", " \n", " \n", - " var poly_line_0d42ac1f2c04c9365cf8e3c6fdf9c11c = L.polyline(\n", + " var poly_line_8271b8ac9a069d0d0d18622e80df1527 = L.polyline(\n", " [[37.85847, -122.266912], [37.858006, -122.266859]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_0d42ac1f2c04c9365cf8e3c6fdf9c11c.bindTooltip(\n", + " poly_line_8271b8ac9a069d0d0d18622e80df1527.bindTooltip(\n", " `<div>\n", " 575429935\n", " </div>`,\n", @@ -57022,13 +22065,13 @@ " );\n", " \n", " \n", - " var poly_line_1468196d6223fde9a208f3ec8112bb06 = L.polyline(\n", + " var poly_line_166a0673c262464550a520f725853d10 = L.polyline(\n", " [[37.837891, -122.264304], [37.837869, -122.264469]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_1468196d6223fde9a208f3ec8112bb06.bindTooltip(\n", + " poly_line_166a0673c262464550a520f725853d10.bindTooltip(\n", " `<div>\n", " 393902205\n", " </div>`,\n", @@ -57036,13 +22079,13 @@ " );\n", " \n", " \n", - " var poly_line_b9f8c65dd6e341dbb9fd116fca2b2e24 = L.polyline(\n", + " var poly_line_a39d9f3ad9dcd68680d6379469d60e30 = L.polyline(\n", " [[37.837893, -122.264954], [37.83783, -122.266024]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_b9f8c65dd6e341dbb9fd116fca2b2e24.bindTooltip(\n", + " poly_line_a39d9f3ad9dcd68680d6379469d60e30.bindTooltip(\n", " `<div>\n", " 10712862\n", " </div>`,\n", @@ -57050,13 +22093,13 @@ " );\n", " \n", " \n", - " var poly_line_864e4bf1fb3dc8a5d355ccacb0163ded = L.polyline(\n", + " var poly_line_171de7dfb7baf22e9d14682a861abf2c = L.polyline(\n", " [[37.83783, -122.266024], [37.837333, -122.266106]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_864e4bf1fb3dc8a5d355ccacb0163ded.bindTooltip(\n", + " poly_line_171de7dfb7baf22e9d14682a861abf2c.bindTooltip(\n", " `<div>\n", " 10712863\n", " </div>`,\n", @@ -57064,13 +22107,13 @@ " );\n", " \n", " \n", - " var poly_line_fb58513b0485805b4f04a8a53d78ce8e = L.polyline(\n", + " var poly_line_664b6494413fbeed0f7175df263fa00f = L.polyline(\n", " [[37.835506, -122.266265], [37.835081, -122.266353]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_fb58513b0485805b4f04a8a53d78ce8e.bindTooltip(\n", + " poly_line_664b6494413fbeed0f7175df263fa00f.bindTooltip(\n", " `<div>\n", " 25007034\n", " </div>`,\n", @@ -57078,13 +22121,13 @@ " );\n", " \n", " \n", - " var poly_line_48b1fbef8f78055560dd9bcb6abe7f19 = L.polyline(\n", + " var poly_line_6e8f8ace96927b149b627c3d8cfc6dba = L.polyline(\n", " [[37.831197, -122.267238], [37.82986, -122.26742]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_48b1fbef8f78055560dd9bcb6abe7f19.bindTooltip(\n", + " poly_line_6e8f8ace96927b149b627c3d8cfc6dba.bindTooltip(\n", " `<div>\n", " 25007045\n", " </div>`,\n", @@ -57092,13 +22135,13 @@ " );\n", " \n", " \n", - " var poly_line_f2e22348b05ba8364ef55abc87e1338b = L.polyline(\n", + " var poly_line_b976bf4b0f4e985856a0702c4316c5e6 = L.polyline(\n", " [[37.828844, -122.267685], [37.825452, -122.271873]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_f2e22348b05ba8364ef55abc87e1338b.bindTooltip(\n", + " poly_line_b976bf4b0f4e985856a0702c4316c5e6.bindTooltip(\n", " `<div>\n", " 10713374\n", " </div>`,\n", @@ -57106,13 +22149,13 @@ " );\n", " \n", " \n", - " var poly_line_062ea621c93da64bb55b56f64a536c3b = L.polyline(\n", + " var poly_line_bcc45f8d5d9c2901d9f8ab696560a7c2 = L.polyline(\n", " [[37.825571, -122.272414], [37.826079, -122.274905]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_062ea621c93da64bb55b56f64a536c3b.bindTooltip(\n", + " poly_line_bcc45f8d5d9c2901d9f8ab696560a7c2.bindTooltip(\n", " `<div>\n", " 45382918\n", " </div>`,\n", @@ -57120,13 +22163,13 @@ " );\n", " \n", " \n", - " var poly_line_1c351f87f3757985b74cff89265203af = L.polyline(\n", + " var poly_line_dd65d9d73c9a246e60b4c3b63e44f1d6 = L.polyline(\n", " [[37.826718, -122.278112], [37.827486, -122.281452]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_1c351f87f3757985b74cff89265203af.bindTooltip(\n", + " poly_line_dd65d9d73c9a246e60b4c3b63e44f1d6.bindTooltip(\n", " `<div>\n", " 119058986\n", " </div>`,\n", @@ -57134,13 +22177,13 @@ " );\n", " \n", " \n", - " var poly_line_5ad2ae96b198179b0d67ce1750ae36e4 = L.polyline(\n", + " var poly_line_877980aec8756b7fef9fb08b3fe8c936 = L.polyline(\n", " [[37.827263, -122.284827], [37.82666, -122.289472]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_5ad2ae96b198179b0d67ce1750ae36e4.bindTooltip(\n", + " poly_line_877980aec8756b7fef9fb08b3fe8c936.bindTooltip(\n", " `<div>\n", " 119058993\n", " </div>`,\n", @@ -57148,13 +22191,13 @@ " );\n", " \n", " \n", - " var poly_line_c14067f3e400b6ebe5d9503edb04c654 = L.polyline(\n", + " var poly_line_f955f650b7e5e730e56d2974b2e54125 = L.polyline(\n", " [[37.82666, -122.289472], [37.827299, -122.296433]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_c14067f3e400b6ebe5d9503edb04c654.bindTooltip(\n", + " poly_line_f955f650b7e5e730e56d2974b2e54125.bindTooltip(\n", " `<div>\n", " 28413679\n", " </div>`,\n", @@ -57162,13 +22205,13 @@ " );\n", " \n", " \n", - " var poly_line_9af3b72f1ead7ed96f453a3a6c8debeb = L.polyline(\n", + " var poly_line_10a8bad70b94991c9d67d763baf31a02 = L.polyline(\n", " [[37.825553, -122.304548], [37.824945, -122.312154]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_9af3b72f1ead7ed96f453a3a6c8debeb.bindTooltip(\n", + " poly_line_10a8bad70b94991c9d67d763baf31a02.bindTooltip(\n", " `<div>\n", " 90077193\n", " </div>`,\n", @@ -57176,13 +22219,13 @@ " );\n", " \n", " \n", - " var poly_line_fa0c8ccd230ff878f2090f9d19ea24ce = L.polyline(\n", + " var poly_line_065d6d0baeb340596e98bf508fb63e25 = L.polyline(\n", " [[37.824087, -122.317508], [37.8239, -122.318289]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_fa0c8ccd230ff878f2090f9d19ea24ce.bindTooltip(\n", + " poly_line_065d6d0baeb340596e98bf508fb63e25.bindTooltip(\n", " `<div>\n", " 781148911\n", " </div>`,\n", @@ -57190,13 +22233,13 @@ " );\n", " \n", " \n", - " var poly_line_1724325b9a8eebf054a4df44b92d8ef1 = L.polyline(\n", + " var poly_line_ffbd95f33bf256624d5c4f3f9c49c8a9 = L.polyline(\n", " [[37.822189, -122.327757], [37.814388, -122.360446]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_1724325b9a8eebf054a4df44b92d8ef1.bindTooltip(\n", + " poly_line_ffbd95f33bf256624d5c4f3f9c49c8a9.bindTooltip(\n", " `<div>\n", " 236348361\n", " </div>`,\n", @@ -57204,13 +22247,13 @@ " );\n", " \n", " \n", - " var poly_line_41396d96516edded677366e464429629 = L.polyline(\n", + " var poly_line_37ae6125fbeed03218c4fbeb25d51d2f = L.polyline(\n", " [[37.814388, -122.360446], [37.813886, -122.36121]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_41396d96516edded677366e464429629.bindTooltip(\n", + " poly_line_37ae6125fbeed03218c4fbeb25d51d2f.bindTooltip(\n", " `<div>\n", " 236348360\n", " </div>`,\n", @@ -57218,13 +22261,13 @@ " );\n", " \n", " \n", - " var poly_line_db97c0eb1414cc278fd41b0fba8101bd = L.polyline(\n", + " var poly_line_6a7b1400505b299d7b99deb251e73728 = L.polyline(\n", " [[37.813886, -122.36121], [37.810788, -122.364387]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_db97c0eb1414cc278fd41b0fba8101bd.bindTooltip(\n", + " poly_line_6a7b1400505b299d7b99deb251e73728.bindTooltip(\n", " `<div>\n", " 929579737\n", " </div>`,\n", @@ -57232,13 +22275,13 @@ " );\n", " \n", " \n", - " var poly_line_9525b541625cba304cb744b558c2fb9d = L.polyline(\n", + " var poly_line_7b6729f869a901c607960c920d468977 = L.polyline(\n", " [[37.808078, -122.367291], [37.785974, -122.39102]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_9525b541625cba304cb744b558c2fb9d.bindTooltip(\n", + " poly_line_7b6729f869a901c607960c920d468977.bindTooltip(\n", " `<div>\n", " 8921938\n", " </div>`,\n", @@ -57246,13 +22289,13 @@ " );\n", " \n", " \n", - " var poly_line_93d5ea36e31ef42493be97206b63df4d = L.polyline(\n", + " var poly_line_77b6a93f02b311634f7a8bbde09e4464 = L.polyline(\n", " [[37.785974, -122.39102], [37.785654, -122.391502]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_93d5ea36e31ef42493be97206b63df4d.bindTooltip(\n", + " poly_line_77b6a93f02b311634f7a8bbde09e4464.bindTooltip(\n", " `<div>\n", " 120813417\n", " </div>`,\n", @@ -57260,13 +22303,13 @@ " );\n", " \n", " \n", - " var poly_line_5a1f440d0179e3262be26c8bb4beaeb0 = L.polyline(\n", + " var poly_line_f952cabcb35311177cf973705f517261 = L.polyline(\n", " [[37.782366, -122.39639], [37.778094, -122.401955]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_5a1f440d0179e3262be26c8bb4beaeb0.bindTooltip(\n", + " poly_line_f952cabcb35311177cf973705f517261.bindTooltip(\n", " `<div>\n", " 510583844\n", " </div>`,\n", @@ -57274,13 +22317,13 @@ " );\n", " \n", " \n", - " var poly_line_5124df8ba6ae3cbf1bbf3f325126e965 = L.polyline(\n", + " var poly_line_26dda18cc7ed61ce9884dbaccfadacea = L.polyline(\n", " [[37.776113, -122.405095], [37.772057, -122.406619]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_5124df8ba6ae3cbf1bbf3f325126e965.bindTooltip(\n", + " poly_line_26dda18cc7ed61ce9884dbaccfadacea.bindTooltip(\n", " `<div>\n", " 31129732\n", " </div>`,\n", @@ -57288,13 +22331,13 @@ " );\n", " \n", " \n", - " var poly_line_496af74aeac0a8e45b64759dd4d2ce71 = L.polyline(\n", + " var poly_line_a5659d250c0e7afe855396603eadbec2 = L.polyline(\n", " [[37.7666, -122.405296], [37.764387, -122.405112]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_496af74aeac0a8e45b64759dd4d2ce71.bindTooltip(\n", + " poly_line_a5659d250c0e7afe855396603eadbec2.bindTooltip(\n", " `<div>\n", " 26943964\n", " </div>`,\n", @@ -57302,13 +22345,13 @@ " );\n", " \n", " \n", - " var poly_line_806496c72032d84ec894ff7e3e7a137a = L.polyline(\n", + " var poly_line_3e66245d72392fb3e75c1d6b0a7546b5 = L.polyline(\n", " [[37.764387, -122.405112], [37.752624, -122.40302]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_806496c72032d84ec894ff7e3e7a137a.bindTooltip(\n", + " poly_line_3e66245d72392fb3e75c1d6b0a7546b5.bindTooltip(\n", " `<div>\n", " 58841187\n", " </div>`,\n", @@ -57316,13 +22359,13 @@ " );\n", " \n", " \n", - " var poly_line_e471ec8466c876ae67b7f3b5e9da2ef8 = L.polyline(\n", + " var poly_line_d52ca1867b1615a17e455dc722a80d3e = L.polyline(\n", " [[37.748232, -122.404197], [37.746409, -122.40475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_e471ec8466c876ae67b7f3b5e9da2ef8.bindTooltip(\n", + " poly_line_d52ca1867b1615a17e455dc722a80d3e.bindTooltip(\n", " `<div>\n", " 397267120\n", " </div>`,\n", @@ -57330,13 +22373,13 @@ " );\n", " \n", " \n", - " var poly_line_e36d0f61abd6ca295d0d7ce08daf4599 = L.polyline(\n", + " var poly_line_67cd8dabbe40c62d626c2b0e1c7fe8b0 = L.polyline(\n", " [[37.738001, -122.408083], [37.735924, -122.407256]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_e36d0f61abd6ca295d0d7ce08daf4599.bindTooltip(\n", + " poly_line_67cd8dabbe40c62d626c2b0e1c7fe8b0.bindTooltip(\n", " `<div>\n", " 48037053\n", " </div>`,\n", @@ -57344,13 +22387,13 @@ " );\n", " \n", " \n", - " var poly_line_abe7460297fcd43a12a74c62e42fbe76 = L.polyline(\n", + " var poly_line_2ffcd4ea8f480488e808b973230dad4f = L.polyline(\n", " [[37.730114, -122.403995], [37.728449, -122.403279]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_abe7460297fcd43a12a74c62e42fbe76.bindTooltip(\n", + " poly_line_2ffcd4ea8f480488e808b973230dad4f.bindTooltip(\n", " `<div>\n", " 48036600\n", " </div>`,\n", @@ -57358,13 +22401,13 @@ " );\n", " \n", " \n", - " var poly_line_940b5af4a6c58e0e534cc9d8ee47b3b9 = L.polyline(\n", + " var poly_line_f6521d28edb7e9377f48cc3ff117f0a0 = L.polyline(\n", " [[37.723492, -122.401268], [37.720573, -122.400153]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_940b5af4a6c58e0e534cc9d8ee47b3b9.bindTooltip(\n", + " poly_line_f6521d28edb7e9377f48cc3ff117f0a0.bindTooltip(\n", " `<div>\n", " 48101177\n", " </div>`,\n", @@ -57372,13 +22415,13 @@ " );\n", " \n", " \n", - " var poly_line_d467eaf6df09863982bebd205076b8f9 = L.polyline(\n", + " var poly_line_cd611bfaacec3af6b54c04194a0648d1 = L.polyline(\n", " [[37.718527, -122.399573], [37.714801, -122.397982]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_d467eaf6df09863982bebd205076b8f9.bindTooltip(\n", + " poly_line_cd611bfaacec3af6b54c04194a0648d1.bindTooltip(\n", " `<div>\n", " 123741446\n", " </div>`,\n", @@ -57386,13 +22429,13 @@ " );\n", " \n", " \n", - " var poly_line_5ed7646dbba9103ef0cae638b993c496 = L.polyline(\n", + " var poly_line_bfe20e142883257915da448d3da091a2 = L.polyline(\n", " [[37.713481, -122.396879], [37.711075, -122.395719]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_5ed7646dbba9103ef0cae638b993c496.bindTooltip(\n", + " poly_line_bfe20e142883257915da448d3da091a2.bindTooltip(\n", " `<div>\n", " 513983771\n", " </div>`,\n", @@ -57400,13 +22443,13 @@ " );\n", " \n", " \n", - " var poly_line_495d6c4f5beeb73d4ea90962787964e6 = L.polyline(\n", + " var poly_line_fab966f54d683b9f106087f794469906 = L.polyline(\n", " [[37.688699, -122.390719], [37.675281, -122.389194]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_495d6c4f5beeb73d4ea90962787964e6.bindTooltip(\n", + " poly_line_fab966f54d683b9f106087f794469906.bindTooltip(\n", " `<div>\n", " 671189603\n", " </div>`,\n", @@ -57414,13 +22457,13 @@ " );\n", " \n", " \n", - " var poly_line_0e03412e914cf5da3de643db7cda93c2 = L.polyline(\n", + " var poly_line_9b2feca16e7dd342b885bbd6afa7f4c9 = L.polyline(\n", " [[37.67381, -122.38993], [37.669652, -122.393038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_0e03412e914cf5da3de643db7cda93c2.bindTooltip(\n", + " poly_line_9b2feca16e7dd342b885bbd6afa7f4c9.bindTooltip(\n", " `<div>\n", " 216932394\n", " </div>`,\n", @@ -57428,13 +22471,13 @@ " );\n", " \n", " \n", - " var poly_line_530847d6e2b235de15f91403a0e7441a = L.polyline(\n", + " var poly_line_ee1cc6941e7cb8619b3cf243e5f37fd3 = L.polyline(\n", " [[37.667471, -122.395136], [37.663398, -122.39982]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_530847d6e2b235de15f91403a0e7441a.bindTooltip(\n", + " poly_line_ee1cc6941e7cb8619b3cf243e5f37fd3.bindTooltip(\n", " `<div>\n", " 931289808\n", " </div>`,\n", @@ -57442,13 +22485,13 @@ " );\n", " \n", " \n", - " var poly_line_a3831ff566baaf2ea08cb01432865be0 = L.polyline(\n", + " var poly_line_6e09022ba929bcd5e50c0fd6dc928155 = L.polyline(\n", " [[37.65805, -122.405731], [37.655234, -122.406957]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_a3831ff566baaf2ea08cb01432865be0.bindTooltip(\n", + " poly_line_6e09022ba929bcd5e50c0fd6dc928155.bindTooltip(\n", " `<div>\n", " 823717558\n", " </div>`,\n", @@ -57456,13 +22499,13 @@ " );\n", " \n", " \n", - " var poly_line_3ae518b8978d6dd2e2925fb3e3b2d07f = L.polyline(\n", + " var poly_line_760f933c53c4542034ca8082eb507ab4 = L.polyline(\n", " [[37.648485, -122.406733], [37.644247, -122.406364]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_3ae518b8978d6dd2e2925fb3e3b2d07f.bindTooltip(\n", + " poly_line_760f933c53c4542034ca8082eb507ab4.bindTooltip(\n", " `<div>\n", " 395577081\n", " </div>`,\n", @@ -57470,13 +22513,13 @@ " );\n", " \n", " \n", - " var poly_line_7858ef0dc42befb36ec7208c47f2cfb6 = L.polyline(\n", + " var poly_line_975e7fdc8015e559d7b73f3c3b1607fa = L.polyline(\n", " [[37.641595, -122.406113], [37.638299, -122.405045]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_7858ef0dc42befb36ec7208c47f2cfb6.bindTooltip(\n", + " poly_line_975e7fdc8015e559d7b73f3c3b1607fa.bindTooltip(\n", " `<div>\n", " 216932399\n", " </div>`,\n", @@ -57484,13 +22527,13 @@ " );\n", " \n", " \n", - " var poly_line_eb35be9666394b8e12e8c2aa41441f83 = L.polyline(\n", + " var poly_line_16d50202345b9edf5126d813b6dcacca = L.polyline(\n", " [[37.636192, -122.404272], [37.634425, -122.403855]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_eb35be9666394b8e12e8c2aa41441f83.bindTooltip(\n", + " poly_line_16d50202345b9edf5126d813b6dcacca.bindTooltip(\n", " `<div>\n", " 530288783\n", " </div>`,\n", @@ -57498,13 +22541,13 @@ " );\n", " \n", " \n", - " var poly_line_7f89229eb960e4378be9e280d07f5330 = L.polyline(\n", + " var poly_line_b9247ce4518643bb92d71a9f494fd27e = L.polyline(\n", " [[37.634425, -122.403855], [37.626561, -122.402519]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_7f89229eb960e4378be9e280d07f5330.bindTooltip(\n", + " poly_line_b9247ce4518643bb92d71a9f494fd27e.bindTooltip(\n", " `<div>\n", " 75207733\n", " </div>`,\n", @@ -57512,13 +22555,13 @@ " );\n", " \n", " \n", - " var poly_line_0ec6dc638f71feaf07d06fe4081fe973 = L.polyline(\n", + " var poly_line_bdf9a1b9ef7bb8ca54ab3e4940434d45 = L.polyline(\n", " [[37.62439, -122.40162], [37.619705, -122.400052]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_0ec6dc638f71feaf07d06fe4081fe973.bindTooltip(\n", + " poly_line_bdf9a1b9ef7bb8ca54ab3e4940434d45.bindTooltip(\n", " `<div>\n", " 8921109\n", " </div>`,\n", @@ -57526,13 +22569,13 @@ " );\n", " \n", " \n", - " var poly_line_ade19ca36e81b7b2d3a1298c2421938e = L.polyline(\n", + " var poly_line_83b5a0924cf96b59d49fd51907d54444 = L.polyline(\n", " [[37.614862, -122.398187], [37.61428, -122.393829]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_ade19ca36e81b7b2d3a1298c2421938e.bindTooltip(\n", + " poly_line_83b5a0924cf96b59d49fd51907d54444.bindTooltip(\n", " `<div>\n", " 186398850\n", " </div>`,\n", @@ -57540,13 +22583,13 @@ " );\n", " \n", " \n", - " var poly_line_2a4a53bd7ff0596369879a5781dd150c = L.polyline(\n", + " var poly_line_999e7b1760005895ecb9c1e5e246eb97 = L.polyline(\n", " [[37.615747, -122.388304], [37.615928, -122.387614]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_2a4a53bd7ff0596369879a5781dd150c.bindTooltip(\n", + " poly_line_999e7b1760005895ecb9c1e5e246eb97.bindTooltip(\n", " `<div>\n", " 38854912\n", " </div>`,\n", @@ -57554,13 +22597,13 @@ " );\n", " \n", " \n", - " var poly_line_9f5bdf76ea3e5e9ecb778a236acb48aa = L.polyline(\n", + " var poly_line_19d224b12c591e3cca09262224e4b196 = L.polyline(\n", " [[37.615928, -122.387614], [37.61618, -122.385802]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_9f5bdf76ea3e5e9ecb778a236acb48aa.bindTooltip(\n", + " poly_line_19d224b12c591e3cca09262224e4b196.bindTooltip(\n", " `<div>\n", " 1178325076\n", " </div>`,\n", @@ -57568,13 +22611,13 @@ " );\n", " \n", " \n", - " var poly_line_6c48da64699f0c1ede0b6bd35cbad38f = L.polyline(\n", + " var poly_line_d78c9109bc9e5d3ea042fc75cbf1dd19 = L.polyline(\n", " [[37.616727, -122.385257], [37.616889, -122.384937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_6c48da64699f0c1ede0b6bd35cbad38f.bindTooltip(\n", + " poly_line_d78c9109bc9e5d3ea042fc75cbf1dd19.bindTooltip(\n", " `<div>\n", " 603550623\n", " </div>`,\n", @@ -57582,13 +22625,13 @@ " );\n", " \n", " \n", - " var poly_line_17219bba2e08d8f1224abc5c1c7896d2 = L.polyline(\n", + " var poly_line_18a3ebcb6b2f71e0a5a5a458f74e5559 = L.polyline(\n", " [[37.616889, -122.384937], [37.616788, -122.383986]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_0d1180cea7ef612f13423fc23538cac8);\n", + " ).addTo(map_00a82952e3aad16b8f6255c4d2024741);\n", " \n", " \n", - " poly_line_17219bba2e08d8f1224abc5c1c7896d2.bindTooltip(\n", + " poly_line_18a3ebcb6b2f71e0a5a5a458f74e5559.bindTooltip(\n", " `<div>\n", " 256787747\n", " </div>`,\n", @@ -57599,10 +22642,10 @@ "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 48, + "execution_count": 40, "metadata": {}, "output_type": "execute_result" } @@ -57613,7 +22656,7 @@ }, { "cell_type": "code", - "execution_count": 49, + "execution_count": 41, "metadata": {}, "outputs": [ { @@ -57646,7 +22689,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_14eaf41d958284a23969aa490b0461a6 {\n", + " #map_544429460a2d501483b6cd6b277a61e8 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -57660,14 +22703,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_14eaf41d958284a23969aa490b0461a6" ></div>\n", + " <div class="folium-map" id="map_544429460a2d501483b6cd6b277a61e8" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_14eaf41d958284a23969aa490b0461a6 = L.map(\n", - " "map_14eaf41d958284a23969aa490b0461a6",\n", + " var map_544429460a2d501483b6cd6b277a61e8 = L.map(\n", + " "map_544429460a2d501483b6cd6b277a61e8",\n", " {\n", " center: [37.824087, -122.317508],\n", " crs: L.CRS.EPSG3857,\n", @@ -57681,22 +22724,22 @@ "\n", " \n", " \n", - " var tile_layer_816d4ade4fe19b178a1d436a28a3e99c = L.tileLayer(\n", + " var tile_layer_b90b70abd08e0776b872e64159463763 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_816d4ade4fe19b178a1d436a28a3e99c.addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " tile_layer_b90b70abd08e0776b872e64159463763.addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " var poly_line_f58bfcd95c9480dd676f5926a5037dda = L.polyline(\n", + " var poly_line_53193e8fbdae2004636cb6398e595cbd = L.polyline(\n", " [[37.859458, -122.264263], [37.859115, -122.264191]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f58bfcd95c9480dd676f5926a5037dda.bindTooltip(\n", + " poly_line_53193e8fbdae2004636cb6398e595cbd.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -57704,13 +22747,13 @@ " );\n", " \n", " \n", - " var poly_line_07f49f13f7999e23a530b389d7b137be = L.polyline(\n", + " var poly_line_c89f848d0486955e942c6d2048d89ec1 = L.polyline(\n", " [[37.859115, -122.264191], [37.858932, -122.264153]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_07f49f13f7999e23a530b389d7b137be.bindTooltip(\n", + " poly_line_c89f848d0486955e942c6d2048d89ec1.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -57718,13 +22761,13 @@ " );\n", " \n", " \n", - " var poly_line_f5c68116b9c16f553bd5b378f94e271f = L.polyline(\n", + " var poly_line_c1ad277601750959e4336af8f4b7e5f6 = L.polyline(\n", " [[37.858932, -122.264153], [37.858881, -122.264201]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f5c68116b9c16f553bd5b378f94e271f.bindTooltip(\n", + " poly_line_c1ad277601750959e4336af8f4b7e5f6.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -57732,13 +22775,13 @@ " );\n", " \n", " \n", - " var poly_line_de3f7afa19b25e0084debbb26db72f1f = L.polyline(\n", + " var poly_line_31b6d7998521a5a6ebd98705ff58599a = L.polyline(\n", " [[37.858881, -122.264201], [37.858683, -122.265771]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_de3f7afa19b25e0084debbb26db72f1f.bindTooltip(\n", + " poly_line_31b6d7998521a5a6ebd98705ff58599a.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -57746,13 +22789,13 @@ " );\n", " \n", " \n", - " var poly_line_82f301b78169a39df2a0b1dd9acc101b = L.polyline(\n", + " var poly_line_36f2a79cebe827e0859bac757a7987c1 = L.polyline(\n", " [[37.858683, -122.265771], [37.858645, -122.266042]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_82f301b78169a39df2a0b1dd9acc101b.bindTooltip(\n", + " poly_line_36f2a79cebe827e0859bac757a7987c1.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -57760,13 +22803,13 @@ " );\n", " \n", " \n", - " var poly_line_2529b6a3445389b06cea935d89f00dcc = L.polyline(\n", + " var poly_line_04e468769e0dc64be2b0cab70bdbb6f8 = L.polyline(\n", " [[37.858645, -122.266042], [37.858592, -122.266441]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_2529b6a3445389b06cea935d89f00dcc.bindTooltip(\n", + " poly_line_04e468769e0dc64be2b0cab70bdbb6f8.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -57774,13 +22817,13 @@ " );\n", " \n", " \n", - " var poly_line_49d10cfd7262889dcb94a0591288e2a1 = L.polyline(\n", + " var poly_line_3b09bb94fbc07fd590430e66c1191eb6 = L.polyline(\n", " [[37.858592, -122.266441], [37.858545, -122.266823]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_49d10cfd7262889dcb94a0591288e2a1.bindTooltip(\n", + " poly_line_3b09bb94fbc07fd590430e66c1191eb6.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -57788,13 +22831,13 @@ " );\n", " \n", " \n", - " var poly_line_032aaf439954ae4d78c6dec492ab8011 = L.polyline(\n", + " var poly_line_6fcf9ea2b6cc84f56a34d274bf817101 = L.polyline(\n", " [[37.858545, -122.266823], [37.858533, -122.26692]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_032aaf439954ae4d78c6dec492ab8011.bindTooltip(\n", + " poly_line_6fcf9ea2b6cc84f56a34d274bf817101.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -57802,13 +22845,13 @@ " );\n", " \n", " \n", - " var poly_line_e39154888e3c1fde7147973cf6a746b7 = L.polyline(\n", + " var poly_line_459690a4d967307ed629a03b7a9a522a = L.polyline(\n", " [[37.858533, -122.26692], [37.85847, -122.266912]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e39154888e3c1fde7147973cf6a746b7.bindTooltip(\n", + " poly_line_459690a4d967307ed629a03b7a9a522a.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -57816,13 +22859,13 @@ " );\n", " \n", " \n", - " var poly_line_bde6276b3a1e1e49992e076248bb7133 = L.polyline(\n", + " var poly_line_fc9cb624c4f0f54976beea1b14219d96 = L.polyline(\n", " [[37.85847, -122.266912], [37.858006, -122.266859]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_bde6276b3a1e1e49992e076248bb7133.bindTooltip(\n", + " poly_line_fc9cb624c4f0f54976beea1b14219d96.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -57830,13 +22873,13 @@ " );\n", " \n", " \n", - " var poly_line_40a1cdb75f75a920c7df2242cab26686 = L.polyline(\n", + " var poly_line_c5e3614a660c2fa2df4f29634d65d064 = L.polyline(\n", " [[37.858006, -122.266859], [37.857627, -122.266816]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_40a1cdb75f75a920c7df2242cab26686.bindTooltip(\n", + " poly_line_c5e3614a660c2fa2df4f29634d65d064.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -57844,13 +22887,13 @@ " );\n", " \n", " \n", - " var poly_line_97bb008f21c2f2cd79c065b3ebffb744 = L.polyline(\n", + " var poly_line_a6002f1ea76be9ca3ab1d748f0435776 = L.polyline(\n", " [[37.857627, -122.266816], [37.857451, -122.266795]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_97bb008f21c2f2cd79c065b3ebffb744.bindTooltip(\n", + " poly_line_a6002f1ea76be9ca3ab1d748f0435776.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -57858,13 +22901,13 @@ " );\n", " \n", " \n", - " var poly_line_7c22e95904785a783e97d1ab88cdce5c = L.polyline(\n", + " var poly_line_0e35c9d7efb414f134d99f27a3c2e51f = L.polyline(\n", " [[37.857451, -122.266795], [37.857111, -122.266756]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_7c22e95904785a783e97d1ab88cdce5c.bindTooltip(\n", + " poly_line_0e35c9d7efb414f134d99f27a3c2e51f.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -57872,13 +22915,13 @@ " );\n", " \n", " \n", - " var poly_line_829e69a8ffd4d5f339c0bde0d56e75a5 = L.polyline(\n", + " var poly_line_3a0c6fd68bafbd17b4d06218b27ebb7c = L.polyline(\n", " [[37.857111, -122.266756], [37.856732, -122.266713]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_829e69a8ffd4d5f339c0bde0d56e75a5.bindTooltip(\n", + " poly_line_3a0c6fd68bafbd17b4d06218b27ebb7c.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -57886,13 +22929,13 @@ " );\n", " \n", " \n", - " var poly_line_654357143108fb29b1facb1864ac1c6e = L.polyline(\n", + " var poly_line_e2c9c216e51ee29b52957d9cf4e3c281 = L.polyline(\n", " [[37.856732, -122.266713], [37.856449, -122.266677]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_654357143108fb29b1facb1864ac1c6e.bindTooltip(\n", + " poly_line_e2c9c216e51ee29b52957d9cf4e3c281.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -57900,13 +22943,13 @@ " );\n", " \n", " \n", - " var poly_line_3848c5f47d84f688be38f7beb650588f = L.polyline(\n", + " var poly_line_d54bde6fbcf01969f8461d05b1ecf2f0 = L.polyline(\n", " [[37.856449, -122.266677], [37.856299, -122.266656]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3848c5f47d84f688be38f7beb650588f.bindTooltip(\n", + " poly_line_d54bde6fbcf01969f8461d05b1ecf2f0.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -57914,13 +22957,13 @@ " );\n", " \n", " \n", - " var poly_line_abff6ee7796ce1847259185054100cf9 = L.polyline(\n", + " var poly_line_562a80746f0f082d96698e4f3cd67715 = L.polyline(\n", " [[37.856299, -122.266656], [37.855929, -122.266604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_abff6ee7796ce1847259185054100cf9.bindTooltip(\n", + " poly_line_562a80746f0f082d96698e4f3cd67715.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -57928,13 +22971,13 @@ " );\n", " \n", " \n", - " var poly_line_eb4381d9b0722265fa40259a99155d2f = L.polyline(\n", + " var poly_line_7e72ed284eb7a2e2b2e2f075df4d32b2 = L.polyline(\n", " [[37.855929, -122.266604], [37.8559, -122.2666]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_eb4381d9b0722265fa40259a99155d2f.bindTooltip(\n", + " poly_line_7e72ed284eb7a2e2b2e2f075df4d32b2.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -57942,13 +22985,13 @@ " );\n", " \n", " \n", - " var poly_line_ddd077b3e0db87be999dfbb0851e0e7f = L.polyline(\n", + " var poly_line_fcf21fb623e726b6c5613d2e16ecbff8 = L.polyline(\n", " [[37.8559, -122.2666], [37.855595, -122.266558]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ddd077b3e0db87be999dfbb0851e0e7f.bindTooltip(\n", + " poly_line_fcf21fb623e726b6c5613d2e16ecbff8.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -57956,13 +22999,13 @@ " );\n", " \n", " \n", - " var poly_line_6e5def38aea394d4e95a830717b8116d = L.polyline(\n", + " var poly_line_7f261f7aa21116c9d2f8c273625ad82f = L.polyline(\n", " [[37.855595, -122.266558], [37.85556, -122.266553]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_6e5def38aea394d4e95a830717b8116d.bindTooltip(\n", + " poly_line_7f261f7aa21116c9d2f8c273625ad82f.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -57970,13 +23013,13 @@ " );\n", " \n", " \n", - " var poly_line_8f41b8fa89afa69a5581e3c8ecd41847 = L.polyline(\n", + " var poly_line_8af1bdb33f7b4aef67e03445ca5f2322 = L.polyline(\n", " [[37.85556, -122.266553], [37.855296, -122.266514]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8f41b8fa89afa69a5581e3c8ecd41847.bindTooltip(\n", + " poly_line_8af1bdb33f7b4aef67e03445ca5f2322.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -57984,13 +23027,13 @@ " );\n", " \n", " \n", - " var poly_line_561e585803efd4de82a5067b62114321 = L.polyline(\n", + " var poly_line_2b99e918cf1b731f0d6af4254774ebdd = L.polyline(\n", " [[37.855296, -122.266514], [37.855008, -122.266479]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_561e585803efd4de82a5067b62114321.bindTooltip(\n", + " poly_line_2b99e918cf1b731f0d6af4254774ebdd.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -57998,13 +23041,13 @@ " );\n", " \n", " \n", - " var poly_line_00eeb0b53eebc54fbbff28636f95ba2f = L.polyline(\n", + " var poly_line_9c79ef8421c89febb6ffc0f8df83219c = L.polyline(\n", " [[37.855008, -122.266479], [37.854934, -122.266469]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_00eeb0b53eebc54fbbff28636f95ba2f.bindTooltip(\n", + " poly_line_9c79ef8421c89febb6ffc0f8df83219c.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -58012,13 +23055,13 @@ " );\n", " \n", " \n", - " var poly_line_42b26f50e26dc985b6140ccb70c3f47b = L.polyline(\n", + " var poly_line_01d84ca16753b666143499545ee25d8e = L.polyline(\n", " [[37.854934, -122.266469], [37.854546, -122.266417]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_42b26f50e26dc985b6140ccb70c3f47b.bindTooltip(\n", + " poly_line_01d84ca16753b666143499545ee25d8e.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -58026,13 +23069,13 @@ " );\n", " \n", " \n", - " var poly_line_47ad251d06231c05c987e708f5aee64d = L.polyline(\n", + " var poly_line_10f333b540c72ddcb13b899f49ae2ab9 = L.polyline(\n", " [[37.854546, -122.266417], [37.854065, -122.266355]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_47ad251d06231c05c987e708f5aee64d.bindTooltip(\n", + " poly_line_10f333b540c72ddcb13b899f49ae2ab9.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -58040,13 +23083,13 @@ " );\n", " \n", " \n", - " var poly_line_87fd2c5066e8c17428504b24b878f1b0 = L.polyline(\n", + " var poly_line_de6c97ec22922f09562ec8f0bc887496 = L.polyline(\n", " [[37.854065, -122.266355], [37.853821, -122.266324]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_87fd2c5066e8c17428504b24b878f1b0.bindTooltip(\n", + " poly_line_de6c97ec22922f09562ec8f0bc887496.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -58054,13 +23097,13 @@ " );\n", " \n", " \n", - " var poly_line_a70f3488556d1d762ae719e609bf33d3 = L.polyline(\n", + " var poly_line_e272d36823e323d960fa787ad0cf8518 = L.polyline(\n", " [[37.853821, -122.266324], [37.853312, -122.266258]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a70f3488556d1d762ae719e609bf33d3.bindTooltip(\n", + " poly_line_e272d36823e323d960fa787ad0cf8518.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -58068,13 +23111,13 @@ " );\n", " \n", " \n", - " var poly_line_5e65ef877fa466d6dadb981699332669 = L.polyline(\n", + " var poly_line_fbd6f63889bb341cbf98b26a831fe13b = L.polyline(\n", " [[37.853312, -122.266258], [37.853094, -122.26623]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5e65ef877fa466d6dadb981699332669.bindTooltip(\n", + " poly_line_fbd6f63889bb341cbf98b26a831fe13b.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -58082,13 +23125,13 @@ " );\n", " \n", " \n", - " var poly_line_5ab411f40fb0dde5daaaf19c8fe8f6be = L.polyline(\n", + " var poly_line_440991c06d453b5b2b3d8b3197d8b477 = L.polyline(\n", " [[37.853094, -122.26623], [37.852384, -122.266137]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5ab411f40fb0dde5daaaf19c8fe8f6be.bindTooltip(\n", + " poly_line_440991c06d453b5b2b3d8b3197d8b477.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -58096,13 +23139,13 @@ " );\n", " \n", " \n", - " var poly_line_59a8fb22f4e09f0f9b7e1ed8db13be40 = L.polyline(\n", + " var poly_line_173bd4afa08ef2f0407f767e7910643e = L.polyline(\n", " [[37.852384, -122.266137], [37.85203, -122.266088]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_59a8fb22f4e09f0f9b7e1ed8db13be40.bindTooltip(\n", + " poly_line_173bd4afa08ef2f0407f767e7910643e.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -58110,13 +23153,13 @@ " );\n", " \n", " \n", - " var poly_line_48cae04a430552235dd01a0d65877399 = L.polyline(\n", + " var poly_line_43b7393ba44aa814f05321cd9fedd067 = L.polyline(\n", " [[37.85203, -122.266088], [37.851586, -122.266031]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_48cae04a430552235dd01a0d65877399.bindTooltip(\n", + " poly_line_43b7393ba44aa814f05321cd9fedd067.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -58124,13 +23167,13 @@ " );\n", " \n", " \n", - " var poly_line_8175d92d6a825d5e9dcbed2d9de399b0 = L.polyline(\n", + " var poly_line_4f52898294384c8cb1f4efff3e3ef372 = L.polyline(\n", " [[37.851586, -122.266031], [37.850939, -122.265945]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8175d92d6a825d5e9dcbed2d9de399b0.bindTooltip(\n", + " poly_line_4f52898294384c8cb1f4efff3e3ef372.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -58138,13 +23181,13 @@ " );\n", " \n", " \n", - " var poly_line_fd653fa35feb79926591e6fe99efba6b = L.polyline(\n", + " var poly_line_9e6868aa0218623055fea9f0632e9556 = L.polyline(\n", " [[37.850939, -122.265945], [37.850331, -122.265863]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fd653fa35feb79926591e6fe99efba6b.bindTooltip(\n", + " poly_line_9e6868aa0218623055fea9f0632e9556.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -58152,13 +23195,13 @@ " );\n", " \n", " \n", - " var poly_line_00bb1febb5f4e646aea375372f84354c = L.polyline(\n", + " var poly_line_e0c6e6b0c3aea050d18cdb4aebb89699 = L.polyline(\n", " [[37.850331, -122.265863], [37.849762, -122.265787]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_00bb1febb5f4e646aea375372f84354c.bindTooltip(\n", + " poly_line_e0c6e6b0c3aea050d18cdb4aebb89699.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -58166,13 +23209,13 @@ " );\n", " \n", " \n", - " var poly_line_88177b829821044b651976219f9eb947 = L.polyline(\n", + " var poly_line_37b63d64aa55febe5667cd96fdf2f34c = L.polyline(\n", " [[37.849762, -122.265787], [37.849675, -122.265776]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_88177b829821044b651976219f9eb947.bindTooltip(\n", + " poly_line_37b63d64aa55febe5667cd96fdf2f34c.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -58180,13 +23223,13 @@ " );\n", " \n", " \n", - " var poly_line_eb6b861eace09b927286220fd9c67f5b = L.polyline(\n", + " var poly_line_2f543a040f89fbceb775e4c816463d27 = L.polyline(\n", " [[37.849675, -122.265776], [37.849503, -122.265753]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_eb6b861eace09b927286220fd9c67f5b.bindTooltip(\n", + " poly_line_2f543a040f89fbceb775e4c816463d27.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -58194,13 +23237,13 @@ " );\n", " \n", " \n", - " var poly_line_ea7528736c9abf3df814fe46c4f3af81 = L.polyline(\n", + " var poly_line_31df88e49eae1fed81622133479c8b29 = L.polyline(\n", " [[37.849503, -122.265753], [37.849267, -122.265721]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ea7528736c9abf3df814fe46c4f3af81.bindTooltip(\n", + " poly_line_31df88e49eae1fed81622133479c8b29.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -58208,13 +23251,13 @@ " );\n", " \n", " \n", - " var poly_line_ee0a35d7e1cf03a8c50d68d9cf00ff75 = L.polyline(\n", + " var poly_line_b03dbb3ae217efb5c8b28ffa30e03efa = L.polyline(\n", " [[37.849267, -122.265721], [37.849052, -122.265693]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ee0a35d7e1cf03a8c50d68d9cf00ff75.bindTooltip(\n", + " poly_line_b03dbb3ae217efb5c8b28ffa30e03efa.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -58222,13 +23265,13 @@ " );\n", " \n", " \n", - " var poly_line_d5908b9ce829afc540fb1f810da73450 = L.polyline(\n", + " var poly_line_61916eedf5008cb4423fcd233b7badf5 = L.polyline(\n", " [[37.849052, -122.265693], [37.848752, -122.265653]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_d5908b9ce829afc540fb1f810da73450.bindTooltip(\n", + " poly_line_61916eedf5008cb4423fcd233b7badf5.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -58236,13 +23279,13 @@ " );\n", " \n", " \n", - " var poly_line_8fb9d42c7fe4b12f478a3c847df04df6 = L.polyline(\n", + " var poly_line_d3eada66ba2cbc4f6b229af7ff10a3f7 = L.polyline(\n", " [[37.848752, -122.265653], [37.848585, -122.26563]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8fb9d42c7fe4b12f478a3c847df04df6.bindTooltip(\n", + " poly_line_d3eada66ba2cbc4f6b229af7ff10a3f7.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -58250,13 +23293,13 @@ " );\n", " \n", " \n", - " var poly_line_f44863916afaf713e96671f0e6a8c27c = L.polyline(\n", + " var poly_line_f07a6aede831d87589c63b7930be7b34 = L.polyline(\n", " [[37.848585, -122.26563], [37.848042, -122.265558]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f44863916afaf713e96671f0e6a8c27c.bindTooltip(\n", + " poly_line_f07a6aede831d87589c63b7930be7b34.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -58264,13 +23307,13 @@ " );\n", " \n", " \n", - " var poly_line_6e19ea43b7ac9b5d063e092831a2f421 = L.polyline(\n", + " var poly_line_d749d76fec315ec87aade68e12381b3e = L.polyline(\n", " [[37.848042, -122.265558], [37.847976, -122.265549]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_6e19ea43b7ac9b5d063e092831a2f421.bindTooltip(\n", + " poly_line_d749d76fec315ec87aade68e12381b3e.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -58278,13 +23321,13 @@ " );\n", " \n", " \n", - " var poly_line_18815d1d663898c58039ed47eb2256ec = L.polyline(\n", + " var poly_line_7d0ac1851234299b25e0d310e952839e = L.polyline(\n", " [[37.847976, -122.265549], [37.847793, -122.265525]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_18815d1d663898c58039ed47eb2256ec.bindTooltip(\n", + " poly_line_7d0ac1851234299b25e0d310e952839e.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -58292,13 +23335,13 @@ " );\n", " \n", " \n", - " var poly_line_2214d4d8233e0026c460f72c673f6c22 = L.polyline(\n", + " var poly_line_a6cbd0fdaa38ed64a5a95068e9b9655f = L.polyline(\n", " [[37.847793, -122.265525], [37.84737, -122.265469]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_2214d4d8233e0026c460f72c673f6c22.bindTooltip(\n", + " poly_line_a6cbd0fdaa38ed64a5a95068e9b9655f.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -58306,13 +23349,13 @@ " );\n", " \n", " \n", - " var poly_line_4a1d5aff872efbb8fe253e01318726e6 = L.polyline(\n", + " var poly_line_cefabc10b83f9a09af0bdd8b73565d80 = L.polyline(\n", " [[37.84737, -122.265469], [37.847319, -122.265462]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_4a1d5aff872efbb8fe253e01318726e6.bindTooltip(\n", + " poly_line_cefabc10b83f9a09af0bdd8b73565d80.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -58320,13 +23363,13 @@ " );\n", " \n", " \n", - " var poly_line_1b32ec0f682c6d7b717377aa14f276c2 = L.polyline(\n", + " var poly_line_ef3753f0629023112ef9c9a0ae9da33f = L.polyline(\n", " [[37.847319, -122.265462], [37.847061, -122.265428]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1b32ec0f682c6d7b717377aa14f276c2.bindTooltip(\n", + " poly_line_ef3753f0629023112ef9c9a0ae9da33f.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -58334,13 +23377,13 @@ " );\n", " \n", " \n", - " var poly_line_a074f68e188b2c7d0967b4a1e0742815 = L.polyline(\n", + " var poly_line_19449dacc3ea29170f8eda3155b81b9c = L.polyline(\n", " [[37.847061, -122.265428], [37.8466, -122.265366]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a074f68e188b2c7d0967b4a1e0742815.bindTooltip(\n", + " poly_line_19449dacc3ea29170f8eda3155b81b9c.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -58348,13 +23391,13 @@ " );\n", " \n", " \n", - " var poly_line_b9b73751a6f3dad7b7749f4bb0cc5c18 = L.polyline(\n", + " var poly_line_5178f05f396ece7e25abbb89e1bdb18e = L.polyline(\n", " [[37.8466, -122.265366], [37.84588, -122.265266]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b9b73751a6f3dad7b7749f4bb0cc5c18.bindTooltip(\n", + " poly_line_5178f05f396ece7e25abbb89e1bdb18e.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -58362,13 +23405,13 @@ " );\n", " \n", " \n", - " var poly_line_eff94341ca5b5650feb1e78b6ba882ec = L.polyline(\n", + " var poly_line_e0660cfd4fe7de60ec3e2db8e08d6bc7 = L.polyline(\n", " [[37.84588, -122.265266], [37.845406, -122.265203]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_eff94341ca5b5650feb1e78b6ba882ec.bindTooltip(\n", + " poly_line_e0660cfd4fe7de60ec3e2db8e08d6bc7.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -58376,13 +23419,13 @@ " );\n", " \n", " \n", - " var poly_line_68bbf4657c23ecc3a51c81ef59734387 = L.polyline(\n", + " var poly_line_2ca40498ef5c7271db5afede0067cd8b = L.polyline(\n", " [[37.845406, -122.265203], [37.845024, -122.265151]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_68bbf4657c23ecc3a51c81ef59734387.bindTooltip(\n", + " poly_line_2ca40498ef5c7271db5afede0067cd8b.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -58390,13 +23433,13 @@ " );\n", " \n", " \n", - " var poly_line_c4e604ca14c9516080e16dbc16c2123b = L.polyline(\n", + " var poly_line_b5cbf73f19089284983f592c160c471f = L.polyline(\n", " [[37.845024, -122.265151], [37.844833, -122.265128]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_c4e604ca14c9516080e16dbc16c2123b.bindTooltip(\n", + " poly_line_b5cbf73f19089284983f592c160c471f.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -58404,13 +23447,13 @@ " );\n", " \n", " \n", - " var poly_line_c6016c208939ee16b836d2241b6e3dc5 = L.polyline(\n", + " var poly_line_b1c99aade047d337cf4a9e256e4c3130 = L.polyline(\n", " [[37.844833, -122.265128], [37.844516, -122.265084]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_c6016c208939ee16b836d2241b6e3dc5.bindTooltip(\n", + " poly_line_b1c99aade047d337cf4a9e256e4c3130.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -58418,13 +23461,13 @@ " );\n", " \n", " \n", - " var poly_line_b3d2f31279ceda68b4fea3d901663330 = L.polyline(\n", + " var poly_line_acdbbc024fc58d7014057d54bd0d73c5 = L.polyline(\n", " [[37.844516, -122.265084], [37.844005, -122.265014]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b3d2f31279ceda68b4fea3d901663330.bindTooltip(\n", + " poly_line_acdbbc024fc58d7014057d54bd0d73c5.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -58432,13 +23475,13 @@ " );\n", " \n", " \n", - " var poly_line_319c0a12413dea1d3c6e4f245733f233 = L.polyline(\n", + " var poly_line_6a6831f743f4f724c08da79c70b1d91f = L.polyline(\n", " [[37.844005, -122.265014], [37.843599, -122.264959]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_319c0a12413dea1d3c6e4f245733f233.bindTooltip(\n", + " poly_line_6a6831f743f4f724c08da79c70b1d91f.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -58446,13 +23489,13 @@ " );\n", " \n", " \n", - " var poly_line_48c7242226529b5b31dc5893065b7d69 = L.polyline(\n", + " var poly_line_08791c85da013c649f49d7f6476f18e3 = L.polyline(\n", " [[37.843599, -122.264959], [37.84345, -122.264939]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_48c7242226529b5b31dc5893065b7d69.bindTooltip(\n", + " poly_line_08791c85da013c649f49d7f6476f18e3.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -58460,13 +23503,13 @@ " );\n", " \n", " \n", - " var poly_line_4521ee0a82bdc7c823a1b348c2112a99 = L.polyline(\n", + " var poly_line_ecd5adaa47e0ac4350b0c2d4e072e4d5 = L.polyline(\n", " [[37.84345, -122.264939], [37.842945, -122.264875]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_4521ee0a82bdc7c823a1b348c2112a99.bindTooltip(\n", + " poly_line_ecd5adaa47e0ac4350b0c2d4e072e4d5.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -58474,13 +23517,13 @@ " );\n", " \n", " \n", - " var poly_line_8329b80cd4dc48b901d7d989aa1b92bf = L.polyline(\n", + " var poly_line_d3932e066cf7e4dfdb43572e4b555c7f = L.polyline(\n", " [[37.842945, -122.264875], [37.84264, -122.264833]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8329b80cd4dc48b901d7d989aa1b92bf.bindTooltip(\n", + " poly_line_d3932e066cf7e4dfdb43572e4b555c7f.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -58488,13 +23531,13 @@ " );\n", " \n", " \n", - " var poly_line_ff9572905e75d701a1fbb5090adea5d6 = L.polyline(\n", + " var poly_line_198a47937a71434cab50ca2016299298 = L.polyline(\n", " [[37.84264, -122.264833], [37.842025, -122.264754]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ff9572905e75d701a1fbb5090adea5d6.bindTooltip(\n", + " poly_line_198a47937a71434cab50ca2016299298.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -58502,13 +23545,13 @@ " );\n", " \n", " \n", - " var poly_line_69c3d474453fd6209bed725f0514dccb = L.polyline(\n", + " var poly_line_1d3e32cd626ff26b69d05d8f79c8c90e = L.polyline(\n", " [[37.842025, -122.264754], [37.841767, -122.264719]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_69c3d474453fd6209bed725f0514dccb.bindTooltip(\n", + " poly_line_1d3e32cd626ff26b69d05d8f79c8c90e.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -58516,13 +23559,13 @@ " );\n", " \n", " \n", - " var poly_line_fe0c990a34b4f8981bc1f61bfc74b86f = L.polyline(\n", + " var poly_line_957d9a79b0822fcfae3bb8b5e952edb6 = L.polyline(\n", " [[37.841767, -122.264719], [37.841585, -122.264693]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fe0c990a34b4f8981bc1f61bfc74b86f.bindTooltip(\n", + " poly_line_957d9a79b0822fcfae3bb8b5e952edb6.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -58530,13 +23573,13 @@ " );\n", " \n", " \n", - " var poly_line_dc2646ab407e61742dcd3794b42f030d = L.polyline(\n", + " var poly_line_cea6a78b0cb3031ed9fd6b61d6519c1e = L.polyline(\n", " [[37.841585, -122.264693], [37.841451, -122.264673]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_dc2646ab407e61742dcd3794b42f030d.bindTooltip(\n", + " poly_line_cea6a78b0cb3031ed9fd6b61d6519c1e.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -58544,13 +23587,13 @@ " );\n", " \n", " \n", - " var poly_line_3a2eb7b9f49a66c7a17005a57578d975 = L.polyline(\n", + " var poly_line_1c66701e11ffeffac13b3f6aabb53eea = L.polyline(\n", " [[37.841451, -122.264673], [37.841249, -122.264646]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3a2eb7b9f49a66c7a17005a57578d975.bindTooltip(\n", + " poly_line_1c66701e11ffeffac13b3f6aabb53eea.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -58558,13 +23601,13 @@ " );\n", " \n", " \n", - " var poly_line_1e8acc5248e56114c234cf4c3194db5f = L.polyline(\n", + " var poly_line_cde0d80aaa0f25df960527d4e94d410b = L.polyline(\n", " [[37.841249, -122.264646], [37.84095, -122.264604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1e8acc5248e56114c234cf4c3194db5f.bindTooltip(\n", + " poly_line_cde0d80aaa0f25df960527d4e94d410b.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -58572,13 +23615,13 @@ " );\n", " \n", " \n", - " var poly_line_88ddafade7b3efd29904f479ce97f99e = L.polyline(\n", + " var poly_line_78a98032b1fe7bb180f15630e84ce22a = L.polyline(\n", " [[37.84095, -122.264604], [37.840452, -122.26454]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_88ddafade7b3efd29904f479ce97f99e.bindTooltip(\n", + " poly_line_78a98032b1fe7bb180f15630e84ce22a.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -58586,13 +23629,13 @@ " );\n", " \n", " \n", - " var poly_line_e291d56f4cd17fe2dc870b87845d7bf8 = L.polyline(\n", + " var poly_line_86a0322a2f5a14d93012bc36d637d79c = L.polyline(\n", " [[37.840452, -122.26454], [37.839557, -122.264422]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e291d56f4cd17fe2dc870b87845d7bf8.bindTooltip(\n", + " poly_line_86a0322a2f5a14d93012bc36d637d79c.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -58600,13 +23643,13 @@ " );\n", " \n", " \n", - " var poly_line_3bb2b12d39000b0bdca701fb59207b80 = L.polyline(\n", + " var poly_line_14e650d381595cbf763aac4c291e5dee = L.polyline(\n", " [[37.839557, -122.264422], [37.839204, -122.264382]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3bb2b12d39000b0bdca701fb59207b80.bindTooltip(\n", + " poly_line_14e650d381595cbf763aac4c291e5dee.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -58614,13 +23657,13 @@ " );\n", " \n", " \n", - " var poly_line_fee0599a76b46110e6cff3e1d4b1dc4c = L.polyline(\n", + " var poly_line_e4eec8011ae5263e4df2b1bdb62535d5 = L.polyline(\n", " [[37.839204, -122.264382], [37.838488, -122.264278]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fee0599a76b46110e6cff3e1d4b1dc4c.bindTooltip(\n", + " poly_line_e4eec8011ae5263e4df2b1bdb62535d5.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -58628,13 +23671,13 @@ " );\n", " \n", " \n", - " var poly_line_c0a80dd46cf6c992d97282051abfba60 = L.polyline(\n", + " var poly_line_72208b93306ee7102a8fb7af89fa75bc = L.polyline(\n", " [[37.838488, -122.264278], [37.838435, -122.264268]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_c0a80dd46cf6c992d97282051abfba60.bindTooltip(\n", + " poly_line_72208b93306ee7102a8fb7af89fa75bc.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -58642,13 +23685,13 @@ " );\n", " \n", " \n", - " var poly_line_f5480c0e8e3250e9b3c748aed0f4eeea = L.polyline(\n", + " var poly_line_ffdbcbf7f65f17ce055f8caa937e86e4 = L.polyline(\n", " [[37.838435, -122.264268], [37.838364, -122.264253]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f5480c0e8e3250e9b3c748aed0f4eeea.bindTooltip(\n", + " poly_line_ffdbcbf7f65f17ce055f8caa937e86e4.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -58656,13 +23699,13 @@ " );\n", " \n", " \n", - " var poly_line_b11d97f6f2b41780fb781540e2d74bfa = L.polyline(\n", + " var poly_line_6b9e1e0ecdcd5d3caba267bb9e3d3f26 = L.polyline(\n", " [[37.838364, -122.264253], [37.838126, -122.264223]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b11d97f6f2b41780fb781540e2d74bfa.bindTooltip(\n", + " poly_line_6b9e1e0ecdcd5d3caba267bb9e3d3f26.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -58670,13 +23713,13 @@ " );\n", " \n", " \n", - " var poly_line_51d924c87c99308ecb83daf299343c1d = L.polyline(\n", + " var poly_line_2fef224fe179cb60ebab654ee5e697b8 = L.polyline(\n", " [[37.838126, -122.264223], [37.837985, -122.264206]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_51d924c87c99308ecb83daf299343c1d.bindTooltip(\n", + " poly_line_2fef224fe179cb60ebab654ee5e697b8.bindTooltip(\n", " `<div>\n", " 70\n", " </div>`,\n", @@ -58684,13 +23727,13 @@ " );\n", " \n", " \n", - " var poly_line_b7c38ee6d863ce11df66d1a27f541051 = L.polyline(\n", + " var poly_line_071cf750bf5670aca5565fc76f28b6aa = L.polyline(\n", " [[37.837985, -122.264206], [37.837906, -122.264197]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b7c38ee6d863ce11df66d1a27f541051.bindTooltip(\n", + " poly_line_071cf750bf5670aca5565fc76f28b6aa.bindTooltip(\n", " `<div>\n", " 71\n", " </div>`,\n", @@ -58698,13 +23741,13 @@ " );\n", " \n", " \n", - " var poly_line_30a275c7307c7f1a66991f81939e5034 = L.polyline(\n", + " var poly_line_e3a6c9553b988f8e8a63b60542690b80 = L.polyline(\n", " [[37.837906, -122.264197], [37.837891, -122.264304]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_30a275c7307c7f1a66991f81939e5034.bindTooltip(\n", + " poly_line_e3a6c9553b988f8e8a63b60542690b80.bindTooltip(\n", " `<div>\n", " 72\n", " </div>`,\n", @@ -58712,13 +23755,13 @@ " );\n", " \n", " \n", - " var poly_line_202e9db5c4bb384dcc936df1b3810099 = L.polyline(\n", + " var poly_line_33eaecc6e23fc81dbc4e1ffd298a72ba = L.polyline(\n", " [[37.837891, -122.264304], [37.837869, -122.264469]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_202e9db5c4bb384dcc936df1b3810099.bindTooltip(\n", + " poly_line_33eaecc6e23fc81dbc4e1ffd298a72ba.bindTooltip(\n", " `<div>\n", " 73\n", " </div>`,\n", @@ -58726,13 +23769,13 @@ " );\n", " \n", " \n", - " var poly_line_1c4db086d138cd9f0bcda479643e2f0c = L.polyline(\n", + " var poly_line_c982377df43dbd430ef653e1c4fcc520 = L.polyline(\n", " [[37.837869, -122.264469], [37.837852, -122.264594]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1c4db086d138cd9f0bcda479643e2f0c.bindTooltip(\n", + " poly_line_c982377df43dbd430ef653e1c4fcc520.bindTooltip(\n", " `<div>\n", " 74\n", " </div>`,\n", @@ -58740,13 +23783,13 @@ " );\n", " \n", " \n", - " var poly_line_187592cd48e3c70da78ce2cbb147997e = L.polyline(\n", + " var poly_line_150c145e82c2b053c5b5aa8c1daf2f06 = L.polyline(\n", " [[37.837852, -122.264594], [37.837844, -122.264655]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_187592cd48e3c70da78ce2cbb147997e.bindTooltip(\n", + " poly_line_150c145e82c2b053c5b5aa8c1daf2f06.bindTooltip(\n", " `<div>\n", " 75\n", " </div>`,\n", @@ -58754,13 +23797,13 @@ " );\n", " \n", " \n", - " var poly_line_e5b9c0c37de18fe9bfc5a93ddcd00b71 = L.polyline(\n", + " var poly_line_ff3d752de31ab565acbd177cf55a9aa7 = L.polyline(\n", " [[37.837844, -122.264655], [37.837893, -122.264954]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e5b9c0c37de18fe9bfc5a93ddcd00b71.bindTooltip(\n", + " poly_line_ff3d752de31ab565acbd177cf55a9aa7.bindTooltip(\n", " `<div>\n", " 76\n", " </div>`,\n", @@ -58768,13 +23811,13 @@ " );\n", " \n", " \n", - " var poly_line_01cafa95a82319433c046f76bd8fe7dd = L.polyline(\n", + " var poly_line_8508f2d21245b977abd08e79a2b7f98b = L.polyline(\n", " [[37.837893, -122.264954], [37.83783, -122.266024]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_01cafa95a82319433c046f76bd8fe7dd.bindTooltip(\n", + " poly_line_8508f2d21245b977abd08e79a2b7f98b.bindTooltip(\n", " `<div>\n", " 77\n", " </div>`,\n", @@ -58782,13 +23825,13 @@ " );\n", " \n", " \n", - " var poly_line_3ba0c45dea3698bfe8f6df3a855d3f32 = L.polyline(\n", + " var poly_line_81876c6266cab68bcd4b1aeac7c28e34 = L.polyline(\n", " [[37.83783, -122.266024], [37.837333, -122.266106]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3ba0c45dea3698bfe8f6df3a855d3f32.bindTooltip(\n", + " poly_line_81876c6266cab68bcd4b1aeac7c28e34.bindTooltip(\n", " `<div>\n", " 78\n", " </div>`,\n", @@ -58796,13 +23839,13 @@ " );\n", " \n", " \n", - " var poly_line_79b15b1ccc83954ed20361d68f15073a = L.polyline(\n", + " var poly_line_ef766d2dc15d74cff62bf8554ac02e3d = L.polyline(\n", " [[37.837333, -122.266106], [37.835506, -122.266265]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_79b15b1ccc83954ed20361d68f15073a.bindTooltip(\n", + " poly_line_ef766d2dc15d74cff62bf8554ac02e3d.bindTooltip(\n", " `<div>\n", " 79\n", " </div>`,\n", @@ -58810,13 +23853,13 @@ " );\n", " \n", " \n", - " var poly_line_50a35a498cb075dd8416404237cc2514 = L.polyline(\n", + " var poly_line_1403cd1dae6a922be6da2ce786229056 = L.polyline(\n", " [[37.835506, -122.266265], [37.835081, -122.266353]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_50a35a498cb075dd8416404237cc2514.bindTooltip(\n", + " poly_line_1403cd1dae6a922be6da2ce786229056.bindTooltip(\n", " `<div>\n", " 80\n", " </div>`,\n", @@ -58824,13 +23867,13 @@ " );\n", " \n", " \n", - " var poly_line_20281488976897d53b64b8acc625733d = L.polyline(\n", + " var poly_line_fe3ae595ab8afc4b43d0c5036c264c7e = L.polyline(\n", " [[37.835081, -122.266353], [37.833673, -122.266674]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_20281488976897d53b64b8acc625733d.bindTooltip(\n", + " poly_line_fe3ae595ab8afc4b43d0c5036c264c7e.bindTooltip(\n", " `<div>\n", " 81\n", " </div>`,\n", @@ -58838,13 +23881,13 @@ " );\n", " \n", " \n", - " var poly_line_4c31a7b3e12ec0d02abeceb3f2b76da2 = L.polyline(\n", + " var poly_line_d6fdf0200bec3b56fe494ef0a76ec249 = L.polyline(\n", " [[37.833673, -122.266674], [37.83329, -122.26678]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_4c31a7b3e12ec0d02abeceb3f2b76da2.bindTooltip(\n", + " poly_line_d6fdf0200bec3b56fe494ef0a76ec249.bindTooltip(\n", " `<div>\n", " 82\n", " </div>`,\n", @@ -58852,13 +23895,13 @@ " );\n", " \n", " \n", - " var poly_line_7a87e0401af4960d63840898a03540ef = L.polyline(\n", + " var poly_line_99b2dba96111d8e9a08da15fb9a3e03e = L.polyline(\n", " [[37.83329, -122.26678], [37.832888, -122.266965]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_7a87e0401af4960d63840898a03540ef.bindTooltip(\n", + " poly_line_99b2dba96111d8e9a08da15fb9a3e03e.bindTooltip(\n", " `<div>\n", " 83\n", " </div>`,\n", @@ -58866,13 +23909,13 @@ " );\n", " \n", " \n", - " var poly_line_0dbb424cad27a2c3ac96356d28387f66 = L.polyline(\n", + " var poly_line_7ee19beb89a79890821ddb99b840a3ec = L.polyline(\n", " [[37.832888, -122.266965], [37.832511, -122.267053]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_0dbb424cad27a2c3ac96356d28387f66.bindTooltip(\n", + " poly_line_7ee19beb89a79890821ddb99b840a3ec.bindTooltip(\n", " `<div>\n", " 84\n", " </div>`,\n", @@ -58880,13 +23923,13 @@ " );\n", " \n", " \n", - " var poly_line_94dd102243d720d4f33135a0f8d01686 = L.polyline(\n", + " var poly_line_61373951e5f9a708b4c63891b9d49c94 = L.polyline(\n", " [[37.832511, -122.267053], [37.831538, -122.26718]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_94dd102243d720d4f33135a0f8d01686.bindTooltip(\n", + " poly_line_61373951e5f9a708b4c63891b9d49c94.bindTooltip(\n", " `<div>\n", " 85\n", " </div>`,\n", @@ -58894,13 +23937,13 @@ " );\n", " \n", " \n", - " var poly_line_910c68927288f244c04a211f0dc72359 = L.polyline(\n", + " var poly_line_2b500608390d2a8d935e71719071cbb6 = L.polyline(\n", " [[37.831538, -122.26718], [37.831197, -122.267238]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_910c68927288f244c04a211f0dc72359.bindTooltip(\n", + " poly_line_2b500608390d2a8d935e71719071cbb6.bindTooltip(\n", " `<div>\n", " 86\n", " </div>`,\n", @@ -58908,13 +23951,13 @@ " );\n", " \n", " \n", - " var poly_line_accdeb070c02f8b9f539d978f0aa2a6e = L.polyline(\n", + " var poly_line_d4eafba446505a9733d2d303b3819e25 = L.polyline(\n", " [[37.831197, -122.267238], [37.82986, -122.26742]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_accdeb070c02f8b9f539d978f0aa2a6e.bindTooltip(\n", + " poly_line_d4eafba446505a9733d2d303b3819e25.bindTooltip(\n", " `<div>\n", " 87\n", " </div>`,\n", @@ -58922,13 +23965,13 @@ " );\n", " \n", " \n", - " var poly_line_69c2fec6baa2c0b4db739b8feac90dac = L.polyline(\n", + " var poly_line_0a6591f73381715f17a8097c24c5353a = L.polyline(\n", " [[37.82986, -122.26742], [37.828844, -122.267685]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_69c2fec6baa2c0b4db739b8feac90dac.bindTooltip(\n", + " poly_line_0a6591f73381715f17a8097c24c5353a.bindTooltip(\n", " `<div>\n", " 88\n", " </div>`,\n", @@ -58936,13 +23979,13 @@ " );\n", " \n", " \n", - " var poly_line_3beb3622c27da4a79c9036c5a1f9232d = L.polyline(\n", + " var poly_line_857f9ff39e7251d1ac0a3a32cc816bd2 = L.polyline(\n", " [[37.828844, -122.267685], [37.825452, -122.271873]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3beb3622c27da4a79c9036c5a1f9232d.bindTooltip(\n", + " poly_line_857f9ff39e7251d1ac0a3a32cc816bd2.bindTooltip(\n", " `<div>\n", " 89\n", " </div>`,\n", @@ -58950,13 +23993,13 @@ " );\n", " \n", " \n", - " var poly_line_fa5842fdedc7e5f07606d432e6abaa2e = L.polyline(\n", + " var poly_line_2210b1720180e80e872bcd229ac3a92d = L.polyline(\n", " [[37.825452, -122.271873], [37.825571, -122.272414]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fa5842fdedc7e5f07606d432e6abaa2e.bindTooltip(\n", + " poly_line_2210b1720180e80e872bcd229ac3a92d.bindTooltip(\n", " `<div>\n", " 90\n", " </div>`,\n", @@ -58964,13 +24007,13 @@ " );\n", " \n", " \n", - " var poly_line_3e47ab9c2a7d0cfcd67cefcbc03f40ec = L.polyline(\n", + " var poly_line_0154499bc3e41cabe29b18b2452c3243 = L.polyline(\n", " [[37.825571, -122.272414], [37.826079, -122.274905]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3e47ab9c2a7d0cfcd67cefcbc03f40ec.bindTooltip(\n", + " poly_line_0154499bc3e41cabe29b18b2452c3243.bindTooltip(\n", " `<div>\n", " 91\n", " </div>`,\n", @@ -58978,13 +24021,13 @@ " );\n", " \n", " \n", - " var poly_line_873f634a947ae4f37704bbd571d23c89 = L.polyline(\n", + " var poly_line_27f384d11e4b10414ab10d07d9021de9 = L.polyline(\n", " [[37.826079, -122.274905], [37.826188, -122.275396]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_873f634a947ae4f37704bbd571d23c89.bindTooltip(\n", + " poly_line_27f384d11e4b10414ab10d07d9021de9.bindTooltip(\n", " `<div>\n", " 92\n", " </div>`,\n", @@ -58992,13 +24035,13 @@ " );\n", " \n", " \n", - " var poly_line_3dc985c8272fc1fbe0631e80a1d0f9a8 = L.polyline(\n", + " var poly_line_ce300790017eab58344420405524c3db = L.polyline(\n", " [[37.826188, -122.275396], [37.826639, -122.277766]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3dc985c8272fc1fbe0631e80a1d0f9a8.bindTooltip(\n", + " poly_line_ce300790017eab58344420405524c3db.bindTooltip(\n", " `<div>\n", " 93\n", " </div>`,\n", @@ -59006,13 +24049,13 @@ " );\n", " \n", " \n", - " var poly_line_8aa3a3ba75a98ab44de29ab5283e9584 = L.polyline(\n", + " var poly_line_6fff9b8dd707347b621674b80f08d13c = L.polyline(\n", " [[37.826639, -122.277766], [37.826718, -122.278112]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8aa3a3ba75a98ab44de29ab5283e9584.bindTooltip(\n", + " poly_line_6fff9b8dd707347b621674b80f08d13c.bindTooltip(\n", " `<div>\n", " 94\n", " </div>`,\n", @@ -59020,13 +24063,13 @@ " );\n", " \n", " \n", - " var poly_line_a791666b9115c0483ec913474a51752d = L.polyline(\n", + " var poly_line_303b6b6e56e7cd6b4264df785e8c862f = L.polyline(\n", " [[37.826718, -122.278112], [37.827486, -122.281452]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a791666b9115c0483ec913474a51752d.bindTooltip(\n", + " poly_line_303b6b6e56e7cd6b4264df785e8c862f.bindTooltip(\n", " `<div>\n", " 95\n", " </div>`,\n", @@ -59034,13 +24077,13 @@ " );\n", " \n", " \n", - " var poly_line_56d51162de2798c5eb9948e9e9d4f3c2 = L.polyline(\n", + " var poly_line_ed7f9b7b363d89712b711acd4f1325f9 = L.polyline(\n", " [[37.827486, -122.281452], [37.827349, -122.284479]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_56d51162de2798c5eb9948e9e9d4f3c2.bindTooltip(\n", + " poly_line_ed7f9b7b363d89712b711acd4f1325f9.bindTooltip(\n", " `<div>\n", " 96\n", " </div>`,\n", @@ -59048,13 +24091,13 @@ " );\n", " \n", " \n", - " var poly_line_96aac48fcd48fcf9418558591bb14b3e = L.polyline(\n", + " var poly_line_da95d0a742ef1b13ae156068d26a8f23 = L.polyline(\n", " [[37.827349, -122.284479], [37.827263, -122.284827]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_96aac48fcd48fcf9418558591bb14b3e.bindTooltip(\n", + " poly_line_da95d0a742ef1b13ae156068d26a8f23.bindTooltip(\n", " `<div>\n", " 97\n", " </div>`,\n", @@ -59062,13 +24105,13 @@ " );\n", " \n", " \n", - " var poly_line_e6069d41a35f8dae4ae59b7398047bfe = L.polyline(\n", + " var poly_line_d14d9d7e453d0443560379de2fe9081c = L.polyline(\n", " [[37.827263, -122.284827], [37.82666, -122.289472]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e6069d41a35f8dae4ae59b7398047bfe.bindTooltip(\n", + " poly_line_d14d9d7e453d0443560379de2fe9081c.bindTooltip(\n", " `<div>\n", " 98\n", " </div>`,\n", @@ -59076,13 +24119,13 @@ " );\n", " \n", " \n", - " var poly_line_e1067a3ce8415332d05ea6bc1f813976 = L.polyline(\n", + " var poly_line_9be6c6bb6f10ec355912a03fc261336d = L.polyline(\n", " [[37.82666, -122.289472], [37.827299, -122.296433]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e1067a3ce8415332d05ea6bc1f813976.bindTooltip(\n", + " poly_line_9be6c6bb6f10ec355912a03fc261336d.bindTooltip(\n", " `<div>\n", " 99\n", " </div>`,\n", @@ -59090,13 +24133,13 @@ " );\n", " \n", " \n", - " var poly_line_0b86dec30b032a57ce52117e348d3921 = L.polyline(\n", + " var poly_line_26bceb085e45215e25f695ef2499e14b = L.polyline(\n", " [[37.827299, -122.296433], [37.826331, -122.30082]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_0b86dec30b032a57ce52117e348d3921.bindTooltip(\n", + " poly_line_26bceb085e45215e25f695ef2499e14b.bindTooltip(\n", " `<div>\n", " 100\n", " </div>`,\n", @@ -59104,13 +24147,13 @@ " );\n", " \n", " \n", - " var poly_line_f94efc88ccc8ee3f99a2b344e69e530d = L.polyline(\n", + " var poly_line_3f7b2d991a8d951268944add41ba0bc8 = L.polyline(\n", " [[37.826331, -122.30082], [37.826276, -122.30107]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f94efc88ccc8ee3f99a2b344e69e530d.bindTooltip(\n", + " poly_line_3f7b2d991a8d951268944add41ba0bc8.bindTooltip(\n", " `<div>\n", " 101\n", " </div>`,\n", @@ -59118,13 +24161,13 @@ " );\n", " \n", " \n", - " var poly_line_318dcbbf97b79f7d05b40e8dedba9acf = L.polyline(\n", + " var poly_line_c3e2b61a57739b20574586c3b6bda019 = L.polyline(\n", " [[37.826276, -122.30107], [37.825939, -122.302596]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_318dcbbf97b79f7d05b40e8dedba9acf.bindTooltip(\n", + " poly_line_c3e2b61a57739b20574586c3b6bda019.bindTooltip(\n", " `<div>\n", " 102\n", " </div>`,\n", @@ -59132,13 +24175,13 @@ " );\n", " \n", " \n", - " var poly_line_25d21682abffe91c7ed3fea8154d03d7 = L.polyline(\n", + " var poly_line_695fa18525aabbbef4a31189f8e0a37c = L.polyline(\n", " [[37.825939, -122.302596], [37.825844, -122.303049]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_25d21682abffe91c7ed3fea8154d03d7.bindTooltip(\n", + " poly_line_695fa18525aabbbef4a31189f8e0a37c.bindTooltip(\n", " `<div>\n", " 103\n", " </div>`,\n", @@ -59146,13 +24189,13 @@ " );\n", " \n", " \n", - " var poly_line_10b35edeef7524b96c921178a64de0ca = L.polyline(\n", + " var poly_line_1b33080d6c6616d4e42f5318581eab5f = L.polyline(\n", " [[37.825844, -122.303049], [37.825553, -122.304548]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_10b35edeef7524b96c921178a64de0ca.bindTooltip(\n", + " poly_line_1b33080d6c6616d4e42f5318581eab5f.bindTooltip(\n", " `<div>\n", " 104\n", " </div>`,\n", @@ -59160,13 +24203,13 @@ " );\n", " \n", " \n", - " var poly_line_b6a3d1a0a6bfdfed5bea2c6b363f6987 = L.polyline(\n", + " var poly_line_a9ba91e1e6e5bf0ad3a4a7c576d2507e = L.polyline(\n", " [[37.825553, -122.304548], [37.824945, -122.312154]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b6a3d1a0a6bfdfed5bea2c6b363f6987.bindTooltip(\n", + " poly_line_a9ba91e1e6e5bf0ad3a4a7c576d2507e.bindTooltip(\n", " `<div>\n", " 105\n", " </div>`,\n", @@ -59174,13 +24217,13 @@ " );\n", " \n", " \n", - " var poly_line_35c6d2bb6bceaf8715d8e0941961d0ba = L.polyline(\n", + " var poly_line_60118a313e4de316ad9d7324551274aa = L.polyline(\n", " [[37.824945, -122.312154], [37.824805, -122.313759]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_35c6d2bb6bceaf8715d8e0941961d0ba.bindTooltip(\n", + " poly_line_60118a313e4de316ad9d7324551274aa.bindTooltip(\n", " `<div>\n", " 106\n", " </div>`,\n", @@ -59188,13 +24231,13 @@ " );\n", " \n", " \n", - " var poly_line_217d15fc8c658075265431d574e82778 = L.polyline(\n", + " var poly_line_752a83de94fbc5d8c720a16eb171350c = L.polyline(\n", " [[37.824805, -122.313759], [37.824782, -122.31391]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_217d15fc8c658075265431d574e82778.bindTooltip(\n", + " poly_line_752a83de94fbc5d8c720a16eb171350c.bindTooltip(\n", " `<div>\n", " 107\n", " </div>`,\n", @@ -59202,13 +24245,13 @@ " );\n", " \n", " \n", - " var poly_line_22bb3b3af49816fa046cf3d684bf8ee6 = L.polyline(\n", + " var poly_line_0fcc34289cfef9fe82a15073a2112108 = L.polyline(\n", " [[37.824782, -122.31391], [37.824703, -122.314392]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_22bb3b3af49816fa046cf3d684bf8ee6.bindTooltip(\n", + " poly_line_0fcc34289cfef9fe82a15073a2112108.bindTooltip(\n", " `<div>\n", " 108\n", " </div>`,\n", @@ -59216,13 +24259,13 @@ " );\n", " \n", " \n", - " var poly_line_2cb11c4a3cbd30152d3b06cd6d3e408e = L.polyline(\n", + " var poly_line_de0b77437847407bf6a2fc787e0cfb9d = L.polyline(\n", " [[37.824703, -122.314392], [37.824087, -122.317508]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_2cb11c4a3cbd30152d3b06cd6d3e408e.bindTooltip(\n", + " poly_line_de0b77437847407bf6a2fc787e0cfb9d.bindTooltip(\n", " `<div>\n", " 109\n", " </div>`,\n", @@ -59230,13 +24273,13 @@ " );\n", " \n", " \n", - " var poly_line_4c23c1986b1638a86a0c406a49997ca7 = L.polyline(\n", + " var poly_line_4204a05a642d710f28fedb44da6e6995 = L.polyline(\n", " [[37.824087, -122.317508], [37.8239, -122.318289]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_4c23c1986b1638a86a0c406a49997ca7.bindTooltip(\n", + " poly_line_4204a05a642d710f28fedb44da6e6995.bindTooltip(\n", " `<div>\n", " 110\n", " </div>`,\n", @@ -59244,13 +24287,13 @@ " );\n", " \n", " \n", - " var poly_line_569033d8a912966f595cb5a5c6e56eca = L.polyline(\n", + " var poly_line_b990e7cf0fc445ac581ff6bfe7631b67 = L.polyline(\n", " [[37.8239, -122.318289], [37.823566, -122.319215]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_569033d8a912966f595cb5a5c6e56eca.bindTooltip(\n", + " poly_line_b990e7cf0fc445ac581ff6bfe7631b67.bindTooltip(\n", " `<div>\n", " 111\n", " </div>`,\n", @@ -59258,13 +24301,13 @@ " );\n", " \n", " \n", - " var poly_line_817c9d25d996fb58f8b1168377df2748 = L.polyline(\n", + " var poly_line_114d96aa36e8a36b0abd526fdae3aa02 = L.polyline(\n", " [[37.823566, -122.319215], [37.823192, -122.320243]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_817c9d25d996fb58f8b1168377df2748.bindTooltip(\n", + " poly_line_114d96aa36e8a36b0abd526fdae3aa02.bindTooltip(\n", " `<div>\n", " 112\n", " </div>`,\n", @@ -59272,13 +24315,13 @@ " );\n", " \n", " \n", - " var poly_line_59cb80185af9d059e9c4f95d1b879f0a = L.polyline(\n", + " var poly_line_7ed61efb9ca8750be5255e7cb58a2d65 = L.polyline(\n", " [[37.823192, -122.320243], [37.822595, -122.322952]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_59cb80185af9d059e9c4f95d1b879f0a.bindTooltip(\n", + " poly_line_7ed61efb9ca8750be5255e7cb58a2d65.bindTooltip(\n", " `<div>\n", " 113\n", " </div>`,\n", @@ -59286,13 +24329,13 @@ " );\n", " \n", " \n", - " var poly_line_84f16510e05282eaee39173ad834cca8 = L.polyline(\n", + " var poly_line_553710b364d62c892e9e29a5f664fe99 = L.polyline(\n", " [[37.822595, -122.322952], [37.822197, -122.327655]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_84f16510e05282eaee39173ad834cca8.bindTooltip(\n", + " poly_line_553710b364d62c892e9e29a5f664fe99.bindTooltip(\n", " `<div>\n", " 114\n", " </div>`,\n", @@ -59300,13 +24343,13 @@ " );\n", " \n", " \n", - " var poly_line_fa97013c3ec8ac9029fd85c687aa16f3 = L.polyline(\n", + " var poly_line_db7edf18b00ea537160253481e46ecd3 = L.polyline(\n", " [[37.822197, -122.327655], [37.822189, -122.327757]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fa97013c3ec8ac9029fd85c687aa16f3.bindTooltip(\n", + " poly_line_db7edf18b00ea537160253481e46ecd3.bindTooltip(\n", " `<div>\n", " 115\n", " </div>`,\n", @@ -59314,13 +24357,13 @@ " );\n", " \n", " \n", - " var poly_line_3b481c43ea8e9ea212d10ca5e5b549b9 = L.polyline(\n", + " var poly_line_2a1a8fecdb11328159afd61aa66a5b3d = L.polyline(\n", " [[37.822189, -122.327757], [37.814388, -122.360446]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3b481c43ea8e9ea212d10ca5e5b549b9.bindTooltip(\n", + " poly_line_2a1a8fecdb11328159afd61aa66a5b3d.bindTooltip(\n", " `<div>\n", " 116\n", " </div>`,\n", @@ -59328,13 +24371,13 @@ " );\n", " \n", " \n", - " var poly_line_61d002c0cb9d20276030c53f1407d258 = L.polyline(\n", + " var poly_line_ce3b1192057112abf180114b13427bea = L.polyline(\n", " [[37.814388, -122.360446], [37.813886, -122.36121]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_61d002c0cb9d20276030c53f1407d258.bindTooltip(\n", + " poly_line_ce3b1192057112abf180114b13427bea.bindTooltip(\n", " `<div>\n", " 117\n", " </div>`,\n", @@ -59342,13 +24385,13 @@ " );\n", " \n", " \n", - " var poly_line_a80eeecee1da4120a2beef077ea84a12 = L.polyline(\n", + " var poly_line_794e417ad3e126c830f26e21fbda7c88 = L.polyline(\n", " [[37.813886, -122.36121], [37.810788, -122.364387]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a80eeecee1da4120a2beef077ea84a12.bindTooltip(\n", + " poly_line_794e417ad3e126c830f26e21fbda7c88.bindTooltip(\n", " `<div>\n", " 118\n", " </div>`,\n", @@ -59356,13 +24399,13 @@ " );\n", " \n", " \n", - " var poly_line_5393ca486d56137780806f14e28633d7 = L.polyline(\n", + " var poly_line_3b5df9c228a5698dd075e93c2c1761b4 = L.polyline(\n", " [[37.810788, -122.364387], [37.810156, -122.365072]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5393ca486d56137780806f14e28633d7.bindTooltip(\n", + " poly_line_3b5df9c228a5698dd075e93c2c1761b4.bindTooltip(\n", " `<div>\n", " 119\n", " </div>`,\n", @@ -59370,13 +24413,13 @@ " );\n", " \n", " \n", - " var poly_line_3d2bb8d43e77da508406b656b364d91a = L.polyline(\n", + " var poly_line_3fd5b47a63df3900dee7bda17fa6c2cb = L.polyline(\n", " [[37.810156, -122.365072], [37.808984, -122.366323]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3d2bb8d43e77da508406b656b364d91a.bindTooltip(\n", + " poly_line_3fd5b47a63df3900dee7bda17fa6c2cb.bindTooltip(\n", " `<div>\n", " 120\n", " </div>`,\n", @@ -59384,13 +24427,13 @@ " );\n", " \n", " \n", - " var poly_line_d9592c94d22f74cb0277b21ff88e8df3 = L.polyline(\n", + " var poly_line_a7b28223d99195d93cd95bbddd1f1afc = L.polyline(\n", " [[37.808984, -122.366323], [37.808078, -122.367291]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_d9592c94d22f74cb0277b21ff88e8df3.bindTooltip(\n", + " poly_line_a7b28223d99195d93cd95bbddd1f1afc.bindTooltip(\n", " `<div>\n", " 121\n", " </div>`,\n", @@ -59398,13 +24441,13 @@ " );\n", " \n", " \n", - " var poly_line_a855a11b96226382dbab48bc610ce31e = L.polyline(\n", + " var poly_line_937ef815df09f8c2ff943daba112b5de = L.polyline(\n", " [[37.808078, -122.367291], [37.785974, -122.39102]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a855a11b96226382dbab48bc610ce31e.bindTooltip(\n", + " poly_line_937ef815df09f8c2ff943daba112b5de.bindTooltip(\n", " `<div>\n", " 122\n", " </div>`,\n", @@ -59412,13 +24455,13 @@ " );\n", " \n", " \n", - " var poly_line_e3bfaffc788edbc59c58e23957047f5e = L.polyline(\n", + " var poly_line_94d18d548de02969c6f2cf8bea8b2fec = L.polyline(\n", " [[37.785974, -122.39102], [37.785654, -122.391502]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e3bfaffc788edbc59c58e23957047f5e.bindTooltip(\n", + " poly_line_94d18d548de02969c6f2cf8bea8b2fec.bindTooltip(\n", " `<div>\n", " 123\n", " </div>`,\n", @@ -59426,13 +24469,13 @@ " );\n", " \n", " \n", - " var poly_line_b48955541a846b292747b1db0a9e5379 = L.polyline(\n", + " var poly_line_8ea79a57ee0d353e8ad808d34df2d739 = L.polyline(\n", " [[37.785654, -122.391502], [37.782956, -122.395641]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b48955541a846b292747b1db0a9e5379.bindTooltip(\n", + " poly_line_8ea79a57ee0d353e8ad808d34df2d739.bindTooltip(\n", " `<div>\n", " 124\n", " </div>`,\n", @@ -59440,13 +24483,13 @@ " );\n", " \n", " \n", - " var poly_line_8f70b73a3e7cd3626a6d61d7434391bb = L.polyline(\n", + " var poly_line_5f7ddd2e5b76914fa5e64dbff8b47465 = L.polyline(\n", " [[37.782956, -122.395641], [37.782366, -122.39639]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8f70b73a3e7cd3626a6d61d7434391bb.bindTooltip(\n", + " poly_line_5f7ddd2e5b76914fa5e64dbff8b47465.bindTooltip(\n", " `<div>\n", " 125\n", " </div>`,\n", @@ -59454,13 +24497,13 @@ " );\n", " \n", " \n", - " var poly_line_64607dda22731683256bc9a77db3d78e = L.polyline(\n", + " var poly_line_82756dc13f3fee4b10d9e028d0559c13 = L.polyline(\n", " [[37.782366, -122.39639], [37.778094, -122.401955]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_64607dda22731683256bc9a77db3d78e.bindTooltip(\n", + " poly_line_82756dc13f3fee4b10d9e028d0559c13.bindTooltip(\n", " `<div>\n", " 126\n", " </div>`,\n", @@ -59468,13 +24511,13 @@ " );\n", " \n", " \n", - " var poly_line_1ea4ceb3d6849a4f62892fd6caf18c21 = L.polyline(\n", + " var poly_line_d9e6a386b3312394bdb5464d92a5ed8f = L.polyline(\n", " [[37.778094, -122.401955], [37.776113, -122.405095]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1ea4ceb3d6849a4f62892fd6caf18c21.bindTooltip(\n", + " poly_line_d9e6a386b3312394bdb5464d92a5ed8f.bindTooltip(\n", " `<div>\n", " 127\n", " </div>`,\n", @@ -59482,13 +24525,13 @@ " );\n", " \n", " \n", - " var poly_line_8da6a23b61a7def002bb9d32e049a193 = L.polyline(\n", + " var poly_line_46d70aa48c814b67510b5c69df57cd64 = L.polyline(\n", " [[37.776113, -122.405095], [37.772057, -122.406619]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_8da6a23b61a7def002bb9d32e049a193.bindTooltip(\n", + " poly_line_46d70aa48c814b67510b5c69df57cd64.bindTooltip(\n", " `<div>\n", " 128\n", " </div>`,\n", @@ -59496,13 +24539,13 @@ " );\n", " \n", " \n", - " var poly_line_880921addb3625401739e8e73fc4af94 = L.polyline(\n", + " var poly_line_aeefc8a3e7240b43009331fdbdbac3e1 = L.polyline(\n", " [[37.772057, -122.406619], [37.771176, -122.406203]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_880921addb3625401739e8e73fc4af94.bindTooltip(\n", + " poly_line_aeefc8a3e7240b43009331fdbdbac3e1.bindTooltip(\n", " `<div>\n", " 129\n", " </div>`,\n", @@ -59510,13 +24553,13 @@ " );\n", " \n", " \n", - " var poly_line_98b4e5d59aaaa0172b55d657c8955340 = L.polyline(\n", + " var poly_line_0c0b4647e2b9fdd29d6606d75ac0217a = L.polyline(\n", " [[37.771176, -122.406203], [37.7666, -122.405296]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_98b4e5d59aaaa0172b55d657c8955340.bindTooltip(\n", + " poly_line_0c0b4647e2b9fdd29d6606d75ac0217a.bindTooltip(\n", " `<div>\n", " 130\n", " </div>`,\n", @@ -59524,13 +24567,13 @@ " );\n", " \n", " \n", - " var poly_line_b167731e4d975e156d728a22ebc0b05f = L.polyline(\n", + " var poly_line_f75f6df1bf7cc4813599982c614b790e = L.polyline(\n", " [[37.7666, -122.405296], [37.764387, -122.405112]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b167731e4d975e156d728a22ebc0b05f.bindTooltip(\n", + " poly_line_f75f6df1bf7cc4813599982c614b790e.bindTooltip(\n", " `<div>\n", " 131\n", " </div>`,\n", @@ -59538,13 +24581,13 @@ " );\n", " \n", " \n", - " var poly_line_f30180c4d1f63469d1f448838f8f52c3 = L.polyline(\n", + " var poly_line_7c0c4a9d14d70ca2aa1513ed54aad70c = L.polyline(\n", " [[37.764387, -122.405112], [37.752624, -122.40302]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f30180c4d1f63469d1f448838f8f52c3.bindTooltip(\n", + " poly_line_7c0c4a9d14d70ca2aa1513ed54aad70c.bindTooltip(\n", " `<div>\n", " 132\n", " </div>`,\n", @@ -59552,13 +24595,13 @@ " );\n", " \n", " \n", - " var poly_line_3a1dfb7b137ba1e16c6a6ed05cc1983f = L.polyline(\n", + " var poly_line_f2bbb5edab3847357a70ea27ede6536d = L.polyline(\n", " [[37.752624, -122.40302], [37.749827, -122.403686]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_3a1dfb7b137ba1e16c6a6ed05cc1983f.bindTooltip(\n", + " poly_line_f2bbb5edab3847357a70ea27ede6536d.bindTooltip(\n", " `<div>\n", " 133\n", " </div>`,\n", @@ -59566,13 +24609,13 @@ " );\n", " \n", " \n", - " var poly_line_f07e94760d0c5cd003a7506f57760302 = L.polyline(\n", + " var poly_line_b869253bd9aabd8970a0dfead98b3e8b = L.polyline(\n", " [[37.749827, -122.403686], [37.748232, -122.404197]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f07e94760d0c5cd003a7506f57760302.bindTooltip(\n", + " poly_line_b869253bd9aabd8970a0dfead98b3e8b.bindTooltip(\n", " `<div>\n", " 134\n", " </div>`,\n", @@ -59580,13 +24623,13 @@ " );\n", " \n", " \n", - " var poly_line_9955999376bcf6fc94e8f571aa8fae04 = L.polyline(\n", + " var poly_line_3860d54fbf7ff33dbd474381b01bf897 = L.polyline(\n", " [[37.748232, -122.404197], [37.746409, -122.40475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9955999376bcf6fc94e8f571aa8fae04.bindTooltip(\n", + " poly_line_3860d54fbf7ff33dbd474381b01bf897.bindTooltip(\n", " `<div>\n", " 135\n", " </div>`,\n", @@ -59594,13 +24637,13 @@ " );\n", " \n", " \n", - " var poly_line_5058246f74550256c739d764bf6b430e = L.polyline(\n", + " var poly_line_6e69b459708f4233e21779c0a8d58a0c = L.polyline(\n", " [[37.746409, -122.40475], [37.741311, -122.40772]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5058246f74550256c739d764bf6b430e.bindTooltip(\n", + " poly_line_6e69b459708f4233e21779c0a8d58a0c.bindTooltip(\n", " `<div>\n", " 136\n", " </div>`,\n", @@ -59608,13 +24651,13 @@ " );\n", " \n", " \n", - " var poly_line_93dd3d4d91e73b27ad9003afcfd11492 = L.polyline(\n", + " var poly_line_132d6629471445717d6b1e527c47b2c2 = L.polyline(\n", " [[37.741311, -122.40772], [37.739833, -122.408124]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_93dd3d4d91e73b27ad9003afcfd11492.bindTooltip(\n", + " poly_line_132d6629471445717d6b1e527c47b2c2.bindTooltip(\n", " `<div>\n", " 137\n", " </div>`,\n", @@ -59622,13 +24665,13 @@ " );\n", " \n", " \n", - " var poly_line_a82cdd9298f7787cfc6a6d39576c4693 = L.polyline(\n", + " var poly_line_ad17b4874cac13ea7757778396b7a765 = L.polyline(\n", " [[37.739833, -122.408124], [37.739475, -122.408164]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a82cdd9298f7787cfc6a6d39576c4693.bindTooltip(\n", + " poly_line_ad17b4874cac13ea7757778396b7a765.bindTooltip(\n", " `<div>\n", " 138\n", " </div>`,\n", @@ -59636,13 +24679,13 @@ " );\n", " \n", " \n", - " var poly_line_7156767008b373e5b25175ceffc2dec7 = L.polyline(\n", + " var poly_line_eacf10ac47e2b0a0c12462c163b6c148 = L.polyline(\n", " [[37.739475, -122.408164], [37.738001, -122.408083]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_7156767008b373e5b25175ceffc2dec7.bindTooltip(\n", + " poly_line_eacf10ac47e2b0a0c12462c163b6c148.bindTooltip(\n", " `<div>\n", " 139\n", " </div>`,\n", @@ -59650,13 +24693,13 @@ " );\n", " \n", " \n", - " var poly_line_b00b67be33912794613a978a8a28cf11 = L.polyline(\n", + " var poly_line_0d473a6052ec3e365e7640009e9fd2ef = L.polyline(\n", " [[37.738001, -122.408083], [37.735924, -122.407256]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_b00b67be33912794613a978a8a28cf11.bindTooltip(\n", + " poly_line_0d473a6052ec3e365e7640009e9fd2ef.bindTooltip(\n", " `<div>\n", " 140\n", " </div>`,\n", @@ -59664,13 +24707,13 @@ " );\n", " \n", " \n", - " var poly_line_53da9df813ac4e989c1fae0bf9615981 = L.polyline(\n", + " var poly_line_3738b7c4359339146976338fe071ba28 = L.polyline(\n", " [[37.735924, -122.407256], [37.735545, -122.407043]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_53da9df813ac4e989c1fae0bf9615981.bindTooltip(\n", + " poly_line_3738b7c4359339146976338fe071ba28.bindTooltip(\n", " `<div>\n", " 141\n", " </div>`,\n", @@ -59678,13 +24721,13 @@ " );\n", " \n", " \n", - " var poly_line_50761e727b6ba744b6b1a9c10622f204 = L.polyline(\n", + " var poly_line_d91fbc51c92af4912ad1bd655dfe0800 = L.polyline(\n", " [[37.735545, -122.407043], [37.733191, -122.405674]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_50761e727b6ba744b6b1a9c10622f204.bindTooltip(\n", + " poly_line_d91fbc51c92af4912ad1bd655dfe0800.bindTooltip(\n", " `<div>\n", " 142\n", " </div>`,\n", @@ -59692,13 +24735,13 @@ " );\n", " \n", " \n", - " var poly_line_1ecd8951514f3b166c5b6a1efaf2f4b5 = L.polyline(\n", + " var poly_line_8de13a456ad3b15a44d357920b21ed51 = L.polyline(\n", " [[37.733191, -122.405674], [37.732955, -122.405523]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1ecd8951514f3b166c5b6a1efaf2f4b5.bindTooltip(\n", + " poly_line_8de13a456ad3b15a44d357920b21ed51.bindTooltip(\n", " `<div>\n", " 143\n", " </div>`,\n", @@ -59706,13 +24749,13 @@ " );\n", " \n", " \n", - " var poly_line_cbbe54caebb17cfc4ff0f877fa3bb3e5 = L.polyline(\n", + " var poly_line_e03cfcee1053f2569e6af895d357fa6a = L.polyline(\n", " [[37.732955, -122.405523], [37.730114, -122.403995]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_cbbe54caebb17cfc4ff0f877fa3bb3e5.bindTooltip(\n", + " poly_line_e03cfcee1053f2569e6af895d357fa6a.bindTooltip(\n", " `<div>\n", " 144\n", " </div>`,\n", @@ -59720,13 +24763,13 @@ " );\n", " \n", " \n", - " var poly_line_ee08bf2400d4270d1cbae4e26b209f66 = L.polyline(\n", + " var poly_line_7e597c387b8388e55d1ef25d4f9e1cbd = L.polyline(\n", " [[37.730114, -122.403995], [37.728449, -122.403279]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ee08bf2400d4270d1cbae4e26b209f66.bindTooltip(\n", + " poly_line_7e597c387b8388e55d1ef25d4f9e1cbd.bindTooltip(\n", " `<div>\n", " 145\n", " </div>`,\n", @@ -59734,13 +24777,13 @@ " );\n", " \n", " \n", - " var poly_line_efc4245517869542c307050568362c23 = L.polyline(\n", + " var poly_line_46345fab216ad86d5861a2f5300506c3 = L.polyline(\n", " [[37.728449, -122.403279], [37.727876, -122.403032]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_efc4245517869542c307050568362c23.bindTooltip(\n", + " poly_line_46345fab216ad86d5861a2f5300506c3.bindTooltip(\n", " `<div>\n", " 146\n", " </div>`,\n", @@ -59748,13 +24791,13 @@ " );\n", " \n", " \n", - " var poly_line_14c6cb2ef2e7c0d189beb5afd42c2fd1 = L.polyline(\n", + " var poly_line_ade0b42a3b3ecffb9e80b822cf0d37bd = L.polyline(\n", " [[37.727876, -122.403032], [37.727719, -122.402967]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_14c6cb2ef2e7c0d189beb5afd42c2fd1.bindTooltip(\n", + " poly_line_ade0b42a3b3ecffb9e80b822cf0d37bd.bindTooltip(\n", " `<div>\n", " 147\n", " </div>`,\n", @@ -59762,13 +24805,13 @@ " );\n", " \n", " \n", - " var poly_line_c695be71423b6ad6b81ddc83eda40dc5 = L.polyline(\n", + " var poly_line_6fafefc3505f41fb9766e25f1eef7e17 = L.polyline(\n", " [[37.727719, -122.402967], [37.726603, -122.402483]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_c695be71423b6ad6b81ddc83eda40dc5.bindTooltip(\n", + " poly_line_6fafefc3505f41fb9766e25f1eef7e17.bindTooltip(\n", " `<div>\n", " 148\n", " </div>`,\n", @@ -59776,13 +24819,13 @@ " );\n", " \n", " \n", - " var poly_line_e76134d5013dc901b1565ad1fb897b5e = L.polyline(\n", + " var poly_line_5911e5b506e7c8b43c566a1b49c3d53a = L.polyline(\n", " [[37.726603, -122.402483], [37.723991, -122.401475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e76134d5013dc901b1565ad1fb897b5e.bindTooltip(\n", + " poly_line_5911e5b506e7c8b43c566a1b49c3d53a.bindTooltip(\n", " `<div>\n", " 149\n", " </div>`,\n", @@ -59790,13 +24833,13 @@ " );\n", " \n", " \n", - " var poly_line_60c7c6e84bc266eec4f7c3a5a137d377 = L.polyline(\n", + " var poly_line_d1bc94485419c7666c7f435ae75a018a = L.polyline(\n", " [[37.723991, -122.401475], [37.723897, -122.401438]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_60c7c6e84bc266eec4f7c3a5a137d377.bindTooltip(\n", + " poly_line_d1bc94485419c7666c7f435ae75a018a.bindTooltip(\n", " `<div>\n", " 150\n", " </div>`,\n", @@ -59804,13 +24847,13 @@ " );\n", " \n", " \n", - " var poly_line_72567478f4556b3e357a3a29e4147089 = L.polyline(\n", + " var poly_line_c29f2753a835724675a5f9137ebe3a5b = L.polyline(\n", " [[37.723897, -122.401438], [37.723492, -122.401268]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_72567478f4556b3e357a3a29e4147089.bindTooltip(\n", + " poly_line_c29f2753a835724675a5f9137ebe3a5b.bindTooltip(\n", " `<div>\n", " 151\n", " </div>`,\n", @@ -59818,13 +24861,13 @@ " );\n", " \n", " \n", - " var poly_line_66cefc8ff2182d397d59a5231a2103f8 = L.polyline(\n", + " var poly_line_7914331f88d8a25b3cb1ebada86f3e90 = L.polyline(\n", " [[37.723492, -122.401268], [37.720573, -122.400153]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_66cefc8ff2182d397d59a5231a2103f8.bindTooltip(\n", + " poly_line_7914331f88d8a25b3cb1ebada86f3e90.bindTooltip(\n", " `<div>\n", " 152\n", " </div>`,\n", @@ -59832,13 +24875,13 @@ " );\n", " \n", " \n", - " var poly_line_266c21bdbf9014b08d59f9405d725747 = L.polyline(\n", + " var poly_line_2204964bcb662ba522f8000677a6b2cf = L.polyline(\n", " [[37.720573, -122.400153], [37.719482, -122.399829]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_266c21bdbf9014b08d59f9405d725747.bindTooltip(\n", + " poly_line_2204964bcb662ba522f8000677a6b2cf.bindTooltip(\n", " `<div>\n", " 153\n", " </div>`,\n", @@ -59846,13 +24889,13 @@ " );\n", " \n", " \n", - " var poly_line_a4ce6c43717686a98d7944071eecde6d = L.polyline(\n", + " var poly_line_9cf854520df755e6d59d2d346d5af8ca = L.polyline(\n", " [[37.719482, -122.399829], [37.718759, -122.399635]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a4ce6c43717686a98d7944071eecde6d.bindTooltip(\n", + " poly_line_9cf854520df755e6d59d2d346d5af8ca.bindTooltip(\n", " `<div>\n", " 154\n", " </div>`,\n", @@ -59860,13 +24903,13 @@ " );\n", " \n", " \n", - " var poly_line_9786611197eee1a7a058a53ac8e7950c = L.polyline(\n", + " var poly_line_b361f5f243c0160e0ef0a64744ff2a85 = L.polyline(\n", " [[37.718759, -122.399635], [37.718527, -122.399573]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9786611197eee1a7a058a53ac8e7950c.bindTooltip(\n", + " poly_line_b361f5f243c0160e0ef0a64744ff2a85.bindTooltip(\n", " `<div>\n", " 155\n", " </div>`,\n", @@ -59874,13 +24917,13 @@ " );\n", " \n", " \n", - " var poly_line_59abec1ad3c5902d72ad5b63ab8f8169 = L.polyline(\n", + " var poly_line_a4d2370609b7634f9140445e0f3c27c3 = L.polyline(\n", " [[37.718527, -122.399573], [37.714801, -122.397982]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_59abec1ad3c5902d72ad5b63ab8f8169.bindTooltip(\n", + " poly_line_a4d2370609b7634f9140445e0f3c27c3.bindTooltip(\n", " `<div>\n", " 156\n", " </div>`,\n", @@ -59888,13 +24931,13 @@ " );\n", " \n", " \n", - " var poly_line_622226b4d9673fba4ee9a5e46524bcd5 = L.polyline(\n", + " var poly_line_e5592b3ed018d1e7697cdbc24a36a65b = L.polyline(\n", " [[37.714801, -122.397982], [37.714359, -122.397612]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_622226b4d9673fba4ee9a5e46524bcd5.bindTooltip(\n", + " poly_line_e5592b3ed018d1e7697cdbc24a36a65b.bindTooltip(\n", " `<div>\n", " 157\n", " </div>`,\n", @@ -59902,13 +24945,13 @@ " );\n", " \n", " \n", - " var poly_line_beb719cf07774c8ed41cb415f16e2862 = L.polyline(\n", + " var poly_line_310503cbf24634e04b3cc451f54ebb55 = L.polyline(\n", " [[37.714359, -122.397612], [37.713699, -122.397058]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_beb719cf07774c8ed41cb415f16e2862.bindTooltip(\n", + " poly_line_310503cbf24634e04b3cc451f54ebb55.bindTooltip(\n", " `<div>\n", " 158\n", " </div>`,\n", @@ -59916,13 +24959,13 @@ " );\n", " \n", " \n", - " var poly_line_d58db3ce3685abb2ccd9499470c5c8c7 = L.polyline(\n", + " var poly_line_b999aff88aeb7138ded80c0cd8edc698 = L.polyline(\n", " [[37.713699, -122.397058], [37.713481, -122.396879]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_d58db3ce3685abb2ccd9499470c5c8c7.bindTooltip(\n", + " poly_line_b999aff88aeb7138ded80c0cd8edc698.bindTooltip(\n", " `<div>\n", " 159\n", " </div>`,\n", @@ -59930,13 +24973,13 @@ " );\n", " \n", " \n", - " var poly_line_5d0d8b2fa3f9fff83dafe571c10d594e = L.polyline(\n", + " var poly_line_0807387726b51fed82fe67582c973cf0 = L.polyline(\n", " [[37.713481, -122.396879], [37.711075, -122.395719]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5d0d8b2fa3f9fff83dafe571c10d594e.bindTooltip(\n", + " poly_line_0807387726b51fed82fe67582c973cf0.bindTooltip(\n", " `<div>\n", " 160\n", " </div>`,\n", @@ -59944,13 +24987,13 @@ " );\n", " \n", " \n", - " var poly_line_fca64cf06afd4cb67b4dcbae90de4a20 = L.polyline(\n", + " var poly_line_ceb59be228235d3ea0963b04ecf431c5 = L.polyline(\n", " [[37.711075, -122.395719], [37.710737, -122.395642]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fca64cf06afd4cb67b4dcbae90de4a20.bindTooltip(\n", + " poly_line_ceb59be228235d3ea0963b04ecf431c5.bindTooltip(\n", " `<div>\n", " 161\n", " </div>`,\n", @@ -59958,13 +25001,13 @@ " );\n", " \n", " \n", - " var poly_line_4ffb5b655f0c8fe2f22133ebc5f1dfce = L.polyline(\n", + " var poly_line_cf80132340824975a9e04fc38ccc81fc = L.polyline(\n", " [[37.710737, -122.395642], [37.710363, -122.395556]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_4ffb5b655f0c8fe2f22133ebc5f1dfce.bindTooltip(\n", + " poly_line_cf80132340824975a9e04fc38ccc81fc.bindTooltip(\n", " `<div>\n", " 162\n", " </div>`,\n", @@ -59972,13 +25015,13 @@ " );\n", " \n", " \n", - " var poly_line_f3aabd9c6226d9d060ace11abf37e213 = L.polyline(\n", + " var poly_line_f2340f625dbb70445122fb4ed93a655e = L.polyline(\n", " [[37.710363, -122.395556], [37.708914, -122.395228]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f3aabd9c6226d9d060ace11abf37e213.bindTooltip(\n", + " poly_line_f2340f625dbb70445122fb4ed93a655e.bindTooltip(\n", " `<div>\n", " 163\n", " </div>`,\n", @@ -59986,13 +25029,13 @@ " );\n", " \n", " \n", - " var poly_line_55dfa8b4ce3d8a943ce89252e3e7578b = L.polyline(\n", + " var poly_line_8ef497eec04cdcb50090e9ad4252bfca = L.polyline(\n", " [[37.708914, -122.395228], [37.708441, -122.395124]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_55dfa8b4ce3d8a943ce89252e3e7578b.bindTooltip(\n", + " poly_line_8ef497eec04cdcb50090e9ad4252bfca.bindTooltip(\n", " `<div>\n", " 164\n", " </div>`,\n", @@ -60000,13 +25043,13 @@ " );\n", " \n", " \n", - " var poly_line_431e9dc710bb1a7a4549998e0b0fb535 = L.polyline(\n", + " var poly_line_dd79974d1c218bcd161b438a8a55d663 = L.polyline(\n", " [[37.708441, -122.395124], [37.708256, -122.395085]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_431e9dc710bb1a7a4549998e0b0fb535.bindTooltip(\n", + " poly_line_dd79974d1c218bcd161b438a8a55d663.bindTooltip(\n", " `<div>\n", " 165\n", " </div>`,\n", @@ -60014,13 +25057,13 @@ " );\n", " \n", " \n", - " var poly_line_acd7fdf0544e1d6375b296a8fb13f596 = L.polyline(\n", + " var poly_line_b9dea55db9b29cc5052c8cad6f82b705 = L.polyline(\n", " [[37.708256, -122.395085], [37.707767, -122.394979]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_acd7fdf0544e1d6375b296a8fb13f596.bindTooltip(\n", + " poly_line_b9dea55db9b29cc5052c8cad6f82b705.bindTooltip(\n", " `<div>\n", " 166\n", " </div>`,\n", @@ -60028,13 +25071,13 @@ " );\n", " \n", " \n", - " var poly_line_be00fe2a464bf0da2c450c1a88b92575 = L.polyline(\n", + " var poly_line_919c2c76663023d9ebff14adeef9cabd = L.polyline(\n", " [[37.707767, -122.394979], [37.703666, -122.394094]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_be00fe2a464bf0da2c450c1a88b92575.bindTooltip(\n", + " poly_line_919c2c76663023d9ebff14adeef9cabd.bindTooltip(\n", " `<div>\n", " 167\n", " </div>`,\n", @@ -60042,13 +25085,13 @@ " );\n", " \n", " \n", - " var poly_line_618ba08eb1a8022ee4053784032617be = L.polyline(\n", + " var poly_line_59b34a7cbe67678c81c02e562597e6c6 = L.polyline(\n", " [[37.703666, -122.394094], [37.693475, -122.391794]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_618ba08eb1a8022ee4053784032617be.bindTooltip(\n", + " poly_line_59b34a7cbe67678c81c02e562597e6c6.bindTooltip(\n", " `<div>\n", " 168\n", " </div>`,\n", @@ -60056,13 +25099,13 @@ " );\n", " \n", " \n", - " var poly_line_6b20164faf8bdf3b2e1815de6d7349a8 = L.polyline(\n", + " var poly_line_721d2606f6d3e2efee0485804f994f47 = L.polyline(\n", " [[37.693475, -122.391794], [37.690117, -122.391039]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_6b20164faf8bdf3b2e1815de6d7349a8.bindTooltip(\n", + " poly_line_721d2606f6d3e2efee0485804f994f47.bindTooltip(\n", " `<div>\n", " 169\n", " </div>`,\n", @@ -60070,13 +25113,13 @@ " );\n", " \n", " \n", - " var poly_line_438ac744f2f2d92d15e19f715b8a25cb = L.polyline(\n", + " var poly_line_e2dac6fcbafed2e6e8d2bcd3eb1c0485 = L.polyline(\n", " [[37.690117, -122.391039], [37.688699, -122.390719]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_438ac744f2f2d92d15e19f715b8a25cb.bindTooltip(\n", + " poly_line_e2dac6fcbafed2e6e8d2bcd3eb1c0485.bindTooltip(\n", " `<div>\n", " 170\n", " </div>`,\n", @@ -60084,13 +25127,13 @@ " );\n", " \n", " \n", - " var poly_line_6b287e9f8e72306792d567b95a49fd4c = L.polyline(\n", + " var poly_line_ef4aa99a796b90df81c4c01680510601 = L.polyline(\n", " [[37.688699, -122.390719], [37.675281, -122.389194]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_6b287e9f8e72306792d567b95a49fd4c.bindTooltip(\n", + " poly_line_ef4aa99a796b90df81c4c01680510601.bindTooltip(\n", " `<div>\n", " 171\n", " </div>`,\n", @@ -60098,13 +25141,13 @@ " );\n", " \n", " \n", - " var poly_line_9e7b57780b7858075e94897c00f8792e = L.polyline(\n", + " var poly_line_eb0d4c92ce6668afcdb670d19693779e = L.polyline(\n", " [[37.675281, -122.389194], [37.67381, -122.38993]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9e7b57780b7858075e94897c00f8792e.bindTooltip(\n", + " poly_line_eb0d4c92ce6668afcdb670d19693779e.bindTooltip(\n", " `<div>\n", " 172\n", " </div>`,\n", @@ -60112,13 +25155,13 @@ " );\n", " \n", " \n", - " var poly_line_45a612e52c4768162c09f4df12000fb5 = L.polyline(\n", + " var poly_line_fd255f8cb32abac0b5213a54703e4918 = L.polyline(\n", " [[37.67381, -122.38993], [37.669652, -122.393038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_45a612e52c4768162c09f4df12000fb5.bindTooltip(\n", + " poly_line_fd255f8cb32abac0b5213a54703e4918.bindTooltip(\n", " `<div>\n", " 173\n", " </div>`,\n", @@ -60126,13 +25169,13 @@ " );\n", " \n", " \n", - " var poly_line_effb2c124cdf118fd9bc0b293e6e999f = L.polyline(\n", + " var poly_line_132c7584d351b68f62857bb1b2bf6810 = L.polyline(\n", " [[37.669652, -122.393038], [37.667471, -122.395136]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_effb2c124cdf118fd9bc0b293e6e999f.bindTooltip(\n", + " poly_line_132c7584d351b68f62857bb1b2bf6810.bindTooltip(\n", " `<div>\n", " 174\n", " </div>`,\n", @@ -60140,13 +25183,13 @@ " );\n", " \n", " \n", - " var poly_line_a780e0b9f3b42bea05f9edfcaca33467 = L.polyline(\n", + " var poly_line_5ec2c10108b12d78debf44c3067cb4a2 = L.polyline(\n", " [[37.667471, -122.395136], [37.663398, -122.39982]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a780e0b9f3b42bea05f9edfcaca33467.bindTooltip(\n", + " poly_line_5ec2c10108b12d78debf44c3067cb4a2.bindTooltip(\n", " `<div>\n", " 175\n", " </div>`,\n", @@ -60154,13 +25197,13 @@ " );\n", " \n", " \n", - " var poly_line_ab494c093372975f45fec9f23efda74e = L.polyline(\n", + " var poly_line_037dd269a416c89d143b2add31c7c359 = L.polyline(\n", " [[37.663398, -122.39982], [37.660623, -122.403926]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ab494c093372975f45fec9f23efda74e.bindTooltip(\n", + " poly_line_037dd269a416c89d143b2add31c7c359.bindTooltip(\n", " `<div>\n", " 176\n", " </div>`,\n", @@ -60168,13 +25211,13 @@ " );\n", " \n", " \n", - " var poly_line_fdece13d7492169fac814c33b92d531d = L.polyline(\n", + " var poly_line_29f5d054c808e18dcce3f8da86c4567d = L.polyline(\n", " [[37.660623, -122.403926], [37.65805, -122.405731]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fdece13d7492169fac814c33b92d531d.bindTooltip(\n", + " poly_line_29f5d054c808e18dcce3f8da86c4567d.bindTooltip(\n", " `<div>\n", " 177\n", " </div>`,\n", @@ -60182,13 +25225,13 @@ " );\n", " \n", " \n", - " var poly_line_eb904b6316fc488d3c0ddd8633198d9b = L.polyline(\n", + " var poly_line_13fd6a148f8b559e9ef2484cc462a09c = L.polyline(\n", " [[37.65805, -122.405731], [37.655234, -122.406957]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_eb904b6316fc488d3c0ddd8633198d9b.bindTooltip(\n", + " poly_line_13fd6a148f8b559e9ef2484cc462a09c.bindTooltip(\n", " `<div>\n", " 178\n", " </div>`,\n", @@ -60196,13 +25239,13 @@ " );\n", " \n", " \n", - " var poly_line_577b0f18705e7e671d643be4ecd21a1e = L.polyline(\n", + " var poly_line_1f4cb40553e604e2f6624a6f3138a296 = L.polyline(\n", " [[37.655234, -122.406957], [37.652918, -122.407122]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_577b0f18705e7e671d643be4ecd21a1e.bindTooltip(\n", + " poly_line_1f4cb40553e604e2f6624a6f3138a296.bindTooltip(\n", " `<div>\n", " 179\n", " </div>`,\n", @@ -60210,13 +25253,13 @@ " );\n", " \n", " \n", - " var poly_line_12b6a8d87ad5600b4f50bf0ce3e249f9 = L.polyline(\n", + " var poly_line_d7a36f94745a289ad6cd998b69ca8402 = L.polyline(\n", " [[37.652918, -122.407122], [37.651854, -122.40703]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_12b6a8d87ad5600b4f50bf0ce3e249f9.bindTooltip(\n", + " poly_line_d7a36f94745a289ad6cd998b69ca8402.bindTooltip(\n", " `<div>\n", " 180\n", " </div>`,\n", @@ -60224,13 +25267,13 @@ " );\n", " \n", " \n", - " var poly_line_a754d5a38625b65b5eb052182bf2babd = L.polyline(\n", + " var poly_line_4273623671c87179f22d1a2d1fb07f8d = L.polyline(\n", " [[37.651854, -122.40703], [37.651448, -122.406994]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a754d5a38625b65b5eb052182bf2babd.bindTooltip(\n", + " poly_line_4273623671c87179f22d1a2d1fb07f8d.bindTooltip(\n", " `<div>\n", " 181\n", " </div>`,\n", @@ -60238,13 +25281,13 @@ " );\n", " \n", " \n", - " var poly_line_e62c7a1d38c853eeb9cf0a1582f41815 = L.polyline(\n", + " var poly_line_03bf1f34eeacd8460883656f85edbe6d = L.polyline(\n", " [[37.651448, -122.406994], [37.650131, -122.406878]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e62c7a1d38c853eeb9cf0a1582f41815.bindTooltip(\n", + " poly_line_03bf1f34eeacd8460883656f85edbe6d.bindTooltip(\n", " `<div>\n", " 182\n", " </div>`,\n", @@ -60252,13 +25295,13 @@ " );\n", " \n", " \n", - " var poly_line_ec52f68ac3b617c9915725352320bef8 = L.polyline(\n", + " var poly_line_d985f4e7055302172a2a1626ece81759 = L.polyline(\n", " [[37.650131, -122.406878], [37.649815, -122.406851]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ec52f68ac3b617c9915725352320bef8.bindTooltip(\n", + " poly_line_d985f4e7055302172a2a1626ece81759.bindTooltip(\n", " `<div>\n", " 183\n", " </div>`,\n", @@ -60266,13 +25309,13 @@ " );\n", " \n", " \n", - " var poly_line_89250740eda59b14ee09e323abd3ec77 = L.polyline(\n", + " var poly_line_e5983570427f51ec7c6e3302772471da = L.polyline(\n", " [[37.649815, -122.406851], [37.648917, -122.406772]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_89250740eda59b14ee09e323abd3ec77.bindTooltip(\n", + " poly_line_e5983570427f51ec7c6e3302772471da.bindTooltip(\n", " `<div>\n", " 184\n", " </div>`,\n", @@ -60280,13 +25323,13 @@ " );\n", " \n", " \n", - " var poly_line_988a9284ba3d157f7c157c28ceca761e = L.polyline(\n", + " var poly_line_22634443510072b986f4a70548b7a618 = L.polyline(\n", " [[37.648917, -122.406772], [37.648485, -122.406733]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_988a9284ba3d157f7c157c28ceca761e.bindTooltip(\n", + " poly_line_22634443510072b986f4a70548b7a618.bindTooltip(\n", " `<div>\n", " 185\n", " </div>`,\n", @@ -60294,13 +25337,13 @@ " );\n", " \n", " \n", - " var poly_line_eea0a821d7af2b9588386d12d3275d90 = L.polyline(\n", + " var poly_line_0abb144682e252b25bbe168e4ec69a12 = L.polyline(\n", " [[37.648485, -122.406733], [37.644247, -122.406364]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_eea0a821d7af2b9588386d12d3275d90.bindTooltip(\n", + " poly_line_0abb144682e252b25bbe168e4ec69a12.bindTooltip(\n", " `<div>\n", " 186\n", " </div>`,\n", @@ -60308,13 +25351,13 @@ " );\n", " \n", " \n", - " var poly_line_a9e1abe8dde59c461cc4702946238a84 = L.polyline(\n", + " var poly_line_2eb5b8f39978fda0bae711278153066f = L.polyline(\n", " [[37.644247, -122.406364], [37.641595, -122.406113]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a9e1abe8dde59c461cc4702946238a84.bindTooltip(\n", + " poly_line_2eb5b8f39978fda0bae711278153066f.bindTooltip(\n", " `<div>\n", " 187\n", " </div>`,\n", @@ -60322,13 +25365,13 @@ " );\n", " \n", " \n", - " var poly_line_747f7da9d5da26a0a13552214f69cd79 = L.polyline(\n", + " var poly_line_07371f539abc7459c270880bf724fd9d = L.polyline(\n", " [[37.641595, -122.406113], [37.638299, -122.405045]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_747f7da9d5da26a0a13552214f69cd79.bindTooltip(\n", + " poly_line_07371f539abc7459c270880bf724fd9d.bindTooltip(\n", " `<div>\n", " 188\n", " </div>`,\n", @@ -60336,13 +25379,13 @@ " );\n", " \n", " \n", - " var poly_line_83068df2212654d6ae646b1ed6612305 = L.polyline(\n", + " var poly_line_307415cbbd866277abff563a4a0adc86 = L.polyline(\n", " [[37.638299, -122.405045], [37.636859, -122.404519]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_83068df2212654d6ae646b1ed6612305.bindTooltip(\n", + " poly_line_307415cbbd866277abff563a4a0adc86.bindTooltip(\n", " `<div>\n", " 189\n", " </div>`,\n", @@ -60350,13 +25393,13 @@ " );\n", " \n", " \n", - " var poly_line_812a462acccb6cc91950bb3ed02aa21b = L.polyline(\n", + " var poly_line_f7de7ebe35c43ee12834e21bebd6d7f5 = L.polyline(\n", " [[37.636859, -122.404519], [37.636192, -122.404272]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_812a462acccb6cc91950bb3ed02aa21b.bindTooltip(\n", + " poly_line_f7de7ebe35c43ee12834e21bebd6d7f5.bindTooltip(\n", " `<div>\n", " 190\n", " </div>`,\n", @@ -60364,13 +25407,13 @@ " );\n", " \n", " \n", - " var poly_line_fa488d5b1232797c0884cd034a64b9fe = L.polyline(\n", + " var poly_line_dd2270a1f4406acc3b165e82dc270fcb = L.polyline(\n", " [[37.636192, -122.404272], [37.634425, -122.403855]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_fa488d5b1232797c0884cd034a64b9fe.bindTooltip(\n", + " poly_line_dd2270a1f4406acc3b165e82dc270fcb.bindTooltip(\n", " `<div>\n", " 191\n", " </div>`,\n", @@ -60378,13 +25421,13 @@ " );\n", " \n", " \n", - " var poly_line_74675f6012e29822679b5eed8f6850f5 = L.polyline(\n", + " var poly_line_cff8b0a2237469a1ecccd45c09b2af69 = L.polyline(\n", " [[37.634425, -122.403855], [37.626561, -122.402519]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_74675f6012e29822679b5eed8f6850f5.bindTooltip(\n", + " poly_line_cff8b0a2237469a1ecccd45c09b2af69.bindTooltip(\n", " `<div>\n", " 192\n", " </div>`,\n", @@ -60392,13 +25435,13 @@ " );\n", " \n", " \n", - " var poly_line_0cabef53ded91ca3e14bbd801efd1985 = L.polyline(\n", + " var poly_line_f3292a29c924ae88670ed6df0c7a54f6 = L.polyline(\n", " [[37.626561, -122.402519], [37.625168, -122.401961]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_0cabef53ded91ca3e14bbd801efd1985.bindTooltip(\n", + " poly_line_f3292a29c924ae88670ed6df0c7a54f6.bindTooltip(\n", " `<div>\n", " 193\n", " </div>`,\n", @@ -60406,13 +25449,13 @@ " );\n", " \n", " \n", - " var poly_line_287b830225989dea25024d23b7792362 = L.polyline(\n", + " var poly_line_9e83400d276813d5c075dced9e678bb3 = L.polyline(\n", " [[37.625168, -122.401961], [37.62439, -122.40162]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_287b830225989dea25024d23b7792362.bindTooltip(\n", + " poly_line_9e83400d276813d5c075dced9e678bb3.bindTooltip(\n", " `<div>\n", " 194\n", " </div>`,\n", @@ -60420,13 +25463,13 @@ " );\n", " \n", " \n", - " var poly_line_1d9ecdeb0237864f53283ef8e8604b2c = L.polyline(\n", + " var poly_line_1fdd05e85f88638b22211dc4aff2451f = L.polyline(\n", " [[37.62439, -122.40162], [37.619705, -122.400052]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_1d9ecdeb0237864f53283ef8e8604b2c.bindTooltip(\n", + " poly_line_1fdd05e85f88638b22211dc4aff2451f.bindTooltip(\n", " `<div>\n", " 195\n", " </div>`,\n", @@ -60434,13 +25477,13 @@ " );\n", " \n", " \n", - " var poly_line_ac29e6c75f6402433394bd2076812886 = L.polyline(\n", + " var poly_line_2439e0feed6bb15de60c22a85a8c03a6 = L.polyline(\n", " [[37.619705, -122.400052], [37.616788, -122.399045]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ac29e6c75f6402433394bd2076812886.bindTooltip(\n", + " poly_line_2439e0feed6bb15de60c22a85a8c03a6.bindTooltip(\n", " `<div>\n", " 196\n", " </div>`,\n", @@ -60448,13 +25491,13 @@ " );\n", " \n", " \n", - " var poly_line_9a0cd3ba051fc7cd156701fdd51c949c = L.polyline(\n", + " var poly_line_444223ff78466f5e427c21530193586e = L.polyline(\n", " [[37.616788, -122.399045], [37.614862, -122.398187]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9a0cd3ba051fc7cd156701fdd51c949c.bindTooltip(\n", + " poly_line_444223ff78466f5e427c21530193586e.bindTooltip(\n", " `<div>\n", " 197\n", " </div>`,\n", @@ -60462,13 +25505,13 @@ " );\n", " \n", " \n", - " var poly_line_f7fd83b9b057e73fe964fe568501c7a9 = L.polyline(\n", + " var poly_line_56a7d4caf4ebfe8ec19fcfee5f85572f = L.polyline(\n", " [[37.614862, -122.398187], [37.61428, -122.393829]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_f7fd83b9b057e73fe964fe568501c7a9.bindTooltip(\n", + " poly_line_56a7d4caf4ebfe8ec19fcfee5f85572f.bindTooltip(\n", " `<div>\n", " 198\n", " </div>`,\n", @@ -60476,13 +25519,13 @@ " );\n", " \n", " \n", - " var poly_line_882b29ef905114f11ed5e2e91f45be22 = L.polyline(\n", + " var poly_line_251b2b1ad796c4ed8f5f1dc2056c6521 = L.polyline(\n", " [[37.61428, -122.393829], [37.614422, -122.393333]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_882b29ef905114f11ed5e2e91f45be22.bindTooltip(\n", + " poly_line_251b2b1ad796c4ed8f5f1dc2056c6521.bindTooltip(\n", " `<div>\n", " 199\n", " </div>`,\n", @@ -60490,13 +25533,13 @@ " );\n", " \n", " \n", - " var poly_line_e17919df365c0042be9a989963efad5f = L.polyline(\n", + " var poly_line_f00602561a7a3608e853d445dce5d989 = L.polyline(\n", " [[37.614422, -122.393333], [37.614539, -122.392922]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e17919df365c0042be9a989963efad5f.bindTooltip(\n", + " poly_line_f00602561a7a3608e853d445dce5d989.bindTooltip(\n", " `<div>\n", " 200\n", " </div>`,\n", @@ -60504,13 +25547,13 @@ " );\n", " \n", " \n", - " var poly_line_9603a685d0585bafd55d8f12cf5c1ce9 = L.polyline(\n", + " var poly_line_bca209867ce3b063455a863b68ccb993 = L.polyline(\n", " [[37.614539, -122.392922], [37.614769, -122.392022]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9603a685d0585bafd55d8f12cf5c1ce9.bindTooltip(\n", + " poly_line_bca209867ce3b063455a863b68ccb993.bindTooltip(\n", " `<div>\n", " 201\n", " </div>`,\n", @@ -60518,13 +25561,13 @@ " );\n", " \n", " \n", - " var poly_line_9cd50c7aa9f8abf3feb9a604974c0c6c = L.polyline(\n", + " var poly_line_45c9d6c740a6bb9c606a021c9e5c36d1 = L.polyline(\n", " [[37.614769, -122.392022], [37.614891, -122.391385]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9cd50c7aa9f8abf3feb9a604974c0c6c.bindTooltip(\n", + " poly_line_45c9d6c740a6bb9c606a021c9e5c36d1.bindTooltip(\n", " `<div>\n", " 202\n", " </div>`,\n", @@ -60532,13 +25575,13 @@ " );\n", " \n", " \n", - " var poly_line_c059313cdea27755df0a75f03259e847 = L.polyline(\n", + " var poly_line_b055f64bf2487942365eb5f777cd30fa = L.polyline(\n", " [[37.614891, -122.391385], [37.615129, -122.39062]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_c059313cdea27755df0a75f03259e847.bindTooltip(\n", + " poly_line_b055f64bf2487942365eb5f777cd30fa.bindTooltip(\n", " `<div>\n", " 203\n", " </div>`,\n", @@ -60546,13 +25589,13 @@ " );\n", " \n", " \n", - " var poly_line_021bc5a9baa2603b256b97a9ce58c1d2 = L.polyline(\n", + " var poly_line_f8401a3ddb71fc0766e1ad3ea241d22e = L.polyline(\n", " [[37.615129, -122.39062], [37.615181, -122.390351]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_021bc5a9baa2603b256b97a9ce58c1d2.bindTooltip(\n", + " poly_line_f8401a3ddb71fc0766e1ad3ea241d22e.bindTooltip(\n", " `<div>\n", " 204\n", " </div>`,\n", @@ -60560,13 +25603,13 @@ " );\n", " \n", " \n", - " var poly_line_e97be483987ae2bae154476da94eef1e = L.polyline(\n", + " var poly_line_cca8bfa93952486d9e685cbe46b47675 = L.polyline(\n", " [[37.615181, -122.390351], [37.615642, -122.388717]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e97be483987ae2bae154476da94eef1e.bindTooltip(\n", + " poly_line_cca8bfa93952486d9e685cbe46b47675.bindTooltip(\n", " `<div>\n", " 205\n", " </div>`,\n", @@ -60574,13 +25617,13 @@ " );\n", " \n", " \n", - " var poly_line_e47eb448ecd6d4d1e146ac4a23528c9d = L.polyline(\n", + " var poly_line_4f9d95f581c9b1fabfe18115a42dd99f = L.polyline(\n", " [[37.615642, -122.388717], [37.615671, -122.388614]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_e47eb448ecd6d4d1e146ac4a23528c9d.bindTooltip(\n", + " poly_line_4f9d95f581c9b1fabfe18115a42dd99f.bindTooltip(\n", " `<div>\n", " 206\n", " </div>`,\n", @@ -60588,13 +25631,13 @@ " );\n", " \n", " \n", - " var poly_line_5b7907e4bdf4358bf495430fb1fdf403 = L.polyline(\n", + " var poly_line_0688fd7d2967e165f48a2980a0b1b584 = L.polyline(\n", " [[37.615671, -122.388614], [37.615688, -122.388556]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5b7907e4bdf4358bf495430fb1fdf403.bindTooltip(\n", + " poly_line_0688fd7d2967e165f48a2980a0b1b584.bindTooltip(\n", " `<div>\n", " 207\n", " </div>`,\n", @@ -60602,13 +25645,13 @@ " );\n", " \n", " \n", - " var poly_line_a42b9aa39fb6b6d0b2bb7bc69772886e = L.polyline(\n", + " var poly_line_f5d38d720a544ea6e2d4b74f1d4214e2 = L.polyline(\n", " [[37.615688, -122.388556], [37.615715, -122.388425]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a42b9aa39fb6b6d0b2bb7bc69772886e.bindTooltip(\n", + " poly_line_f5d38d720a544ea6e2d4b74f1d4214e2.bindTooltip(\n", " `<div>\n", " 208\n", " </div>`,\n", @@ -60616,13 +25659,13 @@ " );\n", " \n", " \n", - " var poly_line_09ae72a6dc16b2d3cfee25e288118b72 = L.polyline(\n", + " var poly_line_ce4119b617f6c851a0509a66a336bc78 = L.polyline(\n", " [[37.615715, -122.388425], [37.615732, -122.388361]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_09ae72a6dc16b2d3cfee25e288118b72.bindTooltip(\n", + " poly_line_ce4119b617f6c851a0509a66a336bc78.bindTooltip(\n", " `<div>\n", " 209\n", " </div>`,\n", @@ -60630,13 +25673,13 @@ " );\n", " \n", " \n", - " var poly_line_7a9d2717c1d305913807cfdf2e685c7e = L.polyline(\n", + " var poly_line_ca59a96549725275e06502f4e11062ba = L.polyline(\n", " [[37.615732, -122.388361], [37.615747, -122.388304]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_7a9d2717c1d305913807cfdf2e685c7e.bindTooltip(\n", + " poly_line_ca59a96549725275e06502f4e11062ba.bindTooltip(\n", " `<div>\n", " 210\n", " </div>`,\n", @@ -60644,13 +25687,13 @@ " );\n", " \n", " \n", - " var poly_line_035d180f19691f598a18767d1d379f8f = L.polyline(\n", + " var poly_line_0629a9517a6e6117abfe0e69713a7f29 = L.polyline(\n", " [[37.615747, -122.388304], [37.615928, -122.387614]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_035d180f19691f598a18767d1d379f8f.bindTooltip(\n", + " poly_line_0629a9517a6e6117abfe0e69713a7f29.bindTooltip(\n", " `<div>\n", " 211\n", " </div>`,\n", @@ -60658,13 +25701,13 @@ " );\n", " \n", " \n", - " var poly_line_634672d841756245ec3f6fd927c21bd5 = L.polyline(\n", + " var poly_line_52e6a90c0a78255ddaadb7861697961e = L.polyline(\n", " [[37.615928, -122.387614], [37.61618, -122.385802]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_634672d841756245ec3f6fd927c21bd5.bindTooltip(\n", + " poly_line_52e6a90c0a78255ddaadb7861697961e.bindTooltip(\n", " `<div>\n", " 212\n", " </div>`,\n", @@ -60672,13 +25715,13 @@ " );\n", " \n", " \n", - " var poly_line_9cbad23ef0f167869954c465732c9ba8 = L.polyline(\n", + " var poly_line_40df4cca69b873545bec31f353572b7c = L.polyline(\n", " [[37.61618, -122.385802], [37.616267, -122.385747]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_9cbad23ef0f167869954c465732c9ba8.bindTooltip(\n", + " poly_line_40df4cca69b873545bec31f353572b7c.bindTooltip(\n", " `<div>\n", " 213\n", " </div>`,\n", @@ -60686,13 +25729,13 @@ " );\n", " \n", " \n", - " var poly_line_ea95fe4b2b70ba6ac55232cc011a9c36 = L.polyline(\n", + " var poly_line_50c8d10efea8d94e9ceafa512e490f01 = L.polyline(\n", " [[37.616267, -122.385747], [37.616406, -122.38561]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_ea95fe4b2b70ba6ac55232cc011a9c36.bindTooltip(\n", + " poly_line_50c8d10efea8d94e9ceafa512e490f01.bindTooltip(\n", " `<div>\n", " 214\n", " </div>`,\n", @@ -60700,13 +25743,13 @@ " );\n", " \n", " \n", - " var poly_line_6dcfa093029c2b12c98863e0ac32b43e = L.polyline(\n", + " var poly_line_ea4ec45a4e3cbccb22dbc3b189bfd4ed = L.polyline(\n", " [[37.616406, -122.38561], [37.616542, -122.385436]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_6dcfa093029c2b12c98863e0ac32b43e.bindTooltip(\n", + " poly_line_ea4ec45a4e3cbccb22dbc3b189bfd4ed.bindTooltip(\n", " `<div>\n", " 215\n", " </div>`,\n", @@ -60714,13 +25757,13 @@ " );\n", " \n", " \n", - " var poly_line_0a109c1a86d0a153400e0790b39a49a7 = L.polyline(\n", + " var poly_line_40bc9934982afe48e59a313276dad2d6 = L.polyline(\n", " [[37.616542, -122.385436], [37.616727, -122.385257]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_0a109c1a86d0a153400e0790b39a49a7.bindTooltip(\n", + " poly_line_40bc9934982afe48e59a313276dad2d6.bindTooltip(\n", " `<div>\n", " 216\n", " </div>`,\n", @@ -60728,13 +25771,13 @@ " );\n", " \n", " \n", - " var poly_line_2de035cd486f55a1c9e8b37f52928472 = L.polyline(\n", + " var poly_line_b1c6e566ad82f784d22b78aaf587e19a = L.polyline(\n", " [[37.616727, -122.385257], [37.616889, -122.384937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_2de035cd486f55a1c9e8b37f52928472.bindTooltip(\n", + " poly_line_b1c6e566ad82f784d22b78aaf587e19a.bindTooltip(\n", " `<div>\n", " 217\n", " </div>`,\n", @@ -60742,13 +25785,13 @@ " );\n", " \n", " \n", - " var poly_line_5b8e1571470a1a3899e9eb2e5e3d33de = L.polyline(\n", + " var poly_line_2a47d7547b69e0b82fa0453b6caa5d48 = L.polyline(\n", " [[37.616889, -122.384937], [37.616788, -122.383986]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_5b8e1571470a1a3899e9eb2e5e3d33de.bindTooltip(\n", + " poly_line_2a47d7547b69e0b82fa0453b6caa5d48.bindTooltip(\n", " `<div>\n", " 218\n", " </div>`,\n", @@ -60756,13 +25799,13 @@ " );\n", " \n", " \n", - " var poly_line_a6e4413163f005f39c9c75db00cae333 = L.polyline(\n", + " var poly_line_3c50a27564733604a5d003c07f68a116 = L.polyline(\n", " [[37.616788, -122.383986], [37.616997, -122.384068]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " poly_line_a6e4413163f005f39c9c75db00cae333.bindTooltip(\n", + " poly_line_3c50a27564733604a5d003c07f68a116.bindTooltip(\n", " `<div>\n", " 219\n", " </div>`,\n", @@ -60770,13 +25813,13 @@ " );\n", " \n", " \n", - " var circle_eb56158de16fb1829aa29197281305fd = L.circle(\n", + " var circle_b37adcdac8947e84c7ac73a50c6b326d = L.circle(\n", " [37.85952999999999, -122.26371000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_eb56158de16fb1829aa29197281305fd.bindTooltip(\n", + " circle_b37adcdac8947e84c7ac73a50c6b326d.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -60784,13 +25827,13 @@ " );\n", " \n", " \n", - " var circle_eb73e17aedc91c21b31f78cdf42cb2ce = L.circle(\n", + " var circle_2cc5024605d861209affd5602dc0251d = L.circle(\n", " [37.85871999999999, -122.26648999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_eb73e17aedc91c21b31f78cdf42cb2ce.bindTooltip(\n", + " circle_2cc5024605d861209affd5602dc0251d.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -60798,13 +25841,13 @@ " );\n", " \n", " \n", - " var circle_2e80d56afabcaae4538f73e13e2871ac = L.circle(\n", + " var circle_8280e21f83055c823e70b697d0b6768a = L.circle(\n", " [37.858439999999995, -122.26697999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_2e80d56afabcaae4538f73e13e2871ac.bindTooltip(\n", + " circle_8280e21f83055c823e70b697d0b6768a.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -60812,13 +25855,13 @@ " );\n", " \n", " \n", - " var circle_bb4034e8eb3f572d14e470d4226a76e7 = L.circle(\n", + " var circle_f0537bfdb4b5be56de6624676e33c273 = L.circle(\n", " [37.83793, -122.26433],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_bb4034e8eb3f572d14e470d4226a76e7.bindTooltip(\n", + " circle_f0537bfdb4b5be56de6624676e33c273.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -60826,13 +25869,13 @@ " );\n", " \n", " \n", - " var circle_71311396d898530fcde2974911d57e08 = L.circle(\n", + " var circle_89734d5eebb1c3221bf10420f1f1f158 = L.circle(\n", " [37.83786, -122.26604000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_71311396d898530fcde2974911d57e08.bindTooltip(\n", + " circle_89734d5eebb1c3221bf10420f1f1f158.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -60840,13 +25883,13 @@ " );\n", " \n", " \n", - " var circle_d9710c53234a1b686c6c549347ad5c32 = L.circle(\n", + " var circle_533c6b74cf0e4cb55f0bc6c7a837b32a = L.circle(\n", " [37.83766, -122.26617],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_d9710c53234a1b686c6c549347ad5c32.bindTooltip(\n", + " circle_533c6b74cf0e4cb55f0bc6c7a837b32a.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -60854,13 +25897,13 @@ " );\n", " \n", " \n", - " var circle_dc2bb078699b07a0369709233fc25415 = L.circle(\n", + " var circle_aeaff371bf4e768b651dc07926e69161 = L.circle(\n", " [37.8352, -122.26637999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_dc2bb078699b07a0369709233fc25415.bindTooltip(\n", + " circle_aeaff371bf4e768b651dc07926e69161.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -60868,13 +25911,13 @@ " );\n", " \n", " \n", - " var circle_1db25994a39b53b188cf1e2eb49550b4 = L.circle(\n", + " var circle_5302d4c56e7b0994c3c33853a97bb6eb = L.circle(\n", " [37.830619999999996, -122.26738],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_1db25994a39b53b188cf1e2eb49550b4.bindTooltip(\n", + " circle_5302d4c56e7b0994c3c33853a97bb6eb.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -60882,13 +25925,13 @@ " );\n", " \n", " \n", - " var circle_4d85c33cf2611cd1c76f1e7521cfdb04 = L.circle(\n", + " var circle_9e9f95879a3e54d2a66ea156e4dca445 = L.circle(\n", " [37.82599999999999, -122.26868999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_4d85c33cf2611cd1c76f1e7521cfdb04.bindTooltip(\n", + " circle_9e9f95879a3e54d2a66ea156e4dca445.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -60896,13 +25939,13 @@ " );\n", " \n", " \n", - " var circle_15d5e5472a5be6e0d4a41560845668d5 = L.circle(\n", + " var circle_9dfb182eab56ef77a7fee730d1ff719d = L.circle(\n", " [37.82601, -122.27456],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_15d5e5472a5be6e0d4a41560845668d5.bindTooltip(\n", + " circle_9dfb182eab56ef77a7fee730d1ff719d.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -60910,13 +25953,13 @@ " );\n", " \n", " \n", - " var circle_9a01c7bef7b43865973a281c815eeb41 = L.circle(\n", + " var circle_51d8f94e39c8c4e37ae8caff0e40b7a2 = L.circle(\n", " [37.827099999999994, -122.27966999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_9a01c7bef7b43865973a281c815eeb41.bindTooltip(\n", + " circle_51d8f94e39c8c4e37ae8caff0e40b7a2.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -60924,13 +25967,13 @@ " );\n", " \n", " \n", - " var circle_b93f63ab780a15eede35d48230b7b82b = L.circle(\n", + " var circle_5c27f00b615d7401e62c02320c6cc4ac = L.circle(\n", " [37.82688999999999, -122.28634000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_b93f63ab780a15eede35d48230b7b82b.bindTooltip(\n", + " circle_5c27f00b615d7401e62c02320c6cc4ac.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -60938,13 +25981,13 @@ " );\n", " \n", " \n", - " var circle_228bd2be553f69e2528ea71daf60ce66 = L.circle(\n", + " var circle_fd2d57986ea2ba7ca644e9770ab1e0ea = L.circle(\n", " [37.82797999999999, -122.2947],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_228bd2be553f69e2528ea71daf60ce66.bindTooltip(\n", + " circle_fd2d57986ea2ba7ca644e9770ab1e0ea.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -60952,13 +25995,13 @@ " );\n", " \n", " \n", - " var circle_b08ada778256c5867d4cab1c2c1ef50e = L.circle(\n", + " var circle_716fc158d61dcddf6d98bfadf7dc6ace = L.circle(\n", " [37.82533000000001, -122.30604],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_b08ada778256c5867d4cab1c2c1ef50e.bindTooltip(\n", + " circle_716fc158d61dcddf6d98bfadf7dc6ace.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -60966,13 +26009,13 @@ " );\n", " \n", " \n", - " var circle_cfe0ac9f246d052c079d37f151f09791 = L.circle(\n", + " var circle_96f3c6bf05049c930b996c39ed1e17e3 = L.circle(\n", " [37.824, -122.31778999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_cfe0ac9f246d052c079d37f151f09791.bindTooltip(\n", + " circle_96f3c6bf05049c930b996c39ed1e17e3.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -60980,13 +26023,13 @@ " );\n", " \n", " \n", - " var circle_e7a19852724a6c4de84c7c0fc14ca81b = L.circle(\n", + " var circle_262b309f455339ffc688e106b31415d1 = L.circle(\n", " [37.82204, -122.3293],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_e7a19852724a6c4de84c7c0fc14ca81b.bindTooltip(\n", + " circle_262b309f455339ffc688e106b31415d1.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -60994,13 +26037,13 @@ " );\n", " \n", " \n", - " var circle_12a6294d155f9158d08096e174b79b03 = L.circle(\n", + " var circle_43777e704e2ffd8ee969cbef5803590d = L.circle(\n", " [37.82047999999999, -122.34088],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_12a6294d155f9158d08096e174b79b03.bindTooltip(\n", + " circle_43777e704e2ffd8ee969cbef5803590d.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -61008,13 +26051,13 @@ " );\n", " \n", " \n", - " var circle_d2afa7cf12f2199e8200d59a2235ec15 = L.circle(\n", + " var circle_a18bac02b709059442526fc68c97ddf4 = L.circle(\n", " [37.81866999999999, -122.35229999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_d2afa7cf12f2199e8200d59a2235ec15.bindTooltip(\n", + " circle_a18bac02b709059442526fc68c97ddf4.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -61022,13 +26065,13 @@ " );\n", " \n", " \n", - " var circle_303056a65d98e124b5950a4830f6a54b = L.circle(\n", + " var circle_05adf284de5dad3061e676c587c849d0 = L.circle(\n", " [37.81424999999999, -122.36074999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_303056a65d98e124b5950a4830f6a54b.bindTooltip(\n", + " circle_05adf284de5dad3061e676c587c849d0.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -61036,13 +26079,13 @@ " );\n", " \n", " \n", - " var circle_372da255d42479c6f1a95f851cdc70b3 = L.circle(\n", + " var circle_26a24f7e25e3f47a03a31ea678d93945 = L.circle(\n", " [37.81361, -122.36165000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_372da255d42479c6f1a95f851cdc70b3.bindTooltip(\n", + " circle_26a24f7e25e3f47a03a31ea678d93945.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -61050,13 +26093,13 @@ " );\n", " \n", " \n", - " var circle_bd6bad9245cebf3138441e2183695083 = L.circle(\n", + " var circle_c71f4ce6246af19ed60bb034cbccb478 = L.circle(\n", " [37.80716999999999, -122.36831000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_bd6bad9245cebf3138441e2183695083.bindTooltip(\n", + " circle_c71f4ce6246af19ed60bb034cbccb478.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -61064,13 +26107,13 @@ " );\n", " \n", " \n", - " var circle_e262ccae374627b39b0f885fbb62a071 = L.circle(\n", + " var circle_46c055b4a08a0138ccff6c959986a930 = L.circle(\n", " [37.78584, -122.39124999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_e262ccae374627b39b0f885fbb62a071.bindTooltip(\n", + " circle_46c055b4a08a0138ccff6c959986a930.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -61078,13 +26121,13 @@ " );\n", " \n", " \n", - " var circle_0b2e6eee4eb93f57be05fb1509a467d6 = L.circle(\n", + " var circle_0f74fe156fd877a68afdd587fae48d8f = L.circle(\n", " [37.77973000000001, -122.39996],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_0b2e6eee4eb93f57be05fb1509a467d6.bindTooltip(\n", + " circle_0f74fe156fd877a68afdd587fae48d8f.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -61092,13 +26135,13 @@ " );\n", " \n", " \n", - " var circle_42dca874378bf1fb0ec029808c96f80f = L.circle(\n", + " var circle_a521fee722907496a115fa3e327272a4 = L.circle(\n", " [37.77424, -122.40678999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_42dca874378bf1fb0ec029808c96f80f.bindTooltip(\n", + " circle_a521fee722907496a115fa3e327272a4.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -61106,13 +26149,13 @@ " );\n", " \n", " \n", - " var circle_b940eb3ab4d32588415ef765c83f4996 = L.circle(\n", + " var circle_a3894991216f5da34c399c3e55125675 = L.circle(\n", " [37.76496999999999, -122.40522],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_b940eb3ab4d32588415ef765c83f4996.bindTooltip(\n", + " circle_a3894991216f5da34c399c3e55125675.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -61120,13 +26163,13 @@ " );\n", " \n", " \n", - " var circle_7b4a27cca2f7c11f1effa0ddf7af22e2 = L.circle(\n", + " var circle_9db8bdc7f1f2aaaea46fb3430a97a299 = L.circle(\n", " [37.75917, -122.40614],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_7b4a27cca2f7c11f1effa0ddf7af22e2.bindTooltip(\n", + " circle_9db8bdc7f1f2aaaea46fb3430a97a299.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -61134,13 +26177,13 @@ " );\n", " \n", " \n", - " var circle_70dc59c2c852bc0c67a8061a272ae84c = L.circle(\n", + " var circle_df994a6383f190242ffa9079706acfe9 = L.circle(\n", " [37.75571, -122.40333000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_70dc59c2c852bc0c67a8061a272ae84c.bindTooltip(\n", + " circle_df994a6383f190242ffa9079706acfe9.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -61148,13 +26191,13 @@ " );\n", " \n", " \n", - " var circle_2b69f0c98a4c9300be062cd99b20bfb0 = L.circle(\n", + " var circle_94e67b30b93e6d933b1b2850379ad8e3 = L.circle(\n", " [37.74651999999999, -122.40478999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_2b69f0c98a4c9300be062cd99b20bfb0.bindTooltip(\n", + " circle_94e67b30b93e6d933b1b2850379ad8e3.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -61162,13 +26205,13 @@ " );\n", " \n", " \n", - " var circle_d7fee491aca530a28d6fe226e9fc13a6 = L.circle(\n", + " var circle_d308b54b01980c4ccfe0eed4314dac73 = L.circle(\n", " [37.73753000000001, -122.40804999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_d7fee491aca530a28d6fe226e9fc13a6.bindTooltip(\n", + " circle_d308b54b01980c4ccfe0eed4314dac73.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -61176,13 +26219,13 @@ " );\n", " \n", " \n", - " var circle_f203ccf4975e51c853ffdc525d722dbe = L.circle(\n", + " var circle_74e753aa37711d9ab6db717271eb26d0 = L.circle(\n", " [37.73002, -122.40405],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_f203ccf4975e51c853ffdc525d722dbe.bindTooltip(\n", + " circle_74e753aa37711d9ab6db717271eb26d0.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -61190,13 +26233,13 @@ " );\n", " \n", " \n", - " var circle_cf133fbba3ceba2ea8e8227699cd32ab = L.circle(\n", + " var circle_4e6d5f94723ea7bb2310ddb909835995 = L.circle(\n", " [37.72117000000001, -122.40043999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_cf133fbba3ceba2ea8e8227699cd32ab.bindTooltip(\n", + " circle_4e6d5f94723ea7bb2310ddb909835995.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -61204,13 +26247,13 @@ " );\n", " \n", " \n", - " var circle_b154908d2f736c7f8a1331972c7d65ad = L.circle(\n", + " var circle_2fb54010fde846c282bfc6fcdac53324 = L.circle(\n", " [37.71585, -122.39871000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_b154908d2f736c7f8a1331972c7d65ad.bindTooltip(\n", + " circle_2fb54010fde846c282bfc6fcdac53324.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -61218,13 +26261,13 @@ " );\n", " \n", " \n", - " var circle_ca263a7602139b9fd7bb8b7b8f02a515 = L.circle(\n", + " var circle_dc234f187b6df2436215d8e9724f8385 = L.circle(\n", " [37.71330999999999, -122.39674000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_ca263a7602139b9fd7bb8b7b8f02a515.bindTooltip(\n", + " circle_dc234f187b6df2436215d8e9724f8385.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -61232,13 +26275,13 @@ " );\n", " \n", " \n", - " var circle_a9847ccc0221690774928d28a7f5e636 = L.circle(\n", + " var circle_6f768eb2c8875b0cb8960e06c97b3254 = L.circle(\n", " [37.71162, -122.39585],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_a9847ccc0221690774928d28a7f5e636.bindTooltip(\n", + " circle_6f768eb2c8875b0cb8960e06c97b3254.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -61246,13 +26289,13 @@ " );\n", " \n", " \n", - " var circle_8918e224cdbc32f9852a36a20514caad = L.circle(\n", + " var circle_939019e3bdd8e2e967c7da8ede337a97 = L.circle(\n", " [37.67914, -122.38854999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_8918e224cdbc32f9852a36a20514caad.bindTooltip(\n", + " circle_939019e3bdd8e2e967c7da8ede337a97.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -61260,13 +26303,13 @@ " );\n", " \n", " \n", - " var circle_5aac80b13726d5795b4dd3997d70c6bc = L.circle(\n", + " var circle_f028d3ef56f5f4296190bd74fd137d3c = L.circle(\n", " [37.672059999999995, -122.39103999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_5aac80b13726d5795b4dd3997d70c6bc.bindTooltip(\n", + " circle_f028d3ef56f5f4296190bd74fd137d3c.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -61274,13 +26317,13 @@ " );\n", " \n", " \n", - " var circle_ceabe21b744e3cad01e8e2d4286ea825 = L.circle(\n", + " var circle_e9ccd82153e553c2eeabb92de18981ff = L.circle(\n", " [37.66454, -122.39816999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_ceabe21b744e3cad01e8e2d4286ea825.bindTooltip(\n", + " circle_e9ccd82153e553c2eeabb92de18981ff.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -61288,13 +26331,13 @@ " );\n", " \n", " \n", - " var circle_894d5373c060fb269c4a243eb81f90d1 = L.circle(\n", + " var circle_33c6a9e11e2b22185cf58b6a2d54d634 = L.circle(\n", " [37.65762, -122.40595],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_894d5373c060fb269c4a243eb81f90d1.bindTooltip(\n", + " circle_33c6a9e11e2b22185cf58b6a2d54d634.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -61302,13 +26345,13 @@ " );\n", " \n", " \n", - " var circle_8e95658c4b5fdef6a444d211b5319b85 = L.circle(\n", + " var circle_7c9cc10f5a32d2b49e0a3608190eef90 = L.circle(\n", " [37.64837, -122.40677],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_8e95658c4b5fdef6a444d211b5319b85.bindTooltip(\n", + " circle_7c9cc10f5a32d2b49e0a3608190eef90.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -61316,13 +26359,13 @@ " );\n", " \n", " \n", - " var circle_eea44f025811804617917d70ad60bc0a = L.circle(\n", + " var circle_a04044ab8ec7fd83407144e01fd15bc4 = L.circle(\n", " [37.641459999999995, -122.40617000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_eea44f025811804617917d70ad60bc0a.bindTooltip(\n", + " circle_a04044ab8ec7fd83407144e01fd15bc4.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -61330,13 +26373,13 @@ " );\n", " \n", " \n", - " var circle_a39e1a3c0b9ce31eb0522d434364c8d7 = L.circle(\n", + " var circle_efa7fad7c7392883ab153c99163352ce = L.circle(\n", " [37.635290000000005, -122.40401],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_a39e1a3c0b9ce31eb0522d434364c8d7.bindTooltip(\n", + " circle_efa7fad7c7392883ab153c99163352ce.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -61344,13 +26387,13 @@ " );\n", " \n", " \n", - " var circle_8e07b6597fca51fc1886b27d3e04b9f8 = L.circle(\n", + " var circle_01096c8b8d212f0a53f9d4128a03ed8d = L.circle(\n", " [37.632339999999985, -122.4035],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_8e07b6597fca51fc1886b27d3e04b9f8.bindTooltip(\n", + " circle_01096c8b8d212f0a53f9d4128a03ed8d.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -61358,13 +26401,13 @@ " );\n", " \n", " \n", - " var circle_bacc799a602b9722ff31e4b5262b875e = L.circle(\n", + " var circle_52f0c333f04384272f6d728350fd4a7e = L.circle(\n", " [37.62321, -122.40118999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_bacc799a602b9722ff31e4b5262b875e.bindTooltip(\n", + " circle_52f0c333f04384272f6d728350fd4a7e.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -61372,13 +26415,13 @@ " );\n", " \n", " \n", - " var circle_8bd54b2662acd27bac93d17ba1d7b59e = L.circle(\n", + " var circle_f8c6941da957b5f6ad5e9669161ec603 = L.circle(\n", " [37.61428, -122.39788000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_8bd54b2662acd27bac93d17ba1d7b59e.bindTooltip(\n", + " circle_f8c6941da957b5f6ad5e9669161ec603.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -61386,13 +26429,13 @@ " );\n", " \n", " \n", - " var circle_53cb53e64c3d45f7db01545999ff4769 = L.circle(\n", + " var circle_67172ad28a97ec2e898927d88ad06600 = L.circle(\n", " [37.61379999999999, -122.3969],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_53cb53e64c3d45f7db01545999ff4769.bindTooltip(\n", + " circle_67172ad28a97ec2e898927d88ad06600.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -61400,13 +26443,13 @@ " );\n", " \n", " \n", - " var circle_30e2d76cc38bd3b7719cd26d6b40185b = L.circle(\n", + " var circle_f79f2ae2f4faabfe7f5a0ef63eb76f7c = L.circle(\n", " [37.61428, -122.39397],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_30e2d76cc38bd3b7719cd26d6b40185b.bindTooltip(\n", + " circle_f79f2ae2f4faabfe7f5a0ef63eb76f7c.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -61414,13 +26457,13 @@ " );\n", " \n", " \n", - " var circle_ebb75e1afc1d7e44c6110953c4d1aff0 = L.circle(\n", + " var circle_fa1db469890df88443f13089486c60c3 = L.circle(\n", " [37.61578, -122.38803999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_ebb75e1afc1d7e44c6110953c4d1aff0.bindTooltip(\n", + " circle_fa1db469890df88443f13089486c60c3.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -61428,13 +26471,13 @@ " );\n", " \n", " \n", - " var circle_a218c35d25dd82628462564487af1e72 = L.circle(\n", + " var circle_01c2e1649dcd1ec41fc3ba793c82923c = L.circle(\n", " [37.616159999999994, -122.38590999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_a218c35d25dd82628462564487af1e72.bindTooltip(\n", + " circle_01c2e1649dcd1ec41fc3ba793c82923c.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -61442,13 +26485,13 @@ " );\n", " \n", " \n", - " var circle_3eece2aa48615ebd0f9c73a73860bc5f = L.circle(\n", + " var circle_c48e8b9d0e33ae323ca3d133aab05dcd = L.circle(\n", " [37.61677, -122.38457999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_3eece2aa48615ebd0f9c73a73860bc5f.bindTooltip(\n", + " circle_c48e8b9d0e33ae323ca3d133aab05dcd.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -61456,13 +26499,13 @@ " );\n", " \n", " \n", - " var circle_735c2cc87e1fd1a4fc4fb7a5160dd0ea = L.circle(\n", + " var circle_33eff9c7a1934152655b284f68d96966 = L.circle(\n", " [37.616640000000004, -122.38397000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_735c2cc87e1fd1a4fc4fb7a5160dd0ea.bindTooltip(\n", + " circle_33eff9c7a1934152655b284f68d96966.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -61470,13 +26513,13 @@ " );\n", " \n", " \n", - " var circle_a0ef96f4a54fa6c61cdfc1fee5814ab5 = L.circle(\n", + " var circle_ed983ea7baf2c2d4a61a60ae6d35c2e8 = L.circle(\n", " [37.617239999999995, -122.38388000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_a0ef96f4a54fa6c61cdfc1fee5814ab5.bindTooltip(\n", + " circle_ed983ea7baf2c2d4a61a60ae6d35c2e8.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -61484,13 +26527,13 @@ " );\n", " \n", " \n", - " var circle_f868b888aadaae575ebd57bcd4a8b978 = L.circle(\n", + " var circle_77c34a493490ce602c0cb1cbf0e350f7 = L.circle(\n", " [37.61683, -122.38409000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", " \n", - " circle_f868b888aadaae575ebd57bcd4a8b978.bindTooltip(\n", + " circle_77c34a493490ce602c0cb1cbf0e350f7.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -61498,19 +26541,19 @@ " );\n", " \n", " \n", - " var poly_line_c92065ceb62b60a0f68b89d697b7230a = L.polyline(\n", + " var poly_line_c1d882fa5bbe7753909a996d4eb44bac = L.polyline(\n", " [[37.85952999999999, -122.26371000000002], [37.85871999999999, -122.26648999999999], [37.858439999999995, -122.26697999999998], [37.83793, -122.26433], [37.83786, -122.26604000000002], [37.83766, -122.26617], [37.8352, -122.26637999999998], [37.830619999999996, -122.26738], [37.82599999999999, -122.26868999999999], [37.82601, -122.27456], [37.827099999999994, -122.27966999999997], [37.82688999999999, -122.28634000000001], [37.82797999999999, -122.2947], [37.82533000000001, -122.30604], [37.824, -122.31778999999999], [37.82204, -122.3293], [37.82047999999999, -122.34088], [37.81866999999999, -122.35229999999999], [37.81424999999999, -122.36074999999998], [37.81361, -122.36165000000001], [37.80716999999999, -122.36831000000001], [37.78584, -122.39124999999997], [37.77973000000001, -122.39996], [37.77424, -122.40678999999997], [37.76496999999999, -122.40522], [37.75917, -122.40614], [37.75571, -122.40333000000001], [37.74651999999999, -122.40478999999998], [37.73753000000001, -122.40804999999997], [37.73002, -122.40405], [37.72117000000001, -122.40043999999997], [37.71585, -122.39871000000001], [37.71330999999999, -122.39674000000001], [37.71162, -122.39585], [37.67914, -122.38854999999998], [37.672059999999995, -122.39103999999999], [37.66454, -122.39816999999998], [37.65762, -122.40595], [37.64837, -122.40677], [37.641459999999995, -122.40617000000002], [37.635290000000005, -122.40401], [37.632339999999985, -122.4035], [37.62321, -122.40118999999999], [37.61428, -122.39788000000001], [37.61379999999999, -122.3969], [37.61428, -122.39397], [37.61578, -122.38803999999998], [37.616159999999994, -122.38590999999998], [37.61677, -122.38457999999999], [37.616640000000004, -122.38397000000002], [37.617239999999995, -122.38388000000002], [37.61683, -122.38409000000001]],\n", " {"bubblingMouseEvents": true, "color": "green", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "green", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_14eaf41d958284a23969aa490b0461a6);\n", + " ).addTo(map_544429460a2d501483b6cd6b277a61e8);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 49, + "execution_count": 41, "metadata": {}, "output_type": "execute_result" } @@ -61521,7 +26564,7 @@ }, { "cell_type": "code", - "execution_count": 41, + "execution_count": 42, "metadata": {}, "outputs": [ { @@ -61554,7 +26597,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_683f6001268f3f38726c69281ec7d702 {\n", + " #map_ee0cd1b9dc053caf4ed65a94a6cee273 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -61568,14 +26611,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_683f6001268f3f38726c69281ec7d702" ></div>\n", + " <div class="folium-map" id="map_ee0cd1b9dc053caf4ed65a94a6cee273" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_683f6001268f3f38726c69281ec7d702 = L.map(\n", - " "map_683f6001268f3f38726c69281ec7d702",\n", + " var map_ee0cd1b9dc053caf4ed65a94a6cee273 = L.map(\n", + " "map_ee0cd1b9dc053caf4ed65a94a6cee273",\n", " {\n", " center: [37.493900000000004, -122.22521999999998],\n", " crs: L.CRS.EPSG3857,\n", @@ -61589,22 +26632,22 @@ "\n", " \n", " \n", - " var tile_layer_57158d1a6b34270d6440b68ff1f24014 = L.tileLayer(\n", + " var tile_layer_1e5c80ed946e1845d8a58d16063467eb = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_57158d1a6b34270d6440b68ff1f24014.addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " tile_layer_1e5c80ed946e1845d8a58d16063467eb.addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " var circle_666be3dfb2e5bbe6ac5fd5886007c848 = L.circle(\n", + " var circle_e9e3841f4dfaad790bc5c65092ef598b = L.circle(\n", " [37.548739999999995, -122.27171],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_666be3dfb2e5bbe6ac5fd5886007c848.bindTooltip(\n", + " circle_e9e3841f4dfaad790bc5c65092ef598b.bindTooltip(\n", " `<div>\n", " road_id: 8925269\n", "distance: 23.162709\n", @@ -61613,13 +26656,13 @@ " );\n", " \n", " \n", - " var circle_e1340e8055800471c2e274d729fec040 = L.circle(\n", + " var circle_fd1b991a9f4cbe98447944537908cf47 = L.circle(\n", " [37.54807, -122.27381],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_e1340e8055800471c2e274d729fec040.bindTooltip(\n", + " circle_fd1b991a9f4cbe98447944537908cf47.bindTooltip(\n", " `<div>\n", " road_id: 35394464\n", "distance: 2.983126\n", @@ -61628,13 +26671,13 @@ " );\n", " \n", " \n", - " var circle_72c9cfc3a9dbe838c1f37b8838a5adc7 = L.circle(\n", + " var circle_de210494baf97293bd87917667dc6629 = L.circle(\n", " [37.54838000000001, -122.27406],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_72c9cfc3a9dbe838c1f37b8838a5adc7.bindTooltip(\n", + " circle_de210494baf97293bd87917667dc6629.bindTooltip(\n", " `<div>\n", " road_id: 35394464\n", "distance: 0.434193\n", @@ -61643,13 +26686,13 @@ " );\n", " \n", " \n", - " var circle_a0e499d3258ccce601be8394c78e38b8 = L.circle(\n", + " var circle_7b29ec4320daf80b02af0169b82121b9 = L.circle(\n", " [37.54977999999999, -122.27446],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_a0e499d3258ccce601be8394c78e38b8.bindTooltip(\n", + " circle_7b29ec4320daf80b02af0169b82121b9.bindTooltip(\n", " `<div>\n", " road_id: 35394464\n", "distance: 3.612568\n", @@ -61658,13 +26701,13 @@ " );\n", " \n", " \n", - " var circle_cebdc533da15fcf8b599d62dcd3fac7c = L.circle(\n", + " var circle_8ab166393791a8ac0643e89c20552fc8 = L.circle(\n", " [37.55051, -122.27448000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_cebdc533da15fcf8b599d62dcd3fac7c.bindTooltip(\n", + " circle_8ab166393791a8ac0643e89c20552fc8.bindTooltip(\n", " `<div>\n", " road_id: 417319888\n", "distance: 4.449697\n", @@ -61673,13 +26716,13 @@ " );\n", " \n", " \n", - " var circle_c4bb2b9c27416749b3bc5bc43cde5f53 = L.circle(\n", + " var circle_105fe953a9115c3c7eda290192b294ed = L.circle(\n", " [37.55196999999999, -122.27517000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_c4bb2b9c27416749b3bc5bc43cde5f53.bindTooltip(\n", + " circle_105fe953a9115c3c7eda290192b294ed.bindTooltip(\n", " `<div>\n", " road_id: 417319899\n", "distance: 2.274767\n", @@ -61688,13 +26731,13 @@ " );\n", " \n", " \n", - " var circle_db37447fb379d3c64daaf9fe7215fc14 = L.circle(\n", + " var circle_d9d287b2dcf78fa3de8913512d8cdfd5 = L.circle(\n", " [37.55355, -122.27656000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_db37447fb379d3c64daaf9fe7215fc14.bindTooltip(\n", + " circle_d9d287b2dcf78fa3de8913512d8cdfd5.bindTooltip(\n", " `<div>\n", " road_id: 417319891\n", "distance: 0.056258\n", @@ -61703,13 +26746,13 @@ " );\n", " \n", " \n", - " var circle_731fd2fb63ecf256cdf151c8af702b9d = L.circle(\n", + " var circle_f6ce27cf530894c9edece6fca6a80da5 = L.circle(\n", " [37.55432, -122.27748999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_731fd2fb63ecf256cdf151c8af702b9d.bindTooltip(\n", + " circle_f6ce27cf530894c9edece6fca6a80da5.bindTooltip(\n", " `<div>\n", " road_id: 619344105\n", "distance: 8.936273\n", @@ -61718,13 +26761,13 @@ " );\n", " \n", " \n", - " var circle_c7c285121f407d50ca09078baadf28b0 = L.circle(\n", + " var circle_8ce420294be28595c6278e1f38575f2a = L.circle(\n", " [37.55431, -122.27768000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_c7c285121f407d50ca09078baadf28b0.bindTooltip(\n", + " circle_8ce420294be28595c6278e1f38575f2a.bindTooltip(\n", " `<div>\n", " road_id: 417318844\n", "distance: 0.860878\n", @@ -61733,13 +26776,13 @@ " );\n", " \n", " \n", - " var circle_9055bb5973d52a7d4e4f412e9aaa85a2 = L.circle(\n", + " var circle_55aa1f4852c20fed8c98bdd62eba4c62 = L.circle(\n", " [37.553509999999996, -122.27891],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_9055bb5973d52a7d4e4f412e9aaa85a2.bindTooltip(\n", + " circle_55aa1f4852c20fed8c98bdd62eba4c62.bindTooltip(\n", " `<div>\n", " road_id: 392680090\n", "distance: 1.9569\n", @@ -61748,13 +26791,13 @@ " );\n", " \n", " \n", - " var circle_5123b5fef0b244fe3d579f938461abd0 = L.circle(\n", + " var circle_9bc19afa7ca1262ddd3918dc2e88cbf4 = L.circle(\n", " [37.550169999999994, -122.28236],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_5123b5fef0b244fe3d579f938461abd0.bindTooltip(\n", + " circle_9bc19afa7ca1262ddd3918dc2e88cbf4.bindTooltip(\n", " `<div>\n", " road_id: 392680088\n", "distance: 3.282785\n", @@ -61763,13 +26806,13 @@ " );\n", " \n", " \n", - " var circle_b3f24b3c4a0af89742a4f661c58913b9 = L.circle(\n", + " var circle_b1c8edd37aa008bae3a52543b5e438ae = L.circle(\n", " [37.54611999999999, -122.28538],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_b3f24b3c4a0af89742a4f661c58913b9.bindTooltip(\n", + " circle_b1c8edd37aa008bae3a52543b5e438ae.bindTooltip(\n", " `<div>\n", " road_id: 37410444\n", "distance: 0.412108\n", @@ -61778,13 +26821,13 @@ " );\n", " \n", " \n", - " var circle_027be0e9a53c8532e10445c8352ed72d = L.circle(\n", + " var circle_e40b740fcf51c5b01acfedac6582441f = L.circle(\n", " [37.54425999999999, -122.28868999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_027be0e9a53c8532e10445c8352ed72d.bindTooltip(\n", + " circle_e40b740fcf51c5b01acfedac6582441f.bindTooltip(\n", " `<div>\n", " road_id: 395851599\n", "distance: 2.327981\n", @@ -61793,13 +26836,13 @@ " );\n", " \n", " \n", - " var circle_ec1f8db11d047da681a3dffcf3c87d83 = L.circle(\n", + " var circle_d8f0ff0bdb2e799c67272c850e93d071 = L.circle(\n", " [37.54421, -122.28901],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_ec1f8db11d047da681a3dffcf3c87d83.bindTooltip(\n", + " circle_d8f0ff0bdb2e799c67272c850e93d071.bindTooltip(\n", " `<div>\n", " road_id: 10298423\n", "distance: 1.471654\n", @@ -61808,13 +26851,13 @@ " );\n", " \n", " \n", - " var circle_612439a1e5b7afc977d28af4266020dc = L.circle(\n", + " var circle_047fda856d7f5c5c54612cae5133a6e1 = L.circle(\n", " [37.54444, -122.28939000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_612439a1e5b7afc977d28af4266020dc.bindTooltip(\n", + " circle_047fda856d7f5c5c54612cae5133a6e1.bindTooltip(\n", " `<div>\n", " road_id: 10298423\n", "distance: 1.022085\n", @@ -61823,13 +26866,13 @@ " );\n", " \n", " \n", - " var circle_286e37bb3a96d699ea491c5fd9136c47 = L.circle(\n", + " var circle_ad56bdeb01d62ff06a577ceae69edd51 = L.circle(\n", " [37.544830000000005, -122.28928],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_286e37bb3a96d699ea491c5fd9136c47.bindTooltip(\n", + " circle_ad56bdeb01d62ff06a577ceae69edd51.bindTooltip(\n", " `<div>\n", " road_id: 10298423\n", "distance: 2.961962\n", @@ -61838,13 +26881,13 @@ " );\n", " \n", " \n", - " var circle_aa28f05d9daa6015fa1799def9c80f7b = L.circle(\n", + " var circle_cb3eba81002d4a16e874c89d60ef5a4c = L.circle(\n", " [37.54491, -122.28906999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_aa28f05d9daa6015fa1799def9c80f7b.bindTooltip(\n", + " circle_cb3eba81002d4a16e874c89d60ef5a4c.bindTooltip(\n", " `<div>\n", " road_id: 10298423\n", "distance: 2.89156\n", @@ -61853,13 +26896,13 @@ " );\n", " \n", " \n", - " var circle_9d2e0691e3b5dc026d839715b94aa014 = L.circle(\n", + " var circle_ad7fef276c106dee56ad4156452bf79a = L.circle(\n", " [37.54475, -122.28862],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_9d2e0691e3b5dc026d839715b94aa014.bindTooltip(\n", + " circle_ad7fef276c106dee56ad4156452bf79a.bindTooltip(\n", " `<div>\n", " road_id: 10298423\n", "distance: 2.595748\n", @@ -61868,13 +26911,13 @@ " );\n", " \n", " \n", - " var circle_fca29b98eccfe8e3adaaa74338154e40 = L.circle(\n", + " var circle_791377c4a40178b4952d5e4a07bee7c7 = L.circle(\n", " [37.54288, -122.28662999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_fca29b98eccfe8e3adaaa74338154e40.bindTooltip(\n", + " circle_791377c4a40178b4952d5e4a07bee7c7.bindTooltip(\n", " `<div>\n", " road_id: 395851600\n", "distance: 1.199022\n", @@ -61883,13 +26926,13 @@ " );\n", " \n", " \n", - " var circle_9b5de0cb58ba09b7efa319e282b0ad67 = L.circle(\n", + " var circle_9a3acaf88ef90e9f2dca1c47475e2e3a = L.circle(\n", " [37.53155999999999, -122.27608999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_9b5de0cb58ba09b7efa319e282b0ad67.bindTooltip(\n", + " circle_9a3acaf88ef90e9f2dca1c47475e2e3a.bindTooltip(\n", " `<div>\n", " road_id: 425562118\n", "distance: 1.65953\n", @@ -61898,13 +26941,13 @@ " );\n", " \n", " \n", - " var circle_9cf7df6b2aea9d9934014aa9ff456730 = L.circle(\n", + " var circle_d2bec66f2a912cb1abd32938a10bdcde = L.circle(\n", " [37.52461999999999, -122.26843000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_9cf7df6b2aea9d9934014aa9ff456730.bindTooltip(\n", + " circle_d2bec66f2a912cb1abd32938a10bdcde.bindTooltip(\n", " `<div>\n", " road_id: 708325197\n", "distance: 3.7548\n", @@ -61913,13 +26956,13 @@ " );\n", " \n", " \n", - " var circle_7e76083bd6ab3291f4c1692d5a1b68c7 = L.circle(\n", + " var circle_0841fbbf5e4062d2b6f214b6edd7d500 = L.circle(\n", " [37.50392999999999, -122.24490999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_7e76083bd6ab3291f4c1692d5a1b68c7.bindTooltip(\n", + " circle_0841fbbf5e4062d2b6f214b6edd7d500.bindTooltip(\n", " `<div>\n", " road_id: 1160430519\n", "distance: 4.828309\n", @@ -61928,13 +26971,13 @@ " );\n", " \n", " \n", - " var circle_178164e3fa52cc45db8308c1f5249e9d = L.circle(\n", + " var circle_eac0ba29bb310d99050af8dd71bfdb5e = L.circle(\n", " [37.493900000000004, -122.22521999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_178164e3fa52cc45db8308c1f5249e9d.bindTooltip(\n", + " circle_eac0ba29bb310d99050af8dd71bfdb5e.bindTooltip(\n", " `<div>\n", " road_id: 38151145\n", "distance: 1.918754\n", @@ -61943,13 +26986,13 @@ " );\n", " \n", " \n", - " var circle_3d4d9e8cd96408e00ff30026dbd188ec = L.circle(\n", + " var circle_e39e6b7a21cdd70b6738b6e557369861 = L.circle(\n", " [37.491719999999994, -122.2199],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_3d4d9e8cd96408e00ff30026dbd188ec.bindTooltip(\n", + " circle_e39e6b7a21cdd70b6738b6e557369861.bindTooltip(\n", " `<div>\n", " road_id: 38151145\n", "distance: 5.750013\n", @@ -61958,13 +27001,13 @@ " );\n", " \n", " \n", - " var circle_b17de32532d2b244ab13773a281417c0 = L.circle(\n", + " var circle_babe6f5caaf9e4ad8f4a5d5d62bc1455 = L.circle(\n", " [37.48792999999999, -122.20884999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_b17de32532d2b244ab13773a281417c0.bindTooltip(\n", + " circle_babe6f5caaf9e4ad8f4a5d5d62bc1455.bindTooltip(\n", " `<div>\n", " road_id: 42380382\n", "distance: 4.741013\n", @@ -61973,13 +27016,13 @@ " );\n", " \n", " \n", - " var circle_075bf69118af705e5ba63af26e9fcf44 = L.circle(\n", + " var circle_72692f7bd39d21ffd76457b196c045c7 = L.circle(\n", " [37.48486, -122.18601000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_075bf69118af705e5ba63af26e9fcf44.bindTooltip(\n", + " circle_72692f7bd39d21ffd76457b196c045c7.bindTooltip(\n", " `<div>\n", " road_id: 35837501\n", "distance: 4.516166\n", @@ -61988,13 +27031,13 @@ " );\n", " \n", " \n", - " var circle_9de796c7cf0a1dcf38cf8d48573ca8ae = L.circle(\n", + " var circle_a962d678dcb0aeb8086df4e36955818d = L.circle(\n", " [37.47511, -122.16593],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_9de796c7cf0a1dcf38cf8d48573ca8ae.bindTooltip(\n", + " circle_a962d678dcb0aeb8086df4e36955818d.bindTooltip(\n", " `<div>\n", " road_id: 395436919\n", "distance: 5.248563\n", @@ -62003,13 +27046,13 @@ " );\n", " \n", " \n", - " var circle_8217d1f0eda3ab34f96608bf8db4d9a1 = L.circle(\n", + " var circle_adf286deef4e556444875af3e683338c = L.circle(\n", " [37.45315, -122.12851999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_8217d1f0eda3ab34f96608bf8db4d9a1.bindTooltip(\n", + " circle_adf286deef4e556444875af3e683338c.bindTooltip(\n", " `<div>\n", " road_id: 688694490\n", "distance: 6.565872\n", @@ -62018,13 +27061,13 @@ " );\n", " \n", " \n", - " var circle_e6f29a5f0c4a16bd82b2664a9181ba30 = L.circle(\n", + " var circle_ec18e3c5048ab405db023957b84b0a7f = L.circle(\n", " [37.43978, -122.11354000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_e6f29a5f0c4a16bd82b2664a9181ba30.bindTooltip(\n", + " circle_ec18e3c5048ab405db023957b84b0a7f.bindTooltip(\n", " `<div>\n", " road_id: 688239440\n", "distance: 4.971237\n", @@ -62033,13 +27076,13 @@ " );\n", " \n", " \n", - " var circle_c18f5eb33fda80ba0d6996bdc905c685 = L.circle(\n", + " var circle_5876bab072df6866bd91067755f456d9 = L.circle(\n", " [37.4325, -122.10591],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_c18f5eb33fda80ba0d6996bdc905c685.bindTooltip(\n", + " circle_5876bab072df6866bd91067755f456d9.bindTooltip(\n", " `<div>\n", " road_id: 688239440\n", "distance: 4.565206\n", @@ -62048,13 +27091,13 @@ " );\n", " \n", " \n", - " var circle_0d47595c48a18c343e3aafa5105f57c5 = L.circle(\n", + " var circle_7f2f0301d1e9514024c2fdbfeff13ccb = L.circle(\n", " [37.41908, -122.08992],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_0d47595c48a18c343e3aafa5105f57c5.bindTooltip(\n", + " circle_7f2f0301d1e9514024c2fdbfeff13ccb.bindTooltip(\n", " `<div>\n", " road_id: 849774367\n", "distance: 5.641707\n", @@ -62063,13 +27106,13 @@ " );\n", " \n", " \n", - " var circle_7754061d5526a023ca1e7feb8db2eafd = L.circle(\n", + " var circle_f71b3019fecbba3656af2301b2ee539d = L.circle(\n", " [37.41303, -122.081],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_7754061d5526a023ca1e7feb8db2eafd.bindTooltip(\n", + " circle_f71b3019fecbba3656af2301b2ee539d.bindTooltip(\n", " `<div>\n", " road_id: 850030099\n", "distance: 2.567019\n", @@ -62078,13 +27121,13 @@ " );\n", " \n", " \n", - " var circle_299336dbbdf957526bc1a5ff9bd8b8b7 = L.circle(\n", + " var circle_ad271090472c7934026803059adb638a = L.circle(\n", " [37.408809999999995, -122.07067999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_299336dbbdf957526bc1a5ff9bd8b8b7.bindTooltip(\n", + " circle_ad271090472c7934026803059adb638a.bindTooltip(\n", " `<div>\n", " road_id: 699542819\n", "distance: 6.063343\n", @@ -62093,13 +27136,13 @@ " );\n", " \n", " \n", - " var circle_6382c6a392940130a07dadfe75ee0b3a = L.circle(\n", + " var circle_81be7a746d354160352f835628e37371 = L.circle(\n", " [37.40334, -122.04821000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_6382c6a392940130a07dadfe75ee0b3a.bindTooltip(\n", + " circle_81be7a746d354160352f835628e37371.bindTooltip(\n", " `<div>\n", " road_id: 27628574\n", "distance: 2.999336\n", @@ -62108,13 +27151,13 @@ " );\n", " \n", " \n", - " var circle_6cc04130c2ce4e0c49138a34b1e40317 = L.circle(\n", + " var circle_284e8cb7204c94186d3e8e165229c634 = L.circle(\n", " [37.395889999999994, -122.01440999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_6cc04130c2ce4e0c49138a34b1e40317.bindTooltip(\n", + " circle_284e8cb7204c94186d3e8e165229c634.bindTooltip(\n", " `<div>\n", " road_id: 867204829\n", "distance: 3.57433\n", @@ -62123,13 +27166,13 @@ " );\n", " \n", " \n", - " var circle_a6e56958cae7a9cbfb8bf8cfbe3b5e20 = L.circle(\n", + " var circle_8a5c58d8ce8872a25b91d65fd44e5fd5 = L.circle(\n", " [37.39124, -121.99763000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_a6e56958cae7a9cbfb8bf8cfbe3b5e20.bindTooltip(\n", + " circle_8a5c58d8ce8872a25b91d65fd44e5fd5.bindTooltip(\n", " `<div>\n", " road_id: 11531386\n", "distance: 6.043219\n", @@ -62138,13 +27181,13 @@ " );\n", " \n", " \n", - " var circle_407d262fe5307a28bfde1a10dc65e3d1 = L.circle(\n", + " var circle_f93e4173b81600093bb98fd2bffc4dfe = L.circle(\n", " [37.38945999999999, -121.99611999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_407d262fe5307a28bfde1a10dc65e3d1.bindTooltip(\n", + " circle_f93e4173b81600093bb98fd2bffc4dfe.bindTooltip(\n", " `<div>\n", " road_id: 395354965\n", "distance: 3.784062\n", @@ -62153,13 +27196,13 @@ " );\n", " \n", " \n", - " var circle_c2fd327d6bada23dfdd2738759bb5ea1 = L.circle(\n", + " var circle_14dfe80051f6d9d2fba4c8a9a137cb3e = L.circle(\n", " [37.388249999999985, -121.99599000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_c2fd327d6bada23dfdd2738759bb5ea1.bindTooltip(\n", + " circle_14dfe80051f6d9d2fba4c8a9a137cb3e.bindTooltip(\n", " `<div>\n", " road_id: 394178963\n", "distance: 3.943609\n", @@ -62168,13 +27211,13 @@ " );\n", " \n", " \n", - " var circle_b11d5c10ef870045f4729098fc5b6c29 = L.circle(\n", + " var circle_84ba9f167400283a055c09b84ea34607 = L.circle(\n", " [37.37422000000001, -121.99612999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_b11d5c10ef870045f4729098fc5b6c29.bindTooltip(\n", + " circle_84ba9f167400283a055c09b84ea34607.bindTooltip(\n", " `<div>\n", " road_id: 394172444\n", "distance: 4.281983\n", @@ -62183,13 +27226,13 @@ " );\n", " \n", " \n", - " var circle_a8876e1074a9d06c7b3455dbde2b1b12 = L.circle(\n", + " var circle_2142006de700e08fc3b73941951ac1a5 = L.circle(\n", " [37.3733, -121.99630999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_a8876e1074a9d06c7b3455dbde2b1b12.bindTooltip(\n", + " circle_2142006de700e08fc3b73941951ac1a5.bindTooltip(\n", " `<div>\n", " road_id: 317446009\n", "distance: 5.402254\n", @@ -62198,13 +27241,13 @@ " );\n", " \n", " \n", - " var circle_4ed12d66e2c8591a38f36c2e45baedf5 = L.circle(\n", + " var circle_aa89779c1c7c9b0c7bf358cec366d781 = L.circle(\n", " [37.36885, -121.99646999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_4ed12d66e2c8591a38f36c2e45baedf5.bindTooltip(\n", + " circle_aa89779c1c7c9b0c7bf358cec366d781.bindTooltip(\n", " `<div>\n", " road_id: 416934284\n", "distance: 4.182445\n", @@ -62213,13 +27256,13 @@ " );\n", " \n", " \n", - " var circle_90f0b90cecacaf9c63ad1748abcfe8f1 = L.circle(\n", + " var circle_e2da90db9910f2e99fadcf0e5f0c555a = L.circle(\n", " [37.36683, -121.99607],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_90f0b90cecacaf9c63ad1748abcfe8f1.bindTooltip(\n", + " circle_e2da90db9910f2e99fadcf0e5f0c555a.bindTooltip(\n", " `<div>\n", " road_id: 551641902\n", "distance: 4.303409\n", @@ -62228,13 +27271,13 @@ " );\n", " \n", " \n", - " var circle_422bdbeb464635cca270a6995273d9f4 = L.circle(\n", + " var circle_2470d9fbabb754cc662ba2ec91107eab = L.circle(\n", " [37.36675, -121.99302],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_422bdbeb464635cca270a6995273d9f4.bindTooltip(\n", + " circle_2470d9fbabb754cc662ba2ec91107eab.bindTooltip(\n", " `<div>\n", " road_id: 51062000\n", "distance: 4.000929\n", @@ -62243,13 +27286,13 @@ " );\n", " \n", " \n", - " var circle_da0413e2c9ead283e371e9ae87c59711 = L.circle(\n", + " var circle_f7f33059f6d0f4a01451b596fcd3af01 = L.circle(\n", " [37.36582, -121.99257],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " circle_da0413e2c9ead283e371e9ae87c59711.bindTooltip(\n", + " circle_f7f33059f6d0f4a01451b596fcd3af01.bindTooltip(\n", " `<div>\n", " road_id: 51062000\n", "distance: 1.350673\n", @@ -62258,13 +27301,13 @@ " );\n", " \n", " \n", - " var poly_line_2d9d8a7faca14abbc27fc22497eabcf5 = L.polyline(\n", + " var poly_line_cce2b58c8d60f9544f28e9dda24826f2 = L.polyline(\n", " [[37.548633, -122.271937], [37.548712, -122.272042]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_2d9d8a7faca14abbc27fc22497eabcf5.bindTooltip(\n", + " poly_line_cce2b58c8d60f9544f28e9dda24826f2.bindTooltip(\n", " `<div>\n", " 8925269\n", " </div>`,\n", @@ -62272,13 +27315,13 @@ " );\n", " \n", " \n", - " var poly_line_66797464695f4d36d04a69b49c38fca3 = L.polyline(\n", + " var poly_line_d911c50583499688b03bd3b96f8323cb = L.polyline(\n", " [[37.547967, -122.27378], [37.549826, -122.27442]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_66797464695f4d36d04a69b49c38fca3.bindTooltip(\n", + " poly_line_d911c50583499688b03bd3b96f8323cb.bindTooltip(\n", " `<div>\n", " 35394464\n", " </div>`,\n", @@ -62286,13 +27329,13 @@ " );\n", " \n", " \n", - " var poly_line_fec3e269815ad5c12501a6293286bc00 = L.polyline(\n", + " var poly_line_f858455afe80139c000be54a3553fcc0 = L.polyline(\n", " [[37.55006, -122.274413], [37.55072, -122.274451]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_fec3e269815ad5c12501a6293286bc00.bindTooltip(\n", + " poly_line_f858455afe80139c000be54a3553fcc0.bindTooltip(\n", " `<div>\n", " 417319888\n", " </div>`,\n", @@ -62300,13 +27343,13 @@ " );\n", " \n", " \n", - " var poly_line_658073b9101c274796f5185b88aa0889 = L.polyline(\n", + " var poly_line_a13754a02f992542b7f281c795106263 = L.polyline(\n", " [[37.551508, -122.274785], [37.552247, -122.275367]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_658073b9101c274796f5185b88aa0889.bindTooltip(\n", + " poly_line_a13754a02f992542b7f281c795106263.bindTooltip(\n", " `<div>\n", " 417319899\n", " </div>`,\n", @@ -62314,13 +27357,13 @@ " );\n", " \n", " \n", - " var poly_line_c0039814d6269a07c47ecd33cb20f9bd = L.polyline(\n", + " var poly_line_1a84152363e7732429462e026346862d = L.polyline(\n", " [[37.553318, -122.276333], [37.553837, -122.276839]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_c0039814d6269a07c47ecd33cb20f9bd.bindTooltip(\n", + " poly_line_1a84152363e7732429462e026346862d.bindTooltip(\n", " `<div>\n", " 417319891\n", " </div>`,\n", @@ -62328,13 +27371,13 @@ " );\n", " \n", " \n", - " var poly_line_0795a44d7bcc227ec314cc83f0f7d280 = L.polyline(\n", + " var poly_line_05c822c8cc050dfa4edecde6c2cccca2 = L.polyline(\n", " [[37.554465, -122.277424], [37.554378, -122.277561]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_0795a44d7bcc227ec314cc83f0f7d280.bindTooltip(\n", + " poly_line_05c822c8cc050dfa4edecde6c2cccca2.bindTooltip(\n", " `<div>\n", " 619344105\n", " </div>`,\n", @@ -62342,13 +27385,13 @@ " );\n", " \n", " \n", - " var poly_line_8ef1be67b82ddbb50d7b2f899f17a1e7 = L.polyline(\n", + " var poly_line_b6dd10717204631c4e19878c2b1dab9a = L.polyline(\n", " [[37.554324, -122.27767], [37.554118, -122.278015]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_8ef1be67b82ddbb50d7b2f899f17a1e7.bindTooltip(\n", + " poly_line_b6dd10717204631c4e19878c2b1dab9a.bindTooltip(\n", " `<div>\n", " 417318844\n", " </div>`,\n", @@ -62356,13 +27399,13 @@ " );\n", " \n", " \n", - " var poly_line_9e1310f832b24187e4f8de8d7cb2e998 = L.polyline(\n", + " var poly_line_dc2057df38ad7874afc1e1a352651560 = L.polyline(\n", " [[37.553529, -122.278855], [37.552574, -122.279956]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_9e1310f832b24187e4f8de8d7cb2e998.bindTooltip(\n", + " poly_line_dc2057df38ad7874afc1e1a352651560.bindTooltip(\n", " `<div>\n", " 392680090\n", " </div>`,\n", @@ -62370,13 +27413,13 @@ " );\n", " \n", " \n", - " var poly_line_19951defb4f0181167e4f7acf154a3e5 = L.polyline(\n", + " var poly_line_8850356890f37f5f3a50b5b6e87570bb = L.polyline(\n", " [[37.550199, -122.282379], [37.549893, -122.282679]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_19951defb4f0181167e4f7acf154a3e5.bindTooltip(\n", + " poly_line_8850356890f37f5f3a50b5b6e87570bb.bindTooltip(\n", " `<div>\n", " 392680088\n", " </div>`,\n", @@ -62384,13 +27427,13 @@ " );\n", " \n", " \n", - " var poly_line_e49516166d398a7e0f9e7100fbb319b8 = L.polyline(\n", + " var poly_line_f3e933fd4adab149712b6e6300eba2d1 = L.polyline(\n", " [[37.546175, -122.285267], [37.54588, -122.285828]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_e49516166d398a7e0f9e7100fbb319b8.bindTooltip(\n", + " poly_line_f3e933fd4adab149712b6e6300eba2d1.bindTooltip(\n", " `<div>\n", " 37410444\n", " </div>`,\n", @@ -62398,13 +27441,13 @@ " );\n", " \n", " \n", - " var poly_line_66428bc13f0e4673119a9f5845bddb68 = L.polyline(\n", + " var poly_line_025adec44e3295d00d1e2506d28eaaf9 = L.polyline(\n", " [[37.544352, -122.288357], [37.544191, -122.288884]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_66428bc13f0e4673119a9f5845bddb68.bindTooltip(\n", + " poly_line_025adec44e3295d00d1e2506d28eaaf9.bindTooltip(\n", " `<div>\n", " 395851599\n", " </div>`,\n", @@ -62412,13 +27455,13 @@ " );\n", " \n", " \n", - " var poly_line_7abf3190301d16a4c11c412f4a310957 = L.polyline(\n", + " var poly_line_ece43f48ecff1986cced69c395bc23ca = L.polyline(\n", " [[37.544191, -122.288884], [37.544719, -122.288622]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_7abf3190301d16a4c11c412f4a310957.bindTooltip(\n", + " poly_line_ece43f48ecff1986cced69c395bc23ca.bindTooltip(\n", " `<div>\n", " 10298423\n", " </div>`,\n", @@ -62426,13 +27469,13 @@ " );\n", " \n", " \n", - " var poly_line_a58e9d81d2d73fbab148f5b02a0c2240 = L.polyline(\n", + " var poly_line_a1735ea5ee3d20efb8caca42eb2513e4 = L.polyline(\n", " [[37.544001, -122.287819], [37.542512, -122.286169]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_a58e9d81d2d73fbab148f5b02a0c2240.bindTooltip(\n", + " poly_line_a1735ea5ee3d20efb8caca42eb2513e4.bindTooltip(\n", " `<div>\n", " 395851600\n", " </div>`,\n", @@ -62440,13 +27483,13 @@ " );\n", " \n", " \n", - " var poly_line_d131201a708a8d1265b643732b48ddf5 = L.polyline(\n", + " var poly_line_31fd34b045e3183559cb164587d73702 = L.polyline(\n", " [[37.533889, -122.278221], [37.529205, -122.273655]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_d131201a708a8d1265b643732b48ddf5.bindTooltip(\n", + " poly_line_31fd34b045e3183559cb164587d73702.bindTooltip(\n", " `<div>\n", " 425562118\n", " </div>`,\n", @@ -62454,13 +27497,13 @@ " );\n", " \n", " \n", - " var poly_line_1f81a579bb3a1c5292186b74ade16fe3 = L.polyline(\n", + " var poly_line_0f8a9cbb996222f250b4154d68761ae9 = L.polyline(\n", " [[37.529205, -122.273655], [37.523089, -122.266637]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_1f81a579bb3a1c5292186b74ade16fe3.bindTooltip(\n", + " poly_line_0f8a9cbb996222f250b4154d68761ae9.bindTooltip(\n", " `<div>\n", " 708325197\n", " </div>`,\n", @@ -62468,13 +27511,13 @@ " );\n", " \n", " \n", - " var poly_line_833afd143ec7d67be299ff26d15cc7d5 = L.polyline(\n", + " var poly_line_88758dcf3a3100088707b8ea338a38ca = L.polyline(\n", " [[37.506343, -122.247718], [37.5039, -122.24495]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_833afd143ec7d67be299ff26d15cc7d5.bindTooltip(\n", + " poly_line_88758dcf3a3100088707b8ea338a38ca.bindTooltip(\n", " `<div>\n", " 1160430519\n", " </div>`,\n", @@ -62482,13 +27525,13 @@ " );\n", " \n", " \n", - " var poly_line_4309f5e4802a2a98ce6fb5e9b572f463 = L.polyline(\n", + " var poly_line_e7e6948784614c90b91fd46f4ce59f05 = L.polyline(\n", " [[37.494108, -122.225754], [37.491223, -122.218915]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_4309f5e4802a2a98ce6fb5e9b572f463.bindTooltip(\n", + " poly_line_e7e6948784614c90b91fd46f4ce59f05.bindTooltip(\n", " `<div>\n", " 38151145\n", " </div>`,\n", @@ -62496,13 +27539,13 @@ " );\n", " \n", " \n", - " var poly_line_e43705aaf81cba4b74d8ee5f8dc9f8b3 = L.polyline(\n", + " var poly_line_988485724ce430e55a4bc2bfd4cf7a6b = L.polyline(\n", " [[37.488787, -122.21266], [37.487457, -122.205884]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_e43705aaf81cba4b74d8ee5f8dc9f8b3.bindTooltip(\n", + " poly_line_988485724ce430e55a4bc2bfd4cf7a6b.bindTooltip(\n", " `<div>\n", " 42380382\n", " </div>`,\n", @@ -62510,13 +27553,13 @@ " );\n", " \n", " \n", - " var poly_line_aff32ef10ba700d9de8d1e7187ee2134 = L.polyline(\n", + " var poly_line_534370fe16be841bffae70ea0fb1f3ab = L.polyline(\n", " [[37.487457, -122.205884], [37.484733, -122.185631]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_aff32ef10ba700d9de8d1e7187ee2134.bindTooltip(\n", + " poly_line_534370fe16be841bffae70ea0fb1f3ab.bindTooltip(\n", " `<div>\n", " 35837501\n", " </div>`,\n", @@ -62524,13 +27567,13 @@ " );\n", " \n", " \n", - " var poly_line_a7034ed4d85ccb3a2efdaba79a411c1c = L.polyline(\n", + " var poly_line_d75b69c51b8d31df9028a68ec10592bb = L.polyline(\n", " [[37.481693, -122.177417], [37.470605, -122.158395]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_a7034ed4d85ccb3a2efdaba79a411c1c.bindTooltip(\n", + " poly_line_d75b69c51b8d31df9028a68ec10592bb.bindTooltip(\n", " `<div>\n", " 395436919\n", " </div>`,\n", @@ -62538,13 +27581,13 @@ " );\n", " \n", " \n", - " var poly_line_93739203b64ca6f5702891560a0d1ddc = L.polyline(\n", + " var poly_line_819d7161f4eec6d48835569cc4a2dadb = L.polyline(\n", " [[37.457738, -122.136462], [37.452785, -122.128024]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_93739203b64ca6f5702891560a0d1ddc.bindTooltip(\n", + " poly_line_819d7161f4eec6d48835569cc4a2dadb.bindTooltip(\n", " `<div>\n", " 688694490\n", " </div>`,\n", @@ -62552,13 +27595,13 @@ " );\n", " \n", " \n", - " var poly_line_b0896d4d842582b8c70c2d62fda7ab95 = L.polyline(\n", + " var poly_line_9474f2bbbd37474837f8c458d0f4cb07 = L.polyline(\n", " [[37.439891, -122.11373], [37.432102, -122.10556]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_b0896d4d842582b8c70c2d62fda7ab95.bindTooltip(\n", + " poly_line_9474f2bbbd37474837f8c458d0f4cb07.bindTooltip(\n", " `<div>\n", " 688239440\n", " </div>`,\n", @@ -62566,13 +27609,13 @@ " );\n", " \n", " \n", - " var poly_line_ceb563fbe15139e92290a15b8653cc3f = L.polyline(\n", + " var poly_line_3cf5f9529818eb9743f58789e0894b11 = L.polyline(\n", " [[37.420823, -122.09244], [37.418477, -122.089184]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_ceb563fbe15139e92290a15b8653cc3f.bindTooltip(\n", + " poly_line_3cf5f9529818eb9743f58789e0894b11.bindTooltip(\n", " `<div>\n", " 849774367\n", " </div>`,\n", @@ -62580,13 +27623,13 @@ " );\n", " \n", " \n", - " var poly_line_a4c8b84ac5a215bfed0682a5a5631b18 = L.polyline(\n", + " var poly_line_fa7b866bff1b0ac35901f20f32bf5bf9 = L.polyline(\n", " [[37.41351, -122.082092], [37.412801, -122.08055]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_a4c8b84ac5a215bfed0682a5a5631b18.bindTooltip(\n", + " poly_line_fa7b866bff1b0ac35901f20f32bf5bf9.bindTooltip(\n", " `<div>\n", " 850030099\n", " </div>`,\n", @@ -62594,13 +27637,13 @@ " );\n", " \n", " \n", - " var poly_line_12b981b8af965f32b2241438145e7118 = L.polyline(\n", + " var poly_line_cbd40057082fe411f2db8e7c36ace109 = L.polyline(\n", " [[37.409234, -122.071883], [37.407808, -122.067607]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_12b981b8af965f32b2241438145e7118.bindTooltip(\n", + " poly_line_cbd40057082fe411f2db8e7c36ace109.bindTooltip(\n", " `<div>\n", " 699542819\n", " </div>`,\n", @@ -62608,13 +27651,13 @@ " );\n", " \n", " \n", - " var poly_line_690b66dd5cfd1985e4f4c3f9d4d20a10 = L.polyline(\n", + " var poly_line_42ee2d5c8c7fd886da3451a888457237 = L.polyline(\n", " [[37.403929, -122.050969], [37.403049, -122.047017]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_690b66dd5cfd1985e4f4c3f9d4d20a10.bindTooltip(\n", + " poly_line_42ee2d5c8c7fd886da3451a888457237.bindTooltip(\n", " `<div>\n", " 27628574\n", " </div>`,\n", @@ -62622,13 +27665,13 @@ " );\n", " \n", " \n", - " var poly_line_4d4fa815d641af0f7c45724c881edec9 = L.polyline(\n", + " var poly_line_b31881554e0c1749c73518143491506e = L.polyline(\n", " [[37.396422, -122.016668], [37.395607, -122.012976]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_4d4fa815d641af0f7c45724c881edec9.bindTooltip(\n", + " poly_line_b31881554e0c1749c73518143491506e.bindTooltip(\n", " `<div>\n", " 867204829\n", " </div>`,\n", @@ -62636,13 +27679,13 @@ " );\n", " \n", " \n", - " var poly_line_31d1aeab8c627bb7c8dde5d27c1011d7 = L.polyline(\n", + " var poly_line_fc409f3f1bbea5519c98e9ef340c61e9 = L.polyline(\n", " [[37.392201, -121.999703], [37.390213, -121.997084]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_31d1aeab8c627bb7c8dde5d27c1011d7.bindTooltip(\n", + " poly_line_fc409f3f1bbea5519c98e9ef340c61e9.bindTooltip(\n", " `<div>\n", " 11531386\n", " </div>`,\n", @@ -62650,13 +27693,13 @@ " );\n", " \n", " \n", - " var poly_line_c517a19ffad7ac8393e97720b3ed37a5 = L.polyline(\n", + " var poly_line_85910956ead4129ce805278ba95967c0 = L.polyline(\n", " [[37.389743, -121.996089], [37.388901, -121.996053]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_c517a19ffad7ac8393e97720b3ed37a5.bindTooltip(\n", + " poly_line_85910956ead4129ce805278ba95967c0.bindTooltip(\n", " `<div>\n", " 395354965\n", " </div>`,\n", @@ -62664,13 +27707,13 @@ " );\n", " \n", " \n", - " var poly_line_1c6aae8f6c39ca475dedd48f42641871 = L.polyline(\n", + " var poly_line_8f48f834a11c411288347bc6d05a373f = L.polyline(\n", " [[37.388472, -121.996038], [37.387686, -121.996027]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_1c6aae8f6c39ca475dedd48f42641871.bindTooltip(\n", + " poly_line_8f48f834a11c411288347bc6d05a373f.bindTooltip(\n", " `<div>\n", " 394178963\n", " </div>`,\n", @@ -62678,13 +27721,13 @@ " );\n", " \n", " \n", - " var poly_line_e77d25907e9e94752d29e32f48b81eb8 = L.polyline(\n", + " var poly_line_32653a17b7c6a7c1fd8df11fbe26e8ab = L.polyline(\n", " [[37.374722, -121.996096], [37.37406, -121.996205]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_e77d25907e9e94752d29e32f48b81eb8.bindTooltip(\n", + " poly_line_32653a17b7c6a7c1fd8df11fbe26e8ab.bindTooltip(\n", " `<div>\n", " 394172444\n", " </div>`,\n", @@ -62692,13 +27735,13 @@ " );\n", " \n", " \n", - " var poly_line_733eb59aab9e77c24958006ecef64cf3 = L.polyline(\n", + " var poly_line_643fb84bcb2bd02c6d89cb5932b7e8b1 = L.polyline(\n", " [[37.373809, -121.996263], [37.373083, -121.996419]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_733eb59aab9e77c24958006ecef64cf3.bindTooltip(\n", + " poly_line_643fb84bcb2bd02c6d89cb5932b7e8b1.bindTooltip(\n", " `<div>\n", " 317446009\n", " </div>`,\n", @@ -62706,13 +27749,13 @@ " );\n", " \n", " \n", - " var poly_line_64c30038588a86f504c1a599f8e39b83 = L.polyline(\n", + " var poly_line_9dac94d690b26b47cbcc0a95ee62e375 = L.polyline(\n", " [[37.370108, -121.99652], [37.368031, -121.996448]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_64c30038588a86f504c1a599f8e39b83.bindTooltip(\n", + " poly_line_9dac94d690b26b47cbcc0a95ee62e375.bindTooltip(\n", " `<div>\n", " 416934284\n", " </div>`,\n", @@ -62720,13 +27763,13 @@ " );\n", " \n", " \n", - " var poly_line_934585f4a79a3662022993bfc455cf49 = L.polyline(\n", + " var poly_line_6243504a1197a6a3471539e1402ca86f = L.polyline(\n", " [[37.366794, -121.996264], [37.36679, -121.995999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_934585f4a79a3662022993bfc455cf49.bindTooltip(\n", + " poly_line_6243504a1197a6a3471539e1402ca86f.bindTooltip(\n", " `<div>\n", " 551641902\n", " </div>`,\n", @@ -62734,13 +27777,13 @@ " );\n", " \n", " \n", - " var poly_line_8522f0dfde88f4598092c61b4ef44296 = L.polyline(\n", + " var poly_line_f2f2074ed47972338adbaaef3d3f4fcb = L.polyline(\n", " [[37.366879, -121.992972], [37.366722, -121.992975]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_683f6001268f3f38726c69281ec7d702);\n", + " ).addTo(map_ee0cd1b9dc053caf4ed65a94a6cee273);\n", " \n", " \n", - " poly_line_8522f0dfde88f4598092c61b4ef44296.bindTooltip(\n", + " poly_line_f2f2074ed47972338adbaaef3d3f4fcb.bindTooltip(\n", " `<div>\n", " 51062000\n", " </div>`,\n", @@ -62751,10 +27794,10 @@ "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 41, + "execution_count": 42, "metadata": {}, "output_type": "execute_result" } @@ -62765,7 +27808,7 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": 43, "metadata": {}, "outputs": [ { @@ -62798,7 +27841,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_661a4b7a2bdc8abe23717faf93c1ef66 {\n", + " #map_9d1d3d58e0ac97124b51a54ace22623d {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -62812,14 +27855,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_661a4b7a2bdc8abe23717faf93c1ef66" ></div>\n", + " <div class="folium-map" id="map_9d1d3d58e0ac97124b51a54ace22623d" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_661a4b7a2bdc8abe23717faf93c1ef66 = L.map(\n", - " "map_661a4b7a2bdc8abe23717faf93c1ef66",\n", + " var map_9d1d3d58e0ac97124b51a54ace22623d = L.map(\n", + " "map_9d1d3d58e0ac97124b51a54ace22623d",\n", " {\n", " center: [37.428088, -122.101374],\n", " crs: L.CRS.EPSG3857,\n", @@ -62833,22 +27876,22 @@ "\n", " \n", " \n", - " var tile_layer_55696905b3704f280e214f76a5deb0ba = L.tileLayer(\n", + " var tile_layer_2cfb4547217b94d43452dad59b5c0b48 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_55696905b3704f280e214f76a5deb0ba.addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " tile_layer_2cfb4547217b94d43452dad59b5c0b48.addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " var poly_line_cead6f731bb7793675af1ccace8dcdb8 = L.polyline(\n", + " var poly_line_177ca22cae6a282f17b32b5ab51f3db0 = L.polyline(\n", " [[37.548633, -122.271937], [37.548712, -122.272042]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_cead6f731bb7793675af1ccace8dcdb8.bindTooltip(\n", + " poly_line_177ca22cae6a282f17b32b5ab51f3db0.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -62856,13 +27899,13 @@ " );\n", " \n", " \n", - " var poly_line_4b9f18e323f1fef72a4344c1ea7daed8 = L.polyline(\n", + " var poly_line_95137178f928a51e007ab2bcb3574cfe = L.polyline(\n", " [[37.548712, -122.272042], [37.548687, -122.272111]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4b9f18e323f1fef72a4344c1ea7daed8.bindTooltip(\n", + " poly_line_95137178f928a51e007ab2bcb3574cfe.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -62870,13 +27913,13 @@ " );\n", " \n", " \n", - " var poly_line_1bac2501f5d2bf8c94a64b63546e3f5a = L.polyline(\n", + " var poly_line_eb5ef4f01a3feff28014ace6c705dc3d = L.polyline(\n", " [[37.548687, -122.272111], [37.548508, -122.272482]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_1bac2501f5d2bf8c94a64b63546e3f5a.bindTooltip(\n", + " poly_line_eb5ef4f01a3feff28014ace6c705dc3d.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -62884,13 +27927,13 @@ " );\n", " \n", " \n", - " var poly_line_c504480b59ee9ce04a3c13caa99e18d4 = L.polyline(\n", + " var poly_line_dcdbc0ccc66c97c01d4b0b92dfd60c74 = L.polyline(\n", " [[37.548508, -122.272482], [37.548402, -122.272675]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c504480b59ee9ce04a3c13caa99e18d4.bindTooltip(\n", + " poly_line_dcdbc0ccc66c97c01d4b0b92dfd60c74.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -62898,13 +27941,13 @@ " );\n", " \n", " \n", - " var poly_line_9d9378f0715df7d0a0547fa32ed5c9b2 = L.polyline(\n", + " var poly_line_9d4ddf1d01122f362501592e01ec6bd6 = L.polyline(\n", " [[37.548402, -122.272675], [37.548231, -122.27311]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9d9378f0715df7d0a0547fa32ed5c9b2.bindTooltip(\n", + " poly_line_9d4ddf1d01122f362501592e01ec6bd6.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -62912,13 +27955,13 @@ " );\n", " \n", " \n", - " var poly_line_24a131c88439fc89d5b1fa6b10700947 = L.polyline(\n", + " var poly_line_95bb3d67d1e475cdbc76885be1b5a43c = L.polyline(\n", " [[37.548231, -122.27311], [37.548169, -122.273339]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_24a131c88439fc89d5b1fa6b10700947.bindTooltip(\n", + " poly_line_95bb3d67d1e475cdbc76885be1b5a43c.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -62926,13 +27969,13 @@ " );\n", " \n", " \n", - " var poly_line_dcead61e36d86788d0228cd4d64035c2 = L.polyline(\n", + " var poly_line_2c35fd8bff49cdca8af530e356197746 = L.polyline(\n", " [[37.548169, -122.273339], [37.548008, -122.273691]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_dcead61e36d86788d0228cd4d64035c2.bindTooltip(\n", + " poly_line_2c35fd8bff49cdca8af530e356197746.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -62940,13 +27983,13 @@ " );\n", " \n", " \n", - " var poly_line_4e61876351180868cbf4b9da563b3797 = L.polyline(\n", + " var poly_line_185b0af57b006b45761554f620000dca = L.polyline(\n", " [[37.548008, -122.273691], [37.547967, -122.27378]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4e61876351180868cbf4b9da563b3797.bindTooltip(\n", + " poly_line_185b0af57b006b45761554f620000dca.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -62954,13 +27997,13 @@ " );\n", " \n", " \n", - " var poly_line_d9b5cf5c0dc6f6e4d53322c76eb7e299 = L.polyline(\n", + " var poly_line_cf7e5c04bb7cf3d65f717bde33baba55 = L.polyline(\n", " [[37.547967, -122.27378], [37.549826, -122.27442]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d9b5cf5c0dc6f6e4d53322c76eb7e299.bindTooltip(\n", + " poly_line_cf7e5c04bb7cf3d65f717bde33baba55.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -62968,13 +28011,13 @@ " );\n", " \n", " \n", - " var poly_line_d660f5711b3c96256dbedbd43ad8a2e6 = L.polyline(\n", + " var poly_line_a945f84377daab7737731e2b8ed15865 = L.polyline(\n", " [[37.549826, -122.27442], [37.55006, -122.274413]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d660f5711b3c96256dbedbd43ad8a2e6.bindTooltip(\n", + " poly_line_a945f84377daab7737731e2b8ed15865.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -62982,13 +28025,13 @@ " );\n", " \n", " \n", - " var poly_line_1ebebdc05f2587a49d214a5d3e10ea6f = L.polyline(\n", + " var poly_line_a7d51675c7f95a7c85fc95e1a2f799f9 = L.polyline(\n", " [[37.55006, -122.274413], [37.55072, -122.274451]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_1ebebdc05f2587a49d214a5d3e10ea6f.bindTooltip(\n", + " poly_line_a7d51675c7f95a7c85fc95e1a2f799f9.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -62996,13 +28039,13 @@ " );\n", " \n", " \n", - " var poly_line_96ebdc0527e90eb4a73ba9ee78c29330 = L.polyline(\n", + " var poly_line_eadc9ee4fd7def3276b148808a24fe9c = L.polyline(\n", " [[37.55072, -122.274451], [37.551028, -122.274557]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_96ebdc0527e90eb4a73ba9ee78c29330.bindTooltip(\n", + " poly_line_eadc9ee4fd7def3276b148808a24fe9c.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -63010,13 +28053,13 @@ " );\n", " \n", " \n", - " var poly_line_d6b8deffa30c495b1380c1417cbd6534 = L.polyline(\n", + " var poly_line_025bda7527f6e87ca16a873b2d6672c7 = L.polyline(\n", " [[37.551028, -122.274557], [37.551508, -122.274785]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d6b8deffa30c495b1380c1417cbd6534.bindTooltip(\n", + " poly_line_025bda7527f6e87ca16a873b2d6672c7.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -63024,13 +28067,13 @@ " );\n", " \n", " \n", - " var poly_line_a614680d9214852a48abf48155530240 = L.polyline(\n", + " var poly_line_818eb875c843536bf080b9eb66dd4523 = L.polyline(\n", " [[37.551508, -122.274785], [37.552247, -122.275367]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a614680d9214852a48abf48155530240.bindTooltip(\n", + " poly_line_818eb875c843536bf080b9eb66dd4523.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -63038,13 +28081,13 @@ " );\n", " \n", " \n", - " var poly_line_1e954d61d8be3e7d8a168f80eb02ce46 = L.polyline(\n", + " var poly_line_f16a02d4b5f43479140abb0a679abdc8 = L.polyline(\n", " [[37.552247, -122.275367], [37.552434, -122.275521]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_1e954d61d8be3e7d8a168f80eb02ce46.bindTooltip(\n", + " poly_line_f16a02d4b5f43479140abb0a679abdc8.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -63052,13 +28095,13 @@ " );\n", " \n", " \n", - " var poly_line_302012bb6ad132f16e55e8b719b66e6e = L.polyline(\n", + " var poly_line_98d5773b1884fae828d2a36215198452 = L.polyline(\n", " [[37.552434, -122.275521], [37.552731, -122.275761]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_302012bb6ad132f16e55e8b719b66e6e.bindTooltip(\n", + " poly_line_98d5773b1884fae828d2a36215198452.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -63066,13 +28109,13 @@ " );\n", " \n", " \n", - " var poly_line_fc4e8a1fa05a140275e68baf816585ca = L.polyline(\n", + " var poly_line_55002779879e8cab1ec10f72122f03c0 = L.polyline(\n", " [[37.552731, -122.275761], [37.553318, -122.276333]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fc4e8a1fa05a140275e68baf816585ca.bindTooltip(\n", + " poly_line_55002779879e8cab1ec10f72122f03c0.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -63080,13 +28123,13 @@ " );\n", " \n", " \n", - " var poly_line_24a71dd8a41c8f533cfeb7642b35d8d0 = L.polyline(\n", + " var poly_line_df794ff923dd98d1260ee439527254ae = L.polyline(\n", " [[37.553318, -122.276333], [37.553837, -122.276839]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_24a71dd8a41c8f533cfeb7642b35d8d0.bindTooltip(\n", + " poly_line_df794ff923dd98d1260ee439527254ae.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -63094,13 +28137,13 @@ " );\n", " \n", " \n", - " var poly_line_8bca56d95a2c34ac8e5210dfd7ed6017 = L.polyline(\n", + " var poly_line_e92d305ea2c2f854ddb9af82fd6c6c25 = L.polyline(\n", " [[37.553837, -122.276839], [37.553973, -122.276966]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_8bca56d95a2c34ac8e5210dfd7ed6017.bindTooltip(\n", + " poly_line_e92d305ea2c2f854ddb9af82fd6c6c25.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -63108,13 +28151,13 @@ " );\n", " \n", " \n", - " var poly_line_1a72d77f604d5f7b96fc38431e57b3e1 = L.polyline(\n", + " var poly_line_3f1e1f7192b4936419b41d583628f25c = L.polyline(\n", " [[37.553973, -122.276966], [37.554296, -122.277258]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_1a72d77f604d5f7b96fc38431e57b3e1.bindTooltip(\n", + " poly_line_3f1e1f7192b4936419b41d583628f25c.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -63122,13 +28165,13 @@ " );\n", " \n", " \n", - " var poly_line_5b7ee3231eb4677393843b7d80e63781 = L.polyline(\n", + " var poly_line_ddba27bc32ad786793dbb2f85ea44b76 = L.polyline(\n", " [[37.554296, -122.277258], [37.554351, -122.277307]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5b7ee3231eb4677393843b7d80e63781.bindTooltip(\n", + " poly_line_ddba27bc32ad786793dbb2f85ea44b76.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -63136,13 +28179,13 @@ " );\n", " \n", " \n", - " var poly_line_80e3e33b6e3baa4bb60fbc9f0f9f269e = L.polyline(\n", + " var poly_line_3ee5bed4b74c60c9e2fcdfd23d559825 = L.polyline(\n", " [[37.554351, -122.277307], [37.554465, -122.277424]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_80e3e33b6e3baa4bb60fbc9f0f9f269e.bindTooltip(\n", + " poly_line_3ee5bed4b74c60c9e2fcdfd23d559825.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -63150,13 +28193,13 @@ " );\n", " \n", " \n", - " var poly_line_ec804b31843d1595db9d4bbfe3d75171 = L.polyline(\n", + " var poly_line_e3695436a06ddf56aadb3551367de05b = L.polyline(\n", " [[37.554465, -122.277424], [37.554378, -122.277561]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ec804b31843d1595db9d4bbfe3d75171.bindTooltip(\n", + " poly_line_e3695436a06ddf56aadb3551367de05b.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -63164,13 +28207,13 @@ " );\n", " \n", " \n", - " var poly_line_0268e96545336403ac6241eb7e88dc4a = L.polyline(\n", + " var poly_line_a4fd2a04e0c68c32d71457d1a32e45cf = L.polyline(\n", " [[37.554378, -122.277561], [37.554324, -122.27767]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0268e96545336403ac6241eb7e88dc4a.bindTooltip(\n", + " poly_line_a4fd2a04e0c68c32d71457d1a32e45cf.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -63178,13 +28221,13 @@ " );\n", " \n", " \n", - " var poly_line_ad29a26768adc6a0352d6acf50aa26d9 = L.polyline(\n", + " var poly_line_682dd026c591ece80019f11284b7f1de = L.polyline(\n", " [[37.554324, -122.27767], [37.554118, -122.278015]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ad29a26768adc6a0352d6acf50aa26d9.bindTooltip(\n", + " poly_line_682dd026c591ece80019f11284b7f1de.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -63192,13 +28235,13 @@ " );\n", " \n", " \n", - " var poly_line_77e84b8d3858dbf176909d3dc33c7a77 = L.polyline(\n", + " var poly_line_0b8c5edf09ca2fc5c158867518452e83 = L.polyline(\n", " [[37.554118, -122.278015], [37.553813, -122.278471]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_77e84b8d3858dbf176909d3dc33c7a77.bindTooltip(\n", + " poly_line_0b8c5edf09ca2fc5c158867518452e83.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -63206,13 +28249,13 @@ " );\n", " \n", " \n", - " var poly_line_613783ff2b2afd9ae89fae0a4d50d8fd = L.polyline(\n", + " var poly_line_9de7c3aa42c58eb7c8732e8f65e9537c = L.polyline(\n", " [[37.553813, -122.278471], [37.553529, -122.278855]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_613783ff2b2afd9ae89fae0a4d50d8fd.bindTooltip(\n", + " poly_line_9de7c3aa42c58eb7c8732e8f65e9537c.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -63220,13 +28263,13 @@ " );\n", " \n", " \n", - " var poly_line_55724987e2f2f1ef598ce37ae794dcf0 = L.polyline(\n", + " var poly_line_26e9dc567d3a775b6a7250c83216e5eb = L.polyline(\n", " [[37.553529, -122.278855], [37.552574, -122.279956]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_55724987e2f2f1ef598ce37ae794dcf0.bindTooltip(\n", + " poly_line_26e9dc567d3a775b6a7250c83216e5eb.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -63234,13 +28277,13 @@ " );\n", " \n", " \n", - " var poly_line_bf128292037f33b4bd61bacd3552614d = L.polyline(\n", + " var poly_line_54e9f74dff915b1995b15bf16d90dd9b = L.polyline(\n", " [[37.552574, -122.279956], [37.552204, -122.280319]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_bf128292037f33b4bd61bacd3552614d.bindTooltip(\n", + " poly_line_54e9f74dff915b1995b15bf16d90dd9b.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -63248,13 +28291,13 @@ " );\n", " \n", " \n", - " var poly_line_d3254b16291040b8275f9ba5d9b44442 = L.polyline(\n", + " var poly_line_9998bf4d1944f604486f9df2f36022dc = L.polyline(\n", " [[37.552204, -122.280319], [37.552106, -122.280415]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d3254b16291040b8275f9ba5d9b44442.bindTooltip(\n", + " poly_line_9998bf4d1944f604486f9df2f36022dc.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -63262,13 +28305,13 @@ " );\n", " \n", " \n", - " var poly_line_289b5152a217ebfa142a1d3ad2f87a45 = L.polyline(\n", + " var poly_line_d2ccf4fc70b6175636c43d8c5a7d0d64 = L.polyline(\n", " [[37.552106, -122.280415], [37.552004, -122.28052]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_289b5152a217ebfa142a1d3ad2f87a45.bindTooltip(\n", + " poly_line_d2ccf4fc70b6175636c43d8c5a7d0d64.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -63276,13 +28319,13 @@ " );\n", " \n", " \n", - " var poly_line_6e66cbd770be40c0b801756e8e2ee9f9 = L.polyline(\n", + " var poly_line_08a6bfbcf80d597254a29e6d640726cf = L.polyline(\n", " [[37.552004, -122.28052], [37.550199, -122.282379]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_6e66cbd770be40c0b801756e8e2ee9f9.bindTooltip(\n", + " poly_line_08a6bfbcf80d597254a29e6d640726cf.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -63290,13 +28333,13 @@ " );\n", " \n", " \n", - " var poly_line_c2b485012d4d6d33457eb436dbafa71b = L.polyline(\n", + " var poly_line_f0e804287ae2ebea2716a09a4bd0271e = L.polyline(\n", " [[37.550199, -122.282379], [37.549893, -122.282679]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c2b485012d4d6d33457eb436dbafa71b.bindTooltip(\n", + " poly_line_f0e804287ae2ebea2716a09a4bd0271e.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -63304,13 +28347,13 @@ " );\n", " \n", " \n", - " var poly_line_16b8fe11f4668d8dcd0ddc93938c0bd4 = L.polyline(\n", + " var poly_line_991f96fabf590c8295e315833f78da3f = L.polyline(\n", " [[37.549893, -122.282679], [37.549789, -122.282784]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_16b8fe11f4668d8dcd0ddc93938c0bd4.bindTooltip(\n", + " poly_line_991f96fabf590c8295e315833f78da3f.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -63318,13 +28361,13 @@ " );\n", " \n", " \n", - " var poly_line_199a6e1db4e8f11abcd3f5e4491adbbc = L.polyline(\n", + " var poly_line_e5a7b49a26c79284fd2672fac61ce014 = L.polyline(\n", " [[37.549789, -122.282784], [37.549726, -122.282836]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_199a6e1db4e8f11abcd3f5e4491adbbc.bindTooltip(\n", + " poly_line_e5a7b49a26c79284fd2672fac61ce014.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -63332,13 +28375,13 @@ " );\n", " \n", " \n", - " var poly_line_29e542805c0e6dfde5797a3741e1d4df = L.polyline(\n", + " var poly_line_befe017b98d2779f99b17e4028d6a1a8 = L.polyline(\n", " [[37.549726, -122.282836], [37.548588, -122.283517]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_29e542805c0e6dfde5797a3741e1d4df.bindTooltip(\n", + " poly_line_befe017b98d2779f99b17e4028d6a1a8.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -63346,13 +28389,13 @@ " );\n", " \n", " \n", - " var poly_line_ac02e24deba1e0f9746b6867b182b9f2 = L.polyline(\n", + " var poly_line_fb1c489ab67055e45838d815a61bd6b0 = L.polyline(\n", " [[37.548588, -122.283517], [37.547059, -122.284111]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ac02e24deba1e0f9746b6867b182b9f2.bindTooltip(\n", + " poly_line_fb1c489ab67055e45838d815a61bd6b0.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -63360,13 +28403,13 @@ " );\n", " \n", " \n", - " var poly_line_0dfc24184aa757e592505581746dbfca = L.polyline(\n", + " var poly_line_41d906cb8556e4827f223bcf9f12453e = L.polyline(\n", " [[37.547059, -122.284111], [37.546579, -122.284558]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0dfc24184aa757e592505581746dbfca.bindTooltip(\n", + " poly_line_41d906cb8556e4827f223bcf9f12453e.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -63374,13 +28417,13 @@ " );\n", " \n", " \n", - " var poly_line_b64b3ed2b1b30387955cd68e9ce0111f = L.polyline(\n", + " var poly_line_56c292b27bb7d92533252043cba7fdd8 = L.polyline(\n", " [[37.546579, -122.284558], [37.546349, -122.284944]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_b64b3ed2b1b30387955cd68e9ce0111f.bindTooltip(\n", + " poly_line_56c292b27bb7d92533252043cba7fdd8.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -63388,13 +28431,13 @@ " );\n", " \n", " \n", - " var poly_line_67496e81990f047369dd07ba069613d2 = L.polyline(\n", + " var poly_line_9bd58d1f100e126ca330a4f41eb9958a = L.polyline(\n", " [[37.546349, -122.284944], [37.546263, -122.285089]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_67496e81990f047369dd07ba069613d2.bindTooltip(\n", + " poly_line_9bd58d1f100e126ca330a4f41eb9958a.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -63402,13 +28445,13 @@ " );\n", " \n", " \n", - " var poly_line_5884837d03838a2a8e9441149aa70cfc = L.polyline(\n", + " var poly_line_cea1f352ce1377fc57a80cf12f983858 = L.polyline(\n", " [[37.546263, -122.285089], [37.546175, -122.285267]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5884837d03838a2a8e9441149aa70cfc.bindTooltip(\n", + " poly_line_cea1f352ce1377fc57a80cf12f983858.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -63416,13 +28459,13 @@ " );\n", " \n", " \n", - " var poly_line_3cc9cf7df4e7c32bc00399766d8e542e = L.polyline(\n", + " var poly_line_48ef6e9f7a633e01fb5f03658b202863 = L.polyline(\n", " [[37.546175, -122.285267], [37.54588, -122.285828]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_3cc9cf7df4e7c32bc00399766d8e542e.bindTooltip(\n", + " poly_line_48ef6e9f7a633e01fb5f03658b202863.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -63430,13 +28473,13 @@ " );\n", " \n", " \n", - " var poly_line_bcc80e60bc8a4d6e398de6af2815ee5f = L.polyline(\n", + " var poly_line_76aee46a80ab7d90f012542c89abfe89 = L.polyline(\n", " [[37.54588, -122.285828], [37.545345, -122.286673]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_bcc80e60bc8a4d6e398de6af2815ee5f.bindTooltip(\n", + " poly_line_76aee46a80ab7d90f012542c89abfe89.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -63444,13 +28487,13 @@ " );\n", " \n", " \n", - " var poly_line_7e628b5f8f9180f505b655eec771bd69 = L.polyline(\n", + " var poly_line_4b3c9d7d7100fc7fdf43f97ccb84d0a1 = L.polyline(\n", " [[37.545345, -122.286673], [37.544806, -122.287579]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7e628b5f8f9180f505b655eec771bd69.bindTooltip(\n", + " poly_line_4b3c9d7d7100fc7fdf43f97ccb84d0a1.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -63458,13 +28501,13 @@ " );\n", " \n", " \n", - " var poly_line_2ae2295051d045f49ea41cd1cb3c9d40 = L.polyline(\n", + " var poly_line_37977da211cd520c6bf2d388d76a5ada = L.polyline(\n", " [[37.544806, -122.287579], [37.544352, -122.288357]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_2ae2295051d045f49ea41cd1cb3c9d40.bindTooltip(\n", + " poly_line_37977da211cd520c6bf2d388d76a5ada.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -63472,13 +28515,13 @@ " );\n", " \n", " \n", - " var poly_line_9897ea19ae694539eed6daf4a085fef2 = L.polyline(\n", + " var poly_line_91ddc7a8a55a71e18638805a7ab3982f = L.polyline(\n", " [[37.544352, -122.288357], [37.544191, -122.288884]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9897ea19ae694539eed6daf4a085fef2.bindTooltip(\n", + " poly_line_91ddc7a8a55a71e18638805a7ab3982f.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -63486,13 +28529,13 @@ " );\n", " \n", " \n", - " var poly_line_67b01258c2f224dafd10aa2cd59677ec = L.polyline(\n", + " var poly_line_0882172a7d708acafb69c69847781944 = L.polyline(\n", " [[37.544191, -122.288884], [37.544719, -122.288622]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_67b01258c2f224dafd10aa2cd59677ec.bindTooltip(\n", + " poly_line_0882172a7d708acafb69c69847781944.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -63500,13 +28543,13 @@ " );\n", " \n", " \n", - " var poly_line_7ee8347b26e6736a31f6cd8d6df8133b = L.polyline(\n", + " var poly_line_595a3119f64a29bc15174df7a2a7e4af = L.polyline(\n", " [[37.544719, -122.288622], [37.544001, -122.287819]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7ee8347b26e6736a31f6cd8d6df8133b.bindTooltip(\n", + " poly_line_595a3119f64a29bc15174df7a2a7e4af.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -63514,13 +28557,13 @@ " );\n", " \n", " \n", - " var poly_line_e9224495d681fcef290b6b9ff06a27fb = L.polyline(\n", + " var poly_line_f4e55d8cd875a1643e28149c35008be1 = L.polyline(\n", " [[37.544001, -122.287819], [37.542512, -122.286169]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_e9224495d681fcef290b6b9ff06a27fb.bindTooltip(\n", + " poly_line_f4e55d8cd875a1643e28149c35008be1.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -63528,13 +28571,13 @@ " );\n", " \n", " \n", - " var poly_line_d0a1ffeef6965363c275e3ac89e79362 = L.polyline(\n", + " var poly_line_4406fcd5ff5dcb0d53c09d46f7ab39bd = L.polyline(\n", " [[37.542512, -122.286169], [37.53998, -122.283856]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d0a1ffeef6965363c275e3ac89e79362.bindTooltip(\n", + " poly_line_4406fcd5ff5dcb0d53c09d46f7ab39bd.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -63542,13 +28585,13 @@ " );\n", " \n", " \n", - " var poly_line_15548cf2814c6f2682b464b62914f0b8 = L.polyline(\n", + " var poly_line_25de50cf22bffb59a789c21f0bacabbf = L.polyline(\n", " [[37.53998, -122.283856], [37.534197, -122.278507]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_15548cf2814c6f2682b464b62914f0b8.bindTooltip(\n", + " poly_line_25de50cf22bffb59a789c21f0bacabbf.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -63556,13 +28599,13 @@ " );\n", " \n", " \n", - " var poly_line_2513f27d9191e3bcbc8e0c19c134c28b = L.polyline(\n", + " var poly_line_7278b990702e33b68d6ddbc538248516 = L.polyline(\n", " [[37.534197, -122.278507], [37.533889, -122.278221]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_2513f27d9191e3bcbc8e0c19c134c28b.bindTooltip(\n", + " poly_line_7278b990702e33b68d6ddbc538248516.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -63570,13 +28613,13 @@ " );\n", " \n", " \n", - " var poly_line_95b844e1a1e258819cfaa89e61d28575 = L.polyline(\n", + " var poly_line_80634b976719178c189d1401d7d2fbf8 = L.polyline(\n", " [[37.533889, -122.278221], [37.529205, -122.273655]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_95b844e1a1e258819cfaa89e61d28575.bindTooltip(\n", + " poly_line_80634b976719178c189d1401d7d2fbf8.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -63584,13 +28627,13 @@ " );\n", " \n", " \n", - " var poly_line_a6a9a157bf2e3f925a26d4d399e90bf6 = L.polyline(\n", + " var poly_line_f060c927b6e7d7dd6297c7971648c67a = L.polyline(\n", " [[37.529205, -122.273655], [37.523089, -122.266637]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a6a9a157bf2e3f925a26d4d399e90bf6.bindTooltip(\n", + " poly_line_f060c927b6e7d7dd6297c7971648c67a.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -63598,13 +28641,13 @@ " );\n", " \n", " \n", - " var poly_line_2c9d9cbef4120ac9ed3e58917cf5f6c7 = L.polyline(\n", + " var poly_line_0c93fdcf19626a80a3dbc3aa9c490d0b = L.polyline(\n", " [[37.523089, -122.266637], [37.521483, -122.264819]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_2c9d9cbef4120ac9ed3e58917cf5f6c7.bindTooltip(\n", + " poly_line_0c93fdcf19626a80a3dbc3aa9c490d0b.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -63612,13 +28655,13 @@ " );\n", " \n", " \n", - " var poly_line_85317abeecd7f500d18fc5a68e06b704 = L.polyline(\n", + " var poly_line_16131e3791bc6826ed44142c5f672c73 = L.polyline(\n", " [[37.521483, -122.264819], [37.52143, -122.264759]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_85317abeecd7f500d18fc5a68e06b704.bindTooltip(\n", + " poly_line_16131e3791bc6826ed44142c5f672c73.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -63626,13 +28669,13 @@ " );\n", " \n", " \n", - " var poly_line_72dd985cd64741a47b4a8b9b1ee85683 = L.polyline(\n", + " var poly_line_a99de405f4ce64c03a23a7e81c7b08d5 = L.polyline(\n", " [[37.52143, -122.264759], [37.51954, -122.262626]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_72dd985cd64741a47b4a8b9b1ee85683.bindTooltip(\n", + " poly_line_a99de405f4ce64c03a23a7e81c7b08d5.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -63640,13 +28683,13 @@ " );\n", " \n", " \n", - " var poly_line_066fae717bc7ace1f421158da19c24b4 = L.polyline(\n", + " var poly_line_c8095f52aa0dee82f91dba000bd71318 = L.polyline(\n", " [[37.51954, -122.262626], [37.518025, -122.260906]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_066fae717bc7ace1f421158da19c24b4.bindTooltip(\n", + " poly_line_c8095f52aa0dee82f91dba000bd71318.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -63654,13 +28697,13 @@ " );\n", " \n", " \n", - " var poly_line_4846cbcab7904c65c4b573ca10c8082d = L.polyline(\n", + " var poly_line_1e81b3b28557da1c804763b180bed60a = L.polyline(\n", " [[37.518025, -122.260906], [37.506343, -122.247718]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4846cbcab7904c65c4b573ca10c8082d.bindTooltip(\n", + " poly_line_1e81b3b28557da1c804763b180bed60a.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -63668,13 +28711,13 @@ " );\n", " \n", " \n", - " var poly_line_4e527e731eee19539e81c6ea24ff16b5 = L.polyline(\n", + " var poly_line_0caae636bfe69528436190efa3ac1dd3 = L.polyline(\n", " [[37.506343, -122.247718], [37.5039, -122.24495]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4e527e731eee19539e81c6ea24ff16b5.bindTooltip(\n", + " poly_line_0caae636bfe69528436190efa3ac1dd3.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -63682,13 +28725,13 @@ " );\n", " \n", " \n", - " var poly_line_5633ac1dbe27b5051adb4712a69ac1ba = L.polyline(\n", + " var poly_line_c705d4ffef706352d7b1979080e8cc71 = L.polyline(\n", " [[37.5039, -122.24495], [37.502159, -122.242977]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5633ac1dbe27b5051adb4712a69ac1ba.bindTooltip(\n", + " poly_line_c705d4ffef706352d7b1979080e8cc71.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -63696,13 +28739,13 @@ " );\n", " \n", " \n", - " var poly_line_e0b0be7ad49d419d6e4ea7cd1cbb0ec9 = L.polyline(\n", + " var poly_line_09720836818ea0a5d75d0a2a4591edc0 = L.polyline(\n", " [[37.502159, -122.242977], [37.49948, -122.239936]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_e0b0be7ad49d419d6e4ea7cd1cbb0ec9.bindTooltip(\n", + " poly_line_09720836818ea0a5d75d0a2a4591edc0.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -63710,13 +28753,13 @@ " );\n", " \n", " \n", - " var poly_line_eeb5dc08e294b1e9654eeb4d502636ba = L.polyline(\n", + " var poly_line_fbc26da15242b1917838e3db4b4dc320 = L.polyline(\n", " [[37.49948, -122.239936], [37.497874, -122.237643]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_eeb5dc08e294b1e9654eeb4d502636ba.bindTooltip(\n", + " poly_line_fbc26da15242b1917838e3db4b4dc320.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -63724,13 +28767,13 @@ " );\n", " \n", " \n", - " var poly_line_d312780e6d31fdfd60435ea96bdf1920 = L.polyline(\n", + " var poly_line_4e831f25d72c3f61e4d03cb0ef27635f = L.polyline(\n", " [[37.497874, -122.237643], [37.495907, -122.231907]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d312780e6d31fdfd60435ea96bdf1920.bindTooltip(\n", + " poly_line_4e831f25d72c3f61e4d03cb0ef27635f.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -63738,13 +28781,13 @@ " );\n", " \n", " \n", - " var poly_line_d79dc01731ef15be17527e1f1b9f6770 = L.polyline(\n", + " var poly_line_5da4a23c425d891d390819cc7ca43ff5 = L.polyline(\n", " [[37.495907, -122.231907], [37.495072, -122.228972]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d79dc01731ef15be17527e1f1b9f6770.bindTooltip(\n", + " poly_line_5da4a23c425d891d390819cc7ca43ff5.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -63752,13 +28795,13 @@ " );\n", " \n", " \n", - " var poly_line_156a75f2b13e1c2a74660ee685e5bbc4 = L.polyline(\n", + " var poly_line_c7b2bb8b9bb79c5e7de042394a953ceb = L.polyline(\n", " [[37.495072, -122.228972], [37.494495, -122.226953]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_156a75f2b13e1c2a74660ee685e5bbc4.bindTooltip(\n", + " poly_line_c7b2bb8b9bb79c5e7de042394a953ceb.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -63766,13 +28809,13 @@ " );\n", " \n", " \n", - " var poly_line_5d50ccdfa0c66a211af19f6a7a0c4331 = L.polyline(\n", + " var poly_line_1dfd736c735d8ab185669f7febd06c63 = L.polyline(\n", " [[37.494495, -122.226953], [37.494108, -122.225754]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5d50ccdfa0c66a211af19f6a7a0c4331.bindTooltip(\n", + " poly_line_1dfd736c735d8ab185669f7febd06c63.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -63780,13 +28823,13 @@ " );\n", " \n", " \n", - " var poly_line_913ab648575245a8ba7a44bcb34ebcc1 = L.polyline(\n", + " var poly_line_acce114c7672d2a50dde0cf142d7893d = L.polyline(\n", " [[37.494108, -122.225754], [37.491223, -122.218915]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_913ab648575245a8ba7a44bcb34ebcc1.bindTooltip(\n", + " poly_line_acce114c7672d2a50dde0cf142d7893d.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -63794,13 +28837,13 @@ " );\n", " \n", " \n", - " var poly_line_6d33d5a05368c4ffcfa499172c39ed8f = L.polyline(\n", + " var poly_line_db10b70415cfcd3a0c271f458fd5f92d = L.polyline(\n", " [[37.491223, -122.218915], [37.489598, -122.215104]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_6d33d5a05368c4ffcfa499172c39ed8f.bindTooltip(\n", + " poly_line_db10b70415cfcd3a0c271f458fd5f92d.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -63808,13 +28851,13 @@ " );\n", " \n", " \n", - " var poly_line_fc61d58092218f19fbf76a6514660a97 = L.polyline(\n", + " var poly_line_291ddd8c9fbede9f54758a5e7ef24282 = L.polyline(\n", " [[37.489598, -122.215104], [37.489446, -122.214686]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fc61d58092218f19fbf76a6514660a97.bindTooltip(\n", + " poly_line_291ddd8c9fbede9f54758a5e7ef24282.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -63822,13 +28865,13 @@ " );\n", " \n", " \n", - " var poly_line_0fb669a193fbc0010f953cab6ed8eb53 = L.polyline(\n", + " var poly_line_14ac44c509b02ef43565410b4739c4d4 = L.polyline(\n", " [[37.489446, -122.214686], [37.488936, -122.213163]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0fb669a193fbc0010f953cab6ed8eb53.bindTooltip(\n", + " poly_line_14ac44c509b02ef43565410b4739c4d4.bindTooltip(\n", " `<div>\n", " 70\n", " </div>`,\n", @@ -63836,13 +28879,13 @@ " );\n", " \n", " \n", - " var poly_line_25cecb834b727d8bb3acd144013680c7 = L.polyline(\n", + " var poly_line_f4b67ea19531be92f3075c463a401cb5 = L.polyline(\n", " [[37.488936, -122.213163], [37.488787, -122.21266]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_25cecb834b727d8bb3acd144013680c7.bindTooltip(\n", + " poly_line_f4b67ea19531be92f3075c463a401cb5.bindTooltip(\n", " `<div>\n", " 71\n", " </div>`,\n", @@ -63850,13 +28893,13 @@ " );\n", " \n", " \n", - " var poly_line_c30850f4d749c44ad8d958998b86fec0 = L.polyline(\n", + " var poly_line_c257816e29e907d3832c76de16155b62 = L.polyline(\n", " [[37.488787, -122.21266], [37.487457, -122.205884]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c30850f4d749c44ad8d958998b86fec0.bindTooltip(\n", + " poly_line_c257816e29e907d3832c76de16155b62.bindTooltip(\n", " `<div>\n", " 72\n", " </div>`,\n", @@ -63864,13 +28907,13 @@ " );\n", " \n", " \n", - " var poly_line_0ccc0cea93aada49a2bdb59fb02c13c7 = L.polyline(\n", + " var poly_line_41db37d952dfcde0a817ae86ced3f302 = L.polyline(\n", " [[37.487457, -122.205884], [37.484733, -122.185631]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0ccc0cea93aada49a2bdb59fb02c13c7.bindTooltip(\n", + " poly_line_41db37d952dfcde0a817ae86ced3f302.bindTooltip(\n", " `<div>\n", " 73\n", " </div>`,\n", @@ -63878,13 +28921,13 @@ " );\n", " \n", " \n", - " var poly_line_07898356bdd4b4c8261568b487189612 = L.polyline(\n", + " var poly_line_d6dd486f16adbe73453b19170e18e61b = L.polyline(\n", " [[37.484733, -122.185631], [37.483341, -122.180954]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_07898356bdd4b4c8261568b487189612.bindTooltip(\n", + " poly_line_d6dd486f16adbe73453b19170e18e61b.bindTooltip(\n", " `<div>\n", " 74\n", " </div>`,\n", @@ -63892,13 +28935,13 @@ " );\n", " \n", " \n", - " var poly_line_5642e28e133a260cc944b52b982d0aa9 = L.polyline(\n", + " var poly_line_94d69669d4a2af9515e04296ffad81dd = L.polyline(\n", " [[37.483341, -122.180954], [37.481693, -122.177417]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5642e28e133a260cc944b52b982d0aa9.bindTooltip(\n", + " poly_line_94d69669d4a2af9515e04296ffad81dd.bindTooltip(\n", " `<div>\n", " 75\n", " </div>`,\n", @@ -63906,13 +28949,13 @@ " );\n", " \n", " \n", - " var poly_line_464658675fca0e718532d407e8f9d598 = L.polyline(\n", + " var poly_line_a87622007bd6ac2181dceabcc7635e2e = L.polyline(\n", " [[37.481693, -122.177417], [37.470605, -122.158395]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_464658675fca0e718532d407e8f9d598.bindTooltip(\n", + " poly_line_a87622007bd6ac2181dceabcc7635e2e.bindTooltip(\n", " `<div>\n", " 76\n", " </div>`,\n", @@ -63920,13 +28963,13 @@ " );\n", " \n", " \n", - " var poly_line_6ba16ba9495c84988d44b014350cd19b = L.polyline(\n", + " var poly_line_45b76fca95c9f12017fa10e892ea8294 = L.polyline(\n", " [[37.470605, -122.158395], [37.467982, -122.15392]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_6ba16ba9495c84988d44b014350cd19b.bindTooltip(\n", + " poly_line_45b76fca95c9f12017fa10e892ea8294.bindTooltip(\n", " `<div>\n", " 77\n", " </div>`,\n", @@ -63934,13 +28977,13 @@ " );\n", " \n", " \n", - " var poly_line_df76e57e01a478433f9877203bbfccae = L.polyline(\n", + " var poly_line_950da370af9771addc956af07518774e = L.polyline(\n", " [[37.467982, -122.15392], [37.467696, -122.153419]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_df76e57e01a478433f9877203bbfccae.bindTooltip(\n", + " poly_line_950da370af9771addc956af07518774e.bindTooltip(\n", " `<div>\n", " 78\n", " </div>`,\n", @@ -63948,13 +28991,13 @@ " );\n", " \n", " \n", - " var poly_line_545a6d3b22e4401d1c7d898585688f10 = L.polyline(\n", + " var poly_line_b445ad8b7a657a64cd1e7c9f3b7bd5a5 = L.polyline(\n", " [[37.467696, -122.153419], [37.466211, -122.150899]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_545a6d3b22e4401d1c7d898585688f10.bindTooltip(\n", + " poly_line_b445ad8b7a657a64cd1e7c9f3b7bd5a5.bindTooltip(\n", " `<div>\n", " 79\n", " </div>`,\n", @@ -63962,13 +29005,13 @@ " );\n", " \n", " \n", - " var poly_line_f0978380696306a5817e0216ef1078bd = L.polyline(\n", + " var poly_line_2da2d0f5d3b8ee928d9d171fe5b007e4 = L.polyline(\n", " [[37.466211, -122.150899], [37.462442, -122.144515]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_f0978380696306a5817e0216ef1078bd.bindTooltip(\n", + " poly_line_2da2d0f5d3b8ee928d9d171fe5b007e4.bindTooltip(\n", " `<div>\n", " 80\n", " </div>`,\n", @@ -63976,13 +29019,13 @@ " );\n", " \n", " \n", - " var poly_line_0a967d8b0324d2b65bfccc5ca1ad06bd = L.polyline(\n", + " var poly_line_b3b400724cc4b99d6419c878dc8ed5c5 = L.polyline(\n", " [[37.462442, -122.144515], [37.4582, -122.13725]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0a967d8b0324d2b65bfccc5ca1ad06bd.bindTooltip(\n", + " poly_line_b3b400724cc4b99d6419c878dc8ed5c5.bindTooltip(\n", " `<div>\n", " 81\n", " </div>`,\n", @@ -63990,13 +29033,13 @@ " );\n", " \n", " \n", - " var poly_line_7bcc60011afa908337fe7fa3c1e0bf8b = L.polyline(\n", + " var poly_line_efc81a463cf02c7201a7309cdadc7810 = L.polyline(\n", " [[37.4582, -122.13725], [37.457738, -122.136462]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7bcc60011afa908337fe7fa3c1e0bf8b.bindTooltip(\n", + " poly_line_efc81a463cf02c7201a7309cdadc7810.bindTooltip(\n", " `<div>\n", " 82\n", " </div>`,\n", @@ -64004,13 +29047,13 @@ " );\n", " \n", " \n", - " var poly_line_a5892c6673126c10a1c811d0bfee68af = L.polyline(\n", + " var poly_line_181cc30053e1bafa2497446aa2c98b59 = L.polyline(\n", " [[37.457738, -122.136462], [37.452785, -122.128024]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a5892c6673126c10a1c811d0bfee68af.bindTooltip(\n", + " poly_line_181cc30053e1bafa2497446aa2c98b59.bindTooltip(\n", " `<div>\n", " 83\n", " </div>`,\n", @@ -64018,13 +29061,13 @@ " );\n", " \n", " \n", - " var poly_line_a744af25b52560d80f2e976a3c282269 = L.polyline(\n", + " var poly_line_234be0310d8a9b9c072fd8b43ebb4c8e = L.polyline(\n", " [[37.452785, -122.128024], [37.452577, -122.127665]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a744af25b52560d80f2e976a3c282269.bindTooltip(\n", + " poly_line_234be0310d8a9b9c072fd8b43ebb4c8e.bindTooltip(\n", " `<div>\n", " 84\n", " </div>`,\n", @@ -64032,13 +29075,13 @@ " );\n", " \n", " \n", - " var poly_line_199fd2680c59d17fb8d453f6d3a19a5e = L.polyline(\n", + " var poly_line_a11e6ba09e21c422febe177db89da492 = L.polyline(\n", " [[37.452577, -122.127665], [37.452112, -122.12693]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_199fd2680c59d17fb8d453f6d3a19a5e.bindTooltip(\n", + " poly_line_a11e6ba09e21c422febe177db89da492.bindTooltip(\n", " `<div>\n", " 85\n", " </div>`,\n", @@ -64046,13 +29089,13 @@ " );\n", " \n", " \n", - " var poly_line_2e5a83ce99cadbc09130d7e45a6b20a0 = L.polyline(\n", + " var poly_line_7ee9986bc66d9b6caf81ca1a60db6955 = L.polyline(\n", " [[37.452112, -122.12693], [37.451787, -122.126462]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_2e5a83ce99cadbc09130d7e45a6b20a0.bindTooltip(\n", + " poly_line_7ee9986bc66d9b6caf81ca1a60db6955.bindTooltip(\n", " `<div>\n", " 86\n", " </div>`,\n", @@ -64060,13 +29103,13 @@ " );\n", " \n", " \n", - " var poly_line_755b1220b644b1c40b67261934cdc92e = L.polyline(\n", + " var poly_line_7a5ea1aafa56360c1faecb49337fe099 = L.polyline(\n", " [[37.451787, -122.126462], [37.444858, -122.118965]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_755b1220b644b1c40b67261934cdc92e.bindTooltip(\n", + " poly_line_7a5ea1aafa56360c1faecb49337fe099.bindTooltip(\n", " `<div>\n", " 87\n", " </div>`,\n", @@ -64074,13 +29117,13 @@ " );\n", " \n", " \n", - " var poly_line_c06c6a15e57fa60ab84a88ff69507f65 = L.polyline(\n", + " var poly_line_43b4ffa875249c0c3d5f2dac0c20d560 = L.polyline(\n", " [[37.444858, -122.118965], [37.440335, -122.114196]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c06c6a15e57fa60ab84a88ff69507f65.bindTooltip(\n", + " poly_line_43b4ffa875249c0c3d5f2dac0c20d560.bindTooltip(\n", " `<div>\n", " 88\n", " </div>`,\n", @@ -64088,13 +29131,13 @@ " );\n", " \n", " \n", - " var poly_line_b249b2b3f1981ded171ea4d5a895685d = L.polyline(\n", + " var poly_line_931a9a3ee10e3c8f1f9dc2f214364e62 = L.polyline(\n", " [[37.440335, -122.114196], [37.440075, -122.113923]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_b249b2b3f1981ded171ea4d5a895685d.bindTooltip(\n", + " poly_line_931a9a3ee10e3c8f1f9dc2f214364e62.bindTooltip(\n", " `<div>\n", " 89\n", " </div>`,\n", @@ -64102,13 +29145,13 @@ " );\n", " \n", " \n", - " var poly_line_44f5286c3e8e61a4da4cf52f828be6a1 = L.polyline(\n", + " var poly_line_0ed1870f8add13ea5d7b0a396fdc9aca = L.polyline(\n", " [[37.440075, -122.113923], [37.439891, -122.11373]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_44f5286c3e8e61a4da4cf52f828be6a1.bindTooltip(\n", + " poly_line_0ed1870f8add13ea5d7b0a396fdc9aca.bindTooltip(\n", " `<div>\n", " 90\n", " </div>`,\n", @@ -64116,13 +29159,13 @@ " );\n", " \n", " \n", - " var poly_line_ab0d5ac013e5c56da11a0950b5b59242 = L.polyline(\n", + " var poly_line_79a573c63ae83845212f8ebdafd8392d = L.polyline(\n", " [[37.439891, -122.11373], [37.432102, -122.10556]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ab0d5ac013e5c56da11a0950b5b59242.bindTooltip(\n", + " poly_line_79a573c63ae83845212f8ebdafd8392d.bindTooltip(\n", " `<div>\n", " 91\n", " </div>`,\n", @@ -64130,13 +29173,13 @@ " );\n", " \n", " \n", - " var poly_line_8f765b96f9cd8f951126a63c3482bd1f = L.polyline(\n", + " var poly_line_62ac4a1a5dcf8cacc3c969c2be01167d = L.polyline(\n", " [[37.432102, -122.10556], [37.431966, -122.105417]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_8f765b96f9cd8f951126a63c3482bd1f.bindTooltip(\n", + " poly_line_62ac4a1a5dcf8cacc3c969c2be01167d.bindTooltip(\n", " `<div>\n", " 92\n", " </div>`,\n", @@ -64144,13 +29187,13 @@ " );\n", " \n", " \n", - " var poly_line_753d7fb2b62e3179a188d8416e455e4f = L.polyline(\n", + " var poly_line_db0873752ae0a632b238592b97bf5bd7 = L.polyline(\n", " [[37.431966, -122.105417], [37.430646, -122.104038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_753d7fb2b62e3179a188d8416e455e4f.bindTooltip(\n", + " poly_line_db0873752ae0a632b238592b97bf5bd7.bindTooltip(\n", " `<div>\n", " 93\n", " </div>`,\n", @@ -64158,13 +29201,13 @@ " );\n", " \n", " \n", - " var poly_line_83b89874067f00c3d8cf1c599c395b5d = L.polyline(\n", + " var poly_line_c2c7add51b6b7a0cf5cf85925d28a240 = L.polyline(\n", " [[37.430646, -122.104038], [37.428088, -122.101374]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_83b89874067f00c3d8cf1c599c395b5d.bindTooltip(\n", + " poly_line_c2c7add51b6b7a0cf5cf85925d28a240.bindTooltip(\n", " `<div>\n", " 94\n", " </div>`,\n", @@ -64172,13 +29215,13 @@ " );\n", " \n", " \n", - " var poly_line_7f6be278a19a75f46acb44f27e64ebaf = L.polyline(\n", + " var poly_line_a0e57f254c5f6c32d08a2f061cd18463 = L.polyline(\n", " [[37.428088, -122.101374], [37.42097, -122.092643]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7f6be278a19a75f46acb44f27e64ebaf.bindTooltip(\n", + " poly_line_a0e57f254c5f6c32d08a2f061cd18463.bindTooltip(\n", " `<div>\n", " 95\n", " </div>`,\n", @@ -64186,13 +29229,13 @@ " );\n", " \n", " \n", - " var poly_line_582a6025e1df45c42becb8449b6f8dd2 = L.polyline(\n", + " var poly_line_0cdc22a78990a207d619a51d9fe10e67 = L.polyline(\n", " [[37.42097, -122.092643], [37.420823, -122.09244]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_582a6025e1df45c42becb8449b6f8dd2.bindTooltip(\n", + " poly_line_0cdc22a78990a207d619a51d9fe10e67.bindTooltip(\n", " `<div>\n", " 96\n", " </div>`,\n", @@ -64200,13 +29243,13 @@ " );\n", " \n", " \n", - " var poly_line_b526519c399264150f82d06215fd1eed = L.polyline(\n", + " var poly_line_204e327e2786f1f44a5632c68ff04551 = L.polyline(\n", " [[37.420823, -122.09244], [37.418477, -122.089184]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_b526519c399264150f82d06215fd1eed.bindTooltip(\n", + " poly_line_204e327e2786f1f44a5632c68ff04551.bindTooltip(\n", " `<div>\n", " 97\n", " </div>`,\n", @@ -64214,13 +29257,13 @@ " );\n", " \n", " \n", - " var poly_line_44d8e253f5a6ddd45d86d26c2a4e5d71 = L.polyline(\n", + " var poly_line_030fef53e8f55ade95b6dcc8da7947c7 = L.polyline(\n", " [[37.418477, -122.089184], [37.413767, -122.082512]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_44d8e253f5a6ddd45d86d26c2a4e5d71.bindTooltip(\n", + " poly_line_030fef53e8f55ade95b6dcc8da7947c7.bindTooltip(\n", " `<div>\n", " 98\n", " </div>`,\n", @@ -64228,13 +29271,13 @@ " );\n", " \n", " \n", - " var poly_line_aa984c26a07e2ac99713b56e380c82ab = L.polyline(\n", + " var poly_line_27b6414e58baa361a900e0a94ab55fe7 = L.polyline(\n", " [[37.413767, -122.082512], [37.41351, -122.082092]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_aa984c26a07e2ac99713b56e380c82ab.bindTooltip(\n", + " poly_line_27b6414e58baa361a900e0a94ab55fe7.bindTooltip(\n", " `<div>\n", " 99\n", " </div>`,\n", @@ -64242,13 +29285,13 @@ " );\n", " \n", " \n", - " var poly_line_45b61de59794ab1b055a757121285951 = L.polyline(\n", + " var poly_line_78d8ed81a11001b0b99a4d5c1e59e4f5 = L.polyline(\n", " [[37.41351, -122.082092], [37.412801, -122.08055]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_45b61de59794ab1b055a757121285951.bindTooltip(\n", + " poly_line_78d8ed81a11001b0b99a4d5c1e59e4f5.bindTooltip(\n", " `<div>\n", " 100\n", " </div>`,\n", @@ -64256,13 +29299,13 @@ " );\n", " \n", " \n", - " var poly_line_f8dd8c85fd34b973fb010b6926071bed = L.polyline(\n", + " var poly_line_4ab413d23e060b1ca3c7c6c3df7a65e0 = L.polyline(\n", " [[37.412801, -122.08055], [37.412083, -122.078821]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_f8dd8c85fd34b973fb010b6926071bed.bindTooltip(\n", + " poly_line_4ab413d23e060b1ca3c7c6c3df7a65e0.bindTooltip(\n", " `<div>\n", " 101\n", " </div>`,\n", @@ -64270,13 +29313,13 @@ " );\n", " \n", " \n", - " var poly_line_50e2e012def7e26c49763be6ef9832c7 = L.polyline(\n", + " var poly_line_09a1dde85aa1337ef6afa5f980dea712 = L.polyline(\n", " [[37.412083, -122.078821], [37.411892, -122.07836]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_50e2e012def7e26c49763be6ef9832c7.bindTooltip(\n", + " poly_line_09a1dde85aa1337ef6afa5f980dea712.bindTooltip(\n", " `<div>\n", " 102\n", " </div>`,\n", @@ -64284,13 +29327,13 @@ " );\n", " \n", " \n", - " var poly_line_799df13293b54e138763af395dc6bdfc = L.polyline(\n", + " var poly_line_1f831596de27d7a96e19f6eb827990d7 = L.polyline(\n", " [[37.411892, -122.07836], [37.411633, -122.077822]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_799df13293b54e138763af395dc6bdfc.bindTooltip(\n", + " poly_line_1f831596de27d7a96e19f6eb827990d7.bindTooltip(\n", " `<div>\n", " 103\n", " </div>`,\n", @@ -64298,13 +29341,13 @@ " );\n", " \n", " \n", - " var poly_line_fa64d22c7fe5b05af290e074c685b4c4 = L.polyline(\n", + " var poly_line_73c28213efc94f1c78fba449ee65b49b = L.polyline(\n", " [[37.411633, -122.077822], [37.411537, -122.077587]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fa64d22c7fe5b05af290e074c685b4c4.bindTooltip(\n", + " poly_line_73c28213efc94f1c78fba449ee65b49b.bindTooltip(\n", " `<div>\n", " 104\n", " </div>`,\n", @@ -64312,13 +29355,13 @@ " );\n", " \n", " \n", - " var poly_line_723a11803aec6f4d34e065740510308d = L.polyline(\n", + " var poly_line_a48b6ecfdf6391028c43d7256dd31c4b = L.polyline(\n", " [[37.411537, -122.077587], [37.411023, -122.076332]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_723a11803aec6f4d34e065740510308d.bindTooltip(\n", + " poly_line_a48b6ecfdf6391028c43d7256dd31c4b.bindTooltip(\n", " `<div>\n", " 105\n", " </div>`,\n", @@ -64326,13 +29369,13 @@ " );\n", " \n", " \n", - " var poly_line_9d9dc1ab8dffc6e9a91cdf0262361dc0 = L.polyline(\n", + " var poly_line_ae6e7b215e5aca19c1b86642b4f10a6b = L.polyline(\n", " [[37.411023, -122.076332], [37.410867, -122.075923]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9d9dc1ab8dffc6e9a91cdf0262361dc0.bindTooltip(\n", + " poly_line_ae6e7b215e5aca19c1b86642b4f10a6b.bindTooltip(\n", " `<div>\n", " 106\n", " </div>`,\n", @@ -64340,13 +29383,13 @@ " );\n", " \n", " \n", - " var poly_line_2e60b5a52ddf42d54415ae6cd20cbfcf = L.polyline(\n", + " var poly_line_e076bdacbffb811994544f9284967e14 = L.polyline(\n", " [[37.410867, -122.075923], [37.410784, -122.075697]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_2e60b5a52ddf42d54415ae6cd20cbfcf.bindTooltip(\n", + " poly_line_e076bdacbffb811994544f9284967e14.bindTooltip(\n", " `<div>\n", " 107\n", " </div>`,\n", @@ -64354,13 +29397,13 @@ " );\n", " \n", " \n", - " var poly_line_b720a485b02d2c8f420bc5416edb51a6 = L.polyline(\n", + " var poly_line_53f822f6f40b8f1256026f6d73e39680 = L.polyline(\n", " [[37.410784, -122.075697], [37.410526, -122.075044]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_b720a485b02d2c8f420bc5416edb51a6.bindTooltip(\n", + " poly_line_53f822f6f40b8f1256026f6d73e39680.bindTooltip(\n", " `<div>\n", " 108\n", " </div>`,\n", @@ -64368,13 +29411,13 @@ " );\n", " \n", " \n", - " var poly_line_f0f0a846b3f995df6d40f15d1a6ba503 = L.polyline(\n", + " var poly_line_b0fc649b71da346fcff619aaf75d61d2 = L.polyline(\n", " [[37.410526, -122.075044], [37.410127, -122.074073]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_f0f0a846b3f995df6d40f15d1a6ba503.bindTooltip(\n", + " poly_line_b0fc649b71da346fcff619aaf75d61d2.bindTooltip(\n", " `<div>\n", " 109\n", " </div>`,\n", @@ -64382,13 +29425,13 @@ " );\n", " \n", " \n", - " var poly_line_5d9abc9854a0ea80e3424eb39580b432 = L.polyline(\n", + " var poly_line_48e07f6541b0f6e596dec7d7c03f80ec = L.polyline(\n", " [[37.410127, -122.074073], [37.409234, -122.071883]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5d9abc9854a0ea80e3424eb39580b432.bindTooltip(\n", + " poly_line_48e07f6541b0f6e596dec7d7c03f80ec.bindTooltip(\n", " `<div>\n", " 110\n", " </div>`,\n", @@ -64396,13 +29439,13 @@ " );\n", " \n", " \n", - " var poly_line_8827840c8d4e728aea665b14d38987da = L.polyline(\n", + " var poly_line_fd51cfd3c1932dd969bcc27d6901f5f8 = L.polyline(\n", " [[37.409234, -122.071883], [37.407808, -122.067607]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_8827840c8d4e728aea665b14d38987da.bindTooltip(\n", + " poly_line_fd51cfd3c1932dd969bcc27d6901f5f8.bindTooltip(\n", " `<div>\n", " 111\n", " </div>`,\n", @@ -64410,13 +29453,13 @@ " );\n", " \n", " \n", - " var poly_line_5b4630c919fc3608ee5babbb69c2534c = L.polyline(\n", + " var poly_line_9e5d7570874ad0502388496fcdb67373 = L.polyline(\n", " [[37.407808, -122.067607], [37.407713, -122.067189]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5b4630c919fc3608ee5babbb69c2534c.bindTooltip(\n", + " poly_line_9e5d7570874ad0502388496fcdb67373.bindTooltip(\n", " `<div>\n", " 112\n", " </div>`,\n", @@ -64424,13 +29467,13 @@ " );\n", " \n", " \n", - " var poly_line_9b8ee759ee5388091288393bffa4acea = L.polyline(\n", + " var poly_line_c2c0f0a72c5f5012eabeab582680d8f1 = L.polyline(\n", " [[37.407713, -122.067189], [37.407476, -122.066084]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9b8ee759ee5388091288393bffa4acea.bindTooltip(\n", + " poly_line_c2c0f0a72c5f5012eabeab582680d8f1.bindTooltip(\n", " `<div>\n", " 113\n", " </div>`,\n", @@ -64438,13 +29481,13 @@ " );\n", " \n", " \n", - " var poly_line_241954821df6038dda97c503932f853a = L.polyline(\n", + " var poly_line_c37f3713fc05b27f257abf903918d7a5 = L.polyline(\n", " [[37.407476, -122.066084], [37.40745, -122.065964]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_241954821df6038dda97c503932f853a.bindTooltip(\n", + " poly_line_c37f3713fc05b27f257abf903918d7a5.bindTooltip(\n", " `<div>\n", " 114\n", " </div>`,\n", @@ -64452,13 +29495,13 @@ " );\n", " \n", " \n", - " var poly_line_b550bd726468a761af7ee2a01ee64570 = L.polyline(\n", + " var poly_line_ccd65dac58e59a5676cd978a546d5be9 = L.polyline(\n", " [[37.40745, -122.065964], [37.407263, -122.065103]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_b550bd726468a761af7ee2a01ee64570.bindTooltip(\n", + " poly_line_ccd65dac58e59a5676cd978a546d5be9.bindTooltip(\n", " `<div>\n", " 115\n", " </div>`,\n", @@ -64466,13 +29509,13 @@ " );\n", " \n", " \n", - " var poly_line_888f57853beae40778c884046747f3d4 = L.polyline(\n", + " var poly_line_7433e73bfc8c1c15fda0824fb350a4a4 = L.polyline(\n", " [[37.407263, -122.065103], [37.406961, -122.063707]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_888f57853beae40778c884046747f3d4.bindTooltip(\n", + " poly_line_7433e73bfc8c1c15fda0824fb350a4a4.bindTooltip(\n", " `<div>\n", " 116\n", " </div>`,\n", @@ -64480,13 +29523,13 @@ " );\n", " \n", " \n", - " var poly_line_81de55dd38b064ed4b1c111dc23f74a1 = L.polyline(\n", + " var poly_line_14568def2a0cfc49c83080a7dd919c8b = L.polyline(\n", " [[37.406961, -122.063707], [37.405407, -122.056615]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_81de55dd38b064ed4b1c111dc23f74a1.bindTooltip(\n", + " poly_line_14568def2a0cfc49c83080a7dd919c8b.bindTooltip(\n", " `<div>\n", " 117\n", " </div>`,\n", @@ -64494,13 +29537,13 @@ " );\n", " \n", " \n", - " var poly_line_ac8d6f8ce3e7068a105729751ccbd77f = L.polyline(\n", + " var poly_line_37fa5a69a241607447b7ae186798e823 = L.polyline(\n", " [[37.405407, -122.056615], [37.404084, -122.051609]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ac8d6f8ce3e7068a105729751ccbd77f.bindTooltip(\n", + " poly_line_37fa5a69a241607447b7ae186798e823.bindTooltip(\n", " `<div>\n", " 118\n", " </div>`,\n", @@ -64508,13 +29551,13 @@ " );\n", " \n", " \n", - " var poly_line_5bcb718719c97c0f7f360ce58417c5a1 = L.polyline(\n", + " var poly_line_b54f1f83a01ac24a9d1f1199f2746be1 = L.polyline(\n", " [[37.404084, -122.051609], [37.403929, -122.050969]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5bcb718719c97c0f7f360ce58417c5a1.bindTooltip(\n", + " poly_line_b54f1f83a01ac24a9d1f1199f2746be1.bindTooltip(\n", " `<div>\n", " 119\n", " </div>`,\n", @@ -64522,13 +29565,13 @@ " );\n", " \n", " \n", - " var poly_line_7d823b073684c1eb23fdd4785a585adb = L.polyline(\n", + " var poly_line_ac05cade57866dea69c6560eb22935e8 = L.polyline(\n", " [[37.403929, -122.050969], [37.403049, -122.047017]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7d823b073684c1eb23fdd4785a585adb.bindTooltip(\n", + " poly_line_ac05cade57866dea69c6560eb22935e8.bindTooltip(\n", " `<div>\n", " 120\n", " </div>`,\n", @@ -64536,13 +29579,13 @@ " );\n", " \n", " \n", - " var poly_line_0ca58dc8120db183ce18eccbb58188b4 = L.polyline(\n", + " var poly_line_fc853fa549d8442249ebc9781ffb1fc9 = L.polyline(\n", " [[37.403049, -122.047017], [37.400658, -122.036066]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0ca58dc8120db183ce18eccbb58188b4.bindTooltip(\n", + " poly_line_fc853fa549d8442249ebc9781ffb1fc9.bindTooltip(\n", " `<div>\n", " 121\n", " </div>`,\n", @@ -64550,13 +29593,13 @@ " );\n", " \n", " \n", - " var poly_line_58e20d1fb1cc7ea7a8aaa2c703612d2b = L.polyline(\n", + " var poly_line_8099508b16fb82c335724d7a5386d7cb = L.polyline(\n", " [[37.400658, -122.036066], [37.39989, -122.03242]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_58e20d1fb1cc7ea7a8aaa2c703612d2b.bindTooltip(\n", + " poly_line_8099508b16fb82c335724d7a5386d7cb.bindTooltip(\n", " `<div>\n", " 122\n", " </div>`,\n", @@ -64564,13 +29607,13 @@ " );\n", " \n", " \n", - " var poly_line_74d0fd061a9039d0ddc3769207e08606 = L.polyline(\n", + " var poly_line_268d0367c5b5e4917ba2835e2276684b = L.polyline(\n", " [[37.39989, -122.03242], [37.399777, -122.031916]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_74d0fd061a9039d0ddc3769207e08606.bindTooltip(\n", + " poly_line_268d0367c5b5e4917ba2835e2276684b.bindTooltip(\n", " `<div>\n", " 123\n", " </div>`,\n", @@ -64578,13 +29621,13 @@ " );\n", " \n", " \n", - " var poly_line_4052aa5df022506ea6e40ef00da95ac4 = L.polyline(\n", + " var poly_line_56d38264f0a92cb56a37798943986c7d = L.polyline(\n", " [[37.399777, -122.031916], [37.399611, -122.031169]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4052aa5df022506ea6e40ef00da95ac4.bindTooltip(\n", + " poly_line_56d38264f0a92cb56a37798943986c7d.bindTooltip(\n", " `<div>\n", " 124\n", " </div>`,\n", @@ -64592,13 +29635,13 @@ " );\n", " \n", " \n", - " var poly_line_0c3e707db7563038d8d74ca01a0b545b = L.polyline(\n", + " var poly_line_50e48d5bc0c98ee0c3634f99da7803e4 = L.polyline(\n", " [[37.399611, -122.031169], [37.39885, -122.027786]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0c3e707db7563038d8d74ca01a0b545b.bindTooltip(\n", + " poly_line_50e48d5bc0c98ee0c3634f99da7803e4.bindTooltip(\n", " `<div>\n", " 125\n", " </div>`,\n", @@ -64606,13 +29649,13 @@ " );\n", " \n", " \n", - " var poly_line_8f388cc4d64060731bb162290ed77f0d = L.polyline(\n", + " var poly_line_cee574a170ee1efd52d76605bab8aaf8 = L.polyline(\n", " [[37.39885, -122.027786], [37.398693, -122.027075]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_8f388cc4d64060731bb162290ed77f0d.bindTooltip(\n", + " poly_line_cee574a170ee1efd52d76605bab8aaf8.bindTooltip(\n", " `<div>\n", " 126\n", " </div>`,\n", @@ -64620,13 +29663,13 @@ " );\n", " \n", " \n", - " var poly_line_d9c27fb05b3f1a0d0817aafe147e91e5 = L.polyline(\n", + " var poly_line_e48181c3bd2ba5189b3989315a9e7096 = L.polyline(\n", " [[37.398693, -122.027075], [37.398202, -122.024811]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d9c27fb05b3f1a0d0817aafe147e91e5.bindTooltip(\n", + " poly_line_e48181c3bd2ba5189b3989315a9e7096.bindTooltip(\n", " `<div>\n", " 127\n", " </div>`,\n", @@ -64634,13 +29677,13 @@ " );\n", " \n", " \n", - " var poly_line_951c250de2641587fce60e3a24a2adf5 = L.polyline(\n", + " var poly_line_f5c487afe0478911e1de92fb539f2628 = L.polyline(\n", " [[37.398202, -122.024811], [37.396422, -122.016668]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_951c250de2641587fce60e3a24a2adf5.bindTooltip(\n", + " poly_line_f5c487afe0478911e1de92fb539f2628.bindTooltip(\n", " `<div>\n", " 128\n", " </div>`,\n", @@ -64648,13 +29691,13 @@ " );\n", " \n", " \n", - " var poly_line_a6d0edad5b87a49319cc88fc5119a8d2 = L.polyline(\n", + " var poly_line_9dc9d2ef52f431f5fa410dfd67ad713a = L.polyline(\n", " [[37.396422, -122.016668], [37.395607, -122.012976]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a6d0edad5b87a49319cc88fc5119a8d2.bindTooltip(\n", + " poly_line_9dc9d2ef52f431f5fa410dfd67ad713a.bindTooltip(\n", " `<div>\n", " 129\n", " </div>`,\n", @@ -64662,13 +29705,13 @@ " );\n", " \n", " \n", - " var poly_line_4ad11efb42b4e17844ad692139b3624e = L.polyline(\n", + " var poly_line_15b9fd764e7a82ae931db51c1bcb5baa = L.polyline(\n", " [[37.395607, -122.012976], [37.395542, -122.012708]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4ad11efb42b4e17844ad692139b3624e.bindTooltip(\n", + " poly_line_15b9fd764e7a82ae931db51c1bcb5baa.bindTooltip(\n", " `<div>\n", " 130\n", " </div>`,\n", @@ -64676,13 +29719,13 @@ " );\n", " \n", " \n", - " var poly_line_804242a7dcbeab963a1f90b93ab9c8ca = L.polyline(\n", + " var poly_line_0c52f32d03668c45dce04e22c2c9ce7f = L.polyline(\n", " [[37.395542, -122.012708], [37.394702, -122.008838]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_804242a7dcbeab963a1f90b93ab9c8ca.bindTooltip(\n", + " poly_line_0c52f32d03668c45dce04e22c2c9ce7f.bindTooltip(\n", " `<div>\n", " 131\n", " </div>`,\n", @@ -64690,13 +29733,13 @@ " );\n", " \n", " \n", - " var poly_line_76f24ae928c55c2824f98cfa2872125f = L.polyline(\n", + " var poly_line_0c947fc245d77000a4a5f710eb760b3a = L.polyline(\n", " [[37.394702, -122.008838], [37.393563, -122.004534]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_76f24ae928c55c2824f98cfa2872125f.bindTooltip(\n", + " poly_line_0c947fc245d77000a4a5f710eb760b3a.bindTooltip(\n", " `<div>\n", " 132\n", " </div>`,\n", @@ -64704,13 +29747,13 @@ " );\n", " \n", " \n", - " var poly_line_4fc78957db19030a1d78ccc367916b72 = L.polyline(\n", + " var poly_line_77ea3888c3d92faaf170d9cf5a71b966 = L.polyline(\n", " [[37.393563, -122.004534], [37.392201, -121.999703]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4fc78957db19030a1d78ccc367916b72.bindTooltip(\n", + " poly_line_77ea3888c3d92faaf170d9cf5a71b966.bindTooltip(\n", " `<div>\n", " 133\n", " </div>`,\n", @@ -64718,13 +29761,13 @@ " );\n", " \n", " \n", - " var poly_line_fbcad7f04a82586aaaec8ff5ffcbc7ed = L.polyline(\n", + " var poly_line_e85294b41bc678521152f44da59cd2c5 = L.polyline(\n", " [[37.392201, -121.999703], [37.390213, -121.997084]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fbcad7f04a82586aaaec8ff5ffcbc7ed.bindTooltip(\n", + " poly_line_e85294b41bc678521152f44da59cd2c5.bindTooltip(\n", " `<div>\n", " 134\n", " </div>`,\n", @@ -64732,13 +29775,13 @@ " );\n", " \n", " \n", - " var poly_line_54b54bca0500501e372f47b638b9406b = L.polyline(\n", + " var poly_line_ac4804944f163b9af8d242808dd61365 = L.polyline(\n", " [[37.390213, -121.997084], [37.389743, -121.996089]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_54b54bca0500501e372f47b638b9406b.bindTooltip(\n", + " poly_line_ac4804944f163b9af8d242808dd61365.bindTooltip(\n", " `<div>\n", " 135\n", " </div>`,\n", @@ -64746,13 +29789,13 @@ " );\n", " \n", " \n", - " var poly_line_ded8dd44b7697fb53a929731776092a0 = L.polyline(\n", + " var poly_line_df36e639eab6a3e34a7a2862a7ac8a4d = L.polyline(\n", " [[37.389743, -121.996089], [37.388901, -121.996053]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ded8dd44b7697fb53a929731776092a0.bindTooltip(\n", + " poly_line_df36e639eab6a3e34a7a2862a7ac8a4d.bindTooltip(\n", " `<div>\n", " 136\n", " </div>`,\n", @@ -64760,13 +29803,13 @@ " );\n", " \n", " \n", - " var poly_line_019cd90aa68313adb134495c574a834d = L.polyline(\n", + " var poly_line_1688e41fec31eb5d0f5c471956ba44f8 = L.polyline(\n", " [[37.388901, -121.996053], [37.388472, -121.996038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_019cd90aa68313adb134495c574a834d.bindTooltip(\n", + " poly_line_1688e41fec31eb5d0f5c471956ba44f8.bindTooltip(\n", " `<div>\n", " 137\n", " </div>`,\n", @@ -64774,13 +29817,13 @@ " );\n", " \n", " \n", - " var poly_line_fef81a7d631593f7b2aae73e8a27f52b = L.polyline(\n", + " var poly_line_6edb6c88b58bad93189bda1bc81578fa = L.polyline(\n", " [[37.388472, -121.996038], [37.387686, -121.996027]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fef81a7d631593f7b2aae73e8a27f52b.bindTooltip(\n", + " poly_line_6edb6c88b58bad93189bda1bc81578fa.bindTooltip(\n", " `<div>\n", " 138\n", " </div>`,\n", @@ -64788,13 +29831,13 @@ " );\n", " \n", " \n", - " var poly_line_d4856365c8bab23825439a491d254cef = L.polyline(\n", + " var poly_line_044240673a5bf442922d1baedecd6a3f = L.polyline(\n", " [[37.387686, -121.996027], [37.387215, -121.996025]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d4856365c8bab23825439a491d254cef.bindTooltip(\n", + " poly_line_044240673a5bf442922d1baedecd6a3f.bindTooltip(\n", " `<div>\n", " 139\n", " </div>`,\n", @@ -64802,13 +29845,13 @@ " );\n", " \n", " \n", - " var poly_line_edcd669afacfef8c6582a99d4754c5bb = L.polyline(\n", + " var poly_line_4265be978a455a8f59411f777f690391 = L.polyline(\n", " [[37.387215, -121.996025], [37.387007, -121.996016]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_edcd669afacfef8c6582a99d4754c5bb.bindTooltip(\n", + " poly_line_4265be978a455a8f59411f777f690391.bindTooltip(\n", " `<div>\n", " 140\n", " </div>`,\n", @@ -64816,13 +29859,13 @@ " );\n", " \n", " \n", - " var poly_line_7a6abf622db8f0afb9e263566e4f205c = L.polyline(\n", + " var poly_line_5289aa2940f50d49b160ec15bb787ba4 = L.polyline(\n", " [[37.387007, -121.996016], [37.386935, -121.996013]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7a6abf622db8f0afb9e263566e4f205c.bindTooltip(\n", + " poly_line_5289aa2940f50d49b160ec15bb787ba4.bindTooltip(\n", " `<div>\n", " 141\n", " </div>`,\n", @@ -64830,13 +29873,13 @@ " );\n", " \n", " \n", - " var poly_line_c474dd7d59433830a1ffc144a2fb5af3 = L.polyline(\n", + " var poly_line_58a66ac857a5b695158f6953f03bfe04 = L.polyline(\n", " [[37.386935, -121.996013], [37.386792, -121.996006]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c474dd7d59433830a1ffc144a2fb5af3.bindTooltip(\n", + " poly_line_58a66ac857a5b695158f6953f03bfe04.bindTooltip(\n", " `<div>\n", " 142\n", " </div>`,\n", @@ -64844,13 +29887,13 @@ " );\n", " \n", " \n", - " var poly_line_e9d727e4d8dc9c176a7a0ef4f292da5b = L.polyline(\n", + " var poly_line_07de8cf9f16ff9880284f3a5a5436dfb = L.polyline(\n", " [[37.386792, -121.996006], [37.386743, -121.996006]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_e9d727e4d8dc9c176a7a0ef4f292da5b.bindTooltip(\n", + " poly_line_07de8cf9f16ff9880284f3a5a5436dfb.bindTooltip(\n", " `<div>\n", " 143\n", " </div>`,\n", @@ -64858,13 +29901,13 @@ " );\n", " \n", " \n", - " var poly_line_eb42bb52e2e282efcda3548bc436d8c7 = L.polyline(\n", + " var poly_line_da6af6c78008a75f91dcd68452f7eaf7 = L.polyline(\n", " [[37.386743, -121.996006], [37.386285, -121.996007]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_eb42bb52e2e282efcda3548bc436d8c7.bindTooltip(\n", + " poly_line_da6af6c78008a75f91dcd68452f7eaf7.bindTooltip(\n", " `<div>\n", " 144\n", " </div>`,\n", @@ -64872,13 +29915,13 @@ " );\n", " \n", " \n", - " var poly_line_9d21b478204a01062489fb5d99a6f8c2 = L.polyline(\n", + " var poly_line_0a955f09c0cdb746908bcd9c2eccaabd = L.polyline(\n", " [[37.386285, -121.996007], [37.386221, -121.996007]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9d21b478204a01062489fb5d99a6f8c2.bindTooltip(\n", + " poly_line_0a955f09c0cdb746908bcd9c2eccaabd.bindTooltip(\n", " `<div>\n", " 145\n", " </div>`,\n", @@ -64886,13 +29929,13 @@ " );\n", " \n", " \n", - " var poly_line_954f18069cb916d569036cccbc23e39c = L.polyline(\n", + " var poly_line_c61bda50bd06e38075d87f0b4014276d = L.polyline(\n", " [[37.386221, -121.996007], [37.383128, -121.996013]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_954f18069cb916d569036cccbc23e39c.bindTooltip(\n", + " poly_line_c61bda50bd06e38075d87f0b4014276d.bindTooltip(\n", " `<div>\n", " 146\n", " </div>`,\n", @@ -64900,13 +29943,13 @@ " );\n", " \n", " \n", - " var poly_line_4f02cc897a96c8d675e3b0826be8d6a4 = L.polyline(\n", + " var poly_line_07cf9513ebba00a14d2384a6ed426734 = L.polyline(\n", " [[37.383128, -121.996013], [37.382173, -121.996017]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4f02cc897a96c8d675e3b0826be8d6a4.bindTooltip(\n", + " poly_line_07cf9513ebba00a14d2384a6ed426734.bindTooltip(\n", " `<div>\n", " 147\n", " </div>`,\n", @@ -64914,13 +29957,13 @@ " );\n", " \n", " \n", - " var poly_line_faaca6b16c9d254878401cbb3fd23fb1 = L.polyline(\n", + " var poly_line_4712acef5878387db6c3e38533a89a2b = L.polyline(\n", " [[37.382173, -121.996017], [37.381942, -121.996019]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_faaca6b16c9d254878401cbb3fd23fb1.bindTooltip(\n", + " poly_line_4712acef5878387db6c3e38533a89a2b.bindTooltip(\n", " `<div>\n", " 148\n", " </div>`,\n", @@ -64928,13 +29971,13 @@ " );\n", " \n", " \n", - " var poly_line_bb590217dd2b78802d05e04ec7100dac = L.polyline(\n", + " var poly_line_82f578a8328f1aac6cf6db38e724feae = L.polyline(\n", " [[37.381942, -121.996019], [37.381569, -121.99602]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_bb590217dd2b78802d05e04ec7100dac.bindTooltip(\n", + " poly_line_82f578a8328f1aac6cf6db38e724feae.bindTooltip(\n", " `<div>\n", " 149\n", " </div>`,\n", @@ -64942,13 +29985,13 @@ " );\n", " \n", " \n", - " var poly_line_103bfcf2f55ed00820bb431441f55171 = L.polyline(\n", + " var poly_line_f8abd1ce424c5a72e2553f6cbbd8e2f0 = L.polyline(\n", " [[37.381569, -121.99602], [37.381165, -121.996017]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_103bfcf2f55ed00820bb431441f55171.bindTooltip(\n", + " poly_line_f8abd1ce424c5a72e2553f6cbbd8e2f0.bindTooltip(\n", " `<div>\n", " 150\n", " </div>`,\n", @@ -64956,13 +29999,13 @@ " );\n", " \n", " \n", - " var poly_line_5d653fe88f706383bae9be768dd6fbdb = L.polyline(\n", + " var poly_line_1794563cec8abd5aafd193a481c1e048 = L.polyline(\n", " [[37.381165, -121.996017], [37.380581, -121.996016]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_5d653fe88f706383bae9be768dd6fbdb.bindTooltip(\n", + " poly_line_1794563cec8abd5aafd193a481c1e048.bindTooltip(\n", " `<div>\n", " 151\n", " </div>`,\n", @@ -64970,13 +30013,13 @@ " );\n", " \n", " \n", - " var poly_line_7a214317939e4311723adcfde57303ed = L.polyline(\n", + " var poly_line_9be9abebbfcf148f0b50913757d091d8 = L.polyline(\n", " [[37.380581, -121.996016], [37.38046, -121.996018]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_7a214317939e4311723adcfde57303ed.bindTooltip(\n", + " poly_line_9be9abebbfcf148f0b50913757d091d8.bindTooltip(\n", " `<div>\n", " 152\n", " </div>`,\n", @@ -64984,13 +30027,13 @@ " );\n", " \n", " \n", - " var poly_line_a72b2d4ad38bc0e64aabe1ef06df7e6c = L.polyline(\n", + " var poly_line_be1bbe9c2ee0dac7ea384980bb0a1278 = L.polyline(\n", " [[37.38046, -121.996018], [37.379927, -121.996024]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a72b2d4ad38bc0e64aabe1ef06df7e6c.bindTooltip(\n", + " poly_line_be1bbe9c2ee0dac7ea384980bb0a1278.bindTooltip(\n", " `<div>\n", " 153\n", " </div>`,\n", @@ -64998,13 +30041,13 @@ " );\n", " \n", " \n", - " var poly_line_d2bf1de37eeb2789d121554d1fb16c93 = L.polyline(\n", + " var poly_line_bc1b18ac01bd2a2c5b64f4e8513344f9 = L.polyline(\n", " [[37.379927, -121.996024], [37.379364, -121.996039]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d2bf1de37eeb2789d121554d1fb16c93.bindTooltip(\n", + " poly_line_bc1b18ac01bd2a2c5b64f4e8513344f9.bindTooltip(\n", " `<div>\n", " 154\n", " </div>`,\n", @@ -65012,13 +30055,13 @@ " );\n", " \n", " \n", - " var poly_line_fbed9c34fe2383a82c61eee163b6aaf2 = L.polyline(\n", + " var poly_line_0c3c6dbd5a19ec0054144415cc8ec7e9 = L.polyline(\n", " [[37.379364, -121.996039], [37.378473, -121.996042]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_fbed9c34fe2383a82c61eee163b6aaf2.bindTooltip(\n", + " poly_line_0c3c6dbd5a19ec0054144415cc8ec7e9.bindTooltip(\n", " `<div>\n", " 155\n", " </div>`,\n", @@ -65026,13 +30069,13 @@ " );\n", " \n", " \n", - " var poly_line_598491617f5dfcea8e66c4f6e659e886 = L.polyline(\n", + " var poly_line_e4754c38c9813e9e588e9c10c1280943 = L.polyline(\n", " [[37.378473, -121.996042], [37.376725, -121.996046]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_598491617f5dfcea8e66c4f6e659e886.bindTooltip(\n", + " poly_line_e4754c38c9813e9e588e9c10c1280943.bindTooltip(\n", " `<div>\n", " 156\n", " </div>`,\n", @@ -65040,13 +30083,13 @@ " );\n", " \n", " \n", - " var poly_line_c97d3155a362ffada6d8b465a6d7f32c = L.polyline(\n", + " var poly_line_9d981ae7285a8a96312cff4251960542 = L.polyline(\n", " [[37.376725, -121.996046], [37.376101, -121.996063]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c97d3155a362ffada6d8b465a6d7f32c.bindTooltip(\n", + " poly_line_9d981ae7285a8a96312cff4251960542.bindTooltip(\n", " `<div>\n", " 157\n", " </div>`,\n", @@ -65054,13 +30097,13 @@ " );\n", " \n", " \n", - " var poly_line_0d0647ed254c6b5416bf4babe236e507 = L.polyline(\n", + " var poly_line_6578cffa98adfa768a9c14e2616f63f0 = L.polyline(\n", " [[37.376101, -121.996063], [37.375048, -121.996078]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0d0647ed254c6b5416bf4babe236e507.bindTooltip(\n", + " poly_line_6578cffa98adfa768a9c14e2616f63f0.bindTooltip(\n", " `<div>\n", " 158\n", " </div>`,\n", @@ -65068,13 +30111,13 @@ " );\n", " \n", " \n", - " var poly_line_419ec1b5c55d0de34b60926adaa0dfc1 = L.polyline(\n", + " var poly_line_7377120f1f3a078a29fb5bc28663bd05 = L.polyline(\n", " [[37.375048, -121.996078], [37.374722, -121.996096]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_419ec1b5c55d0de34b60926adaa0dfc1.bindTooltip(\n", + " poly_line_7377120f1f3a078a29fb5bc28663bd05.bindTooltip(\n", " `<div>\n", " 159\n", " </div>`,\n", @@ -65082,13 +30125,13 @@ " );\n", " \n", " \n", - " var poly_line_a3d80c2b76aac3a109d0af76e3b9f9fe = L.polyline(\n", + " var poly_line_731d3e465219827d328723144b1f7888 = L.polyline(\n", " [[37.374722, -121.996096], [37.37406, -121.996205]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a3d80c2b76aac3a109d0af76e3b9f9fe.bindTooltip(\n", + " poly_line_731d3e465219827d328723144b1f7888.bindTooltip(\n", " `<div>\n", " 160\n", " </div>`,\n", @@ -65096,13 +30139,13 @@ " );\n", " \n", " \n", - " var poly_line_c39e95bcafffa09144366c7600241878 = L.polyline(\n", + " var poly_line_204c6d117847da6278f652536df50179 = L.polyline(\n", " [[37.37406, -121.996205], [37.373974, -121.996222]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c39e95bcafffa09144366c7600241878.bindTooltip(\n", + " poly_line_204c6d117847da6278f652536df50179.bindTooltip(\n", " `<div>\n", " 161\n", " </div>`,\n", @@ -65110,13 +30153,13 @@ " );\n", " \n", " \n", - " var poly_line_ee061630184fd0d55dc9d884751ad203 = L.polyline(\n", + " var poly_line_a03d4c909e098682e5e7d4b9211805db = L.polyline(\n", " [[37.373974, -121.996222], [37.373864, -121.996252]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_ee061630184fd0d55dc9d884751ad203.bindTooltip(\n", + " poly_line_a03d4c909e098682e5e7d4b9211805db.bindTooltip(\n", " `<div>\n", " 162\n", " </div>`,\n", @@ -65124,13 +30167,13 @@ " );\n", " \n", " \n", - " var poly_line_d4b0dcfdf637613f47b9a6518cb30ca1 = L.polyline(\n", + " var poly_line_bef70a825651ded52146b4e24648f555 = L.polyline(\n", " [[37.373864, -121.996252], [37.373809, -121.996263]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d4b0dcfdf637613f47b9a6518cb30ca1.bindTooltip(\n", + " poly_line_bef70a825651ded52146b4e24648f555.bindTooltip(\n", " `<div>\n", " 163\n", " </div>`,\n", @@ -65138,13 +30181,13 @@ " );\n", " \n", " \n", - " var poly_line_89e689af875393854767cb49fff6059a = L.polyline(\n", + " var poly_line_014b561c5241befe8e1edc0043a85f65 = L.polyline(\n", " [[37.373809, -121.996263], [37.373083, -121.996419]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_89e689af875393854767cb49fff6059a.bindTooltip(\n", + " poly_line_014b561c5241befe8e1edc0043a85f65.bindTooltip(\n", " `<div>\n", " 164\n", " </div>`,\n", @@ -65152,13 +30195,13 @@ " );\n", " \n", " \n", - " var poly_line_cbcb8ba7b7390069e1b7a632ce369d15 = L.polyline(\n", + " var poly_line_6364c263ddb724d960cc80771012fed0 = L.polyline(\n", " [[37.373083, -121.996419], [37.371092, -121.99652]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_cbcb8ba7b7390069e1b7a632ce369d15.bindTooltip(\n", + " poly_line_6364c263ddb724d960cc80771012fed0.bindTooltip(\n", " `<div>\n", " 165\n", " </div>`,\n", @@ -65166,13 +30209,13 @@ " );\n", " \n", " \n", - " var poly_line_60c46f23a4da97623ecb1e762277d7fd = L.polyline(\n", + " var poly_line_d5cbc114b0375aa27cb4f78160db0f3c = L.polyline(\n", " [[37.371092, -121.99652], [37.370108, -121.99652]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_60c46f23a4da97623ecb1e762277d7fd.bindTooltip(\n", + " poly_line_d5cbc114b0375aa27cb4f78160db0f3c.bindTooltip(\n", " `<div>\n", " 166\n", " </div>`,\n", @@ -65180,13 +30223,13 @@ " );\n", " \n", " \n", - " var poly_line_818835e1d90ecddf3c480e2ec17f7c62 = L.polyline(\n", + " var poly_line_c4e321eecba8855c09ae40011c652f8d = L.polyline(\n", " [[37.370108, -121.99652], [37.368031, -121.996448]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_818835e1d90ecddf3c480e2ec17f7c62.bindTooltip(\n", + " poly_line_c4e321eecba8855c09ae40011c652f8d.bindTooltip(\n", " `<div>\n", " 167\n", " </div>`,\n", @@ -65194,13 +30237,13 @@ " );\n", " \n", " \n", - " var poly_line_e1082f21c35b3247ceb27dd3df1fa868 = L.polyline(\n", + " var poly_line_66ff7c4643a3205bb658c4c56e28be3b = L.polyline(\n", " [[37.368031, -121.996448], [37.367621, -121.99639]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_e1082f21c35b3247ceb27dd3df1fa868.bindTooltip(\n", + " poly_line_66ff7c4643a3205bb658c4c56e28be3b.bindTooltip(\n", " `<div>\n", " 168\n", " </div>`,\n", @@ -65208,13 +30251,13 @@ " );\n", " \n", " \n", - " var poly_line_48d114c261ea2157afe7e04e99017cb5 = L.polyline(\n", + " var poly_line_d2ee6809dc9923f9afcd4dd8b12b5b16 = L.polyline(\n", " [[37.367621, -121.99639], [37.367425, -121.996362]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_48d114c261ea2157afe7e04e99017cb5.bindTooltip(\n", + " poly_line_d2ee6809dc9923f9afcd4dd8b12b5b16.bindTooltip(\n", " `<div>\n", " 169\n", " </div>`,\n", @@ -65222,13 +30265,13 @@ " );\n", " \n", " \n", - " var poly_line_850a096574b81d988f7901cf7645cb04 = L.polyline(\n", + " var poly_line_1a658e9338eafa35dfc6fafee1d7ba18 = L.polyline(\n", " [[37.367425, -121.996362], [37.367017, -121.996299]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_850a096574b81d988f7901cf7645cb04.bindTooltip(\n", + " poly_line_1a658e9338eafa35dfc6fafee1d7ba18.bindTooltip(\n", " `<div>\n", " 170\n", " </div>`,\n", @@ -65236,13 +30279,13 @@ " );\n", " \n", " \n", - " var poly_line_a98d197473e4d105955a87cc63fa4f6d = L.polyline(\n", + " var poly_line_4c443c3b5f3cfc062b13376222894ae0 = L.polyline(\n", " [[37.367017, -121.996299], [37.367004, -121.996297]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a98d197473e4d105955a87cc63fa4f6d.bindTooltip(\n", + " poly_line_4c443c3b5f3cfc062b13376222894ae0.bindTooltip(\n", " `<div>\n", " 171\n", " </div>`,\n", @@ -65250,13 +30293,13 @@ " );\n", " \n", " \n", - " var poly_line_826133db2798c3a213534eb9506628db = L.polyline(\n", + " var poly_line_4324a66ec3601cbca7f0adc042547f77 = L.polyline(\n", " [[37.367004, -121.996297], [37.366891, -121.99628]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_826133db2798c3a213534eb9506628db.bindTooltip(\n", + " poly_line_4324a66ec3601cbca7f0adc042547f77.bindTooltip(\n", " `<div>\n", " 172\n", " </div>`,\n", @@ -65264,13 +30307,13 @@ " );\n", " \n", " \n", - " var poly_line_3ae1771b32238991dc0cd3e640ccc84c = L.polyline(\n", + " var poly_line_4b6645de5ce1343d8328cfa25c144c8b = L.polyline(\n", " [[37.366891, -121.99628], [37.366794, -121.996264]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_3ae1771b32238991dc0cd3e640ccc84c.bindTooltip(\n", + " poly_line_4b6645de5ce1343d8328cfa25c144c8b.bindTooltip(\n", " `<div>\n", " 173\n", " </div>`,\n", @@ -65278,13 +30321,13 @@ " );\n", " \n", " \n", - " var poly_line_4431fff7b4f134b789cd4589efd02ac3 = L.polyline(\n", + " var poly_line_51fca146d3ac0d8224cfcaef83d334c5 = L.polyline(\n", " [[37.366794, -121.996264], [37.36679, -121.995999]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4431fff7b4f134b789cd4589efd02ac3.bindTooltip(\n", + " poly_line_51fca146d3ac0d8224cfcaef83d334c5.bindTooltip(\n", " `<div>\n", " 174\n", " </div>`,\n", @@ -65292,13 +30335,13 @@ " );\n", " \n", " \n", - " var poly_line_a5f212e79a0c4a6e276ea5e8c0a5c88e = L.polyline(\n", + " var poly_line_0b717a0fa97d1fadf6ee5852706b310c = L.polyline(\n", " [[37.36679, -121.995999], [37.366788, -121.99588]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a5f212e79a0c4a6e276ea5e8c0a5c88e.bindTooltip(\n", + " poly_line_0b717a0fa97d1fadf6ee5852706b310c.bindTooltip(\n", " `<div>\n", " 175\n", " </div>`,\n", @@ -65306,13 +30349,13 @@ " );\n", " \n", " \n", - " var poly_line_9942494b2f9dc1d55cb732b23a025c18 = L.polyline(\n", + " var poly_line_9008e9a6ee4dc569e1eee9cc9de53f61 = L.polyline(\n", " [[37.366788, -121.99588], [37.366786, -121.995787]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9942494b2f9dc1d55cb732b23a025c18.bindTooltip(\n", + " poly_line_9008e9a6ee4dc569e1eee9cc9de53f61.bindTooltip(\n", " `<div>\n", " 176\n", " </div>`,\n", @@ -65320,13 +30363,13 @@ " );\n", " \n", " \n", - " var poly_line_349afc0ed22b83b0f6f44559cf4d2fb5 = L.polyline(\n", + " var poly_line_2905e6dbb5012f753b6b6047cadab6e5 = L.polyline(\n", " [[37.366786, -121.995787], [37.366843, -121.995466]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_349afc0ed22b83b0f6f44559cf4d2fb5.bindTooltip(\n", + " poly_line_2905e6dbb5012f753b6b6047cadab6e5.bindTooltip(\n", " `<div>\n", " 177\n", " </div>`,\n", @@ -65334,13 +30377,13 @@ " );\n", " \n", " \n", - " var poly_line_0e2bbf1b817d860f0c30b47e95cb9ec0 = L.polyline(\n", + " var poly_line_1399dce3a3d67e548d9c50379f16c130 = L.polyline(\n", " [[37.366843, -121.995466], [37.366845, -121.995405]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_0e2bbf1b817d860f0c30b47e95cb9ec0.bindTooltip(\n", + " poly_line_1399dce3a3d67e548d9c50379f16c130.bindTooltip(\n", " `<div>\n", " 178\n", " </div>`,\n", @@ -65348,13 +30391,13 @@ " );\n", " \n", " \n", - " var poly_line_e1c401d619d314a4471f87ee77d83015 = L.polyline(\n", + " var poly_line_661ec3f9dbc156246d676551192e94f2 = L.polyline(\n", " [[37.366845, -121.995405], [37.366848, -121.995294]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_e1c401d619d314a4471f87ee77d83015.bindTooltip(\n", + " poly_line_661ec3f9dbc156246d676551192e94f2.bindTooltip(\n", " `<div>\n", " 179\n", " </div>`,\n", @@ -65362,13 +30405,13 @@ " );\n", " \n", " \n", - " var poly_line_3069053947f99e332a85edb4940f96cf = L.polyline(\n", + " var poly_line_72824d74e12b58925f794fe655b22d2b = L.polyline(\n", " [[37.366848, -121.995294], [37.366851, -121.995174]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_3069053947f99e332a85edb4940f96cf.bindTooltip(\n", + " poly_line_72824d74e12b58925f794fe655b22d2b.bindTooltip(\n", " `<div>\n", " 180\n", " </div>`,\n", @@ -65376,13 +30419,13 @@ " );\n", " \n", " \n", - " var poly_line_1faa9beda9711725b22c52218fe4d887 = L.polyline(\n", + " var poly_line_a14590761b18e636135a85b4cf5d89f6 = L.polyline(\n", " [[37.366851, -121.995174], [37.366854, -121.99507]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_1faa9beda9711725b22c52218fe4d887.bindTooltip(\n", + " poly_line_a14590761b18e636135a85b4cf5d89f6.bindTooltip(\n", " `<div>\n", " 181\n", " </div>`,\n", @@ -65390,13 +30433,13 @@ " );\n", " \n", " \n", - " var poly_line_031ef6574a78f283549488b6a3e5b758 = L.polyline(\n", + " var poly_line_7e259c848e7d2d710ccb20a2617afd55 = L.polyline(\n", " [[37.366854, -121.99507], [37.366854, -121.995044]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_031ef6574a78f283549488b6a3e5b758.bindTooltip(\n", + " poly_line_7e259c848e7d2d710ccb20a2617afd55.bindTooltip(\n", " `<div>\n", " 182\n", " </div>`,\n", @@ -65404,13 +30447,13 @@ " );\n", " \n", " \n", - " var poly_line_683a62303e5cc2742ef8c574e6ea9c8d = L.polyline(\n", + " var poly_line_b798ba35abf940c42cee9e60a21d4ef6 = L.polyline(\n", " [[37.366854, -121.995044], [37.366856, -121.9949]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_683a62303e5cc2742ef8c574e6ea9c8d.bindTooltip(\n", + " poly_line_b798ba35abf940c42cee9e60a21d4ef6.bindTooltip(\n", " `<div>\n", " 183\n", " </div>`,\n", @@ -65418,13 +30461,13 @@ " );\n", " \n", " \n", - " var poly_line_a418449bd525d62e28fc99c427aa09ac = L.polyline(\n", + " var poly_line_ac138719d839f0564a12ebd4b1d68383 = L.polyline(\n", " [[37.366856, -121.9949], [37.366865, -121.994296]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_a418449bd525d62e28fc99c427aa09ac.bindTooltip(\n", + " poly_line_ac138719d839f0564a12ebd4b1d68383.bindTooltip(\n", " `<div>\n", " 184\n", " </div>`,\n", @@ -65432,13 +30475,13 @@ " );\n", " \n", " \n", - " var poly_line_4738d6d1d1324df32b2c3542b91456f2 = L.polyline(\n", + " var poly_line_f8dfb200bf4e41786db2c7f4ef8ca830 = L.polyline(\n", " [[37.366865, -121.994296], [37.366868, -121.993995]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_4738d6d1d1324df32b2c3542b91456f2.bindTooltip(\n", + " poly_line_f8dfb200bf4e41786db2c7f4ef8ca830.bindTooltip(\n", " `<div>\n", " 185\n", " </div>`,\n", @@ -65446,13 +30489,13 @@ " );\n", " \n", " \n", - " var poly_line_150c43dd84b549b456d9c9bbe345a1b3 = L.polyline(\n", + " var poly_line_ee7c2c85f5bd5841bdb438921d161a89 = L.polyline(\n", " [[37.366868, -121.993995], [37.36687, -121.993876]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_150c43dd84b549b456d9c9bbe345a1b3.bindTooltip(\n", + " poly_line_ee7c2c85f5bd5841bdb438921d161a89.bindTooltip(\n", " `<div>\n", " 186\n", " </div>`,\n", @@ -65460,13 +30503,13 @@ " );\n", " \n", " \n", - " var poly_line_c445c809d1290056c0b2d95953c65b8a = L.polyline(\n", + " var poly_line_59b8acf8dcca215c308c48d8d55e12d5 = L.polyline(\n", " [[37.36687, -121.993876], [37.366877, -121.99315]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_c445c809d1290056c0b2d95953c65b8a.bindTooltip(\n", + " poly_line_59b8acf8dcca215c308c48d8d55e12d5.bindTooltip(\n", " `<div>\n", " 187\n", " </div>`,\n", @@ -65474,13 +30517,13 @@ " );\n", " \n", " \n", - " var poly_line_9294d38809c968ca328243b38df286a4 = L.polyline(\n", + " var poly_line_3d94880a9aee1997e923344f9270b77c = L.polyline(\n", " [[37.366877, -121.99315], [37.366879, -121.992972]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9294d38809c968ca328243b38df286a4.bindTooltip(\n", + " poly_line_3d94880a9aee1997e923344f9270b77c.bindTooltip(\n", " `<div>\n", " 188\n", " </div>`,\n", @@ -65488,13 +30531,13 @@ " );\n", " \n", " \n", - " var poly_line_9630625e451653a4039f873ca22b3162 = L.polyline(\n", + " var poly_line_d015f97b768f9f299a25b5e1f03dabe1 = L.polyline(\n", " [[37.366879, -121.992972], [37.366722, -121.992975]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_9630625e451653a4039f873ca22b3162.bindTooltip(\n", + " poly_line_d015f97b768f9f299a25b5e1f03dabe1.bindTooltip(\n", " `<div>\n", " 189\n", " </div>`,\n", @@ -65502,13 +30545,13 @@ " );\n", " \n", " \n", - " var poly_line_d46c543455c16ebea75acc0b1ffbf15d = L.polyline(\n", + " var poly_line_e0fa1e356c211862547b1c49633e4055 = L.polyline(\n", " [[37.366722, -121.992975], [37.365826, -121.992557]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " poly_line_d46c543455c16ebea75acc0b1ffbf15d.bindTooltip(\n", + " poly_line_e0fa1e356c211862547b1c49633e4055.bindTooltip(\n", " `<div>\n", " 190\n", " </div>`,\n", @@ -65516,13 +30559,13 @@ " );\n", " \n", " \n", - " var circle_6d278ade34ae67644e62b1a01c0fb87c = L.circle(\n", + " var circle_dd040d9feed5b3e0ac5d17a8724301b8 = L.circle(\n", " [37.548739999999995, -122.27171],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_6d278ade34ae67644e62b1a01c0fb87c.bindTooltip(\n", + " circle_dd040d9feed5b3e0ac5d17a8724301b8.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -65530,13 +30573,13 @@ " );\n", " \n", " \n", - " var circle_0bcd23ff41a38c9b5beef0f041fe2837 = L.circle(\n", + " var circle_77f36767d5979c4e8d4b74baa144d88f = L.circle(\n", " [37.54807, -122.27381],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_0bcd23ff41a38c9b5beef0f041fe2837.bindTooltip(\n", + " circle_77f36767d5979c4e8d4b74baa144d88f.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -65544,13 +30587,13 @@ " );\n", " \n", " \n", - " var circle_ec72182a286f425489c33f85dd3be3aa = L.circle(\n", + " var circle_d2ab6c151db0ee7903f259c39e947614 = L.circle(\n", " [37.54838000000001, -122.27406],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_ec72182a286f425489c33f85dd3be3aa.bindTooltip(\n", + " circle_d2ab6c151db0ee7903f259c39e947614.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -65558,13 +30601,13 @@ " );\n", " \n", " \n", - " var circle_e584c24e913ad08c343b40431edfb4c1 = L.circle(\n", + " var circle_ca01ec605748739187954edff0d89117 = L.circle(\n", " [37.54977999999999, -122.27446],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_e584c24e913ad08c343b40431edfb4c1.bindTooltip(\n", + " circle_ca01ec605748739187954edff0d89117.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -65572,13 +30615,13 @@ " );\n", " \n", " \n", - " var circle_136738905a1fbd4d0ae12f91c4255451 = L.circle(\n", + " var circle_4a980c9867206c48820440cf42d58ac7 = L.circle(\n", " [37.55051, -122.27448000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_136738905a1fbd4d0ae12f91c4255451.bindTooltip(\n", + " circle_4a980c9867206c48820440cf42d58ac7.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -65586,13 +30629,13 @@ " );\n", " \n", " \n", - " var circle_d8996508ea5890c8f935a718802e1594 = L.circle(\n", + " var circle_e9b0d4d3dce4720df7109cd6585d69f9 = L.circle(\n", " [37.55196999999999, -122.27517000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_d8996508ea5890c8f935a718802e1594.bindTooltip(\n", + " circle_e9b0d4d3dce4720df7109cd6585d69f9.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -65600,13 +30643,13 @@ " );\n", " \n", " \n", - " var circle_a0a9003bf518e6d4e8ea14620f442309 = L.circle(\n", + " var circle_9e4020ee8a999f747d85af6def9af7c0 = L.circle(\n", " [37.55355, -122.27656000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_a0a9003bf518e6d4e8ea14620f442309.bindTooltip(\n", + " circle_9e4020ee8a999f747d85af6def9af7c0.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -65614,13 +30657,13 @@ " );\n", " \n", " \n", - " var circle_7644dd6200f6d2bb387b179b127d7638 = L.circle(\n", + " var circle_723bc1834689fe690fd7eb5d2157194d = L.circle(\n", " [37.55432, -122.27748999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_7644dd6200f6d2bb387b179b127d7638.bindTooltip(\n", + " circle_723bc1834689fe690fd7eb5d2157194d.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -65628,13 +30671,13 @@ " );\n", " \n", " \n", - " var circle_d036baa16d693fcdec5c00cbf5c33216 = L.circle(\n", + " var circle_4550447559beb6184941fc3c59533bf2 = L.circle(\n", " [37.55431, -122.27768000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_d036baa16d693fcdec5c00cbf5c33216.bindTooltip(\n", + " circle_4550447559beb6184941fc3c59533bf2.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -65642,13 +30685,13 @@ " );\n", " \n", " \n", - " var circle_e6b6efa949e9b68cdec0f6e6e039899b = L.circle(\n", + " var circle_fdbac05d83401e33b4cc019344e58c15 = L.circle(\n", " [37.553509999999996, -122.27891],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_e6b6efa949e9b68cdec0f6e6e039899b.bindTooltip(\n", + " circle_fdbac05d83401e33b4cc019344e58c15.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -65656,13 +30699,13 @@ " );\n", " \n", " \n", - " var circle_706d452726509822530be771bd189e41 = L.circle(\n", + " var circle_5294d7370c4f36a7311119be099745c3 = L.circle(\n", " [37.550169999999994, -122.28236],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_706d452726509822530be771bd189e41.bindTooltip(\n", + " circle_5294d7370c4f36a7311119be099745c3.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -65670,13 +30713,13 @@ " );\n", " \n", " \n", - " var circle_51256639eb9e4f3394703904dd852785 = L.circle(\n", + " var circle_8b45ac731b02c3fae49547d6bd2989db = L.circle(\n", " [37.54611999999999, -122.28538],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_51256639eb9e4f3394703904dd852785.bindTooltip(\n", + " circle_8b45ac731b02c3fae49547d6bd2989db.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -65684,13 +30727,13 @@ " );\n", " \n", " \n", - " var circle_aafc29adbc8f5460fcb6e0c52b8d2bd1 = L.circle(\n", + " var circle_cbd39f45a3b573bb7f8c4dbf3b8d6d94 = L.circle(\n", " [37.54425999999999, -122.28868999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_aafc29adbc8f5460fcb6e0c52b8d2bd1.bindTooltip(\n", + " circle_cbd39f45a3b573bb7f8c4dbf3b8d6d94.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -65698,13 +30741,13 @@ " );\n", " \n", " \n", - " var circle_1c634082964d8228fd6883314958335c = L.circle(\n", + " var circle_25398d40da9cbc17768e8dd714f1c76c = L.circle(\n", " [37.54421, -122.28901],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_1c634082964d8228fd6883314958335c.bindTooltip(\n", + " circle_25398d40da9cbc17768e8dd714f1c76c.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -65712,13 +30755,13 @@ " );\n", " \n", " \n", - " var circle_8197cc1ee5aa66a08f0f2696509e18ee = L.circle(\n", + " var circle_024a76a3b8182470cd29e23ca5c156b4 = L.circle(\n", " [37.54444, -122.28939000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_8197cc1ee5aa66a08f0f2696509e18ee.bindTooltip(\n", + " circle_024a76a3b8182470cd29e23ca5c156b4.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -65726,13 +30769,13 @@ " );\n", " \n", " \n", - " var circle_e32e2140af1678efdb72e8c4498c4d6c = L.circle(\n", + " var circle_24c625b138c59471b9e92a48456d6ffb = L.circle(\n", " [37.544830000000005, -122.28928],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_e32e2140af1678efdb72e8c4498c4d6c.bindTooltip(\n", + " circle_24c625b138c59471b9e92a48456d6ffb.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -65740,13 +30783,13 @@ " );\n", " \n", " \n", - " var circle_374757984a449f3354defb3348461d7b = L.circle(\n", + " var circle_fb26fd1254d2fefafc49cc13c48b9722 = L.circle(\n", " [37.54491, -122.28906999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_374757984a449f3354defb3348461d7b.bindTooltip(\n", + " circle_fb26fd1254d2fefafc49cc13c48b9722.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -65754,13 +30797,13 @@ " );\n", " \n", " \n", - " var circle_5edef8524c10645edc1769129c1a68df = L.circle(\n", + " var circle_2b5758f7afdd1b34018855938da83145 = L.circle(\n", " [37.54475, -122.28862],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_5edef8524c10645edc1769129c1a68df.bindTooltip(\n", + " circle_2b5758f7afdd1b34018855938da83145.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -65768,13 +30811,13 @@ " );\n", " \n", " \n", - " var circle_03b3b1f614eddb5697746b65435ef438 = L.circle(\n", + " var circle_2ed103fa8c6f0da6bc8624f1254f3d60 = L.circle(\n", " [37.54288, -122.28662999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_03b3b1f614eddb5697746b65435ef438.bindTooltip(\n", + " circle_2ed103fa8c6f0da6bc8624f1254f3d60.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -65782,13 +30825,13 @@ " );\n", " \n", " \n", - " var circle_42932340705a5a7a4136ce23a0f97567 = L.circle(\n", + " var circle_11b12e1c765d6f7e06023a068a7eab84 = L.circle(\n", " [37.53155999999999, -122.27608999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_42932340705a5a7a4136ce23a0f97567.bindTooltip(\n", + " circle_11b12e1c765d6f7e06023a068a7eab84.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -65796,13 +30839,13 @@ " );\n", " \n", " \n", - " var circle_a52915b77ae0fded0c36010386da9ac5 = L.circle(\n", + " var circle_8bea09453c15a8da5753ae8dbe62048b = L.circle(\n", " [37.52461999999999, -122.26843000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_a52915b77ae0fded0c36010386da9ac5.bindTooltip(\n", + " circle_8bea09453c15a8da5753ae8dbe62048b.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -65810,13 +30853,13 @@ " );\n", " \n", " \n", - " var circle_21f55ddacc1ca7a50fb8b65b1b489fbb = L.circle(\n", + " var circle_710075f874ac2ed6f0bfa3600112b70b = L.circle(\n", " [37.50392999999999, -122.24490999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_21f55ddacc1ca7a50fb8b65b1b489fbb.bindTooltip(\n", + " circle_710075f874ac2ed6f0bfa3600112b70b.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -65824,13 +30867,13 @@ " );\n", " \n", " \n", - " var circle_8d20fea94697ee3dec34408102a12e83 = L.circle(\n", + " var circle_0de8a156295c7b9ca7c99c9d625c47a0 = L.circle(\n", " [37.493900000000004, -122.22521999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_8d20fea94697ee3dec34408102a12e83.bindTooltip(\n", + " circle_0de8a156295c7b9ca7c99c9d625c47a0.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -65838,13 +30881,13 @@ " );\n", " \n", " \n", - " var circle_da530408e860fcc460fe17daa724a02e = L.circle(\n", + " var circle_6ac0cb280c1ebec2339caabbd49c3046 = L.circle(\n", " [37.491719999999994, -122.2199],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_da530408e860fcc460fe17daa724a02e.bindTooltip(\n", + " circle_6ac0cb280c1ebec2339caabbd49c3046.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -65852,13 +30895,13 @@ " );\n", " \n", " \n", - " var circle_9107296a3ab0778a215e69c526fea811 = L.circle(\n", + " var circle_5d5a46d1e00b98a315ac23bedfaaac0d = L.circle(\n", " [37.48792999999999, -122.20884999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_9107296a3ab0778a215e69c526fea811.bindTooltip(\n", + " circle_5d5a46d1e00b98a315ac23bedfaaac0d.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -65866,13 +30909,13 @@ " );\n", " \n", " \n", - " var circle_d346f1f92be45dfde0dbc428369321af = L.circle(\n", + " var circle_bc3d9666414c50a53acc7f174408e7e1 = L.circle(\n", " [37.48486, -122.18601000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_d346f1f92be45dfde0dbc428369321af.bindTooltip(\n", + " circle_bc3d9666414c50a53acc7f174408e7e1.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -65880,13 +30923,13 @@ " );\n", " \n", " \n", - " var circle_7dc653b11ad2798fee0dffe66c39b6c2 = L.circle(\n", + " var circle_454634aa279152129886af6828a6f6a4 = L.circle(\n", " [37.47511, -122.16593],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_7dc653b11ad2798fee0dffe66c39b6c2.bindTooltip(\n", + " circle_454634aa279152129886af6828a6f6a4.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -65894,13 +30937,13 @@ " );\n", " \n", " \n", - " var circle_f7d813f255724e4c6af8c6866469c51b = L.circle(\n", + " var circle_6a4401b57c4da6246e138c93f433881d = L.circle(\n", " [37.45315, -122.12851999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_f7d813f255724e4c6af8c6866469c51b.bindTooltip(\n", + " circle_6a4401b57c4da6246e138c93f433881d.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -65908,13 +30951,13 @@ " );\n", " \n", " \n", - " var circle_3d9a4ae53d795a7b4db3d44d878d186b = L.circle(\n", + " var circle_a530331cbcab2e17bea95708af834abe = L.circle(\n", " [37.43978, -122.11354000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_3d9a4ae53d795a7b4db3d44d878d186b.bindTooltip(\n", + " circle_a530331cbcab2e17bea95708af834abe.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -65922,13 +30965,13 @@ " );\n", " \n", " \n", - " var circle_a1e7e42c6c96fcfeda1d67af7f5c2a84 = L.circle(\n", + " var circle_4a402bcc9aa7e7145ceffd9ce9be7b65 = L.circle(\n", " [37.4325, -122.10591],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_a1e7e42c6c96fcfeda1d67af7f5c2a84.bindTooltip(\n", + " circle_4a402bcc9aa7e7145ceffd9ce9be7b65.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -65936,13 +30979,13 @@ " );\n", " \n", " \n", - " var circle_b004176292d7dc52563e051819a53ea4 = L.circle(\n", + " var circle_77f1a70e479b60d94aae47d86a53f5b7 = L.circle(\n", " [37.41908, -122.08992],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_b004176292d7dc52563e051819a53ea4.bindTooltip(\n", + " circle_77f1a70e479b60d94aae47d86a53f5b7.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -65950,13 +30993,13 @@ " );\n", " \n", " \n", - " var circle_9dd5d46d51d1bcbcf3321dc375be926a = L.circle(\n", + " var circle_4b378dcc1121e054949aaa8e95b9290c = L.circle(\n", " [37.41303, -122.081],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_9dd5d46d51d1bcbcf3321dc375be926a.bindTooltip(\n", + " circle_4b378dcc1121e054949aaa8e95b9290c.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -65964,13 +31007,13 @@ " );\n", " \n", " \n", - " var circle_deb2dc31bebd0768ee8dd45c1ad89a80 = L.circle(\n", + " var circle_45c32b1ba56723c9aa3fe3f135117063 = L.circle(\n", " [37.408809999999995, -122.07067999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_deb2dc31bebd0768ee8dd45c1ad89a80.bindTooltip(\n", + " circle_45c32b1ba56723c9aa3fe3f135117063.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -65978,13 +31021,13 @@ " );\n", " \n", " \n", - " var circle_fa02db6e038d1a70b0fd8a68a7aa759c = L.circle(\n", + " var circle_309c1504aea9589dd2454f150be43616 = L.circle(\n", " [37.40334, -122.04821000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_fa02db6e038d1a70b0fd8a68a7aa759c.bindTooltip(\n", + " circle_309c1504aea9589dd2454f150be43616.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -65992,13 +31035,13 @@ " );\n", " \n", " \n", - " var circle_1f3d748b9d575cf8853cba769616cccf = L.circle(\n", + " var circle_450a9d0c467c2d91695486a20d9fb4a3 = L.circle(\n", " [37.395889999999994, -122.01440999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_1f3d748b9d575cf8853cba769616cccf.bindTooltip(\n", + " circle_450a9d0c467c2d91695486a20d9fb4a3.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -66006,13 +31049,13 @@ " );\n", " \n", " \n", - " var circle_96b3a6121f841cb3db589f8765d7d19f = L.circle(\n", + " var circle_e65ca50ccc8dd46e52aa549ccf2bd47d = L.circle(\n", " [37.39124, -121.99763000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_96b3a6121f841cb3db589f8765d7d19f.bindTooltip(\n", + " circle_e65ca50ccc8dd46e52aa549ccf2bd47d.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -66020,13 +31063,13 @@ " );\n", " \n", " \n", - " var circle_420f74064b6bf1c505b7a24bf1646327 = L.circle(\n", + " var circle_513a5a0713cf88cb607c277415244bbb = L.circle(\n", " [37.38945999999999, -121.99611999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_420f74064b6bf1c505b7a24bf1646327.bindTooltip(\n", + " circle_513a5a0713cf88cb607c277415244bbb.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -66034,13 +31077,13 @@ " );\n", " \n", " \n", - " var circle_fcfd7ab5642ff206eaafce27e262f384 = L.circle(\n", + " var circle_cde5bf6847a48dc90463dc487e658f1c = L.circle(\n", " [37.388249999999985, -121.99599000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_fcfd7ab5642ff206eaafce27e262f384.bindTooltip(\n", + " circle_cde5bf6847a48dc90463dc487e658f1c.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -66048,13 +31091,13 @@ " );\n", " \n", " \n", - " var circle_627e0e7f07036461aa4a0819b41c2bf5 = L.circle(\n", + " var circle_933ab1bf753b8f68b9d5239e24a8697d = L.circle(\n", " [37.37422000000001, -121.99612999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_627e0e7f07036461aa4a0819b41c2bf5.bindTooltip(\n", + " circle_933ab1bf753b8f68b9d5239e24a8697d.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -66062,13 +31105,13 @@ " );\n", " \n", " \n", - " var circle_8a77016e94805f86a8927ca0ffa2cbc6 = L.circle(\n", + " var circle_a7464a811b95780b6045090e06c77bed = L.circle(\n", " [37.3733, -121.99630999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_8a77016e94805f86a8927ca0ffa2cbc6.bindTooltip(\n", + " circle_a7464a811b95780b6045090e06c77bed.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -66076,13 +31119,13 @@ " );\n", " \n", " \n", - " var circle_ab413ed7dc38f8d8ff640d8472cab55d = L.circle(\n", + " var circle_cf2ca54208562701152ff8c7f605a96d = L.circle(\n", " [37.36885, -121.99646999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_ab413ed7dc38f8d8ff640d8472cab55d.bindTooltip(\n", + " circle_cf2ca54208562701152ff8c7f605a96d.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -66090,13 +31133,13 @@ " );\n", " \n", " \n", - " var circle_2578a60a1156576499612f89dcce4429 = L.circle(\n", + " var circle_40055544280a98abc82d52fcac788e10 = L.circle(\n", " [37.36683, -121.99607],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_2578a60a1156576499612f89dcce4429.bindTooltip(\n", + " circle_40055544280a98abc82d52fcac788e10.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -66104,13 +31147,13 @@ " );\n", " \n", " \n", - " var circle_a5f965d63021aa39ed4539a4caec33bb = L.circle(\n", + " var circle_e3e64c79e70a511cb2679f020e8aea2e = L.circle(\n", " [37.36675, -121.99302],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_a5f965d63021aa39ed4539a4caec33bb.bindTooltip(\n", + " circle_e3e64c79e70a511cb2679f020e8aea2e.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -66118,13 +31161,13 @@ " );\n", " \n", " \n", - " var circle_d381096798230cd1779f84fef598b2dc = L.circle(\n", + " var circle_8e431d8762bff83c639a7284b48c243e = L.circle(\n", " [37.36582, -121.99257],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", " \n", - " circle_d381096798230cd1779f84fef598b2dc.bindTooltip(\n", + " circle_8e431d8762bff83c639a7284b48c243e.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -66132,19 +31175,19 @@ " );\n", " \n", " \n", - " var poly_line_4e3789fb7bc9a80fd212d4a44257b155 = L.polyline(\n", + " var poly_line_af194338980614b20853d821f88d28b3 = L.polyline(\n", " [[37.548739999999995, -122.27171], [37.54807, -122.27381], [37.54838000000001, -122.27406], [37.54977999999999, -122.27446], [37.55051, -122.27448000000001], [37.55196999999999, -122.27517000000002], [37.55355, -122.27656000000002], [37.55432, -122.27748999999997], [37.55431, -122.27768000000002], [37.553509999999996, -122.27891], [37.550169999999994, -122.28236], [37.54611999999999, -122.28538], [37.54425999999999, -122.28868999999999], [37.54421, -122.28901], [37.54444, -122.28939000000001], [37.544830000000005, -122.28928], [37.54491, -122.28906999999997], [37.54475, -122.28862], [37.54288, -122.28662999999999], [37.53155999999999, -122.27608999999998], [37.52461999999999, -122.26843000000001], [37.50392999999999, -122.24490999999998], [37.493900000000004, -122.22521999999998], [37.491719999999994, -122.2199], [37.48792999999999, -122.20884999999997], [37.48486, -122.18601000000001], [37.47511, -122.16593], [37.45315, -122.12851999999997], [37.43978, -122.11354000000001], [37.4325, -122.10591], [37.41908, -122.08992], [37.41303, -122.081], [37.408809999999995, -122.07067999999998], [37.40334, -122.04821000000001], [37.395889999999994, -122.01440999999997], [37.39124, -121.99763000000002], [37.38945999999999, -121.99611999999999], [37.388249999999985, -121.99599000000002], [37.37422000000001, -121.99612999999998], [37.3733, -121.99630999999998], [37.36885, -121.99646999999997], [37.36683, -121.99607], [37.36675, -121.99302], [37.36582, -121.99257]],\n", " {"bubblingMouseEvents": true, "color": "green", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "green", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_661a4b7a2bdc8abe23717faf93c1ef66);\n", + " ).addTo(map_9d1d3d58e0ac97124b51a54ace22623d);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 42, + "execution_count": 43, "metadata": {}, "output_type": "execute_result" } @@ -66155,7 +31198,7 @@ }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 44, "metadata": {}, "outputs": [ { @@ -66188,7 +31231,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_f4e08f3a3f1fb3ad045b7c7603a83feb {\n", + " #map_a3ff5f999f3314d72676c932f0ee7276 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -66202,14 +31245,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_f4e08f3a3f1fb3ad045b7c7603a83feb" ></div>\n", + " <div class="folium-map" id="map_a3ff5f999f3314d72676c932f0ee7276" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_f4e08f3a3f1fb3ad045b7c7603a83feb = L.map(\n", - " "map_f4e08f3a3f1fb3ad045b7c7603a83feb",\n", + " var map_a3ff5f999f3314d72676c932f0ee7276 = L.map(\n", + " "map_a3ff5f999f3314d72676c932f0ee7276",\n", " {\n", " center: [37.81285999999999, -122.36223000000001],\n", " crs: L.CRS.EPSG3857,\n", @@ -66223,22 +31266,22 @@ "\n", " \n", " \n", - " var tile_layer_87bfba8d8540e51261f5db12132d7d58 = L.tileLayer(\n", + " var tile_layer_9ee95397aa0f42da617e0d250b3b5ac7 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_87bfba8d8540e51261f5db12132d7d58.addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " tile_layer_9ee95397aa0f42da617e0d250b3b5ac7.addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " var circle_43e07f4ea7dc8a077e66085a3dccf40b = L.circle(\n", + " var circle_76284a21686722622d789392b62209a6 = L.circle(\n", " [37.78282, -122.46896],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_43e07f4ea7dc8a077e66085a3dccf40b.bindTooltip(\n", + " circle_76284a21686722622d789392b62209a6.bindTooltip(\n", " `<div>\n", " road_id: 254759919\n", "distance: 8.193495\n", @@ -66247,13 +31290,13 @@ " );\n", " \n", " \n", - " var circle_be0c96a3f9190325b0f6fad91eaabb5c = L.circle(\n", + " var circle_5b464b0f1b208e46792ab5d039109a73 = L.circle(\n", " [37.78285000000001, -122.46668],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_be0c96a3f9190325b0f6fad91eaabb5c.bindTooltip(\n", + " circle_5b464b0f1b208e46792ab5d039109a73.bindTooltip(\n", " `<div>\n", " road_id: 254759919\n", "distance: 0.041631\n", @@ -66262,13 +31305,13 @@ " );\n", " \n", " \n", - " var circle_87a2178a963d6e5d32ffd9f2bba6c0b0 = L.circle(\n", + " var circle_a9ff3e97e0e1c40333b9cfcc88dcbbcd = L.circle(\n", " [37.78089, -122.46642000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_87a2178a963d6e5d32ffd9f2bba6c0b0.bindTooltip(\n", + " circle_a9ff3e97e0e1c40333b9cfcc88dcbbcd.bindTooltip(\n", " `<div>\n", " road_id: 1255605065\n", "distance: 1.611785\n", @@ -66277,13 +31320,13 @@ " );\n", " \n", " \n", - " var circle_c99a038ee9cef4a7a8d3b17eeb363c94 = L.circle(\n", + " var circle_14d081bef6fa2c52f5212e5ef516654e = L.circle(\n", " [37.78124, -122.45636],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_c99a038ee9cef4a7a8d3b17eeb363c94.bindTooltip(\n", + " circle_14d081bef6fa2c52f5212e5ef516654e.bindTooltip(\n", " `<div>\n", " road_id: 396966245\n", "distance: 6.539197\n", @@ -66292,13 +31335,13 @@ " );\n", " \n", " \n", - " var circle_ee5ebd89fd823d3eae6774efb9bbf2b0 = L.circle(\n", + " var circle_5e995d7c8e4374d241c6a2695e098745 = L.circle(\n", " [37.77868, -122.45546999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_ee5ebd89fd823d3eae6774efb9bbf2b0.bindTooltip(\n", + " circle_5e995d7c8e4374d241c6a2695e098745.bindTooltip(\n", " `<div>\n", " road_id: 396967016\n", "distance: 3.440003\n", @@ -66307,13 +31350,13 @@ " );\n", " \n", " \n", - " var circle_3e9c5bc9eabf9554484fda7754e1d226 = L.circle(\n", + " var circle_8ea03443a0f1d4209a0143caa9e440ea = L.circle(\n", " [37.77139, -122.45395],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_3e9c5bc9eabf9554484fda7754e1d226.bindTooltip(\n", + " circle_8ea03443a0f1d4209a0143caa9e440ea.bindTooltip(\n", " `<div>\n", " road_id: 32928873\n", "distance: 0.080258\n", @@ -66322,13 +31365,13 @@ " );\n", " \n", " \n", - " var circle_9c1b83606f767a476187e85598533c63 = L.circle(\n", + " var circle_13f27611034c4c5f43a51d454da46af9 = L.circle(\n", " [37.77123999999999, -122.45232999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_9c1b83606f767a476187e85598533c63.bindTooltip(\n", + " circle_13f27611034c4c5f43a51d454da46af9.bindTooltip(\n", " `<div>\n", " road_id: 133733586\n", "distance: 2.145402\n", @@ -66337,13 +31380,13 @@ " );\n", " \n", " \n", - " var circle_774c2fc7fae11f95bb1acd53c522fc98 = L.circle(\n", + " var circle_7c7e75ea97055c075792b9923ece4a25 = L.circle(\n", " [37.77488, -122.42428],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_774c2fc7fae11f95bb1acd53c522fc98.bindTooltip(\n", + " circle_7c7e75ea97055c075792b9923ece4a25.bindTooltip(\n", " `<div>\n", " road_id: 204964546\n", "distance: 7.446015\n", @@ -66352,13 +31395,13 @@ " );\n", " \n", " \n", - " var circle_0927801419fd9da8938c5b86bd508ed9 = L.circle(\n", + " var circle_4829c32b41fe7a05099e1d5f092603f4 = L.circle(\n", " [37.77477, -122.42411000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_0927801419fd9da8938c5b86bd508ed9.bindTooltip(\n", + " circle_4829c32b41fe7a05099e1d5f092603f4.bindTooltip(\n", " `<div>\n", " road_id: 27167926\n", "distance: 7.742612\n", @@ -66367,13 +31410,13 @@ " );\n", " \n", " \n", - " var circle_e6c0c418262f62c9331979cbca16db3d = L.circle(\n", + " var circle_48decca87296c354b0ed8447cc471ec9 = L.circle(\n", " [37.77259999999999, -122.42371],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_e6c0c418262f62c9331979cbca16db3d.bindTooltip(\n", + " circle_48decca87296c354b0ed8447cc471ec9.bindTooltip(\n", " `<div>\n", " road_id: 86289465\n", "distance: 4.089863\n", @@ -66382,13 +31425,13 @@ " );\n", " \n", " \n", - " var circle_1438ce5faedcf9aff74ebb5042b6e6d6 = L.circle(\n", + " var circle_efa79cbf4080d2088d82c2427e3a7476 = L.circle(\n", " [37.7715, -122.4232],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_1438ce5faedcf9aff74ebb5042b6e6d6.bindTooltip(\n", + " circle_efa79cbf4080d2088d82c2427e3a7476.bindTooltip(\n", " `<div>\n", " road_id: 28596015\n", "distance: 1.505403\n", @@ -66397,13 +31440,13 @@ " );\n", " \n", " \n", - " var circle_67463ca7239b39a893466b2f008914da = L.circle(\n", + " var circle_5f118943d7abbab4185fa8c994f33c11 = L.circle(\n", " [37.77057, -122.42231999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_67463ca7239b39a893466b2f008914da.bindTooltip(\n", + " circle_5f118943d7abbab4185fa8c994f33c11.bindTooltip(\n", " `<div>\n", " road_id: 222603228\n", "distance: 0.321014\n", @@ -66412,13 +31455,13 @@ " );\n", " \n", " \n", - " var circle_8fd0e28b272e31cef579f9fac5c77ee7 = L.circle(\n", + " var circle_aae82b75f35f189aa6c1fb056c5f8e03 = L.circle(\n", " [37.77026, -122.42175000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_8fd0e28b272e31cef579f9fac5c77ee7.bindTooltip(\n", + " circle_aae82b75f35f189aa6c1fb056c5f8e03.bindTooltip(\n", " `<div>\n", " road_id: 222603229\n", "distance: 2.501287\n", @@ -66427,13 +31470,13 @@ " );\n", " \n", " \n", - " var circle_52df5621cbc94f55a9583e58cba108dc = L.circle(\n", + " var circle_216a44e85b1cdac65865c0b6958ef572 = L.circle(\n", " [37.76987, -122.41872],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_52df5621cbc94f55a9583e58cba108dc.bindTooltip(\n", + " circle_216a44e85b1cdac65865c0b6958ef572.bindTooltip(\n", " `<div>\n", " road_id: 222603229\n", "distance: 2.375184\n", @@ -66442,13 +31485,13 @@ " );\n", " \n", " \n", - " var circle_30e49a6c56b75b396110131ae3f6d3ad = L.circle(\n", + " var circle_bae485eae0c148bfd36c52fe1bb63e51 = L.circle(\n", " [37.76886999999999, -122.40696000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_30e49a6c56b75b396110131ae3f6d3ad.bindTooltip(\n", + " circle_bae485eae0c148bfd36c52fe1bb63e51.bindTooltip(\n", " `<div>\n", " road_id: 765856754\n", "distance: 0.74289\n", @@ -66457,13 +31500,13 @@ " );\n", " \n", " \n", - " var circle_64dbe1a0332b6874a57463b56ce89ad9 = L.circle(\n", + " var circle_95b8dd702b624abd063a59c8b64cd114 = L.circle(\n", " [37.76908, -122.40584999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_64dbe1a0332b6874a57463b56ce89ad9.bindTooltip(\n", + " circle_95b8dd702b624abd063a59c8b64cd114.bindTooltip(\n", " `<div>\n", " road_id: 765856754\n", "distance: 2.134818\n", @@ -66472,13 +31515,13 @@ " );\n", " \n", " \n", - " var circle_184e5ccf20ba5d5f14e7e3e95f37e77f = L.circle(\n", + " var circle_3b576efc4cb5b15f4ed3983d9afd3e4e = L.circle(\n", " [37.76941999999999, -122.40553999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_184e5ccf20ba5d5f14e7e3e95f37e77f.bindTooltip(\n", + " circle_3b576efc4cb5b15f4ed3983d9afd3e4e.bindTooltip(\n", " `<div>\n", " road_id: 765856754\n", "distance: 3.101523\n", @@ -66487,13 +31530,13 @@ " );\n", " \n", " \n", - " var circle_6f1b6b5d09caecdb2a09e3b676224526 = L.circle(\n", + " var circle_d4bad0bb9b00e516f17c4e47d6709389 = L.circle(\n", " [37.77015, -122.40547999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_6f1b6b5d09caecdb2a09e3b676224526.bindTooltip(\n", + " circle_d4bad0bb9b00e516f17c4e47d6709389.bindTooltip(\n", " `<div>\n", " road_id: 765856754\n", "distance: 3.211408\n", @@ -66502,13 +31545,13 @@ " );\n", " \n", " \n", - " var circle_d9c982a0420d4ee977a6618d367798be = L.circle(\n", + " var circle_d5bbdf115d334dd1bbe07abdc985621e = L.circle(\n", " [37.77479, -122.40598],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_d9c982a0420d4ee977a6618d367798be.bindTooltip(\n", + " circle_d5bbdf115d334dd1bbe07abdc985621e.bindTooltip(\n", " `<div>\n", " road_id: 123741454\n", "distance: 6.008764\n", @@ -66517,13 +31560,13 @@ " );\n", " \n", " \n", - " var circle_9303c03ec9d792611c5f99400f51dfc0 = L.circle(\n", + " var circle_d161fbf2360ca6e8a6ed698a0f3e7643 = L.circle(\n", " [37.775079999999996, -122.40575999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_9303c03ec9d792611c5f99400f51dfc0.bindTooltip(\n", + " circle_d161fbf2360ca6e8a6ed698a0f3e7643.bindTooltip(\n", " `<div>\n", " road_id: 123741454\n", "distance: 5.488198\n", @@ -66532,13 +31575,13 @@ " );\n", " \n", " \n", - " var circle_c42064b06975516371a03ace75ea4789 = L.circle(\n", + " var circle_b62b6b12d012b5b306d4009a2667f656 = L.circle(\n", " [37.77806, -122.40129999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_c42064b06975516371a03ace75ea4789.bindTooltip(\n", + " circle_b62b6b12d012b5b306d4009a2667f656.bindTooltip(\n", " `<div>\n", " road_id: 859701761\n", "distance: 4.208156\n", @@ -66547,13 +31590,13 @@ " );\n", " \n", " \n", - " var circle_32eaa4552c434266dcccfb2f51b916b6 = L.circle(\n", + " var circle_bca667ab132f49de8e3b5f246af98401 = L.circle(\n", " [37.784649999999985, -122.39303999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_32eaa4552c434266dcccfb2f51b916b6.bindTooltip(\n", + " circle_bca667ab132f49de8e3b5f246af98401.bindTooltip(\n", " `<div>\n", " road_id: 839972870\n", "distance: 2.697013\n", @@ -66562,13 +31605,13 @@ " );\n", " \n", " \n", - " var circle_c152780fcb625966b598feeb0a1b8739 = L.circle(\n", + " var circle_17d30f401b9c6c156e295f39aac8d44c = L.circle(\n", " [37.78656, -122.38977999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_c152780fcb625966b598feeb0a1b8739.bindTooltip(\n", + " circle_17d30f401b9c6c156e295f39aac8d44c.bindTooltip(\n", " `<div>\n", " road_id: 661905446\n", "distance: 33.562339\n", @@ -66577,13 +31620,13 @@ " );\n", " \n", " \n", - " var circle_0bb4577477dd9b5fe3c144326b1dbbf1 = L.circle(\n", + " var circle_cd95d137e7f78c31b7ba355ada5efad4 = L.circle(\n", " [37.78794, -122.38879999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_0bb4577477dd9b5fe3c144326b1dbbf1.bindTooltip(\n", + " circle_cd95d137e7f78c31b7ba355ada5efad4.bindTooltip(\n", " `<div>\n", " road_id: 661905446\n", "distance: 0.356551\n", @@ -66592,13 +31635,13 @@ " );\n", " \n", " \n", - " var circle_0a4a3eecd7d0f18c1e13638ab4bd4626 = L.circle(\n", + " var circle_537109e9fe98608ccd56248d63c5c8a1 = L.circle(\n", " [37.81285999999999, -122.36223000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_0a4a3eecd7d0f18c1e13638ab4bd4626.bindTooltip(\n", + " circle_537109e9fe98608ccd56248d63c5c8a1.bindTooltip(\n", " `<div>\n", " road_id: 237731428\n", "distance: 12.39095\n", @@ -66607,13 +31650,13 @@ " );\n", " \n", " \n", - " var circle_29b19825b26eee52a432b2fa51f1b778 = L.circle(\n", + " var circle_f301afff0e31f165ec8ea660878c2e99 = L.circle(\n", " [37.816919999999996, -122.35521000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_29b19825b26eee52a432b2fa51f1b778.bindTooltip(\n", + " circle_f301afff0e31f165ec8ea660878c2e99.bindTooltip(\n", " `<div>\n", " road_id: 237731428\n", "distance: 0.186995\n", @@ -66622,13 +31665,13 @@ " );\n", " \n", " \n", - " var circle_21d5a42e1dc63df5fcdd8088e83978cb = L.circle(\n", + " var circle_ee5e1975fcef7421ec94a795fa5b8351 = L.circle(\n", " [37.81938, -122.34603999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_21d5a42e1dc63df5fcdd8088e83978cb.bindTooltip(\n", + " circle_ee5e1975fcef7421ec94a795fa5b8351.bindTooltip(\n", " `<div>\n", " road_id: 237731428\n", "distance: 2.292581\n", @@ -66637,13 +31680,13 @@ " );\n", " \n", " \n", - " var circle_8d3c99e9d20f261accd1d2be32a41d22 = L.circle(\n", + " var circle_d9ed9feb093ca3035b0d4af705d131d5 = L.circle(\n", " [37.8217, -122.32912],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_8d3c99e9d20f261accd1d2be32a41d22.bindTooltip(\n", + " circle_d9ed9feb093ca3035b0d4af705d131d5.bindTooltip(\n", " `<div>\n", " road_id: 237731428\n", "distance: 1.30155\n", @@ -66652,13 +31695,13 @@ " );\n", " \n", " \n", - " var circle_4a9662c1f1e4d9924d1538929e1bb7c8 = L.circle(\n", + " var circle_188c585e0c205873bb24d4760112b95f = L.circle(\n", " [37.82278, -122.31957],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_4a9662c1f1e4d9924d1538929e1bb7c8.bindTooltip(\n", + " circle_188c585e0c205873bb24d4760112b95f.bindTooltip(\n", " `<div>\n", " road_id: 236348363\n", "distance: 2.725951\n", @@ -66667,13 +31710,13 @@ " );\n", " \n", " \n", - " var circle_cb26e6e974309c7c034d1f1a121b2814 = L.circle(\n", + " var circle_42851ddf3513ac64f949695acd2e19da = L.circle(\n", " [37.826139999999995, -122.29927000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_cb26e6e974309c7c034d1f1a121b2814.bindTooltip(\n", + " circle_42851ddf3513ac64f949695acd2e19da.bindTooltip(\n", " `<div>\n", " road_id: 123741579\n", "distance: 2.433423\n", @@ -66682,13 +31725,13 @@ " );\n", " \n", " \n", - " var circle_6054202d5e6cccb06907107cf09f03ff = L.circle(\n", + " var circle_d637600b8b20cdcd3cada22d250826f1 = L.circle(\n", " [37.82679, -122.29120000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_6054202d5e6cccb06907107cf09f03ff.bindTooltip(\n", + " circle_d637600b8b20cdcd3cada22d250826f1.bindTooltip(\n", " `<div>\n", " road_id: 11197882\n", "distance: 2.7081\n", @@ -66697,13 +31740,13 @@ " );\n", " \n", " \n", - " var circle_64e6b5dba41bc4499fb991ec4927fd33 = L.circle(\n", + " var circle_69290ad8da8abd694aa3639e24d0a255 = L.circle(\n", " [37.82722999999999, -122.28257999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_64e6b5dba41bc4499fb991ec4927fd33.bindTooltip(\n", + " circle_69290ad8da8abd694aa3639e24d0a255.bindTooltip(\n", " `<div>\n", " road_id: 28411002\n", "distance: 8.231236\n", @@ -66712,13 +31755,13 @@ " );\n", " \n", " \n", - " var circle_45747e56613876e135b1cf24aa4800e1 = L.circle(\n", + " var circle_7ce52851bb0cae639ba82051d2111ec5 = L.circle(\n", " [37.82519, -122.27352],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_45747e56613876e135b1cf24aa4800e1.bindTooltip(\n", + " circle_7ce52851bb0cae639ba82051d2111ec5.bindTooltip(\n", " `<div>\n", " road_id: 45382925\n", "distance: 5.944386\n", @@ -66727,13 +31770,13 @@ " );\n", " \n", " \n", - " var circle_0700d427e1a5809c4ed3c58e8304a935 = L.circle(\n", + " var circle_698a5fa7a3c2d8e27bee680c7b73c201 = L.circle(\n", " [37.825320000000005, -122.26779999999998],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_0700d427e1a5809c4ed3c58e8304a935.bindTooltip(\n", + " circle_698a5fa7a3c2d8e27bee680c7b73c201.bindTooltip(\n", " `<div>\n", " road_id: 126733924\n", "distance: 0.110143\n", @@ -66742,13 +31785,13 @@ " );\n", " \n", " \n", - " var circle_16bf28f735b12fbde783e6078dd80c29 = L.circle(\n", + " var circle_9e2d65181b333758452a5e47feace56d = L.circle(\n", " [37.825889999999994, -122.26737000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_16bf28f735b12fbde783e6078dd80c29.bindTooltip(\n", + " circle_9e2d65181b333758452a5e47feace56d.bindTooltip(\n", " `<div>\n", " road_id: 126733924\n", "distance: 1.245275\n", @@ -66757,13 +31800,13 @@ " );\n", " \n", " \n", - " var circle_22679dd6161f7c97d123ef0ae1b89010 = L.circle(\n", + " var circle_3e1ff044516e9974070d422708b8c894 = L.circle(\n", " [37.83059, -122.26616000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_22679dd6161f7c97d123ef0ae1b89010.bindTooltip(\n", + " circle_3e1ff044516e9974070d422708b8c894.bindTooltip(\n", " `<div>\n", " road_id: 10717568\n", "distance: 0.04147\n", @@ -66772,13 +31815,13 @@ " );\n", " \n", " \n", - " var circle_a3d895dd0feb1337c577cd5a526b4355 = L.circle(\n", + " var circle_3b11f0a18c2e589e64df9cd607a97da9 = L.circle(\n", " [37.83529, -122.26567999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_a3d895dd0feb1337c577cd5a526b4355.bindTooltip(\n", + " circle_3b11f0a18c2e589e64df9cd607a97da9.bindTooltip(\n", " `<div>\n", " road_id: 10718521\n", "distance: 25.426604\n", @@ -66787,13 +31830,13 @@ " );\n", " \n", " \n", - " var circle_4e1350c5ad25732cba68cdd84a34da0c = L.circle(\n", + " var circle_a2a1bcf522a998f602c994ca791723ce = L.circle(\n", " [37.83671999999999, -122.26806000000002],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_4e1350c5ad25732cba68cdd84a34da0c.bindTooltip(\n", + " circle_a2a1bcf522a998f602c994ca791723ce.bindTooltip(\n", " `<div>\n", " road_id: 778612461\n", "distance: 3.869363\n", @@ -66802,13 +31845,13 @@ " );\n", " \n", " \n", - " var circle_2bcbd34b925942a757cbe78633f4d494 = L.circle(\n", + " var circle_eeb45adb8240f18f5632934c24091b5a = L.circle(\n", " [37.838429999999995, -122.26928999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_2bcbd34b925942a757cbe78633f4d494.bindTooltip(\n", + " circle_eeb45adb8240f18f5632934c24091b5a.bindTooltip(\n", " `<div>\n", " road_id: 416168773\n", "distance: 10.340389\n", @@ -66817,13 +31860,13 @@ " );\n", " \n", " \n", - " var circle_1aa9b8692fb7727efafa18d530b9a775 = L.circle(\n", + " var circle_59d3ef64355d8482b579c1d71a6ee17d = L.circle(\n", " [37.8434, -122.27040000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_1aa9b8692fb7727efafa18d530b9a775.bindTooltip(\n", + " circle_59d3ef64355d8482b579c1d71a6ee17d.bindTooltip(\n", " `<div>\n", " road_id: 653922778\n", "distance: 3.616441\n", @@ -66832,13 +31875,13 @@ " );\n", " \n", " \n", - " var circle_2ff51f4f084acc88062a8b1d28601d36 = L.circle(\n", + " var circle_ad0340947c4f5132c503c4cc3e25047b = L.circle(\n", " [37.8438, -122.27095999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_2ff51f4f084acc88062a8b1d28601d36.bindTooltip(\n", + " circle_ad0340947c4f5132c503c4cc3e25047b.bindTooltip(\n", " `<div>\n", " road_id: 570681622\n", "distance: 14.020256\n", @@ -66847,13 +31890,13 @@ " );\n", " \n", " \n", - " var circle_8b4bad0e6f68062012908d82e776be40 = L.circle(\n", + " var circle_d61d2b56d67bae98d45bc6645edbbe92 = L.circle(\n", " [37.84845, -122.27146999999997],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_8b4bad0e6f68062012908d82e776be40.bindTooltip(\n", + " circle_d61d2b56d67bae98d45bc6645edbbe92.bindTooltip(\n", " `<div>\n", " road_id: 416111316\n", "distance: 1.84265\n", @@ -66862,13 +31905,13 @@ " );\n", " \n", " \n", - " var circle_3ebd9502337cb340ea0512e4c47be9c8 = L.circle(\n", + " var circle_75f34f2641f5401398152c675f0bf740 = L.circle(\n", " [37.85119, -122.27058000000001],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_3ebd9502337cb340ea0512e4c47be9c8.bindTooltip(\n", + " circle_75f34f2641f5401398152c675f0bf740.bindTooltip(\n", " `<div>\n", " road_id: 196739917\n", "distance: 8.157582\n", @@ -66877,13 +31920,13 @@ " );\n", " \n", " \n", - " var circle_9a86d9765fd090dfef9959b2d491af5d = L.circle(\n", + " var circle_6c36d2df205746500d3e230ec6b58baf = L.circle(\n", " [37.85354000000001, -122.26948],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_9a86d9765fd090dfef9959b2d491af5d.bindTooltip(\n", + " circle_6c36d2df205746500d3e230ec6b58baf.bindTooltip(\n", " `<div>\n", " road_id: 196739917\n", "distance: 3.931402\n", @@ -66892,13 +31935,13 @@ " );\n", " \n", " \n", - " var circle_34591abbc7c6f368118a724d7aeacf63 = L.circle(\n", + " var circle_ebc855444f314007ecb5f6a9a679ae18 = L.circle(\n", " [37.85815, -122.26769],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_34591abbc7c6f368118a724d7aeacf63.bindTooltip(\n", + " circle_ebc855444f314007ecb5f6a9a679ae18.bindTooltip(\n", " `<div>\n", " road_id: 202317699\n", "distance: 0.11949\n", @@ -66907,13 +31950,13 @@ " );\n", " \n", " \n", - " var circle_ecc4494dedee8991c3087b26362d5332 = L.circle(\n", + " var circle_8f471e27b572b94db71d6003b73a971d = L.circle(\n", " [37.85852, -122.2674],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_ecc4494dedee8991c3087b26362d5332.bindTooltip(\n", + " circle_8f471e27b572b94db71d6003b73a971d.bindTooltip(\n", " `<div>\n", " road_id: 1000720853\n", "distance: 5.310993\n", @@ -66922,13 +31965,13 @@ " );\n", " \n", " \n", - " var circle_5341a7c1c1be059fc2e6b22ef290d310 = L.circle(\n", + " var circle_ff69f43fcc96c0e1217473e30294ea94 = L.circle(\n", " [37.8588, -122.26415],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_5341a7c1c1be059fc2e6b22ef290d310.bindTooltip(\n", + " circle_ff69f43fcc96c0e1217473e30294ea94.bindTooltip(\n", " `<div>\n", " road_id: 164659511\n", "distance: 5.086081\n", @@ -66937,13 +31980,13 @@ " );\n", " \n", " \n", - " var circle_332686baeac7304c85ad49cf789210d7 = L.circle(\n", + " var circle_9dcfd7c888bb0195e1394aac1669725d = L.circle(\n", " [37.85961, -122.26428999999999],\n", " {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " circle_332686baeac7304c85ad49cf789210d7.bindTooltip(\n", + " circle_9dcfd7c888bb0195e1394aac1669725d.bindTooltip(\n", " `<div>\n", " road_id: 1263115265\n", "distance: 0.358422\n", @@ -66952,13 +31995,13 @@ " );\n", " \n", " \n", - " var poly_line_e56b0ea4ea42344149d4a387385bbe7a = L.polyline(\n", + " var poly_line_62fdd1280088774b62c54a2d60ae4f31 = L.polyline(\n", " [[37.782746, -122.468954], [37.782757, -122.468718]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_e56b0ea4ea42344149d4a387385bbe7a.bindTooltip(\n", + " poly_line_62fdd1280088774b62c54a2d60ae4f31.bindTooltip(\n", " `<div>\n", " 254759919\n", " </div>`,\n", @@ -66966,13 +32009,13 @@ " );\n", " \n", " \n", - " var poly_line_e140f46db239bbc601e21639ec5a4408 = L.polyline(\n", + " var poly_line_593a7f424eb3fa9b77ea88d46c404d19 = L.polyline(\n", " [[37.780992, -122.466446], [37.78087, -122.466437]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_e140f46db239bbc601e21639ec5a4408.bindTooltip(\n", + " poly_line_593a7f424eb3fa9b77ea88d46c404d19.bindTooltip(\n", " `<div>\n", " 1255605065\n", " </div>`,\n", @@ -66980,13 +32023,13 @@ " );\n", " \n", " \n", - " var poly_line_898fefd9d0d2d5ca709e6b6f54140ac0 = L.polyline(\n", + " var poly_line_334a1ebd83c5cb4d8e5846b1772c0545 = L.polyline(\n", " [[37.78133, -122.456309], [37.78078, -122.45619]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_898fefd9d0d2d5ca709e6b6f54140ac0.bindTooltip(\n", + " poly_line_334a1ebd83c5cb4d8e5846b1772c0545.bindTooltip(\n", " `<div>\n", " 396966245\n", " </div>`,\n", @@ -66994,13 +32037,13 @@ " );\n", " \n", " \n", - " var poly_line_ad1618f3106b538446d157a8ea459a75 = L.polyline(\n", + " var poly_line_1c6ed44a17a5df7fe60d2fbadeb36f7d = L.polyline(\n", " [[37.778824, -122.45546], [37.777952, -122.455279]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_ad1618f3106b538446d157a8ea459a75.bindTooltip(\n", + " poly_line_1c6ed44a17a5df7fe60d2fbadeb36f7d.bindTooltip(\n", " `<div>\n", " 396967016\n", " </div>`,\n", @@ -67008,13 +32051,13 @@ " );\n", " \n", " \n", - " var poly_line_dbb2c8b2ea2c42d1754d862e4795ee8b = L.polyline(\n", + " var poly_line_96f49e8db72b1980d5f7432aec92ccea = L.polyline(\n", " [[37.771352, -122.454054], [37.771396, -122.453931]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_dbb2c8b2ea2c42d1754d862e4795ee8b.bindTooltip(\n", + " poly_line_96f49e8db72b1980d5f7432aec92ccea.bindTooltip(\n", " `<div>\n", " 32928873\n", " </div>`,\n", @@ -67022,13 +32065,13 @@ " );\n", " \n", " \n", - " var poly_line_592d77932337eb4b4a9423a76182c4f0 = L.polyline(\n", + " var poly_line_8c67bb8f8007317ef992ef4bf01562e1 = L.polyline(\n", " [[37.77126, -122.452358], [37.771258, -122.452263]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_592d77932337eb4b4a9423a76182c4f0.bindTooltip(\n", + " poly_line_8c67bb8f8007317ef992ef4bf01562e1.bindTooltip(\n", " `<div>\n", " 133733586\n", " </div>`,\n", @@ -67036,13 +32079,13 @@ " );\n", " \n", " \n", - " var poly_line_f75b340d4a1954e955fb1130af4e7324 = L.polyline(\n", + " var poly_line_8ba2da554b3d8336729408899d19e60e = L.polyline(\n", " [[37.774808, -122.424308], [37.774821, -122.42421]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_f75b340d4a1954e955fb1130af4e7324.bindTooltip(\n", + " poly_line_8ba2da554b3d8336729408899d19e60e.bindTooltip(\n", " `<div>\n", " 204964546\n", " </div>`,\n", @@ -67050,13 +32093,13 @@ " );\n", " \n", " \n", - " var poly_line_58e6da1248bdafca1488cdc5613b6a54 = L.polyline(\n", + " var poly_line_6ddca335615952491f750bf97cb9a10e = L.polyline(\n", " [[37.774821, -122.42421], [37.773889, -122.424022]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_58e6da1248bdafca1488cdc5613b6a54.bindTooltip(\n", + " poly_line_6ddca335615952491f750bf97cb9a10e.bindTooltip(\n", " `<div>\n", " 27167926\n", " </div>`,\n", @@ -67064,13 +32107,13 @@ " );\n", " \n", " \n", - " var poly_line_9c3cd0283eb35b50b2cfdec76a2fb198 = L.polyline(\n", + " var poly_line_c19fbce760ceb4c11343147a755269f6 = L.polyline(\n", " [[37.772957, -122.423832], [37.771998, -122.423535]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_9c3cd0283eb35b50b2cfdec76a2fb198.bindTooltip(\n", + " poly_line_c19fbce760ceb4c11343147a755269f6.bindTooltip(\n", " `<div>\n", " 86289465\n", " </div>`,\n", @@ -67078,13 +32121,13 @@ " );\n", " \n", " \n", - " var poly_line_54c11ddb0650b4f425bd8ec128a794e3 = L.polyline(\n", + " var poly_line_5e74fcd7c7867ffc675cebc0816e1586 = L.polyline(\n", " [[37.77173, -122.423365], [37.771154, -122.422981]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_54c11ddb0650b4f425bd8ec128a794e3.bindTooltip(\n", + " poly_line_5e74fcd7c7867ffc675cebc0816e1586.bindTooltip(\n", " `<div>\n", " 28596015\n", " </div>`,\n", @@ -67092,13 +32135,13 @@ " );\n", " \n", " \n", - " var poly_line_9e8f8fecda02d302f25d0de05561266a = L.polyline(\n", + " var poly_line_9af8c68fb4b04bfdaafa3db5125f8954 = L.polyline(\n", " [[37.771154, -122.422981], [37.770526, -122.422245]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_9e8f8fecda02d302f25d0de05561266a.bindTooltip(\n", + " poly_line_9af8c68fb4b04bfdaafa3db5125f8954.bindTooltip(\n", " `<div>\n", " 222603228\n", " </div>`,\n", @@ -67106,13 +32149,13 @@ " );\n", " \n", " \n", - " var poly_line_662578de4b95c3231517a5ff1170f2f3 = L.polyline(\n", + " var poly_line_6037baad7e11795a80995741edae2a7a = L.polyline(\n", " [[37.770526, -122.422245], [37.769585, -122.416413]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_662578de4b95c3231517a5ff1170f2f3.bindTooltip(\n", + " poly_line_6037baad7e11795a80995741edae2a7a.bindTooltip(\n", " `<div>\n", " 222603229\n", " </div>`,\n", @@ -67120,13 +32163,13 @@ " );\n", " \n", " \n", - " var poly_line_c3516f3ae4a289eb502a6e23d2bd488d = L.polyline(\n", + " var poly_line_ca7e6356c47aef708676be20717eecb5 = L.polyline(\n", " [[37.768881, -122.407603], [37.771392, -122.406081]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_c3516f3ae4a289eb502a6e23d2bd488d.bindTooltip(\n", + " poly_line_ca7e6356c47aef708676be20717eecb5.bindTooltip(\n", " `<div>\n", " 765856754\n", " </div>`,\n", @@ -67134,13 +32177,13 @@ " );\n", " \n", " \n", - " var poly_line_0c8b0bd70fce19feb760a8e8868bac33 = L.polyline(\n", + " var poly_line_0608474ad3e87b6e31f5a71bddd4c6c2 = L.polyline(\n", " [[37.772665, -122.40657], [37.776381, -122.404336]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_0c8b0bd70fce19feb760a8e8868bac33.bindTooltip(\n", + " poly_line_0608474ad3e87b6e31f5a71bddd4c6c2.bindTooltip(\n", " `<div>\n", " 123741454\n", " </div>`,\n", @@ -67148,13 +32191,13 @@ " );\n", " \n", " \n", - " var poly_line_14969b48db63c9c3886126eed1a2665b = L.polyline(\n", + " var poly_line_284f2556f7e23dfa876b3355566882b0 = L.polyline(\n", " [[37.777839, -122.401613], [37.778246, -122.400917]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_14969b48db63c9c3886126eed1a2665b.bindTooltip(\n", + " poly_line_284f2556f7e23dfa876b3355566882b0.bindTooltip(\n", " `<div>\n", " 859701761\n", " </div>`,\n", @@ -67162,13 +32205,13 @@ " );\n", " \n", " \n", - " var poly_line_209cebe9257c0bebf66eca5d33b2dbb1 = L.polyline(\n", + " var poly_line_447f21c4663607b6753e71f7b3b62744 = L.polyline(\n", " [[37.784144, -122.393795], [37.784844, -122.392784]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_209cebe9257c0bebf66eca5d33b2dbb1.bindTooltip(\n", + " poly_line_447f21c4663607b6753e71f7b3b62744.bindTooltip(\n", " `<div>\n", " 839972870\n", " </div>`,\n", @@ -67176,13 +32219,13 @@ " );\n", " \n", " \n", - " var poly_line_c1b54f2eb50d8c827b1d827121e9f94a = L.polyline(\n", + " var poly_line_f2d871129852d131dc9b54a0288392a6 = L.polyline(\n", " [[37.786478, -122.390371], [37.808058, -122.367261]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_c1b54f2eb50d8c827b1d827121e9f94a.bindTooltip(\n", + " poly_line_f2d871129852d131dc9b54a0288392a6.bindTooltip(\n", " `<div>\n", " 661905446\n", " </div>`,\n", @@ -67190,13 +32233,13 @@ " );\n", " \n", " \n", - " var poly_line_e2caa0294fa3357e8e340d6bbd210199 = L.polyline(\n", + " var poly_line_602cb676bcf752e2f93817405144ac16 = L.polyline(\n", " [[37.811317, -122.363787], [37.813201, -122.361562]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_e2caa0294fa3357e8e340d6bbd210199.bindTooltip(\n", + " poly_line_602cb676bcf752e2f93817405144ac16.bindTooltip(\n", " `<div>\n", " 237731428\n", " </div>`,\n", @@ -67204,13 +32247,13 @@ " );\n", " \n", " \n", - " var poly_line_01f42d4be6a79ceb2d6c7bea05b78828 = L.polyline(\n", + " var poly_line_b1350f3f5fd2fcb39f11fa9baa430d76 = L.polyline(\n", " [[37.822776, -122.319737], [37.823061, -122.31811]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_01f42d4be6a79ceb2d6c7bea05b78828.bindTooltip(\n", + " poly_line_b1350f3f5fd2fcb39f11fa9baa430d76.bindTooltip(\n", " `<div>\n", " 236348363\n", " </div>`,\n", @@ -67218,13 +32261,13 @@ " );\n", " \n", " \n", - " var poly_line_daec02f39491d322a98674d27e38a951 = L.polyline(\n", + " var poly_line_636a97c13e76b0b4c364e14f26875344 = L.polyline(\n", " [[37.825157, -122.30467], [37.826332, -122.298475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_daec02f39491d322a98674d27e38a951.bindTooltip(\n", + " poly_line_636a97c13e76b0b4c364e14f26875344.bindTooltip(\n", " `<div>\n", " 123741579\n", " </div>`,\n", @@ -67232,13 +32275,13 @@ " );\n", " \n", " \n", - " var poly_line_e2527ed83472e0749108c7b397e3067c = L.polyline(\n", + " var poly_line_0e8edddcb682461681454caa7d724357 = L.polyline(\n", " [[37.826522, -122.297597], [37.826728, -122.290967]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_e2527ed83472e0749108c7b397e3067c.bindTooltip(\n", + " poly_line_0e8edddcb682461681454caa7d724357.bindTooltip(\n", " `<div>\n", " 11197882\n", " </div>`,\n", @@ -67246,13 +32289,13 @@ " );\n", " \n", " \n", - " var poly_line_ae26c5b089c7302d15f8f079e586585e = L.polyline(\n", + " var poly_line_d28d5f97f7f26366df1e90fa68000a64 = L.polyline(\n", " [[37.827012, -122.28437], [37.827285, -122.281534]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_ae26c5b089c7302d15f8f079e586585e.bindTooltip(\n", + " poly_line_d28d5f97f7f26366df1e90fa68000a64.bindTooltip(\n", " `<div>\n", " 28411002\n", " </div>`,\n", @@ -67260,13 +32303,13 @@ " );\n", " \n", " \n", - " var poly_line_7a910b232f1979faf9d0071319f3accb = L.polyline(\n", + " var poly_line_59ad24004d612620639376b21eddc960 = L.polyline(\n", " [[37.825647, -122.275003], [37.82511, -122.273013]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_7a910b232f1979faf9d0071319f3accb.bindTooltip(\n", + " poly_line_59ad24004d612620639376b21eddc960.bindTooltip(\n", " `<div>\n", " 45382925\n", " </div>`,\n", @@ -67274,13 +32317,13 @@ " );\n", " \n", " \n", - " var poly_line_c3a1434824e2da30231e5cfae7601537 = L.polyline(\n", + " var poly_line_5a847d39084cd6f48deb295cd7110a5f = L.polyline(\n", " [[37.825259, -122.267854], [37.827065, -122.266937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_c3a1434824e2da30231e5cfae7601537.bindTooltip(\n", + " poly_line_5a847d39084cd6f48deb295cd7110a5f.bindTooltip(\n", " `<div>\n", " 126733924\n", " </div>`,\n", @@ -67288,13 +32331,13 @@ " );\n", " \n", " \n", - " var poly_line_2ed4fa04571e78d07166c80d2b9faf68 = L.polyline(\n", + " var poly_line_89d639f8203c1d7802ab7d14421416af = L.polyline(\n", " [[37.829723, -122.266403], [37.831012, -122.266041]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_2ed4fa04571e78d07166c80d2b9faf68.bindTooltip(\n", + " poly_line_89d639f8203c1d7802ab7d14421416af.bindTooltip(\n", " `<div>\n", " 10717568\n", " </div>`,\n", @@ -67302,13 +32345,13 @@ " );\n", " \n", " \n", - " var poly_line_508029c48116ee9a605896432ac4d701 = L.polyline(\n", + " var poly_line_267b2c2df6718d22dddb0e882d9bb5e5 = L.polyline(\n", " [[37.834781, -122.265554], [37.835956, -122.267322]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_508029c48116ee9a605896432ac4d701.bindTooltip(\n", + " poly_line_267b2c2df6718d22dddb0e882d9bb5e5.bindTooltip(\n", " `<div>\n", " 10718521\n", " </div>`,\n", @@ -67316,13 +32359,13 @@ " );\n", " \n", " \n", - " var poly_line_8f19214bd5e66f9537d3e237f718a139 = L.polyline(\n", + " var poly_line_47e9a74c9ae9139e284ff0742eb9e8a0 = L.polyline(\n", " [[37.836701, -122.267993], [37.83704, -122.268272]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_8f19214bd5e66f9537d3e237f718a139.bindTooltip(\n", + " poly_line_47e9a74c9ae9139e284ff0742eb9e8a0.bindTooltip(\n", " `<div>\n", " 778612461\n", " </div>`,\n", @@ -67330,13 +32373,13 @@ " );\n", " \n", " \n", - " var poly_line_4275e8b48e99071dcc69fd513ee7e7d3 = L.polyline(\n", + " var poly_line_76642b5f6d2afa17f48f3ffadb3d19fe = L.polyline(\n", " [[37.838057, -122.268978], [37.838927, -122.269362]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_4275e8b48e99071dcc69fd513ee7e7d3.bindTooltip(\n", + " poly_line_76642b5f6d2afa17f48f3ffadb3d19fe.bindTooltip(\n", " `<div>\n", " 416168773\n", " </div>`,\n", @@ -67344,13 +32387,13 @@ " );\n", " \n", " \n", - " var poly_line_1a4d42fe5f38cae4cb6717f4e19234c7 = L.polyline(\n", + " var poly_line_a1e6552d78fe58d084f38ec594300360 = L.polyline(\n", " [[37.843438, -122.270349], [37.843414, -122.270592]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_1a4d42fe5f38cae4cb6717f4e19234c7.bindTooltip(\n", + " poly_line_a1e6552d78fe58d084f38ec594300360.bindTooltip(\n", " `<div>\n", " 653922778\n", " </div>`,\n", @@ -67358,13 +32401,13 @@ " );\n", " \n", " \n", - " var poly_line_134ff2ad7924e492387a049155b4a579 = L.polyline(\n", + " var poly_line_0bccea89fa3e3d58c31f77e726a5d13b = L.polyline(\n", " [[37.843397, -122.270777], [37.843714, -122.270842]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_134ff2ad7924e492387a049155b4a579.bindTooltip(\n", + " poly_line_0bccea89fa3e3d58c31f77e726a5d13b.bindTooltip(\n", " `<div>\n", " 570681622\n", " </div>`,\n", @@ -67372,13 +32415,13 @@ " );\n", " \n", " \n", - " var poly_line_6dffaa6f918863743c7a5ac6dea4527f = L.polyline(\n", + " var poly_line_094324a1b18928fe67e2b6a21ce2c22f = L.polyline(\n", " [[37.848318, -122.271475], [37.848673, -122.271378]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_6dffaa6f918863743c7a5ac6dea4527f.bindTooltip(\n", + " poly_line_094324a1b18928fe67e2b6a21ce2c22f.bindTooltip(\n", " `<div>\n", " 416111316\n", " </div>`,\n", @@ -67386,13 +32429,13 @@ " );\n", " \n", " \n", - " var poly_line_a9f9159e759af60925f1bbb7a43fb48f = L.polyline(\n", + " var poly_line_ea53909450f842934c7d1871962424fb = L.polyline(\n", " [[37.85104, -122.270583], [37.851201, -122.270453]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_a9f9159e759af60925f1bbb7a43fb48f.bindTooltip(\n", + " poly_line_ea53909450f842934c7d1871962424fb.bindTooltip(\n", " `<div>\n", " 196739917\n", " </div>`,\n", @@ -67400,13 +32443,13 @@ " );\n", " \n", " \n", - " var poly_line_58a475c5cc32ef0e6be1c06c6dd49291 = L.polyline(\n", + " var poly_line_665110d718dcf99c4d707378d94d413c = L.polyline(\n", " [[37.857841, -122.26781], [37.858368, -122.267608]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_58a475c5cc32ef0e6be1c06c6dd49291.bindTooltip(\n", + " poly_line_665110d718dcf99c4d707378d94d413c.bindTooltip(\n", " `<div>\n", " 202317699\n", " </div>`,\n", @@ -67414,13 +32457,13 @@ " );\n", " \n", " \n", - " var poly_line_0835da3d9061fd622cb2df7edd4f404f = L.polyline(\n", + " var poly_line_08da449ff344f721175f83ec1d996308 = L.polyline(\n", " [[37.858464, -122.267448], [37.858521, -122.267016]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_0835da3d9061fd622cb2df7edd4f404f.bindTooltip(\n", + " poly_line_08da449ff344f721175f83ec1d996308.bindTooltip(\n", " `<div>\n", " 1000720853\n", " </div>`,\n", @@ -67428,13 +32471,13 @@ " );\n", " \n", " \n", - " var poly_line_d43f3fe20aabbf92ad6393506fddf0b1 = L.polyline(\n", + " var poly_line_3378f11d18912c46aa78dae8589cd40e = L.polyline(\n", " [[37.858868, -122.264195], [37.858846, -122.264135]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_d43f3fe20aabbf92ad6393506fddf0b1.bindTooltip(\n", + " poly_line_3378f11d18912c46aa78dae8589cd40e.bindTooltip(\n", " `<div>\n", " 164659511\n", " </div>`,\n", @@ -67442,13 +32485,13 @@ " );\n", " \n", " \n", - " var poly_line_66a202759c152352a8aae8c100b2fed7 = L.polyline(\n", + " var poly_line_23e8c402d7838bae0919762dd6bd2f23 = L.polyline(\n", " [[37.859575, -122.264287], [37.859609, -122.264294]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_f4e08f3a3f1fb3ad045b7c7603a83feb);\n", + " ).addTo(map_a3ff5f999f3314d72676c932f0ee7276);\n", " \n", " \n", - " poly_line_66a202759c152352a8aae8c100b2fed7.bindTooltip(\n", + " poly_line_23e8c402d7838bae0919762dd6bd2f23.bindTooltip(\n", " `<div>\n", " 1263115265\n", " </div>`,\n", @@ -67459,10 +32502,10 @@ "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 43, + "execution_count": 44, "metadata": {}, "output_type": "execute_result" } @@ -67473,7 +32516,7 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": 45, "metadata": {}, "outputs": [ { @@ -67506,7 +32549,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_36ff554ffc63b0414704417d3158d500 {\n", + " #map_304c3484eda8da49d17357d5509862c1 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -67520,14 +32563,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_36ff554ffc63b0414704417d3158d500" ></div>\n", + " <div class="folium-map" id="map_304c3484eda8da49d17357d5509862c1" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_36ff554ffc63b0414704417d3158d500 = L.map(\n", - " "map_36ff554ffc63b0414704417d3158d500",\n", + " var map_304c3484eda8da49d17357d5509862c1 = L.map(\n", + " "map_304c3484eda8da49d17357d5509862c1",\n", " {\n", " center: [37.771392, -122.406081],\n", " crs: L.CRS.EPSG3857,\n", @@ -67541,22 +32584,22 @@ "\n", " \n", " \n", - " var tile_layer_2d29850c059b65d4317491d28ec4e0b7 = L.tileLayer(\n", + " var tile_layer_ee78305e20b42a72b9e11842e198036b = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_2d29850c059b65d4317491d28ec4e0b7.addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " tile_layer_ee78305e20b42a72b9e11842e198036b.addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " var poly_line_6cfbd1a6940b092b76da4118ec9d969d = L.polyline(\n", + " var poly_line_d0d4a8ffa9c469a7fa88ecedd2bf24a1 = L.polyline(\n", " [[37.782746, -122.468954], [37.782757, -122.468718]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6cfbd1a6940b092b76da4118ec9d969d.bindTooltip(\n", + " poly_line_d0d4a8ffa9c469a7fa88ecedd2bf24a1.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -67564,13 +32607,13 @@ " );\n", " \n", " \n", - " var poly_line_8d99efc7b650e35df1bd9a25ab368094 = L.polyline(\n", + " var poly_line_74da8f9f97fd6d4191870483d3a1b318 = L.polyline(\n", " [[37.782757, -122.468718], [37.782805, -122.467652]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8d99efc7b650e35df1bd9a25ab368094.bindTooltip(\n", + " poly_line_74da8f9f97fd6d4191870483d3a1b318.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -67578,13 +32621,13 @@ " );\n", " \n", " \n", - " var poly_line_19d174606522374405cf4ab00214971e = L.polyline(\n", + " var poly_line_2a9086c93af850268446665cdf493b30 = L.polyline(\n", " [[37.782805, -122.467652], [37.782854, -122.46658]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_19d174606522374405cf4ab00214971e.bindTooltip(\n", + " poly_line_2a9086c93af850268446665cdf493b30.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -67592,13 +32635,13 @@ " );\n", " \n", " \n", - " var poly_line_21887ec966bcea13132863e10bcbb972 = L.polyline(\n", + " var poly_line_6da8e20a5198a18edfd8918bab803d32 = L.polyline(\n", " [[37.782854, -122.46658], [37.782359, -122.466544]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_21887ec966bcea13132863e10bcbb972.bindTooltip(\n", + " poly_line_6da8e20a5198a18edfd8918bab803d32.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -67606,13 +32649,13 @@ " );\n", " \n", " \n", - " var poly_line_d82cd674daec7b55fcb07e9562dda27f = L.polyline(\n", + " var poly_line_71d249853646c6d6485fa02ff61bdf6d = L.polyline(\n", " [[37.782359, -122.466544], [37.782045, -122.466522]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d82cd674daec7b55fcb07e9562dda27f.bindTooltip(\n", + " poly_line_71d249853646c6d6485fa02ff61bdf6d.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -67620,13 +32663,13 @@ " );\n", " \n", " \n", - " var poly_line_4d3746c5a5121a60edc8f1b91c53f5b4 = L.polyline(\n", + " var poly_line_4f0a9ce9043478fba8e00e27fd05f208 = L.polyline(\n", " [[37.782045, -122.466522], [37.781678, -122.466495]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4d3746c5a5121a60edc8f1b91c53f5b4.bindTooltip(\n", + " poly_line_4f0a9ce9043478fba8e00e27fd05f208.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -67634,13 +32677,13 @@ " );\n", " \n", " \n", - " var poly_line_af7466250221bd96c04a3e9d58eb286d = L.polyline(\n", + " var poly_line_0aaaaf78a10c53e7e043a2898a58fcf7 = L.polyline(\n", " [[37.781678, -122.466495], [37.780992, -122.466446]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_af7466250221bd96c04a3e9d58eb286d.bindTooltip(\n", + " poly_line_0aaaaf78a10c53e7e043a2898a58fcf7.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -67648,13 +32691,13 @@ " );\n", " \n", " \n", - " var poly_line_950976e050564656543c283b699b6a44 = L.polyline(\n", + " var poly_line_0af62ae574d9b51f6ae3ca3ad27710a0 = L.polyline(\n", " [[37.780992, -122.466446], [37.78087, -122.466437]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_950976e050564656543c283b699b6a44.bindTooltip(\n", + " poly_line_0af62ae574d9b51f6ae3ca3ad27710a0.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -67662,13 +32705,13 @@ " );\n", " \n", " \n", - " var poly_line_48814423b183fcdc568d855534cd2e6d = L.polyline(\n", + " var poly_line_32c03edf2853a2b34bcb7cf920417009 = L.polyline(\n", " [[37.78087, -122.466437], [37.780902, -122.465792]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_48814423b183fcdc568d855534cd2e6d.bindTooltip(\n", + " poly_line_32c03edf2853a2b34bcb7cf920417009.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -67676,13 +32719,13 @@ " );\n", " \n", " \n", - " var poly_line_37c17eb5a3f08472979c14ce9a8877d0 = L.polyline(\n", + " var poly_line_25c85acb264c9d406988a39608e197be = L.polyline(\n", " [[37.780902, -122.465792], [37.780919, -122.465365]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_37c17eb5a3f08472979c14ce9a8877d0.bindTooltip(\n", + " poly_line_25c85acb264c9d406988a39608e197be.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -67690,13 +32733,13 @@ " );\n", " \n", " \n", - " var poly_line_e46f36c3c9165ddee111d1e206624eef = L.polyline(\n", + " var poly_line_7434e7531eb764d91a9197a46e17482c = L.polyline(\n", " [[37.780919, -122.465365], [37.780967, -122.464295]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e46f36c3c9165ddee111d1e206624eef.bindTooltip(\n", + " poly_line_7434e7531eb764d91a9197a46e17482c.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -67704,13 +32747,13 @@ " );\n", " \n", " \n", - " var poly_line_83e95926327de79729d4ac00ba778252 = L.polyline(\n", + " var poly_line_f3da794069e9a025056edfb7d78abaa1 = L.polyline(\n", " [[37.780967, -122.464295], [37.781016, -122.463227]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_83e95926327de79729d4ac00ba778252.bindTooltip(\n", + " poly_line_f3da794069e9a025056edfb7d78abaa1.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -67718,13 +32761,13 @@ " );\n", " \n", " \n", - " var poly_line_5752df642f796228eca3314553fb2a7d = L.polyline(\n", + " var poly_line_fe6a016ddfa18f218f569bc576187265 = L.polyline(\n", " [[37.781016, -122.463227], [37.781051, -122.462489]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5752df642f796228eca3314553fb2a7d.bindTooltip(\n", + " poly_line_fe6a016ddfa18f218f569bc576187265.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -67732,13 +32775,13 @@ " );\n", " \n", " \n", - " var poly_line_7dd7bb8e14da1867c5d2375ab10ad01c = L.polyline(\n", + " var poly_line_d6a90eecac295449767f6d842e3f0157 = L.polyline(\n", " [[37.781051, -122.462489], [37.781064, -122.462154]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7dd7bb8e14da1867c5d2375ab10ad01c.bindTooltip(\n", + " poly_line_d6a90eecac295449767f6d842e3f0157.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -67746,13 +32789,13 @@ " );\n", " \n", " \n", - " var poly_line_55284583c907966240b0f8aaa20bd67c = L.polyline(\n", + " var poly_line_8449cc883eb3595b10a2b4751c544b62 = L.polyline(\n", " [[37.781064, -122.462154], [37.781082, -122.46175]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_55284583c907966240b0f8aaa20bd67c.bindTooltip(\n", + " poly_line_8449cc883eb3595b10a2b4751c544b62.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -67760,13 +32803,13 @@ " );\n", " \n", " \n", - " var poly_line_bef4ace170068bfb909d02f247ce341d = L.polyline(\n", + " var poly_line_bac747b03061f90ed318724824de49f3 = L.polyline(\n", " [[37.781082, -122.46175], [37.781096, -122.461426]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bef4ace170068bfb909d02f247ce341d.bindTooltip(\n", + " poly_line_bac747b03061f90ed318724824de49f3.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -67774,13 +32817,13 @@ " );\n", " \n", " \n", - " var poly_line_aa284589a88685eb95b37ce747033b2b = L.polyline(\n", + " var poly_line_b39ca2021fa088f90768500994468a01 = L.polyline(\n", " [[37.781096, -122.461426], [37.7811, -122.461363]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aa284589a88685eb95b37ce747033b2b.bindTooltip(\n", + " poly_line_b39ca2021fa088f90768500994468a01.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -67788,13 +32831,13 @@ " );\n", " \n", " \n", - " var poly_line_77acaadb9283e62acde8e792a66425de = L.polyline(\n", + " var poly_line_d18c7081e76ab7dc4821748a0a5b656b = L.polyline(\n", " [[37.7811, -122.461363], [37.781113, -122.461081]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_77acaadb9283e62acde8e792a66425de.bindTooltip(\n", + " poly_line_d18c7081e76ab7dc4821748a0a5b656b.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -67802,13 +32845,13 @@ " );\n", " \n", " \n", - " var poly_line_06dd9a5935232e6766ad129fe75db546 = L.polyline(\n", + " var poly_line_fffc9719ab3f42c4df8cbf3d3d0689a5 = L.polyline(\n", " [[37.781113, -122.461081], [37.781133, -122.460653]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_06dd9a5935232e6766ad129fe75db546.bindTooltip(\n", + " poly_line_fffc9719ab3f42c4df8cbf3d3d0689a5.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -67816,13 +32859,13 @@ " );\n", " \n", " \n", - " var poly_line_81673eb1ab74e36db8e2fb0decb81eef = L.polyline(\n", + " var poly_line_f5beef1229137703d1ba10be912ab1a7 = L.polyline(\n", " [[37.781133, -122.460653], [37.781162, -122.46001]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_81673eb1ab74e36db8e2fb0decb81eef.bindTooltip(\n", + " poly_line_f5beef1229137703d1ba10be912ab1a7.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -67830,13 +32873,13 @@ " );\n", " \n", " \n", - " var poly_line_c4e17ca4b4c620cb5354a497dea4ef19 = L.polyline(\n", + " var poly_line_b1913e34353e5b09992b44c6b2a272cc = L.polyline(\n", " [[37.781162, -122.46001], [37.781206, -122.459029]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c4e17ca4b4c620cb5354a497dea4ef19.bindTooltip(\n", + " poly_line_b1913e34353e5b09992b44c6b2a272cc.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -67844,13 +32887,13 @@ " );\n", " \n", " \n", - " var poly_line_28064f48ffc9abec78a42d83657cd202 = L.polyline(\n", + " var poly_line_385d5dfc949ebd38ca9ba046d14447bb = L.polyline(\n", " [[37.781206, -122.459029], [37.781212, -122.45889]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_28064f48ffc9abec78a42d83657cd202.bindTooltip(\n", + " poly_line_385d5dfc949ebd38ca9ba046d14447bb.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -67858,13 +32901,13 @@ " );\n", " \n", " \n", - " var poly_line_a074eaabf46c6ae87ad53d01249284f8 = L.polyline(\n", + " var poly_line_aba8f786a1823daa7dd05d6415451cb6 = L.polyline(\n", " [[37.781212, -122.45889], [37.78122, -122.458729]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a074eaabf46c6ae87ad53d01249284f8.bindTooltip(\n", + " poly_line_aba8f786a1823daa7dd05d6415451cb6.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -67872,13 +32915,13 @@ " );\n", " \n", " \n", - " var poly_line_dbae0197ed0c281b89b3df91f4cc441b = L.polyline(\n", + " var poly_line_f4718eb0102938f838f08eaf1dace97a = L.polyline(\n", " [[37.78122, -122.458729], [37.781224, -122.458638]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dbae0197ed0c281b89b3df91f4cc441b.bindTooltip(\n", + " poly_line_f4718eb0102938f838f08eaf1dace97a.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -67886,13 +32929,13 @@ " );\n", " \n", " \n", - " var poly_line_0e3b4fb674bd58b1a5cf0075610b212b = L.polyline(\n", + " var poly_line_fad286098d106a939c4af6a4b31e63c8 = L.polyline(\n", " [[37.781224, -122.458638], [37.781232, -122.458455]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0e3b4fb674bd58b1a5cf0075610b212b.bindTooltip(\n", + " poly_line_fad286098d106a939c4af6a4b31e63c8.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -67900,13 +32943,13 @@ " );\n", " \n", " \n", - " var poly_line_23f44db13850ce07607163731d7811ae = L.polyline(\n", + " var poly_line_187b3c15670581172805f1d7d8b05411 = L.polyline(\n", " [[37.781232, -122.458455], [37.781246, -122.458153]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_23f44db13850ce07607163731d7811ae.bindTooltip(\n", + " poly_line_187b3c15670581172805f1d7d8b05411.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -67914,13 +32957,13 @@ " );\n", " \n", " \n", - " var poly_line_4caf30b68637c62d1171cc1516632767 = L.polyline(\n", + " var poly_line_0965f5bebbbd4c4058fa74d39d3d23eb = L.polyline(\n", " [[37.781246, -122.458153], [37.781264, -122.457748]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4caf30b68637c62d1171cc1516632767.bindTooltip(\n", + " poly_line_0965f5bebbbd4c4058fa74d39d3d23eb.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -67928,13 +32971,13 @@ " );\n", " \n", " \n", - " var poly_line_ec2f2642cfaa2874cbbdb423141e6cfc = L.polyline(\n", + " var poly_line_aff5256093327be71b5283041ba11c16 = L.polyline(\n", " [[37.781264, -122.457748], [37.78133, -122.456309]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ec2f2642cfaa2874cbbdb423141e6cfc.bindTooltip(\n", + " poly_line_aff5256093327be71b5283041ba11c16.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -67942,13 +32985,13 @@ " );\n", " \n", " \n", - " var poly_line_ff436e991ca91715be6dab4b55f92a05 = L.polyline(\n", + " var poly_line_12f7727538ff6b0386e38abe1788a277 = L.polyline(\n", " [[37.78133, -122.456309], [37.78078, -122.45619]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ff436e991ca91715be6dab4b55f92a05.bindTooltip(\n", + " poly_line_12f7727538ff6b0386e38abe1788a277.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -67956,13 +32999,13 @@ " );\n", " \n", " \n", - " var poly_line_08fae09b40d170b5ffc415a5f6762392 = L.polyline(\n", + " var poly_line_d5fbb1da077d1503ea3792b5f3aaf1ec = L.polyline(\n", " [[37.78078, -122.45619], [37.780663, -122.456167]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_08fae09b40d170b5ffc415a5f6762392.bindTooltip(\n", + " poly_line_d5fbb1da077d1503ea3792b5f3aaf1ec.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -67970,13 +33013,13 @@ " );\n", " \n", " \n", - " var poly_line_26adfea961f72adba2026fb7c04aaaca = L.polyline(\n", + " var poly_line_a8199ada45017dab38211cf89de9127f = L.polyline(\n", " [[37.780663, -122.456167], [37.780299, -122.456093]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_26adfea961f72adba2026fb7c04aaaca.bindTooltip(\n", + " poly_line_a8199ada45017dab38211cf89de9127f.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -67984,13 +33027,13 @@ " );\n", " \n", " \n", - " var poly_line_ad7fb9480a741f0971c8c8517c576284 = L.polyline(\n", + " var poly_line_13ef61edadb7d2c75ce993066712d777 = L.polyline(\n", " [[37.780299, -122.456093], [37.780206, -122.456056]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ad7fb9480a741f0971c8c8517c576284.bindTooltip(\n", + " poly_line_13ef61edadb7d2c75ce993066712d777.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -67998,13 +33041,13 @@ " );\n", " \n", " \n", - " var poly_line_9dc99e8fd1244aeda372e29af84e600f = L.polyline(\n", + " var poly_line_a86ac493068ade7cf228004580a15516 = L.polyline(\n", " [[37.780206, -122.456056], [37.780179, -122.45604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9dc99e8fd1244aeda372e29af84e600f.bindTooltip(\n", + " poly_line_a86ac493068ade7cf228004580a15516.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -68012,13 +33055,13 @@ " );\n", " \n", " \n", - " var poly_line_4843514ecaea472a6c9d0385870380b8 = L.polyline(\n", + " var poly_line_d7033d31ea2d291c0fa2c5a5c6433f63 = L.polyline(\n", " [[37.780179, -122.45604], [37.779946, -122.455859]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4843514ecaea472a6c9d0385870380b8.bindTooltip(\n", + " poly_line_d7033d31ea2d291c0fa2c5a5c6433f63.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -68026,13 +33069,13 @@ " );\n", " \n", " \n", - " var poly_line_0a31e50d182950e0bb6392c938b529a1 = L.polyline(\n", + " var poly_line_7dfd28a510d46af1ab67cd6cce0d98d0 = L.polyline(\n", " [[37.779946, -122.455859], [37.779667, -122.455664]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0a31e50d182950e0bb6392c938b529a1.bindTooltip(\n", + " poly_line_7dfd28a510d46af1ab67cd6cce0d98d0.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -68040,13 +33083,13 @@ " );\n", " \n", " \n", - " var poly_line_865a07f996e126fa5eb5226cdb58b938 = L.polyline(\n", + " var poly_line_10db66063733b754edc5ddb25dce584e = L.polyline(\n", " [[37.779667, -122.455664], [37.779614, -122.455642]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_865a07f996e126fa5eb5226cdb58b938.bindTooltip(\n", + " poly_line_10db66063733b754edc5ddb25dce584e.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -68054,13 +33097,13 @@ " );\n", " \n", " \n", - " var poly_line_70c5e1a848d2b22a887e1652d1da3ee1 = L.polyline(\n", + " var poly_line_ce56f6d26eb692c1b1f8d64a0a4361c1 = L.polyline(\n", " [[37.779614, -122.455642], [37.779505, -122.455604]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_70c5e1a848d2b22a887e1652d1da3ee1.bindTooltip(\n", + " poly_line_ce56f6d26eb692c1b1f8d64a0a4361c1.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -68068,13 +33111,13 @@ " );\n", " \n", " \n", - " var poly_line_f2a42b3299ed243ada068f25388a4d43 = L.polyline(\n", + " var poly_line_9ee61c4c0083fe2ebdd93b4c161109e4 = L.polyline(\n", " [[37.779505, -122.455604], [37.778824, -122.45546]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f2a42b3299ed243ada068f25388a4d43.bindTooltip(\n", + " poly_line_9ee61c4c0083fe2ebdd93b4c161109e4.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -68082,13 +33125,13 @@ " );\n", " \n", " \n", - " var poly_line_b968f085b8d32d279a62c3c55a53b810 = L.polyline(\n", + " var poly_line_90be08b9a2e0a2274e2e08dede886920 = L.polyline(\n", " [[37.778824, -122.45546], [37.777952, -122.455279]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b968f085b8d32d279a62c3c55a53b810.bindTooltip(\n", + " poly_line_90be08b9a2e0a2274e2e08dede886920.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -68096,13 +33139,13 @@ " );\n", " \n", " \n", - " var poly_line_a7191311fae67a572966119bd4843db9 = L.polyline(\n", + " var poly_line_44e2b0640c60790f015a65075bbfab53 = L.polyline(\n", " [[37.777952, -122.455279], [37.777607, -122.455236]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a7191311fae67a572966119bd4843db9.bindTooltip(\n", + " poly_line_44e2b0640c60790f015a65075bbfab53.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -68110,13 +33153,13 @@ " );\n", " \n", " \n", - " var poly_line_3454ed2dc4f32afcee9d9512d52a07b3 = L.polyline(\n", + " var poly_line_278d08c57f0a8ba5b80feb1f96faa2bf = L.polyline(\n", " [[37.777607, -122.455236], [37.777037, -122.455145]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3454ed2dc4f32afcee9d9512d52a07b3.bindTooltip(\n", + " poly_line_278d08c57f0a8ba5b80feb1f96faa2bf.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -68124,13 +33167,13 @@ " );\n", " \n", " \n", - " var poly_line_51fac5f3b390f309fa6b91722d0c7295 = L.polyline(\n", + " var poly_line_4b5919d42322a3f48d0f163e4b180d2f = L.polyline(\n", " [[37.777037, -122.455145], [37.776325, -122.454994]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_51fac5f3b390f309fa6b91722d0c7295.bindTooltip(\n", + " poly_line_4b5919d42322a3f48d0f163e4b180d2f.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -68138,13 +33181,13 @@ " );\n", " \n", " \n", - " var poly_line_e084c1276712c5c2520cb7a8d8df6801 = L.polyline(\n", + " var poly_line_01b1d8a54d934cf497064fb9d8b40aa6 = L.polyline(\n", " [[37.776325, -122.454994], [37.775767, -122.454881]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e084c1276712c5c2520cb7a8d8df6801.bindTooltip(\n", + " poly_line_01b1d8a54d934cf497064fb9d8b40aa6.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -68152,13 +33195,13 @@ " );\n", " \n", " \n", - " var poly_line_4c65829ed767578fdd7a009802928e46 = L.polyline(\n", + " var poly_line_cec14e42527393001a286aa28cfeabf8 = L.polyline(\n", " [[37.775767, -122.454881], [37.775702, -122.454869]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4c65829ed767578fdd7a009802928e46.bindTooltip(\n", + " poly_line_cec14e42527393001a286aa28cfeabf8.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -68166,13 +33209,13 @@ " );\n", " \n", " \n", - " var poly_line_38f10529ad6fb2697a35abaeeb93728b = L.polyline(\n", + " var poly_line_a5fab43b56701b35d75eff7a78aec208 = L.polyline(\n", " [[37.775702, -122.454869], [37.775534, -122.454806]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_38f10529ad6fb2697a35abaeeb93728b.bindTooltip(\n", + " poly_line_a5fab43b56701b35d75eff7a78aec208.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -68180,13 +33223,13 @@ " );\n", " \n", " \n", - " var poly_line_aa441646f5664a69875b07f6ce512b9e = L.polyline(\n", + " var poly_line_b247e8831dd4468bdb75205a0bcf883b = L.polyline(\n", " [[37.775534, -122.454806], [37.774856, -122.454675]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aa441646f5664a69875b07f6ce512b9e.bindTooltip(\n", + " poly_line_b247e8831dd4468bdb75205a0bcf883b.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -68194,13 +33237,13 @@ " );\n", " \n", " \n", - " var poly_line_9c18958296ab66f3e3c01dc0ed9fdd0e = L.polyline(\n", + " var poly_line_76fef338a55598df9220a8f4a5c75ed4 = L.polyline(\n", " [[37.774856, -122.454675], [37.774764, -122.454668]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9c18958296ab66f3e3c01dc0ed9fdd0e.bindTooltip(\n", + " poly_line_76fef338a55598df9220a8f4a5c75ed4.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -68208,13 +33251,13 @@ " );\n", " \n", " \n", - " var poly_line_7862d0e8d90b713cd09697263f29b81e = L.polyline(\n", + " var poly_line_9cdf7de7f9cccaf5d4b09dd847d3d603 = L.polyline(\n", " [[37.774764, -122.454668], [37.774681, -122.45466]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7862d0e8d90b713cd09697263f29b81e.bindTooltip(\n", + " poly_line_9cdf7de7f9cccaf5d4b09dd847d3d603.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -68222,13 +33265,13 @@ " );\n", " \n", " \n", - " var poly_line_8582ce179ba6c0877003f118694a2b7e = L.polyline(\n", + " var poly_line_f7da954961df5f252a22157ce36ee04b = L.polyline(\n", " [[37.774681, -122.45466], [37.774529, -122.454629]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8582ce179ba6c0877003f118694a2b7e.bindTooltip(\n", + " poly_line_f7da954961df5f252a22157ce36ee04b.bindTooltip(\n", " `<div>\n", " 48\n", " </div>`,\n", @@ -68236,13 +33279,13 @@ " );\n", " \n", " \n", - " var poly_line_ae0cbfb2342f44f3e345372bb452f463 = L.polyline(\n", + " var poly_line_825dbe5485f2122f469eeef80d31eb35 = L.polyline(\n", " [[37.774529, -122.454629], [37.774312, -122.454585]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ae0cbfb2342f44f3e345372bb452f463.bindTooltip(\n", + " poly_line_825dbe5485f2122f469eeef80d31eb35.bindTooltip(\n", " `<div>\n", " 49\n", " </div>`,\n", @@ -68250,13 +33293,13 @@ " );\n", " \n", " \n", - " var poly_line_d4e120ed55ccecde7e8c4d1968dc8f06 = L.polyline(\n", + " var poly_line_b0adcbe4813d564ff10e6cd81d9a735d = L.polyline(\n", " [[37.774312, -122.454585], [37.774293, -122.454581]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d4e120ed55ccecde7e8c4d1968dc8f06.bindTooltip(\n", + " poly_line_b0adcbe4813d564ff10e6cd81d9a735d.bindTooltip(\n", " `<div>\n", " 50\n", " </div>`,\n", @@ -68264,13 +33307,13 @@ " );\n", " \n", " \n", - " var poly_line_be3e5ec8cc21da630c2f030f5c65841e = L.polyline(\n", + " var poly_line_00679a8a45a186690cb489f9aa23116e = L.polyline(\n", " [[37.774293, -122.454581], [37.774189, -122.45456]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_be3e5ec8cc21da630c2f030f5c65841e.bindTooltip(\n", + " poly_line_00679a8a45a186690cb489f9aa23116e.bindTooltip(\n", " `<div>\n", " 51\n", " </div>`,\n", @@ -68278,13 +33321,13 @@ " );\n", " \n", " \n", - " var poly_line_8996bc082626a74d98ab99e9159e226b = L.polyline(\n", + " var poly_line_55821545242c3c04f67df565fc3ae163 = L.polyline(\n", " [[37.774189, -122.45456], [37.772985, -122.454316]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8996bc082626a74d98ab99e9159e226b.bindTooltip(\n", + " poly_line_55821545242c3c04f67df565fc3ae163.bindTooltip(\n", " `<div>\n", " 52\n", " </div>`,\n", @@ -68292,13 +33335,13 @@ " );\n", " \n", " \n", - " var poly_line_e9b02cf95783d5e099692b67c28ef8d3 = L.polyline(\n", + " var poly_line_ea9903c22433fccfad2da576755dd0d2 = L.polyline(\n", " [[37.772985, -122.454316], [37.772902, -122.454299]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e9b02cf95783d5e099692b67c28ef8d3.bindTooltip(\n", + " poly_line_ea9903c22433fccfad2da576755dd0d2.bindTooltip(\n", " `<div>\n", " 53\n", " </div>`,\n", @@ -68306,13 +33349,13 @@ " );\n", " \n", " \n", - " var poly_line_aebc2b8e1836c36dc5d35dba867957f1 = L.polyline(\n", + " var poly_line_8d2adca96b7a1d7bbe36a29f665d193d = L.polyline(\n", " [[37.772902, -122.454299], [37.772833, -122.454285]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aebc2b8e1836c36dc5d35dba867957f1.bindTooltip(\n", + " poly_line_8d2adca96b7a1d7bbe36a29f665d193d.bindTooltip(\n", " `<div>\n", " 54\n", " </div>`,\n", @@ -68320,13 +33363,13 @@ " );\n", " \n", " \n", - " var poly_line_6d182b4a1d0379f7e88ddb1b62288800 = L.polyline(\n", + " var poly_line_c2d49554d0c74a6b4c9f1f9414177ccf = L.polyline(\n", " [[37.772833, -122.454285], [37.772588, -122.454235]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6d182b4a1d0379f7e88ddb1b62288800.bindTooltip(\n", + " poly_line_c2d49554d0c74a6b4c9f1f9414177ccf.bindTooltip(\n", " `<div>\n", " 55\n", " </div>`,\n", @@ -68334,13 +33377,13 @@ " );\n", " \n", " \n", - " var poly_line_b953ee9533be0a6492b0fc30ec906380 = L.polyline(\n", + " var poly_line_d3cde61529565e93872e99ce474c8771 = L.polyline(\n", " [[37.772588, -122.454235], [37.772459, -122.454208]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b953ee9533be0a6492b0fc30ec906380.bindTooltip(\n", + " poly_line_d3cde61529565e93872e99ce474c8771.bindTooltip(\n", " `<div>\n", " 56\n", " </div>`,\n", @@ -68348,13 +33391,13 @@ " );\n", " \n", " \n", - " var poly_line_7b25982ce88d439a73ef74f5e2980568 = L.polyline(\n", + " var poly_line_3d23052a9b1140c86f3967a57b27e754 = L.polyline(\n", " [[37.772459, -122.454208], [37.772053, -122.454116]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7b25982ce88d439a73ef74f5e2980568.bindTooltip(\n", + " poly_line_3d23052a9b1140c86f3967a57b27e754.bindTooltip(\n", " `<div>\n", " 57\n", " </div>`,\n", @@ -68362,13 +33405,13 @@ " );\n", " \n", " \n", - " var poly_line_0afae3f1d84e29c0889bd253195c088b = L.polyline(\n", + " var poly_line_420f9dfe4fd77b9060429ea93e6f57eb = L.polyline(\n", " [[37.772053, -122.454116], [37.771989, -122.454103]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0afae3f1d84e29c0889bd253195c088b.bindTooltip(\n", + " poly_line_420f9dfe4fd77b9060429ea93e6f57eb.bindTooltip(\n", " `<div>\n", " 58\n", " </div>`,\n", @@ -68376,13 +33419,13 @@ " );\n", " \n", " \n", - " var poly_line_22076e08aaadee8b43a6f12190aded98 = L.polyline(\n", + " var poly_line_85cbd8a83ad8f6f402839c9cb387b083 = L.polyline(\n", " [[37.771989, -122.454103], [37.771909, -122.45409]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_22076e08aaadee8b43a6f12190aded98.bindTooltip(\n", + " poly_line_85cbd8a83ad8f6f402839c9cb387b083.bindTooltip(\n", " `<div>\n", " 59\n", " </div>`,\n", @@ -68390,13 +33433,13 @@ " );\n", " \n", " \n", - " var poly_line_2e792468f8b22806e43016bfd96ba372 = L.polyline(\n", + " var poly_line_6a8d0b6750d46ca3a39c9e456964e329 = L.polyline(\n", " [[37.771909, -122.45409], [37.771841, -122.454084]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2e792468f8b22806e43016bfd96ba372.bindTooltip(\n", + " poly_line_6a8d0b6750d46ca3a39c9e456964e329.bindTooltip(\n", " `<div>\n", " 60\n", " </div>`,\n", @@ -68404,13 +33447,13 @@ " );\n", " \n", " \n", - " var poly_line_c94c58b6a514898e8e79c0c15518b2c9 = L.polyline(\n", + " var poly_line_f776f2518eca3fe570f5f701261ee7a5 = L.polyline(\n", " [[37.771841, -122.454084], [37.771748, -122.454131]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c94c58b6a514898e8e79c0c15518b2c9.bindTooltip(\n", + " poly_line_f776f2518eca3fe570f5f701261ee7a5.bindTooltip(\n", " `<div>\n", " 61\n", " </div>`,\n", @@ -68418,13 +33461,13 @@ " );\n", " \n", " \n", - " var poly_line_596f9784e4f8d24910170bdd1c71c3a5 = L.polyline(\n", + " var poly_line_7964d63aa2e0add8b004e102a83646f9 = L.polyline(\n", " [[37.771748, -122.454131], [37.771581, -122.454099]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_596f9784e4f8d24910170bdd1c71c3a5.bindTooltip(\n", + " poly_line_7964d63aa2e0add8b004e102a83646f9.bindTooltip(\n", " `<div>\n", " 62\n", " </div>`,\n", @@ -68432,13 +33475,13 @@ " );\n", " \n", " \n", - " var poly_line_e0c52661aa300b7d59e0123356c182a8 = L.polyline(\n", + " var poly_line_f777ae2dfed914157cb253eb9837786f = L.polyline(\n", " [[37.771581, -122.454099], [37.771492, -122.454083]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e0c52661aa300b7d59e0123356c182a8.bindTooltip(\n", + " poly_line_f777ae2dfed914157cb253eb9837786f.bindTooltip(\n", " `<div>\n", " 63\n", " </div>`,\n", @@ -68446,13 +33489,13 @@ " );\n", " \n", " \n", - " var poly_line_18a33134b2debd48954a597d1088dbd4 = L.polyline(\n", + " var poly_line_789a7d14b013e242692fe6a0cd63e831 = L.polyline(\n", " [[37.771492, -122.454083], [37.771412, -122.454066]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_18a33134b2debd48954a597d1088dbd4.bindTooltip(\n", + " poly_line_789a7d14b013e242692fe6a0cd63e831.bindTooltip(\n", " `<div>\n", " 64\n", " </div>`,\n", @@ -68460,13 +33503,13 @@ " );\n", " \n", " \n", - " var poly_line_61fed808ff8087e5dd96af4708e34726 = L.polyline(\n", + " var poly_line_ecf95b00424068f9e5a50c4ab5c3ab0d = L.polyline(\n", " [[37.771412, -122.454066], [37.771352, -122.454054]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_61fed808ff8087e5dd96af4708e34726.bindTooltip(\n", + " poly_line_ecf95b00424068f9e5a50c4ab5c3ab0d.bindTooltip(\n", " `<div>\n", " 65\n", " </div>`,\n", @@ -68474,13 +33517,13 @@ " );\n", " \n", " \n", - " var poly_line_6a7c375b8461f57d6e1057110e2fdd61 = L.polyline(\n", + " var poly_line_5926c990e628b1aa47f981aa5f514aec = L.polyline(\n", " [[37.771352, -122.454054], [37.771396, -122.453931]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6a7c375b8461f57d6e1057110e2fdd61.bindTooltip(\n", + " poly_line_5926c990e628b1aa47f981aa5f514aec.bindTooltip(\n", " `<div>\n", " 66\n", " </div>`,\n", @@ -68488,13 +33531,13 @@ " );\n", " \n", " \n", - " var poly_line_72b155c2b0ea43b2b5cb2151995b81da = L.polyline(\n", + " var poly_line_d42f9bd8b2e18ed5a08848641beb32a9 = L.polyline(\n", " [[37.771396, -122.453931], [37.771418, -122.453839]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_72b155c2b0ea43b2b5cb2151995b81da.bindTooltip(\n", + " poly_line_d42f9bd8b2e18ed5a08848641beb32a9.bindTooltip(\n", " `<div>\n", " 67\n", " </div>`,\n", @@ -68502,13 +33545,13 @@ " );\n", " \n", " \n", - " var poly_line_e6b44b51e1c63a33fb991ed7354614f8 = L.polyline(\n", + " var poly_line_ece6b03f52018ea5cb866b2ab51e764f = L.polyline(\n", " [[37.771418, -122.453839], [37.771411, -122.453402]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e6b44b51e1c63a33fb991ed7354614f8.bindTooltip(\n", + " poly_line_ece6b03f52018ea5cb866b2ab51e764f.bindTooltip(\n", " `<div>\n", " 68\n", " </div>`,\n", @@ -68516,13 +33559,13 @@ " );\n", " \n", " \n", - " var poly_line_5029c1dc9d10b953f9ebe9b0541b4572 = L.polyline(\n", + " var poly_line_e2831334edc744517adb510beedf4452 = L.polyline(\n", " [[37.771411, -122.453402], [37.77126, -122.452358]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5029c1dc9d10b953f9ebe9b0541b4572.bindTooltip(\n", + " poly_line_e2831334edc744517adb510beedf4452.bindTooltip(\n", " `<div>\n", " 69\n", " </div>`,\n", @@ -68530,13 +33573,13 @@ " );\n", " \n", " \n", - " var poly_line_aa724098869933fc8dcb12207652c609 = L.polyline(\n", + " var poly_line_86fb87e520e960f236da771e1b3d23f1 = L.polyline(\n", " [[37.77126, -122.452358], [37.771258, -122.452263]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aa724098869933fc8dcb12207652c609.bindTooltip(\n", + " poly_line_86fb87e520e960f236da771e1b3d23f1.bindTooltip(\n", " `<div>\n", " 70\n", " </div>`,\n", @@ -68544,13 +33587,13 @@ " );\n", " \n", " \n", - " var poly_line_f2b71ca592756dbf3f5fd6d64f85d77e = L.polyline(\n", + " var poly_line_8103e69e480641358681bea8ad629b0c = L.polyline(\n", " [[37.771258, -122.452263], [37.771274, -122.452169]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f2b71ca592756dbf3f5fd6d64f85d77e.bindTooltip(\n", + " poly_line_8103e69e480641358681bea8ad629b0c.bindTooltip(\n", " `<div>\n", " 71\n", " </div>`,\n", @@ -68558,13 +33601,13 @@ " );\n", " \n", " \n", - " var poly_line_b00e4994b402085ec1056218322ec08a = L.polyline(\n", + " var poly_line_5ab1dff2deb15e202fd764a4cc6dc766 = L.polyline(\n", " [[37.771274, -122.452169], [37.771455, -122.450731]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b00e4994b402085ec1056218322ec08a.bindTooltip(\n", + " poly_line_5ab1dff2deb15e202fd764a4cc6dc766.bindTooltip(\n", " `<div>\n", " 72\n", " </div>`,\n", @@ -68572,13 +33615,13 @@ " );\n", " \n", " \n", - " var poly_line_e7ee51f0cc731c79e3e9ee70fe02a4a5 = L.polyline(\n", + " var poly_line_859797c19a2424fc241c72bea582b4f4 = L.polyline(\n", " [[37.771455, -122.450731], [37.771472, -122.45062]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e7ee51f0cc731c79e3e9ee70fe02a4a5.bindTooltip(\n", + " poly_line_859797c19a2424fc241c72bea582b4f4.bindTooltip(\n", " `<div>\n", " 73\n", " </div>`,\n", @@ -68586,13 +33629,13 @@ " );\n", " \n", " \n", - " var poly_line_55729398876d5ca897f7a06f9a228dd6 = L.polyline(\n", + " var poly_line_191323a17f4ef48373c124c30fb34f19 = L.polyline(\n", " [[37.771472, -122.45062], [37.771483, -122.450535]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_55729398876d5ca897f7a06f9a228dd6.bindTooltip(\n", + " poly_line_191323a17f4ef48373c124c30fb34f19.bindTooltip(\n", " `<div>\n", " 74\n", " </div>`,\n", @@ -68600,13 +33643,13 @@ " );\n", " \n", " \n", - " var poly_line_941bda3c4eb82429424ade0da52097ce = L.polyline(\n", + " var poly_line_7aa3cee2af413953dfa84d3d3da68aa6 = L.polyline(\n", " [[37.771483, -122.450535], [37.771682, -122.448973]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_941bda3c4eb82429424ade0da52097ce.bindTooltip(\n", + " poly_line_7aa3cee2af413953dfa84d3d3da68aa6.bindTooltip(\n", " `<div>\n", " 75\n", " </div>`,\n", @@ -68614,13 +33657,13 @@ " );\n", " \n", " \n", - " var poly_line_e4deb836f81613773c1d94d7bd64096d = L.polyline(\n", + " var poly_line_af5b8470f05ab62d41845ca3b718b22f = L.polyline(\n", " [[37.771682, -122.448973], [37.771694, -122.448882]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e4deb836f81613773c1d94d7bd64096d.bindTooltip(\n", + " poly_line_af5b8470f05ab62d41845ca3b718b22f.bindTooltip(\n", " `<div>\n", " 76\n", " </div>`,\n", @@ -68628,13 +33671,13 @@ " );\n", " \n", " \n", - " var poly_line_e61dfd4df024883fe8eb4ca2fa4d70bc = L.polyline(\n", + " var poly_line_677054aaefc2c734eb1c5fb1099a6102 = L.polyline(\n", " [[37.771694, -122.448882], [37.771879, -122.447421]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e61dfd4df024883fe8eb4ca2fa4d70bc.bindTooltip(\n", + " poly_line_677054aaefc2c734eb1c5fb1099a6102.bindTooltip(\n", " `<div>\n", " 77\n", " </div>`,\n", @@ -68642,13 +33685,13 @@ " );\n", " \n", " \n", - " var poly_line_6afacf3e42cda6fd57b139a08bf69921 = L.polyline(\n", + " var poly_line_d64c239ee08313e664a9787f7479846e = L.polyline(\n", " [[37.771879, -122.447421], [37.771891, -122.447331]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6afacf3e42cda6fd57b139a08bf69921.bindTooltip(\n", + " poly_line_d64c239ee08313e664a9787f7479846e.bindTooltip(\n", " `<div>\n", " 78\n", " </div>`,\n", @@ -68656,13 +33699,13 @@ " );\n", " \n", " \n", - " var poly_line_e5b1df678ba7b7fcf6b33212681541ed = L.polyline(\n", + " var poly_line_bfa2fa9d44968690df831f1941b546cf = L.polyline(\n", " [[37.771891, -122.447331], [37.771902, -122.44724]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e5b1df678ba7b7fcf6b33212681541ed.bindTooltip(\n", + " poly_line_bfa2fa9d44968690df831f1941b546cf.bindTooltip(\n", " `<div>\n", " 79\n", " </div>`,\n", @@ -68670,13 +33713,13 @@ " );\n", " \n", " \n", - " var poly_line_c3b8d617f4022abf3fd1e84c0612aeeb = L.polyline(\n", + " var poly_line_f4327e2c20ccdf762bd9fc51c96fdadd = L.polyline(\n", " [[37.771902, -122.44724], [37.772075, -122.445884]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c3b8d617f4022abf3fd1e84c0612aeeb.bindTooltip(\n", + " poly_line_f4327e2c20ccdf762bd9fc51c96fdadd.bindTooltip(\n", " `<div>\n", " 80\n", " </div>`,\n", @@ -68684,13 +33727,13 @@ " );\n", " \n", " \n", - " var poly_line_7e0ccf2359f1b23bf67f335de1cbcf47 = L.polyline(\n", + " var poly_line_247e444b7669e93b9e7da103580873d3 = L.polyline(\n", " [[37.772075, -122.445884], [37.772094, -122.445742]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7e0ccf2359f1b23bf67f335de1cbcf47.bindTooltip(\n", + " poly_line_247e444b7669e93b9e7da103580873d3.bindTooltip(\n", " `<div>\n", " 81\n", " </div>`,\n", @@ -68698,13 +33741,13 @@ " );\n", " \n", " \n", - " var poly_line_bb8728d448e023ead5a61f1bf7d38d50 = L.polyline(\n", + " var poly_line_a4255488e19ca9a51a367e6ba0a380e1 = L.polyline(\n", " [[37.772094, -122.445742], [37.772112, -122.445594]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bb8728d448e023ead5a61f1bf7d38d50.bindTooltip(\n", + " poly_line_a4255488e19ca9a51a367e6ba0a380e1.bindTooltip(\n", " `<div>\n", " 82\n", " </div>`,\n", @@ -68712,13 +33755,13 @@ " );\n", " \n", " \n", - " var poly_line_9fbdbd5469b08be04b41f325657a316c = L.polyline(\n", + " var poly_line_4d16f0f9ec45dbc556f9c4ec30f8cc51 = L.polyline(\n", " [[37.772112, -122.445594], [37.772311, -122.444038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9fbdbd5469b08be04b41f325657a316c.bindTooltip(\n", + " poly_line_4d16f0f9ec45dbc556f9c4ec30f8cc51.bindTooltip(\n", " `<div>\n", " 83\n", " </div>`,\n", @@ -68726,13 +33769,13 @@ " );\n", " \n", " \n", - " var poly_line_29ccc020333c964b6a26d019ec348c07 = L.polyline(\n", + " var poly_line_4ea598b990d357385d52049405a02aa2 = L.polyline(\n", " [[37.772311, -122.444038], [37.772317, -122.443987]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_29ccc020333c964b6a26d019ec348c07.bindTooltip(\n", + " poly_line_4ea598b990d357385d52049405a02aa2.bindTooltip(\n", " `<div>\n", " 84\n", " </div>`,\n", @@ -68740,13 +33783,13 @@ " );\n", " \n", " \n", - " var poly_line_5481319cfb7f3adb480a1d76f0f43603 = L.polyline(\n", + " var poly_line_7305b67b1f4a5e7861a1602a7aef65b4 = L.polyline(\n", " [[37.772317, -122.443987], [37.772519, -122.442404]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5481319cfb7f3adb480a1d76f0f43603.bindTooltip(\n", + " poly_line_7305b67b1f4a5e7861a1602a7aef65b4.bindTooltip(\n", " `<div>\n", " 85\n", " </div>`,\n", @@ -68754,13 +33797,13 @@ " );\n", " \n", " \n", - " var poly_line_72d3e8be8939c069952322686bbe8eb0 = L.polyline(\n", + " var poly_line_2594a130647313f972c32c39f8a35032 = L.polyline(\n", " [[37.772519, -122.442404], [37.77253, -122.44231]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_72d3e8be8939c069952322686bbe8eb0.bindTooltip(\n", + " poly_line_2594a130647313f972c32c39f8a35032.bindTooltip(\n", " `<div>\n", " 86\n", " </div>`,\n", @@ -68768,13 +33811,13 @@ " );\n", " \n", " \n", - " var poly_line_41e1d9c43635682d035950505fb87d14 = L.polyline(\n", + " var poly_line_11ca6a9ab191505a60d55e87f4d5d27b = L.polyline(\n", " [[37.77253, -122.44231], [37.772631, -122.441527]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_41e1d9c43635682d035950505fb87d14.bindTooltip(\n", + " poly_line_11ca6a9ab191505a60d55e87f4d5d27b.bindTooltip(\n", " `<div>\n", " 87\n", " </div>`,\n", @@ -68782,13 +33825,13 @@ " );\n", " \n", " \n", - " var poly_line_5e0b85da0ddc6087c72cea15ec48bc78 = L.polyline(\n", + " var poly_line_2fafc9520fa8ca9993397c1b064d5acb = L.polyline(\n", " [[37.772631, -122.441527], [37.772712, -122.440868]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5e0b85da0ddc6087c72cea15ec48bc78.bindTooltip(\n", + " poly_line_2fafc9520fa8ca9993397c1b064d5acb.bindTooltip(\n", " `<div>\n", " 88\n", " </div>`,\n", @@ -68796,13 +33839,13 @@ " );\n", " \n", " \n", - " var poly_line_8631f33fea4ddfdda13da9ea3458d3d3 = L.polyline(\n", + " var poly_line_614df1d85d8ccce53cb1f5c397d05735 = L.polyline(\n", " [[37.772712, -122.440868], [37.772724, -122.440751]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8631f33fea4ddfdda13da9ea3458d3d3.bindTooltip(\n", + " poly_line_614df1d85d8ccce53cb1f5c397d05735.bindTooltip(\n", " `<div>\n", " 89\n", " </div>`,\n", @@ -68810,13 +33853,13 @@ " );\n", " \n", " \n", - " var poly_line_cb0ea8712fd70f17c90feb2451b419e5 = L.polyline(\n", + " var poly_line_fdff810355b4df6704d4a13bf8b82bd8 = L.polyline(\n", " [[37.772724, -122.440751], [37.77274, -122.440617]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_cb0ea8712fd70f17c90feb2451b419e5.bindTooltip(\n", + " poly_line_fdff810355b4df6704d4a13bf8b82bd8.bindTooltip(\n", " `<div>\n", " 90\n", " </div>`,\n", @@ -68824,13 +33867,13 @@ " );\n", " \n", " \n", - " var poly_line_33dcab5a370aec0925d43ae91697e601 = L.polyline(\n", + " var poly_line_1759cbb7effd28824cec9e8c999a3d25 = L.polyline(\n", " [[37.77274, -122.440617], [37.772871, -122.439536]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_33dcab5a370aec0925d43ae91697e601.bindTooltip(\n", + " poly_line_1759cbb7effd28824cec9e8c999a3d25.bindTooltip(\n", " `<div>\n", " 91\n", " </div>`,\n", @@ -68838,13 +33881,13 @@ " );\n", " \n", " \n", - " var poly_line_9ff80496910b8035ba384cf59d1801f7 = L.polyline(\n", + " var poly_line_6f39faf1925bd89bd744f1931039044e = L.polyline(\n", " [[37.772871, -122.439536], [37.772912, -122.439216]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9ff80496910b8035ba384cf59d1801f7.bindTooltip(\n", + " poly_line_6f39faf1925bd89bd744f1931039044e.bindTooltip(\n", " `<div>\n", " 92\n", " </div>`,\n", @@ -68852,13 +33895,13 @@ " );\n", " \n", " \n", - " var poly_line_1b2e27faab7b918cbb7a6ae624aa5071 = L.polyline(\n", + " var poly_line_8a5e1786ebbdb8bed67f836832b0747e = L.polyline(\n", " [[37.772912, -122.439216], [37.772926, -122.439109]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1b2e27faab7b918cbb7a6ae624aa5071.bindTooltip(\n", + " poly_line_8a5e1786ebbdb8bed67f836832b0747e.bindTooltip(\n", " `<div>\n", " 93\n", " </div>`,\n", @@ -68866,13 +33909,13 @@ " );\n", " \n", " \n", - " var poly_line_c0349b665e75d0162461e5f7175a26eb = L.polyline(\n", + " var poly_line_41b03c283e43ef24b125bfe0e40ec31c = L.polyline(\n", " [[37.772926, -122.439109], [37.772938, -122.439009]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c0349b665e75d0162461e5f7175a26eb.bindTooltip(\n", + " poly_line_41b03c283e43ef24b125bfe0e40ec31c.bindTooltip(\n", " `<div>\n", " 94\n", " </div>`,\n", @@ -68880,13 +33923,13 @@ " );\n", " \n", " \n", - " var poly_line_7adf2c3c68121f2cd8fb8600b51942a2 = L.polyline(\n", + " var poly_line_ce051bd31a90081aba95e5a469f5445b = L.polyline(\n", " [[37.772938, -122.439009], [37.772991, -122.438594]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7adf2c3c68121f2cd8fb8600b51942a2.bindTooltip(\n", + " poly_line_ce051bd31a90081aba95e5a469f5445b.bindTooltip(\n", " `<div>\n", " 95\n", " </div>`,\n", @@ -68894,13 +33937,13 @@ " );\n", " \n", " \n", - " var poly_line_53306614ec2b6e72c519e2aa039c338d = L.polyline(\n", + " var poly_line_3b8825da092cc6e675b6702f16e5e50e = L.polyline(\n", " [[37.772991, -122.438594], [37.773009, -122.438451]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_53306614ec2b6e72c519e2aa039c338d.bindTooltip(\n", + " poly_line_3b8825da092cc6e675b6702f16e5e50e.bindTooltip(\n", " `<div>\n", " 96\n", " </div>`,\n", @@ -68908,13 +33951,13 @@ " );\n", " \n", " \n", - " var poly_line_7e728d1aa1d59dcc35f23ce336764e83 = L.polyline(\n", + " var poly_line_4b1ca09d08b6282c9ad6c3317d5ccd69 = L.polyline(\n", " [[37.773009, -122.438451], [37.773041, -122.4382]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7e728d1aa1d59dcc35f23ce336764e83.bindTooltip(\n", + " poly_line_4b1ca09d08b6282c9ad6c3317d5ccd69.bindTooltip(\n", " `<div>\n", " 97\n", " </div>`,\n", @@ -68922,13 +33965,13 @@ " );\n", " \n", " \n", - " var poly_line_529299da43eb663a3d212248493f370a = L.polyline(\n", + " var poly_line_2d19a5977693b857390062db77cad803 = L.polyline(\n", " [[37.773041, -122.4382], [37.773067, -122.438]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_529299da43eb663a3d212248493f370a.bindTooltip(\n", + " poly_line_2d19a5977693b857390062db77cad803.bindTooltip(\n", " `<div>\n", " 98\n", " </div>`,\n", @@ -68936,13 +33979,13 @@ " );\n", " \n", " \n", - " var poly_line_44f884a0dd81b83e4c99af3db8d57e81 = L.polyline(\n", + " var poly_line_e87905943420f85cea8520d112565c46 = L.polyline(\n", " [[37.773067, -122.438], [37.77312, -122.437578]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_44f884a0dd81b83e4c99af3db8d57e81.bindTooltip(\n", + " poly_line_e87905943420f85cea8520d112565c46.bindTooltip(\n", " `<div>\n", " 99\n", " </div>`,\n", @@ -68950,13 +33993,13 @@ " );\n", " \n", " \n", - " var poly_line_cb26e9b16526b8c7bb152f8be01b26b2 = L.polyline(\n", + " var poly_line_4993ab495d07c8e9ee5075fa972d46fe = L.polyline(\n", " [[37.77312, -122.437578], [37.773132, -122.437487]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_cb26e9b16526b8c7bb152f8be01b26b2.bindTooltip(\n", + " poly_line_4993ab495d07c8e9ee5075fa972d46fe.bindTooltip(\n", " `<div>\n", " 100\n", " </div>`,\n", @@ -68964,13 +34007,13 @@ " );\n", " \n", " \n", - " var poly_line_5b372ca928c64aa1e71e966415dbb737 = L.polyline(\n", + " var poly_line_e693eae40323cc272293e4c40a3fa48f = L.polyline(\n", " [[37.773132, -122.437487], [37.773144, -122.437395]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5b372ca928c64aa1e71e966415dbb737.bindTooltip(\n", + " poly_line_e693eae40323cc272293e4c40a3fa48f.bindTooltip(\n", " `<div>\n", " 101\n", " </div>`,\n", @@ -68978,13 +34021,13 @@ " );\n", " \n", " \n", - " var poly_line_d8aaa87c569084febc81c066c24295a1 = L.polyline(\n", + " var poly_line_552e93af1c2b05937110410cd21def24 = L.polyline(\n", " [[37.773144, -122.437395], [37.773154, -122.437315]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d8aaa87c569084febc81c066c24295a1.bindTooltip(\n", + " poly_line_552e93af1c2b05937110410cd21def24.bindTooltip(\n", " `<div>\n", " 102\n", " </div>`,\n", @@ -68992,13 +34035,13 @@ " );\n", " \n", " \n", - " var poly_line_edde18c8afb4f1a069275a4b1c033be4 = L.polyline(\n", + " var poly_line_be322dcf12bb210f6e0e73589857044a = L.polyline(\n", " [[37.773154, -122.437315], [37.773165, -122.437226]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_edde18c8afb4f1a069275a4b1c033be4.bindTooltip(\n", + " poly_line_be322dcf12bb210f6e0e73589857044a.bindTooltip(\n", " `<div>\n", " 103\n", " </div>`,\n", @@ -69006,13 +34049,13 @@ " );\n", " \n", " \n", - " var poly_line_29fe186cbae43efb7823428dd12a8b65 = L.polyline(\n", + " var poly_line_918bdbe926131977d10cf9640e220003 = L.polyline(\n", " [[37.773165, -122.437226], [37.773192, -122.437017]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_29fe186cbae43efb7823428dd12a8b65.bindTooltip(\n", + " poly_line_918bdbe926131977d10cf9640e220003.bindTooltip(\n", " `<div>\n", " 104\n", " </div>`,\n", @@ -69020,13 +34063,13 @@ " );\n", " \n", " \n", - " var poly_line_3f11f71cfdea8f16f50d2514929b5ac1 = L.polyline(\n", + " var poly_line_b8ee2cd7d7425c2edc30aca43048bd0f = L.polyline(\n", " [[37.773192, -122.437017], [37.773213, -122.43685]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3f11f71cfdea8f16f50d2514929b5ac1.bindTooltip(\n", + " poly_line_b8ee2cd7d7425c2edc30aca43048bd0f.bindTooltip(\n", " `<div>\n", " 105\n", " </div>`,\n", @@ -69034,13 +34077,13 @@ " );\n", " \n", " \n", - " var poly_line_c504ee9e4f835ea62bf9c64d12304d5c = L.polyline(\n", + " var poly_line_b11750157aab76c8afc2d8108051de12 = L.polyline(\n", " [[37.773213, -122.43685], [37.773292, -122.43623]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c504ee9e4f835ea62bf9c64d12304d5c.bindTooltip(\n", + " poly_line_b11750157aab76c8afc2d8108051de12.bindTooltip(\n", " `<div>\n", " 106\n", " </div>`,\n", @@ -69048,13 +34091,13 @@ " );\n", " \n", " \n", - " var poly_line_85424829f5a4188d5351d773a8c9923b = L.polyline(\n", + " var poly_line_fe373e7b8380d3c93ff41c1659cab513 = L.polyline(\n", " [[37.773292, -122.43623], [37.773335, -122.43589]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_85424829f5a4188d5351d773a8c9923b.bindTooltip(\n", + " poly_line_fe373e7b8380d3c93ff41c1659cab513.bindTooltip(\n", " `<div>\n", " 107\n", " </div>`,\n", @@ -69062,13 +34105,13 @@ " );\n", " \n", " \n", - " var poly_line_100baf386c85ba84bd74743a09859b09 = L.polyline(\n", + " var poly_line_bbe2ef3a6f6253b913eb4212fdff8845 = L.polyline(\n", " [[37.773335, -122.43589], [37.77335, -122.435772]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_100baf386c85ba84bd74743a09859b09.bindTooltip(\n", + " poly_line_bbe2ef3a6f6253b913eb4212fdff8845.bindTooltip(\n", " `<div>\n", " 108\n", " </div>`,\n", @@ -69076,13 +34119,13 @@ " );\n", " \n", " \n", - " var poly_line_45df1e8847432b84b1413e4edd8f0739 = L.polyline(\n", + " var poly_line_41aa6a5072a6da665eb723b5d3ce0a81 = L.polyline(\n", " [[37.77335, -122.435772], [37.773362, -122.435679]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_45df1e8847432b84b1413e4edd8f0739.bindTooltip(\n", + " poly_line_41aa6a5072a6da665eb723b5d3ce0a81.bindTooltip(\n", " `<div>\n", " 109\n", " </div>`,\n", @@ -69090,13 +34133,13 @@ " );\n", " \n", " \n", - " var poly_line_c7d4019190a4d39df839ade53276b53a = L.polyline(\n", + " var poly_line_08d658e3eafebf6c7ab648c1070dc115 = L.polyline(\n", " [[37.773362, -122.435679], [37.77342, -122.435223]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c7d4019190a4d39df839ade53276b53a.bindTooltip(\n", + " poly_line_08d658e3eafebf6c7ab648c1070dc115.bindTooltip(\n", " `<div>\n", " 110\n", " </div>`,\n", @@ -69104,13 +34147,13 @@ " );\n", " \n", " \n", - " var poly_line_6b6425ae317e583ff98ac73fd84ac8e1 = L.polyline(\n", + " var poly_line_edcb3439b5f983f15e5deccc5a518015 = L.polyline(\n", " [[37.77342, -122.435223], [37.773545, -122.434238]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6b6425ae317e583ff98ac73fd84ac8e1.bindTooltip(\n", + " poly_line_edcb3439b5f983f15e5deccc5a518015.bindTooltip(\n", " `<div>\n", " 111\n", " </div>`,\n", @@ -69118,13 +34161,13 @@ " );\n", " \n", " \n", - " var poly_line_bde1cfc9cdf806c15d8ed2b6d31356ae = L.polyline(\n", + " var poly_line_6c45c81c6d654f04cc9f0e4f0d78907c = L.polyline(\n", " [[37.773545, -122.434238], [37.773559, -122.434127]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bde1cfc9cdf806c15d8ed2b6d31356ae.bindTooltip(\n", + " poly_line_6c45c81c6d654f04cc9f0e4f0d78907c.bindTooltip(\n", " `<div>\n", " 112\n", " </div>`,\n", @@ -69132,13 +34175,13 @@ " );\n", " \n", " \n", - " var poly_line_2589629ac445794003fc2525f67007b3 = L.polyline(\n", + " var poly_line_dda492804172516c69af567b34d326ec = L.polyline(\n", " [[37.773559, -122.434127], [37.773572, -122.434031]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2589629ac445794003fc2525f67007b3.bindTooltip(\n", + " poly_line_dda492804172516c69af567b34d326ec.bindTooltip(\n", " `<div>\n", " 113\n", " </div>`,\n", @@ -69146,13 +34189,13 @@ " );\n", " \n", " \n", - " var poly_line_d6008aed60e1efff788bace7ca5380fb = L.polyline(\n", + " var poly_line_c57920ffec171938a7c7c8128a0b20bd = L.polyline(\n", " [[37.773572, -122.434031], [37.773681, -122.433168]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d6008aed60e1efff788bace7ca5380fb.bindTooltip(\n", + " poly_line_c57920ffec171938a7c7c8128a0b20bd.bindTooltip(\n", " `<div>\n", " 114\n", " </div>`,\n", @@ -69160,13 +34203,13 @@ " );\n", " \n", " \n", - " var poly_line_4bbacfe4e4d64e9133c25d553b16917d = L.polyline(\n", + " var poly_line_42ab42914fea96b2cbf8454e8d746fe8 = L.polyline(\n", " [[37.773681, -122.433168], [37.773755, -122.432596]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4bbacfe4e4d64e9133c25d553b16917d.bindTooltip(\n", + " poly_line_42ab42914fea96b2cbf8454e8d746fe8.bindTooltip(\n", " `<div>\n", " 115\n", " </div>`,\n", @@ -69174,13 +34217,13 @@ " );\n", " \n", " \n", - " var poly_line_2b41b65fb3a7a940b962c8e524504bd8 = L.polyline(\n", + " var poly_line_2d78844892158c4814cd814a953ed9fa = L.polyline(\n", " [[37.773755, -122.432596], [37.773768, -122.432486]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2b41b65fb3a7a940b962c8e524504bd8.bindTooltip(\n", + " poly_line_2d78844892158c4814cd814a953ed9fa.bindTooltip(\n", " `<div>\n", " 116\n", " </div>`,\n", @@ -69188,13 +34231,13 @@ " );\n", " \n", " \n", - " var poly_line_c013e0414a2e97b49ace4d0c3861141a = L.polyline(\n", + " var poly_line_f7459b406a12010e693e9ea52fe38dcb = L.polyline(\n", " [[37.773768, -122.432486], [37.773779, -122.432394]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c013e0414a2e97b49ace4d0c3861141a.bindTooltip(\n", + " poly_line_f7459b406a12010e693e9ea52fe38dcb.bindTooltip(\n", " `<div>\n", " 117\n", " </div>`,\n", @@ -69202,13 +34245,13 @@ " );\n", " \n", " \n", - " var poly_line_b3a33840d2c53fe83c7fd92130fdd45e = L.polyline(\n", + " var poly_line_b350b87c7f31729c11fbd2437f39051d = L.polyline(\n", " [[37.773779, -122.432394], [37.773945, -122.431099]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b3a33840d2c53fe83c7fd92130fdd45e.bindTooltip(\n", + " poly_line_b350b87c7f31729c11fbd2437f39051d.bindTooltip(\n", " `<div>\n", " 118\n", " </div>`,\n", @@ -69216,13 +34259,13 @@ " );\n", " \n", " \n", - " var poly_line_cb1fd3825a992b6f6b473cad9598f047 = L.polyline(\n", + " var poly_line_62d3a6501e3141c79411f69737d2cc6b = L.polyline(\n", " [[37.773945, -122.431099], [37.773964, -122.430954]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_cb1fd3825a992b6f6b473cad9598f047.bindTooltip(\n", + " poly_line_62d3a6501e3141c79411f69737d2cc6b.bindTooltip(\n", " `<div>\n", " 119\n", " </div>`,\n", @@ -69230,13 +34273,13 @@ " );\n", " \n", " \n", - " var poly_line_63d30b0fdb34ac9ac3179f077a83a37e = L.polyline(\n", + " var poly_line_d1b92fdc8b188b761698f66e16d99626 = L.polyline(\n", " [[37.773964, -122.430954], [37.773978, -122.430839]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_63d30b0fdb34ac9ac3179f077a83a37e.bindTooltip(\n", + " poly_line_d1b92fdc8b188b761698f66e16d99626.bindTooltip(\n", " `<div>\n", " 120\n", " </div>`,\n", @@ -69244,13 +34287,13 @@ " );\n", " \n", " \n", - " var poly_line_bde8342e212266f25cc057abcaa37d81 = L.polyline(\n", + " var poly_line_302a13ef976756fbc80646fb6f6e58be = L.polyline(\n", " [[37.773978, -122.430839], [37.773988, -122.430745]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bde8342e212266f25cc057abcaa37d81.bindTooltip(\n", + " poly_line_302a13ef976756fbc80646fb6f6e58be.bindTooltip(\n", " `<div>\n", " 121\n", " </div>`,\n", @@ -69258,13 +34301,13 @@ " );\n", " \n", " \n", - " var poly_line_934ab47b9cb8a4314f8b9610d30e1f63 = L.polyline(\n", + " var poly_line_5dbceaa64d0a1ce8c9714d158f4866b8 = L.polyline(\n", " [[37.773988, -122.430745], [37.774046, -122.430298]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_934ab47b9cb8a4314f8b9610d30e1f63.bindTooltip(\n", + " poly_line_5dbceaa64d0a1ce8c9714d158f4866b8.bindTooltip(\n", " `<div>\n", " 122\n", " </div>`,\n", @@ -69272,13 +34315,13 @@ " );\n", " \n", " \n", - " var poly_line_d55c35aa6ee0dee6e57838c8bd8dba27 = L.polyline(\n", + " var poly_line_749de34c6a37e78edc9faf9fa3ca3a44 = L.polyline(\n", " [[37.774046, -122.430298], [37.774081, -122.430026]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d55c35aa6ee0dee6e57838c8bd8dba27.bindTooltip(\n", + " poly_line_749de34c6a37e78edc9faf9fa3ca3a44.bindTooltip(\n", " `<div>\n", " 123\n", " </div>`,\n", @@ -69286,13 +34329,13 @@ " );\n", " \n", " \n", - " var poly_line_60f0e5be626d634efe7afc511d2defb1 = L.polyline(\n", + " var poly_line_f8e78ab223135ed278ae3a562c99faa0 = L.polyline(\n", " [[37.774081, -122.430026], [37.774154, -122.429449]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_60f0e5be626d634efe7afc511d2defb1.bindTooltip(\n", + " poly_line_f8e78ab223135ed278ae3a562c99faa0.bindTooltip(\n", " `<div>\n", " 124\n", " </div>`,\n", @@ -69300,13 +34343,13 @@ " );\n", " \n", " \n", - " var poly_line_a34e5c4d746aa54d1eb5d664ae83ef23 = L.polyline(\n", + " var poly_line_f2badceed6f41f9f8274b39f3aee76af = L.polyline(\n", " [[37.774154, -122.429449], [37.774172, -122.429305]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a34e5c4d746aa54d1eb5d664ae83ef23.bindTooltip(\n", + " poly_line_f2badceed6f41f9f8274b39f3aee76af.bindTooltip(\n", " `<div>\n", " 125\n", " </div>`,\n", @@ -69314,13 +34357,13 @@ " );\n", " \n", " \n", - " var poly_line_2271f7ab07afe043a34491c4bc5b3808 = L.polyline(\n", + " var poly_line_73bdda1b16d239508c0c668aebb6c11f = L.polyline(\n", " [[37.774172, -122.429305], [37.774181, -122.429242]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2271f7ab07afe043a34491c4bc5b3808.bindTooltip(\n", + " poly_line_73bdda1b16d239508c0c668aebb6c11f.bindTooltip(\n", " `<div>\n", " 126\n", " </div>`,\n", @@ -69328,13 +34371,13 @@ " );\n", " \n", " \n", - " var poly_line_c02e2a91e34f1ae84d50fd5a52087c2b = L.polyline(\n", + " var poly_line_81941120b4e8e9409a8c6a5ae3e14abe = L.polyline(\n", " [[37.774181, -122.429242], [37.774187, -122.429195]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c02e2a91e34f1ae84d50fd5a52087c2b.bindTooltip(\n", + " poly_line_81941120b4e8e9409a8c6a5ae3e14abe.bindTooltip(\n", " `<div>\n", " 127\n", " </div>`,\n", @@ -69342,13 +34385,13 @@ " );\n", " \n", " \n", - " var poly_line_14d2c23351399c10d0b93f05e28d7435 = L.polyline(\n", + " var poly_line_f90ec2a1ff55dbca883c65d6f1143ce1 = L.polyline(\n", " [[37.774187, -122.429195], [37.774198, -122.429109]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_14d2c23351399c10d0b93f05e28d7435.bindTooltip(\n", + " poly_line_f90ec2a1ff55dbca883c65d6f1143ce1.bindTooltip(\n", " `<div>\n", " 128\n", " </div>`,\n", @@ -69356,13 +34399,13 @@ " );\n", " \n", " \n", - " var poly_line_cd7e4e5c876a3416e63d96cf6ebec25d = L.polyline(\n", + " var poly_line_a9efa674363c750791ba48947ec7c7b8 = L.polyline(\n", " [[37.774198, -122.429109], [37.774384, -122.427646]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_cd7e4e5c876a3416e63d96cf6ebec25d.bindTooltip(\n", + " poly_line_a9efa674363c750791ba48947ec7c7b8.bindTooltip(\n", " `<div>\n", " 129\n", " </div>`,\n", @@ -69370,13 +34413,13 @@ " );\n", " \n", " \n", - " var poly_line_dc57d7b2fa2249147e245675df5a3f54 = L.polyline(\n", + " var poly_line_edf3a21347272a5a5918fe8ca5828193 = L.polyline(\n", " [[37.774384, -122.427646], [37.774396, -122.427551]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dc57d7b2fa2249147e245675df5a3f54.bindTooltip(\n", + " poly_line_edf3a21347272a5a5918fe8ca5828193.bindTooltip(\n", " `<div>\n", " 130\n", " </div>`,\n", @@ -69384,13 +34427,13 @@ " );\n", " \n", " \n", - " var poly_line_97d9cfcaec732794f26f1090be943f95 = L.polyline(\n", + " var poly_line_92a85bfd04448a0805ad0ff798ea200c = L.polyline(\n", " [[37.774396, -122.427551], [37.774407, -122.427466]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_97d9cfcaec732794f26f1090be943f95.bindTooltip(\n", + " poly_line_92a85bfd04448a0805ad0ff798ea200c.bindTooltip(\n", " `<div>\n", " 131\n", " </div>`,\n", @@ -69398,13 +34441,13 @@ " );\n", " \n", " \n", - " var poly_line_eb4e46467c673a7f5f24cb5f23a01c4d = L.polyline(\n", + " var poly_line_e44cfb85cd3d61a347c78c7c28425eca = L.polyline(\n", " [[37.774407, -122.427466], [37.774593, -122.426005]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_eb4e46467c673a7f5f24cb5f23a01c4d.bindTooltip(\n", + " poly_line_e44cfb85cd3d61a347c78c7c28425eca.bindTooltip(\n", " `<div>\n", " 132\n", " </div>`,\n", @@ -69412,13 +34455,13 @@ " );\n", " \n", " \n", - " var poly_line_53a2245548698b3a0c9bfad5245b3829 = L.polyline(\n", + " var poly_line_88e138b3076ba0f3af21fdf8a2941b95 = L.polyline(\n", " [[37.774593, -122.426005], [37.774604, -122.42591]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_53a2245548698b3a0c9bfad5245b3829.bindTooltip(\n", + " poly_line_88e138b3076ba0f3af21fdf8a2941b95.bindTooltip(\n", " `<div>\n", " 133\n", " </div>`,\n", @@ -69426,13 +34469,13 @@ " );\n", " \n", " \n", - " var poly_line_a56e5d05588a2af7e891927df6c8ed0f = L.polyline(\n", + " var poly_line_4ac35d1317e354fe8727bef1b5d40419 = L.polyline(\n", " [[37.774604, -122.42591], [37.774616, -122.42582]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a56e5d05588a2af7e891927df6c8ed0f.bindTooltip(\n", + " poly_line_4ac35d1317e354fe8727bef1b5d40419.bindTooltip(\n", " `<div>\n", " 134\n", " </div>`,\n", @@ -69440,13 +34483,13 @@ " );\n", " \n", " \n", - " var poly_line_3d2accbfa4c37f035507334f32f2f0e7 = L.polyline(\n", + " var poly_line_d30096371579a2a231e7ac91d3567ea1 = L.polyline(\n", " [[37.774616, -122.42582], [37.774808, -122.424308]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3d2accbfa4c37f035507334f32f2f0e7.bindTooltip(\n", + " poly_line_d30096371579a2a231e7ac91d3567ea1.bindTooltip(\n", " `<div>\n", " 135\n", " </div>`,\n", @@ -69454,13 +34497,13 @@ " );\n", " \n", " \n", - " var poly_line_d31fb42f00a725fc4bf48f390d9d2fd4 = L.polyline(\n", + " var poly_line_3756996bb80b1693553355548c23cde0 = L.polyline(\n", " [[37.774808, -122.424308], [37.774821, -122.42421]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d31fb42f00a725fc4bf48f390d9d2fd4.bindTooltip(\n", + " poly_line_3756996bb80b1693553355548c23cde0.bindTooltip(\n", " `<div>\n", " 136\n", " </div>`,\n", @@ -69468,13 +34511,13 @@ " );\n", " \n", " \n", - " var poly_line_893399621bd76076b1f1b5f44552781d = L.polyline(\n", + " var poly_line_bc2b26931de2273987084416aeb65841 = L.polyline(\n", " [[37.774821, -122.42421], [37.773889, -122.424022]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_893399621bd76076b1f1b5f44552781d.bindTooltip(\n", + " poly_line_bc2b26931de2273987084416aeb65841.bindTooltip(\n", " `<div>\n", " 137\n", " </div>`,\n", @@ -69482,13 +34525,13 @@ " );\n", " \n", " \n", - " var poly_line_9013bf88617673eb72dcd512c71652f4 = L.polyline(\n", + " var poly_line_95e4ba9c31b102e2f74066d32a66361e = L.polyline(\n", " [[37.773889, -122.424022], [37.772957, -122.423832]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9013bf88617673eb72dcd512c71652f4.bindTooltip(\n", + " poly_line_95e4ba9c31b102e2f74066d32a66361e.bindTooltip(\n", " `<div>\n", " 138\n", " </div>`,\n", @@ -69496,13 +34539,13 @@ " );\n", " \n", " \n", - " var poly_line_eb173c3af5def68960bef95e7e2975c6 = L.polyline(\n", + " var poly_line_afd87fa1734ff5cd385f3ff2cf0ea26d = L.polyline(\n", " [[37.772957, -122.423832], [37.771998, -122.423535]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_eb173c3af5def68960bef95e7e2975c6.bindTooltip(\n", + " poly_line_afd87fa1734ff5cd385f3ff2cf0ea26d.bindTooltip(\n", " `<div>\n", " 139\n", " </div>`,\n", @@ -69510,13 +34553,13 @@ " );\n", " \n", " \n", - " var poly_line_5efe66c026d5f6ecb435ad1b9f9245d1 = L.polyline(\n", + " var poly_line_9d4d21377366121a675ffc5436af8579 = L.polyline(\n", " [[37.771998, -122.423535], [37.771918, -122.423485]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5efe66c026d5f6ecb435ad1b9f9245d1.bindTooltip(\n", + " poly_line_9d4d21377366121a675ffc5436af8579.bindTooltip(\n", " `<div>\n", " 140\n", " </div>`,\n", @@ -69524,13 +34567,13 @@ " );\n", " \n", " \n", - " var poly_line_48e803d0ad63b0b12e3d618521f9ed1a = L.polyline(\n", + " var poly_line_87fd3de0da3cf5d803f40467de31919e = L.polyline(\n", " [[37.771918, -122.423485], [37.7718, -122.423409]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_48e803d0ad63b0b12e3d618521f9ed1a.bindTooltip(\n", + " poly_line_87fd3de0da3cf5d803f40467de31919e.bindTooltip(\n", " `<div>\n", " 141\n", " </div>`,\n", @@ -69538,13 +34581,13 @@ " );\n", " \n", " \n", - " var poly_line_e8cbc1d681576d2cc84a59fbe572bc4c = L.polyline(\n", + " var poly_line_414ab62936557c61e08093d89ba1faf3 = L.polyline(\n", " [[37.7718, -122.423409], [37.77173, -122.423365]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e8cbc1d681576d2cc84a59fbe572bc4c.bindTooltip(\n", + " poly_line_414ab62936557c61e08093d89ba1faf3.bindTooltip(\n", " `<div>\n", " 142\n", " </div>`,\n", @@ -69552,13 +34595,13 @@ " );\n", " \n", " \n", - " var poly_line_6d0ee8aacaa0bb1438850aa7bd4fdfc5 = L.polyline(\n", + " var poly_line_0787b16d1d6e4b4c368540c94aa7a1b2 = L.polyline(\n", " [[37.77173, -122.423365], [37.771154, -122.422981]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6d0ee8aacaa0bb1438850aa7bd4fdfc5.bindTooltip(\n", + " poly_line_0787b16d1d6e4b4c368540c94aa7a1b2.bindTooltip(\n", " `<div>\n", " 143\n", " </div>`,\n", @@ -69566,13 +34609,13 @@ " );\n", " \n", " \n", - " var poly_line_14abb171455d41b26f1d986fefff9f0f = L.polyline(\n", + " var poly_line_6905e4bfd748d707ba41697a07f41297 = L.polyline(\n", " [[37.771154, -122.422981], [37.770526, -122.422245]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_14abb171455d41b26f1d986fefff9f0f.bindTooltip(\n", + " poly_line_6905e4bfd748d707ba41697a07f41297.bindTooltip(\n", " `<div>\n", " 144\n", " </div>`,\n", @@ -69580,13 +34623,13 @@ " );\n", " \n", " \n", - " var poly_line_89ed567c7ea0f4a4e497019b0346c91a = L.polyline(\n", + " var poly_line_ff52e4fd77db4961d619f0c0ecdaea2f = L.polyline(\n", " [[37.770526, -122.422245], [37.769585, -122.416413]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_89ed567c7ea0f4a4e497019b0346c91a.bindTooltip(\n", + " poly_line_ff52e4fd77db4961d619f0c0ecdaea2f.bindTooltip(\n", " `<div>\n", " 145\n", " </div>`,\n", @@ -69594,13 +34637,13 @@ " );\n", " \n", " \n", - " var poly_line_81d0ad590aadce303df4d9ff4db62760 = L.polyline(\n", + " var poly_line_dfe49abfadfc97f07d050331593160e6 = L.polyline(\n", " [[37.769585, -122.416413], [37.769324, -122.410771]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_81d0ad590aadce303df4d9ff4db62760.bindTooltip(\n", + " poly_line_dfe49abfadfc97f07d050331593160e6.bindTooltip(\n", " `<div>\n", " 146\n", " </div>`,\n", @@ -69608,13 +34651,13 @@ " );\n", " \n", " \n", - " var poly_line_51c2783e9dd2e3be19409a2e13d7291c = L.polyline(\n", + " var poly_line_f6d010a67439ee8cded9eafedf24410e = L.polyline(\n", " [[37.769324, -122.410771], [37.769167, -122.409821]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_51c2783e9dd2e3be19409a2e13d7291c.bindTooltip(\n", + " poly_line_f6d010a67439ee8cded9eafedf24410e.bindTooltip(\n", " `<div>\n", " 147\n", " </div>`,\n", @@ -69622,13 +34665,13 @@ " );\n", " \n", " \n", - " var poly_line_bd9e4fce69db35cfc605593a3d6028d0 = L.polyline(\n", + " var poly_line_78e9a618cdd762d1b2003f3c5877b2dd = L.polyline(\n", " [[37.769167, -122.409821], [37.768983, -122.408677]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bd9e4fce69db35cfc605593a3d6028d0.bindTooltip(\n", + " poly_line_78e9a618cdd762d1b2003f3c5877b2dd.bindTooltip(\n", " `<div>\n", " 148\n", " </div>`,\n", @@ -69636,13 +34679,13 @@ " );\n", " \n", " \n", - " var poly_line_eae89242d3e79359dd74ad0e4d427f50 = L.polyline(\n", + " var poly_line_fd58810ee674e0a30da556c9e0edd40b = L.polyline(\n", " [[37.768983, -122.408677], [37.768916, -122.40808]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_eae89242d3e79359dd74ad0e4d427f50.bindTooltip(\n", + " poly_line_fd58810ee674e0a30da556c9e0edd40b.bindTooltip(\n", " `<div>\n", " 149\n", " </div>`,\n", @@ -69650,13 +34693,13 @@ " );\n", " \n", " \n", - " var poly_line_cab770bc28a82b222c8b320030b4ebaf = L.polyline(\n", + " var poly_line_ec6ee587b0eec6c77925b4d22cc3694b = L.polyline(\n", " [[37.768916, -122.40808], [37.768909, -122.408003]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_cab770bc28a82b222c8b320030b4ebaf.bindTooltip(\n", + " poly_line_ec6ee587b0eec6c77925b4d22cc3694b.bindTooltip(\n", " `<div>\n", " 150\n", " </div>`,\n", @@ -69664,13 +34707,13 @@ " );\n", " \n", " \n", - " var poly_line_dd98d76750910aac56b865f0ca4d0190 = L.polyline(\n", + " var poly_line_50b1d710821a47b6bc3859b326805051 = L.polyline(\n", " [[37.768909, -122.408003], [37.768891, -122.40776]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dd98d76750910aac56b865f0ca4d0190.bindTooltip(\n", + " poly_line_50b1d710821a47b6bc3859b326805051.bindTooltip(\n", " `<div>\n", " 151\n", " </div>`,\n", @@ -69678,13 +34721,13 @@ " );\n", " \n", " \n", - " var poly_line_ee66d14ebea2cc3fe0529496b5d92494 = L.polyline(\n", + " var poly_line_256e24216f7cd997ccaa4422a8f8211d = L.polyline(\n", " [[37.768891, -122.40776], [37.768881, -122.407603]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ee66d14ebea2cc3fe0529496b5d92494.bindTooltip(\n", + " poly_line_256e24216f7cd997ccaa4422a8f8211d.bindTooltip(\n", " `<div>\n", " 152\n", " </div>`,\n", @@ -69692,13 +34735,13 @@ " );\n", " \n", " \n", - " var poly_line_64b378ec3cd0f09a52884a09d58bad93 = L.polyline(\n", + " var poly_line_eec7826788f710bb75dcac34999e5c8c = L.polyline(\n", " [[37.768881, -122.407603], [37.771392, -122.406081]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_64b378ec3cd0f09a52884a09d58bad93.bindTooltip(\n", + " poly_line_eec7826788f710bb75dcac34999e5c8c.bindTooltip(\n", " `<div>\n", " 153\n", " </div>`,\n", @@ -69706,13 +34749,13 @@ " );\n", " \n", " \n", - " var poly_line_f4f1a93ff6800d7e1937d7970b5deb07 = L.polyline(\n", + " var poly_line_60557c522b17625d9d795ad9119e7c8e = L.polyline(\n", " [[37.771392, -122.406081], [37.771684, -122.406259]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f4f1a93ff6800d7e1937d7970b5deb07.bindTooltip(\n", + " poly_line_60557c522b17625d9d795ad9119e7c8e.bindTooltip(\n", " `<div>\n", " 154\n", " </div>`,\n", @@ -69720,13 +34763,13 @@ " );\n", " \n", " \n", - " var poly_line_a987055770a5913a6deda8d61ae85266 = L.polyline(\n", + " var poly_line_2da914b2c55c1f14cb26a362d1e855bf = L.polyline(\n", " [[37.771684, -122.406259], [37.772665, -122.40657]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a987055770a5913a6deda8d61ae85266.bindTooltip(\n", + " poly_line_2da914b2c55c1f14cb26a362d1e855bf.bindTooltip(\n", " `<div>\n", " 155\n", " </div>`,\n", @@ -69734,13 +34777,13 @@ " );\n", " \n", " \n", - " var poly_line_fde047299f88cf8b269a931e9b06f1db = L.polyline(\n", + " var poly_line_c70ade85f88e98a15816a3f084255f14 = L.polyline(\n", " [[37.772665, -122.40657], [37.776381, -122.404336]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_fde047299f88cf8b269a931e9b06f1db.bindTooltip(\n", + " poly_line_c70ade85f88e98a15816a3f084255f14.bindTooltip(\n", " `<div>\n", " 156\n", " </div>`,\n", @@ -69748,13 +34791,13 @@ " );\n", " \n", " \n", - " var poly_line_fb72516335b422bd12c14bc6a61d9a9c = L.polyline(\n", + " var poly_line_05964ce6bd56a0fb148d9ae0d7a7df8f = L.polyline(\n", " [[37.776381, -122.404336], [37.776706, -122.403797]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_fb72516335b422bd12c14bc6a61d9a9c.bindTooltip(\n", + " poly_line_05964ce6bd56a0fb148d9ae0d7a7df8f.bindTooltip(\n", " `<div>\n", " 157\n", " </div>`,\n", @@ -69762,13 +34805,13 @@ " );\n", " \n", " \n", - " var poly_line_b88f1aa55c7c601a79dec1bb219359a9 = L.polyline(\n", + " var poly_line_8ef85d7c80352785fc5f7c1f10422d49 = L.polyline(\n", " [[37.776706, -122.403797], [37.777839, -122.401613]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b88f1aa55c7c601a79dec1bb219359a9.bindTooltip(\n", + " poly_line_8ef85d7c80352785fc5f7c1f10422d49.bindTooltip(\n", " `<div>\n", " 158\n", " </div>`,\n", @@ -69776,13 +34819,13 @@ " );\n", " \n", " \n", - " var poly_line_e47f1f0ac9e4782e0393cb8682262f42 = L.polyline(\n", + " var poly_line_7f07bc8008b419fe999799b7f7b1f1c3 = L.polyline(\n", " [[37.777839, -122.401613], [37.778246, -122.400917]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e47f1f0ac9e4782e0393cb8682262f42.bindTooltip(\n", + " poly_line_7f07bc8008b419fe999799b7f7b1f1c3.bindTooltip(\n", " `<div>\n", " 159\n", " </div>`,\n", @@ -69790,13 +34833,13 @@ " );\n", " \n", " \n", - " var poly_line_0f1498da14c8aba65b7087542d2cea48 = L.polyline(\n", + " var poly_line_6709d214386c9693cbe48404f1ab2e9f = L.polyline(\n", " [[37.778246, -122.400917], [37.782402, -122.395927]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0f1498da14c8aba65b7087542d2cea48.bindTooltip(\n", + " poly_line_6709d214386c9693cbe48404f1ab2e9f.bindTooltip(\n", " `<div>\n", " 160\n", " </div>`,\n", @@ -69804,13 +34847,13 @@ " );\n", " \n", " \n", - " var poly_line_ee5ee6352938f48b076821d6e3469cb3 = L.polyline(\n", + " var poly_line_998757c4d27fb2f42755af3da016c729 = L.polyline(\n", " [[37.782402, -122.395927], [37.783217, -122.395003]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ee5ee6352938f48b076821d6e3469cb3.bindTooltip(\n", + " poly_line_998757c4d27fb2f42755af3da016c729.bindTooltip(\n", " `<div>\n", " 161\n", " </div>`,\n", @@ -69818,13 +34861,13 @@ " );\n", " \n", " \n", - " var poly_line_dc3ce9d1af48530b97f987f7bf521225 = L.polyline(\n", + " var poly_line_ab464ce9d28ad1dc94b1e24c39195d57 = L.polyline(\n", " [[37.783217, -122.395003], [37.783785, -122.394274]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dc3ce9d1af48530b97f987f7bf521225.bindTooltip(\n", + " poly_line_ab464ce9d28ad1dc94b1e24c39195d57.bindTooltip(\n", " `<div>\n", " 162\n", " </div>`,\n", @@ -69832,13 +34875,13 @@ " );\n", " \n", " \n", - " var poly_line_d2da7caf7a84d73925c67092d4a569b6 = L.polyline(\n", + " var poly_line_a870f7cd7ff39f3ad881f409385faedd = L.polyline(\n", " [[37.783785, -122.394274], [37.784144, -122.393795]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d2da7caf7a84d73925c67092d4a569b6.bindTooltip(\n", + " poly_line_a870f7cd7ff39f3ad881f409385faedd.bindTooltip(\n", " `<div>\n", " 163\n", " </div>`,\n", @@ -69846,13 +34889,13 @@ " );\n", " \n", " \n", - " var poly_line_e90769bda75c31265903ce2b63769371 = L.polyline(\n", + " var poly_line_d2c129cb94a75671d594aa731853f337 = L.polyline(\n", " [[37.784144, -122.393795], [37.784844, -122.392784]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e90769bda75c31265903ce2b63769371.bindTooltip(\n", + " poly_line_d2c129cb94a75671d594aa731853f337.bindTooltip(\n", " `<div>\n", " 164\n", " </div>`,\n", @@ -69860,13 +34903,13 @@ " );\n", " \n", " \n", - " var poly_line_02370ce1e844addb032452aa4af48a30 = L.polyline(\n", + " var poly_line_41def3baf81f2bf116c44cff39e3336c = L.polyline(\n", " [[37.784844, -122.392784], [37.785576, -122.391573]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_02370ce1e844addb032452aa4af48a30.bindTooltip(\n", + " poly_line_41def3baf81f2bf116c44cff39e3336c.bindTooltip(\n", " `<div>\n", " 165\n", " </div>`,\n", @@ -69874,13 +34917,13 @@ " );\n", " \n", " \n", - " var poly_line_79e3b750e78fa0cdf4da61c703df1bd5 = L.polyline(\n", + " var poly_line_54ef093da77bb0631280ba7c076cda21 = L.polyline(\n", " [[37.785576, -122.391573], [37.785707, -122.391337]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_79e3b750e78fa0cdf4da61c703df1bd5.bindTooltip(\n", + " poly_line_54ef093da77bb0631280ba7c076cda21.bindTooltip(\n", " `<div>\n", " 166\n", " </div>`,\n", @@ -69888,13 +34931,13 @@ " );\n", " \n", " \n", - " var poly_line_6726acc8c3974995490060dd98d630b4 = L.polyline(\n", + " var poly_line_c414e74fbaf70aa160f9a5ea4918929b = L.polyline(\n", " [[37.785707, -122.391337], [37.785952, -122.390985]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6726acc8c3974995490060dd98d630b4.bindTooltip(\n", + " poly_line_c414e74fbaf70aa160f9a5ea4918929b.bindTooltip(\n", " `<div>\n", " 167\n", " </div>`,\n", @@ -69902,13 +34945,13 @@ " );\n", " \n", " \n", - " var poly_line_b1486328809d44fda389636d679966c2 = L.polyline(\n", + " var poly_line_58dd61325b1481ad340ad4a272bf9263 = L.polyline(\n", " [[37.785952, -122.390985], [37.786478, -122.390371]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b1486328809d44fda389636d679966c2.bindTooltip(\n", + " poly_line_58dd61325b1481ad340ad4a272bf9263.bindTooltip(\n", " `<div>\n", " 168\n", " </div>`,\n", @@ -69916,13 +34959,13 @@ " );\n", " \n", " \n", - " var poly_line_3fcc1a1d902b7e458e203f54f7392e1e = L.polyline(\n", + " var poly_line_be0ecc35104c5930164bfb16249fa9ec = L.polyline(\n", " [[37.786478, -122.390371], [37.808058, -122.367261]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3fcc1a1d902b7e458e203f54f7392e1e.bindTooltip(\n", + " poly_line_be0ecc35104c5930164bfb16249fa9ec.bindTooltip(\n", " `<div>\n", " 169\n", " </div>`,\n", @@ -69930,13 +34973,13 @@ " );\n", " \n", " \n", - " var poly_line_a38e25cd4f1e8895c500b7e2b448f631 = L.polyline(\n", + " var poly_line_9e6dcc72ba22e18db93dbece72c4324a = L.polyline(\n", " [[37.808058, -122.367261], [37.808121, -122.367195]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a38e25cd4f1e8895c500b7e2b448f631.bindTooltip(\n", + " poly_line_9e6dcc72ba22e18db93dbece72c4324a.bindTooltip(\n", " `<div>\n", " 170\n", " </div>`,\n", @@ -69944,13 +34987,13 @@ " );\n", " \n", " \n", - " var poly_line_e72fff242325717c71a0c749b425494a = L.polyline(\n", + " var poly_line_18a792e675c548c84ddeb16db8cacb4f = L.polyline(\n", " [[37.808121, -122.367195], [37.808927, -122.366335]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e72fff242325717c71a0c749b425494a.bindTooltip(\n", + " poly_line_18a792e675c548c84ddeb16db8cacb4f.bindTooltip(\n", " `<div>\n", " 171\n", " </div>`,\n", @@ -69958,13 +35001,13 @@ " );\n", " \n", " \n", - " var poly_line_155437b8a093de1d63792ce64a1c724a = L.polyline(\n", + " var poly_line_f7a64012b7eeb56fa38dc692f5a87373 = L.polyline(\n", " [[37.808927, -122.366335], [37.810136, -122.365043]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_155437b8a093de1d63792ce64a1c724a.bindTooltip(\n", + " poly_line_f7a64012b7eeb56fa38dc692f5a87373.bindTooltip(\n", " `<div>\n", " 172\n", " </div>`,\n", @@ -69972,13 +35015,13 @@ " );\n", " \n", " \n", - " var poly_line_991b12765de31f4d356a56e31716e7fa = L.polyline(\n", + " var poly_line_607bc146e61ff28ff9c01fdc45ba894a = L.polyline(\n", " [[37.810136, -122.365043], [37.810457, -122.36469]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_991b12765de31f4d356a56e31716e7fa.bindTooltip(\n", + " poly_line_607bc146e61ff28ff9c01fdc45ba894a.bindTooltip(\n", " `<div>\n", " 173\n", " </div>`,\n", @@ -69986,13 +35029,13 @@ " );\n", " \n", " \n", - " var poly_line_deacf68e698abd54ebbd7bda9fb68c5a = L.polyline(\n", + " var poly_line_27f343e46631a63eabbe8d341911510a = L.polyline(\n", " [[37.810457, -122.36469], [37.811317, -122.363787]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_deacf68e698abd54ebbd7bda9fb68c5a.bindTooltip(\n", + " poly_line_27f343e46631a63eabbe8d341911510a.bindTooltip(\n", " `<div>\n", " 174\n", " </div>`,\n", @@ -70000,13 +35043,13 @@ " );\n", " \n", " \n", - " var poly_line_e345a49a24dbe540a837fde6a4de96e9 = L.polyline(\n", + " var poly_line_e8129b4ca149538047e77f906ad46bdb = L.polyline(\n", " [[37.811317, -122.363787], [37.813201, -122.361562]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e345a49a24dbe540a837fde6a4de96e9.bindTooltip(\n", + " poly_line_e8129b4ca149538047e77f906ad46bdb.bindTooltip(\n", " `<div>\n", " 175\n", " </div>`,\n", @@ -70014,13 +35057,13 @@ " );\n", " \n", " \n", - " var poly_line_4ea2d0b86650dc1f95bf78b58119b38d = L.polyline(\n", + " var poly_line_a81e5eab0b282bb0b0bf4bcb66cf2cad = L.polyline(\n", " [[37.813201, -122.361562], [37.821831, -122.327715]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4ea2d0b86650dc1f95bf78b58119b38d.bindTooltip(\n", + " poly_line_a81e5eab0b282bb0b0bf4bcb66cf2cad.bindTooltip(\n", " `<div>\n", " 176\n", " </div>`,\n", @@ -70028,13 +35071,13 @@ " );\n", " \n", " \n", - " var poly_line_98b9f5ede597f15c220efc065c013165 = L.polyline(\n", + " var poly_line_6829336dcd521aa4a29443495af95564 = L.polyline(\n", " [[37.821831, -122.327715], [37.821839, -122.327611]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_98b9f5ede597f15c220efc065c013165.bindTooltip(\n", + " poly_line_6829336dcd521aa4a29443495af95564.bindTooltip(\n", " `<div>\n", " 177\n", " </div>`,\n", @@ -70042,13 +35085,13 @@ " );\n", " \n", " \n", - " var poly_line_4da06637923b9eed3a89533210d9e628 = L.polyline(\n", + " var poly_line_06d3e850f0563c4b3db63e4ebc93330f = L.polyline(\n", " [[37.821839, -122.327611], [37.821977, -122.325567]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4da06637923b9eed3a89533210d9e628.bindTooltip(\n", + " poly_line_06d3e850f0563c4b3db63e4ebc93330f.bindTooltip(\n", " `<div>\n", " 178\n", " </div>`,\n", @@ -70056,13 +35099,13 @@ " );\n", " \n", " \n", - " var poly_line_a7723600b0dfe50585958cafc2f1fc0c = L.polyline(\n", + " var poly_line_d1a1b503788bd179f27ed723f182c1dc = L.polyline(\n", " [[37.821977, -122.325567], [37.82244, -122.321666]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a7723600b0dfe50585958cafc2f1fc0c.bindTooltip(\n", + " poly_line_d1a1b503788bd179f27ed723f182c1dc.bindTooltip(\n", " `<div>\n", " 179\n", " </div>`,\n", @@ -70070,13 +35113,13 @@ " );\n", " \n", " \n", - " var poly_line_c2cfb6f7dd9b5692d056304a61273546 = L.polyline(\n", + " var poly_line_d7f5e1439500172a8ca855b6d2c3a061 = L.polyline(\n", " [[37.82244, -122.321666], [37.822776, -122.319737]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c2cfb6f7dd9b5692d056304a61273546.bindTooltip(\n", + " poly_line_d7f5e1439500172a8ca855b6d2c3a061.bindTooltip(\n", " `<div>\n", " 180\n", " </div>`,\n", @@ -70084,13 +35127,13 @@ " );\n", " \n", " \n", - " var poly_line_a24b2f81fcae0b3e8f8d331edd7fbf92 = L.polyline(\n", + " var poly_line_35e1785eadd19d1e81a2b88b0df6687c = L.polyline(\n", " [[37.822776, -122.319737], [37.823061, -122.31811]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a24b2f81fcae0b3e8f8d331edd7fbf92.bindTooltip(\n", + " poly_line_35e1785eadd19d1e81a2b88b0df6687c.bindTooltip(\n", " `<div>\n", " 181\n", " </div>`,\n", @@ -70098,13 +35141,13 @@ " );\n", " \n", " \n", - " var poly_line_5bf68c59c317b38d0db3a9dadceda61b = L.polyline(\n", + " var poly_line_cb0367aa1d82bea672397f17745d4d13 = L.polyline(\n", " [[37.823061, -122.31811], [37.823092, -122.317942]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5bf68c59c317b38d0db3a9dadceda61b.bindTooltip(\n", + " poly_line_cb0367aa1d82bea672397f17745d4d13.bindTooltip(\n", " `<div>\n", " 182\n", " </div>`,\n", @@ -70112,13 +35155,13 @@ " );\n", " \n", " \n", - " var poly_line_917bf3cf05190146fdc17b8b0817fece = L.polyline(\n", + " var poly_line_de2c0f55014722580548b331b93c6881 = L.polyline(\n", " [[37.823092, -122.317942], [37.82384, -122.313667]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_917bf3cf05190146fdc17b8b0817fece.bindTooltip(\n", + " poly_line_de2c0f55014722580548b331b93c6881.bindTooltip(\n", " `<div>\n", " 183\n", " </div>`,\n", @@ -70126,13 +35169,13 @@ " );\n", " \n", " \n", - " var poly_line_7141e4c21075fe3ba2cfa3627ebe1fca = L.polyline(\n", + " var poly_line_00a1d0d929ec0dd0a911e50ea14df3ff = L.polyline(\n", " [[37.82384, -122.313667], [37.82443, -122.310031]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_7141e4c21075fe3ba2cfa3627ebe1fca.bindTooltip(\n", + " poly_line_00a1d0d929ec0dd0a911e50ea14df3ff.bindTooltip(\n", " `<div>\n", " 184\n", " </div>`,\n", @@ -70140,13 +35183,13 @@ " );\n", " \n", " \n", - " var poly_line_0e195ae28b8f47c3b56444efc47f6d16 = L.polyline(\n", + " var poly_line_5a8bf9b924679095808396cbb7a8d851 = L.polyline(\n", " [[37.82443, -122.310031], [37.825157, -122.30467]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0e195ae28b8f47c3b56444efc47f6d16.bindTooltip(\n", + " poly_line_5a8bf9b924679095808396cbb7a8d851.bindTooltip(\n", " `<div>\n", " 185\n", " </div>`,\n", @@ -70154,13 +35197,13 @@ " );\n", " \n", " \n", - " var poly_line_622f49095d7a2067ca34116f39dcf5a4 = L.polyline(\n", + " var poly_line_ddb62cb611eb87be7683407ed2d3cd3d = L.polyline(\n", " [[37.825157, -122.30467], [37.826332, -122.298475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_622f49095d7a2067ca34116f39dcf5a4.bindTooltip(\n", + " poly_line_ddb62cb611eb87be7683407ed2d3cd3d.bindTooltip(\n", " `<div>\n", " 186\n", " </div>`,\n", @@ -70168,13 +35211,13 @@ " );\n", " \n", " \n", - " var poly_line_bda7c638eb9c1086b864e8df5ae5659a = L.polyline(\n", + " var poly_line_f5f7d64203fe5adb43ac23cd1d02d28a = L.polyline(\n", " [[37.826332, -122.298475], [37.826522, -122.297597]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bda7c638eb9c1086b864e8df5ae5659a.bindTooltip(\n", + " poly_line_f5f7d64203fe5adb43ac23cd1d02d28a.bindTooltip(\n", " `<div>\n", " 187\n", " </div>`,\n", @@ -70182,13 +35225,13 @@ " );\n", " \n", " \n", - " var poly_line_47727b134b59dfc5e437d76ae7e53287 = L.polyline(\n", + " var poly_line_d64263c39172740460410c4966eec919 = L.polyline(\n", " [[37.826522, -122.297597], [37.826728, -122.290967]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_47727b134b59dfc5e437d76ae7e53287.bindTooltip(\n", + " poly_line_d64263c39172740460410c4966eec919.bindTooltip(\n", " `<div>\n", " 188\n", " </div>`,\n", @@ -70196,13 +35239,13 @@ " );\n", " \n", " \n", - " var poly_line_55d710a6df1d3c52a0c83ccdf0e0f882 = L.polyline(\n", + " var poly_line_5f6a9ef3a7c2729e15579802561f43a5 = L.polyline(\n", " [[37.826728, -122.290967], [37.826361, -122.288072]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_55d710a6df1d3c52a0c83ccdf0e0f882.bindTooltip(\n", + " poly_line_5f6a9ef3a7c2729e15579802561f43a5.bindTooltip(\n", " `<div>\n", " 189\n", " </div>`,\n", @@ -70210,13 +35253,13 @@ " );\n", " \n", " \n", - " var poly_line_f73eaea889eddfc97149b4624e88285f = L.polyline(\n", + " var poly_line_9958838065dcca0fb746cd0a9ea0b204 = L.polyline(\n", " [[37.826361, -122.288072], [37.826473, -122.287242]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f73eaea889eddfc97149b4624e88285f.bindTooltip(\n", + " poly_line_9958838065dcca0fb746cd0a9ea0b204.bindTooltip(\n", " `<div>\n", " 190\n", " </div>`,\n", @@ -70224,13 +35267,13 @@ " );\n", " \n", " \n", - " var poly_line_81a3fb1b0f1026b7dc5806cf2d4c577d = L.polyline(\n", + " var poly_line_da917a3658ab06bd1c0954acded9d864 = L.polyline(\n", " [[37.826473, -122.287242], [37.827012, -122.28437]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_81a3fb1b0f1026b7dc5806cf2d4c577d.bindTooltip(\n", + " poly_line_da917a3658ab06bd1c0954acded9d864.bindTooltip(\n", " `<div>\n", " 191\n", " </div>`,\n", @@ -70238,13 +35281,13 @@ " );\n", " \n", " \n", - " var poly_line_aebf8c1ac0e3dfbeb42ee372fcbca1d3 = L.polyline(\n", + " var poly_line_9e2b8e3407d086a2ae73d5ac9ec8e604 = L.polyline(\n", " [[37.827012, -122.28437], [37.827285, -122.281534]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aebf8c1ac0e3dfbeb42ee372fcbca1d3.bindTooltip(\n", + " poly_line_9e2b8e3407d086a2ae73d5ac9ec8e604.bindTooltip(\n", " `<div>\n", " 192\n", " </div>`,\n", @@ -70252,13 +35295,13 @@ " );\n", " \n", " \n", - " var poly_line_a8d1797b0ebe0d1448c38498f6fe08ee = L.polyline(\n", + " var poly_line_c05e9bf5f0706c7f895dcb4fb69a12d1 = L.polyline(\n", " [[37.827285, -122.281534], [37.826682, -122.278724]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a8d1797b0ebe0d1448c38498f6fe08ee.bindTooltip(\n", + " poly_line_c05e9bf5f0706c7f895dcb4fb69a12d1.bindTooltip(\n", " `<div>\n", " 193\n", " </div>`,\n", @@ -70266,13 +35309,13 @@ " );\n", " \n", " \n", - " var poly_line_1ca5051cd989e64efa984e3d9a153126 = L.polyline(\n", + " var poly_line_bd2e6b95ca0777ddedc6854a95d27353 = L.polyline(\n", " [[37.826682, -122.278724], [37.826533, -122.278095]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1ca5051cd989e64efa984e3d9a153126.bindTooltip(\n", + " poly_line_bd2e6b95ca0777ddedc6854a95d27353.bindTooltip(\n", " `<div>\n", " 194\n", " </div>`,\n", @@ -70280,13 +35323,13 @@ " );\n", " \n", " \n", - " var poly_line_482bb6c7ca6a6aea4cbdb50530c8b577 = L.polyline(\n", + " var poly_line_c2d5d23130d097186df6bf4d10f433f7 = L.polyline(\n", " [[37.826533, -122.278095], [37.826456, -122.277755]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_482bb6c7ca6a6aea4cbdb50530c8b577.bindTooltip(\n", + " poly_line_c2d5d23130d097186df6bf4d10f433f7.bindTooltip(\n", " `<div>\n", " 195\n", " </div>`,\n", @@ -70294,13 +35337,13 @@ " );\n", " \n", " \n", - " var poly_line_5baee54adedc749aa72456f123b014b3 = L.polyline(\n", + " var poly_line_9996a193def5e92faa86a4321ab5fad7 = L.polyline(\n", " [[37.826456, -122.277755], [37.825779, -122.275494]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5baee54adedc749aa72456f123b014b3.bindTooltip(\n", + " poly_line_9996a193def5e92faa86a4321ab5fad7.bindTooltip(\n", " `<div>\n", " 196\n", " </div>`,\n", @@ -70308,13 +35351,13 @@ " );\n", " \n", " \n", - " var poly_line_6dc79ffeb2f2105febe6e07aa3c2c61e = L.polyline(\n", + " var poly_line_5f3383d4b4e7688e9a7011605c39e5e5 = L.polyline(\n", " [[37.825779, -122.275494], [37.825647, -122.275003]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6dc79ffeb2f2105febe6e07aa3c2c61e.bindTooltip(\n", + " poly_line_5f3383d4b4e7688e9a7011605c39e5e5.bindTooltip(\n", " `<div>\n", " 197\n", " </div>`,\n", @@ -70322,13 +35365,13 @@ " );\n", " \n", " \n", - " var poly_line_d1831b0ff65e0e94a4bf883d7560d38d = L.polyline(\n", + " var poly_line_abfcb05f4c5797abd41db41a48c790e9 = L.polyline(\n", " [[37.825647, -122.275003], [37.82511, -122.273013]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d1831b0ff65e0e94a4bf883d7560d38d.bindTooltip(\n", + " poly_line_abfcb05f4c5797abd41db41a48c790e9.bindTooltip(\n", " `<div>\n", " 198\n", " </div>`,\n", @@ -70336,13 +35379,13 @@ " );\n", " \n", " \n", - " var poly_line_5d07d6ca1135b3dc93568ea32f6c0bc7 = L.polyline(\n", + " var poly_line_d0f8e623208bbbad09cc8032fc044d73 = L.polyline(\n", " [[37.82511, -122.273013], [37.824744, -122.271591]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_5d07d6ca1135b3dc93568ea32f6c0bc7.bindTooltip(\n", + " poly_line_d0f8e623208bbbad09cc8032fc044d73.bindTooltip(\n", " `<div>\n", " 199\n", " </div>`,\n", @@ -70350,13 +35393,13 @@ " );\n", " \n", " \n", - " var poly_line_203b746313e1d8b89818b7f3e3eb4ab0 = L.polyline(\n", + " var poly_line_8c98b9a60247c9f20a15b8daf9a4dd3a = L.polyline(\n", " [[37.824744, -122.271591], [37.825259, -122.267854]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_203b746313e1d8b89818b7f3e3eb4ab0.bindTooltip(\n", + " poly_line_8c98b9a60247c9f20a15b8daf9a4dd3a.bindTooltip(\n", " `<div>\n", " 200\n", " </div>`,\n", @@ -70364,13 +35407,13 @@ " );\n", " \n", " \n", - " var poly_line_9ec5ea1a09af25d033d9e120a666e2e7 = L.polyline(\n", + " var poly_line_d3ba4be21758295871e2f854ea9e5636 = L.polyline(\n", " [[37.825259, -122.267854], [37.827065, -122.266937]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9ec5ea1a09af25d033d9e120a666e2e7.bindTooltip(\n", + " poly_line_d3ba4be21758295871e2f854ea9e5636.bindTooltip(\n", " `<div>\n", " 201\n", " </div>`,\n", @@ -70378,13 +35421,13 @@ " );\n", " \n", " \n", - " var poly_line_1bcecd658c7cd7859cfb9504e20a81e7 = L.polyline(\n", + " var poly_line_17d43ef00df6273e7783dc9884b54050 = L.polyline(\n", " [[37.827065, -122.266937], [37.827695, -122.266802]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1bcecd658c7cd7859cfb9504e20a81e7.bindTooltip(\n", + " poly_line_17d43ef00df6273e7783dc9884b54050.bindTooltip(\n", " `<div>\n", " 202\n", " </div>`,\n", @@ -70392,13 +35435,13 @@ " );\n", " \n", " \n", - " var poly_line_e260c74c0e92924e5864846ed2968144 = L.polyline(\n", + " var poly_line_f1d2959d7fb81a674c6bd6a249015c4b = L.polyline(\n", " [[37.827695, -122.266802], [37.828295, -122.266673]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e260c74c0e92924e5864846ed2968144.bindTooltip(\n", + " poly_line_f1d2959d7fb81a674c6bd6a249015c4b.bindTooltip(\n", " `<div>\n", " 203\n", " </div>`,\n", @@ -70406,13 +35449,13 @@ " );\n", " \n", " \n", - " var poly_line_6bca80d6974b7fc95bc940b1b348fa91 = L.polyline(\n", + " var poly_line_6f8dd06a58dd794cabb90f32e67806fb = L.polyline(\n", " [[37.828295, -122.266673], [37.829691, -122.266411]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6bca80d6974b7fc95bc940b1b348fa91.bindTooltip(\n", + " poly_line_6f8dd06a58dd794cabb90f32e67806fb.bindTooltip(\n", " `<div>\n", " 204\n", " </div>`,\n", @@ -70420,13 +35463,13 @@ " );\n", " \n", " \n", - " var poly_line_b290e942034f44556b392730e66c3397 = L.polyline(\n", + " var poly_line_a1c4a4ccd7abe68cbb1adc07b8e29dff = L.polyline(\n", " [[37.829691, -122.266411], [37.829723, -122.266403]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b290e942034f44556b392730e66c3397.bindTooltip(\n", + " poly_line_a1c4a4ccd7abe68cbb1adc07b8e29dff.bindTooltip(\n", " `<div>\n", " 205\n", " </div>`,\n", @@ -70434,13 +35477,13 @@ " );\n", " \n", " \n", - " var poly_line_f1e79abb8373bf599a5da58a01bd528f = L.polyline(\n", + " var poly_line_aa69b79ac40459b2cbdceb50b5a6f72e = L.polyline(\n", " [[37.829723, -122.266403], [37.831012, -122.266041]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f1e79abb8373bf599a5da58a01bd528f.bindTooltip(\n", + " poly_line_aa69b79ac40459b2cbdceb50b5a6f72e.bindTooltip(\n", " `<div>\n", " 206\n", " </div>`,\n", @@ -70448,13 +35491,13 @@ " );\n", " \n", " \n", - " var poly_line_12f19d4dd93ac22ad3f1c2db35866c87 = L.polyline(\n", + " var poly_line_54e57a6061e3eb191fbacda37e54c7b5 = L.polyline(\n", " [[37.831012, -122.266041], [37.831354, -122.265942]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_12f19d4dd93ac22ad3f1c2db35866c87.bindTooltip(\n", + " poly_line_54e57a6061e3eb191fbacda37e54c7b5.bindTooltip(\n", " `<div>\n", " 207\n", " </div>`,\n", @@ -70462,13 +35505,13 @@ " );\n", " \n", " \n", - " var poly_line_0d868edf1a5facfb8bb8f329a0287ee8 = L.polyline(\n", + " var poly_line_ae4bd964eabfc6d4ecf20025d7f9ff68 = L.polyline(\n", " [[37.831354, -122.265942], [37.831784, -122.265819]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0d868edf1a5facfb8bb8f329a0287ee8.bindTooltip(\n", + " poly_line_ae4bd964eabfc6d4ecf20025d7f9ff68.bindTooltip(\n", " `<div>\n", " 208\n", " </div>`,\n", @@ -70476,13 +35519,13 @@ " );\n", " \n", " \n", - " var poly_line_d71fd3cbf29358cb5f3ca18db34eb4a7 = L.polyline(\n", + " var poly_line_cb1c3045c3626959709f620f4907d09b = L.polyline(\n", " [[37.831784, -122.265819], [37.832631, -122.265704]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d71fd3cbf29358cb5f3ca18db34eb4a7.bindTooltip(\n", + " poly_line_cb1c3045c3626959709f620f4907d09b.bindTooltip(\n", " `<div>\n", " 209\n", " </div>`,\n", @@ -70490,13 +35533,13 @@ " );\n", " \n", " \n", - " var poly_line_df5faac08da13356a32cdf746991791b = L.polyline(\n", + " var poly_line_cc161defedea6697c096dc08bbfffb96 = L.polyline(\n", " [[37.832631, -122.265704], [37.833126, -122.265669]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_df5faac08da13356a32cdf746991791b.bindTooltip(\n", + " poly_line_cc161defedea6697c096dc08bbfffb96.bindTooltip(\n", " `<div>\n", " 210\n", " </div>`,\n", @@ -70504,13 +35547,13 @@ " );\n", " \n", " \n", - " var poly_line_ab6788ea00a195491359cea814201c9a = L.polyline(\n", + " var poly_line_ebec202dd72214a2cfec7bf5a5524ad7 = L.polyline(\n", " [[37.833126, -122.265669], [37.833466, -122.265612]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ab6788ea00a195491359cea814201c9a.bindTooltip(\n", + " poly_line_ebec202dd72214a2cfec7bf5a5524ad7.bindTooltip(\n", " `<div>\n", " 211\n", " </div>`,\n", @@ -70518,13 +35561,13 @@ " );\n", " \n", " \n", - " var poly_line_6aaa72b61beaa50c5d6b3d20e9f21aea = L.polyline(\n", + " var poly_line_e91a44a2ecbec3fe7043672f99fe0e47 = L.polyline(\n", " [[37.833466, -122.265612], [37.834404, -122.265462]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6aaa72b61beaa50c5d6b3d20e9f21aea.bindTooltip(\n", + " poly_line_e91a44a2ecbec3fe7043672f99fe0e47.bindTooltip(\n", " `<div>\n", " 212\n", " </div>`,\n", @@ -70532,13 +35575,13 @@ " );\n", " \n", " \n", - " var poly_line_31ee2399990bebe826fb9ffea15d03b2 = L.polyline(\n", + " var poly_line_f187a340de06082c1f37954189a04667 = L.polyline(\n", " [[37.834404, -122.265462], [37.834781, -122.265554]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_31ee2399990bebe826fb9ffea15d03b2.bindTooltip(\n", + " poly_line_f187a340de06082c1f37954189a04667.bindTooltip(\n", " `<div>\n", " 213\n", " </div>`,\n", @@ -70546,13 +35589,13 @@ " );\n", " \n", " \n", - " var poly_line_521f59997eef8e7a8430a1fb5dab3de7 = L.polyline(\n", + " var poly_line_47cd4b1d83767a0e19933169ebec2185 = L.polyline(\n", " [[37.834781, -122.265554], [37.835956, -122.267322]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_521f59997eef8e7a8430a1fb5dab3de7.bindTooltip(\n", + " poly_line_47cd4b1d83767a0e19933169ebec2185.bindTooltip(\n", " `<div>\n", " 214\n", " </div>`,\n", @@ -70560,13 +35603,13 @@ " );\n", " \n", " \n", - " var poly_line_4709a9794df1bdbb0666e51eb830b618 = L.polyline(\n", + " var poly_line_5409e0a1d2f04008daed39bc097f580d = L.polyline(\n", " [[37.835956, -122.267322], [37.836233, -122.267575]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4709a9794df1bdbb0666e51eb830b618.bindTooltip(\n", + " poly_line_5409e0a1d2f04008daed39bc097f580d.bindTooltip(\n", " `<div>\n", " 215\n", " </div>`,\n", @@ -70574,13 +35617,13 @@ " );\n", " \n", " \n", - " var poly_line_0d52787093e540ae4dfb354d52088c67 = L.polyline(\n", + " var poly_line_da258b89eb5b88925643962243bc4e7e = L.polyline(\n", " [[37.836233, -122.267575], [37.836551, -122.267865]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0d52787093e540ae4dfb354d52088c67.bindTooltip(\n", + " poly_line_da258b89eb5b88925643962243bc4e7e.bindTooltip(\n", " `<div>\n", " 216\n", " </div>`,\n", @@ -70588,13 +35631,13 @@ " );\n", " \n", " \n", - " var poly_line_1728d94d43c98c714b5053b8f7f2a23d = L.polyline(\n", + " var poly_line_a7414a206974d50e25e3a95f3cd3daa4 = L.polyline(\n", " [[37.836551, -122.267865], [37.836701, -122.267993]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1728d94d43c98c714b5053b8f7f2a23d.bindTooltip(\n", + " poly_line_a7414a206974d50e25e3a95f3cd3daa4.bindTooltip(\n", " `<div>\n", " 217\n", " </div>`,\n", @@ -70602,13 +35645,13 @@ " );\n", " \n", " \n", - " var poly_line_92e7b48625093890470197c71f2d04ad = L.polyline(\n", + " var poly_line_c39b225f62af80a99d8e6d8b98854add = L.polyline(\n", " [[37.836701, -122.267993], [37.83704, -122.268272]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_92e7b48625093890470197c71f2d04ad.bindTooltip(\n", + " poly_line_c39b225f62af80a99d8e6d8b98854add.bindTooltip(\n", " `<div>\n", " 218\n", " </div>`,\n", @@ -70616,13 +35659,13 @@ " );\n", " \n", " \n", - " var poly_line_3a6247d72915366193a78d94e3695a84 = L.polyline(\n", + " var poly_line_cfaa7dd48d4adfb2e7822d3dd3ab9d20 = L.polyline(\n", " [[37.83704, -122.268272], [37.837207, -122.268424]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3a6247d72915366193a78d94e3695a84.bindTooltip(\n", + " poly_line_cfaa7dd48d4adfb2e7822d3dd3ab9d20.bindTooltip(\n", " `<div>\n", " 219\n", " </div>`,\n", @@ -70630,13 +35673,13 @@ " );\n", " \n", " \n", - " var poly_line_2989e96bcb31c3df65c31669ff276896 = L.polyline(\n", + " var poly_line_eab0c86b0922fdef711fbcd1fb43768a = L.polyline(\n", " [[37.837207, -122.268424], [37.837285, -122.268496]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2989e96bcb31c3df65c31669ff276896.bindTooltip(\n", + " poly_line_eab0c86b0922fdef711fbcd1fb43768a.bindTooltip(\n", " `<div>\n", " 220\n", " </div>`,\n", @@ -70644,13 +35687,13 @@ " );\n", " \n", " \n", - " var poly_line_755971412642ba612ee97aea1b1f6bd2 = L.polyline(\n", + " var poly_line_5c426712dee3149e91f1f76e1cb870f1 = L.polyline(\n", " [[37.837285, -122.268496], [37.837671, -122.268755]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_755971412642ba612ee97aea1b1f6bd2.bindTooltip(\n", + " poly_line_5c426712dee3149e91f1f76e1cb870f1.bindTooltip(\n", " `<div>\n", " 221\n", " </div>`,\n", @@ -70658,13 +35701,13 @@ " );\n", " \n", " \n", - " var poly_line_103b49e64b72cc13eec55ec6effc3247 = L.polyline(\n", + " var poly_line_5b776f108d0c2bd41985566fac3b4015 = L.polyline(\n", " [[37.837671, -122.268755], [37.837733, -122.268793]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_103b49e64b72cc13eec55ec6effc3247.bindTooltip(\n", + " poly_line_5b776f108d0c2bd41985566fac3b4015.bindTooltip(\n", " `<div>\n", " 222\n", " </div>`,\n", @@ -70672,13 +35715,13 @@ " );\n", " \n", " \n", - " var poly_line_254535cc507b6a993d1184fc01cda934 = L.polyline(\n", + " var poly_line_85c8af20073f211adbda4a9f8509b1fc = L.polyline(\n", " [[37.837733, -122.268793], [37.838057, -122.268978]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_254535cc507b6a993d1184fc01cda934.bindTooltip(\n", + " poly_line_85c8af20073f211adbda4a9f8509b1fc.bindTooltip(\n", " `<div>\n", " 223\n", " </div>`,\n", @@ -70686,13 +35729,13 @@ " );\n", " \n", " \n", - " var poly_line_66022d409c6b5fed172f96605800a3c7 = L.polyline(\n", + " var poly_line_4928f155f8b8050deb17cd3ae1aed045 = L.polyline(\n", " [[37.838057, -122.268978], [37.838927, -122.269362]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_66022d409c6b5fed172f96605800a3c7.bindTooltip(\n", + " poly_line_4928f155f8b8050deb17cd3ae1aed045.bindTooltip(\n", " `<div>\n", " 224\n", " </div>`,\n", @@ -70700,13 +35743,13 @@ " );\n", " \n", " \n", - " var poly_line_b3f6f1f04c598b41cd51f29b3bfba964 = L.polyline(\n", + " var poly_line_a391b0e49edce7514dede27722782700 = L.polyline(\n", " [[37.838927, -122.269362], [37.839301, -122.269478]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b3f6f1f04c598b41cd51f29b3bfba964.bindTooltip(\n", + " poly_line_a391b0e49edce7514dede27722782700.bindTooltip(\n", " `<div>\n", " 225\n", " </div>`,\n", @@ -70714,13 +35757,13 @@ " );\n", " \n", " \n", - " var poly_line_6676e8cb1377de84d0a58840de60ac97 = L.polyline(\n", + " var poly_line_cd1575b560ba1ffd17bc04e9d9b6b0c1 = L.polyline(\n", " [[37.839301, -122.269478], [37.839433, -122.26951]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6676e8cb1377de84d0a58840de60ac97.bindTooltip(\n", + " poly_line_cd1575b560ba1ffd17bc04e9d9b6b0c1.bindTooltip(\n", " `<div>\n", " 226\n", " </div>`,\n", @@ -70728,13 +35771,13 @@ " );\n", " \n", " \n", - " var poly_line_74affd695da60caa1c50740be2e4483b = L.polyline(\n", + " var poly_line_dbf50adacef49e0bee7713f69a240b0d = L.polyline(\n", " [[37.839433, -122.26951], [37.839815, -122.269588]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_74affd695da60caa1c50740be2e4483b.bindTooltip(\n", + " poly_line_dbf50adacef49e0bee7713f69a240b0d.bindTooltip(\n", " `<div>\n", " 227\n", " </div>`,\n", @@ -70742,13 +35785,13 @@ " );\n", " \n", " \n", - " var poly_line_f92d1202c4746e7a70c7b8d1c8451dea = L.polyline(\n", + " var poly_line_09e87b2b906e7f5b5bd129634cadc39a = L.polyline(\n", " [[37.839815, -122.269588], [37.840637, -122.26976]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f92d1202c4746e7a70c7b8d1c8451dea.bindTooltip(\n", + " poly_line_09e87b2b906e7f5b5bd129634cadc39a.bindTooltip(\n", " `<div>\n", " 228\n", " </div>`,\n", @@ -70756,13 +35799,13 @@ " );\n", " \n", " \n", - " var poly_line_a23896dfe71031275a88cabbaa4a7a84 = L.polyline(\n", + " var poly_line_a436780159e75ed4dd202953d8b2a871 = L.polyline(\n", " [[37.840637, -122.26976], [37.841372, -122.269915]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a23896dfe71031275a88cabbaa4a7a84.bindTooltip(\n", + " poly_line_a436780159e75ed4dd202953d8b2a871.bindTooltip(\n", " `<div>\n", " 229\n", " </div>`,\n", @@ -70770,13 +35813,13 @@ " );\n", " \n", " \n", - " var poly_line_c60f832b710f8f25c12fe5bbf0d8f4b4 = L.polyline(\n", + " var poly_line_d360b7d85f2449d4e4540979f52817fd = L.polyline(\n", " [[37.841372, -122.269915], [37.842077, -122.270063]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c60f832b710f8f25c12fe5bbf0d8f4b4.bindTooltip(\n", + " poly_line_d360b7d85f2449d4e4540979f52817fd.bindTooltip(\n", " `<div>\n", " 230\n", " </div>`,\n", @@ -70784,13 +35827,13 @@ " );\n", " \n", " \n", - " var poly_line_750f056e12bbeb011bdea3b05dd9423c = L.polyline(\n", + " var poly_line_50aa604411c2091d4a6d3be3ec6c093a = L.polyline(\n", " [[37.842077, -122.270063], [37.842759, -122.270206]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_750f056e12bbeb011bdea3b05dd9423c.bindTooltip(\n", + " poly_line_50aa604411c2091d4a6d3be3ec6c093a.bindTooltip(\n", " `<div>\n", " 231\n", " </div>`,\n", @@ -70798,13 +35841,13 @@ " );\n", " \n", " \n", - " var poly_line_1672b03ab4706bad85cf75e7d239bcc8 = L.polyline(\n", + " var poly_line_aed345a0452865a8104eb514dfb9d53b = L.polyline(\n", " [[37.842759, -122.270206], [37.843438, -122.270349]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1672b03ab4706bad85cf75e7d239bcc8.bindTooltip(\n", + " poly_line_aed345a0452865a8104eb514dfb9d53b.bindTooltip(\n", " `<div>\n", " 232\n", " </div>`,\n", @@ -70812,13 +35855,13 @@ " );\n", " \n", " \n", - " var poly_line_094e85fa51b5d62143ab9e8a8e574914 = L.polyline(\n", + " var poly_line_8f6a4e18d424f49e6bdd4206a280dad7 = L.polyline(\n", " [[37.843438, -122.270349], [37.843414, -122.270592]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_094e85fa51b5d62143ab9e8a8e574914.bindTooltip(\n", + " poly_line_8f6a4e18d424f49e6bdd4206a280dad7.bindTooltip(\n", " `<div>\n", " 233\n", " </div>`,\n", @@ -70826,13 +35869,13 @@ " );\n", " \n", " \n", - " var poly_line_44784cb5797006552a2068482465dad3 = L.polyline(\n", + " var poly_line_a6cc64fc81f7bf74ea0cf5e37a3e6eed = L.polyline(\n", " [[37.843414, -122.270592], [37.843397, -122.270777]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_44784cb5797006552a2068482465dad3.bindTooltip(\n", + " poly_line_a6cc64fc81f7bf74ea0cf5e37a3e6eed.bindTooltip(\n", " `<div>\n", " 234\n", " </div>`,\n", @@ -70840,13 +35883,13 @@ " );\n", " \n", " \n", - " var poly_line_af881b469bca755a299132a75866d28a = L.polyline(\n", + " var poly_line_6b433551201a1c6ea0b28c94e0de7e88 = L.polyline(\n", " [[37.843397, -122.270777], [37.843714, -122.270842]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_af881b469bca755a299132a75866d28a.bindTooltip(\n", + " poly_line_6b433551201a1c6ea0b28c94e0de7e88.bindTooltip(\n", " `<div>\n", " 235\n", " </div>`,\n", @@ -70854,13 +35897,13 @@ " );\n", " \n", " \n", - " var poly_line_55d8fac75ab31f151f594190b9b5643c = L.polyline(\n", + " var poly_line_841f4d9abe244fba27d2eb2904808506 = L.polyline(\n", " [[37.843714, -122.270842], [37.843397, -122.270777]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_55d8fac75ab31f151f594190b9b5643c.bindTooltip(\n", + " poly_line_841f4d9abe244fba27d2eb2904808506.bindTooltip(\n", " `<div>\n", " 236\n", " </div>`,\n", @@ -70868,13 +35911,13 @@ " );\n", " \n", " \n", - " var poly_line_aad631beca603f4ef0cb643627caa6d6 = L.polyline(\n", + " var poly_line_bd28e2f39577661769c46669572f25c7 = L.polyline(\n", " [[37.843397, -122.270777], [37.843414, -122.270592]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_aad631beca603f4ef0cb643627caa6d6.bindTooltip(\n", + " poly_line_bd28e2f39577661769c46669572f25c7.bindTooltip(\n", " `<div>\n", " 237\n", " </div>`,\n", @@ -70882,13 +35925,13 @@ " );\n", " \n", " \n", - " var poly_line_a2465d7a9e2c6e0ae2fc17ba18e21ce4 = L.polyline(\n", + " var poly_line_5f3d30201f01cf3d0d1fa04f7f85ccc0 = L.polyline(\n", " [[37.843414, -122.270592], [37.843438, -122.270349]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a2465d7a9e2c6e0ae2fc17ba18e21ce4.bindTooltip(\n", + " poly_line_5f3d30201f01cf3d0d1fa04f7f85ccc0.bindTooltip(\n", " `<div>\n", " 238\n", " </div>`,\n", @@ -70896,13 +35939,13 @@ " );\n", " \n", " \n", - " var poly_line_602da88656b519c131a8d7d89b9075ef = L.polyline(\n", + " var poly_line_92ba86efd352de9b0f462e755a4be201 = L.polyline(\n", " [[37.843438, -122.270349], [37.843908, -122.270448]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_602da88656b519c131a8d7d89b9075ef.bindTooltip(\n", + " poly_line_92ba86efd352de9b0f462e755a4be201.bindTooltip(\n", " `<div>\n", " 239\n", " </div>`,\n", @@ -70910,13 +35953,13 @@ " );\n", " \n", " \n", - " var poly_line_81ec98b8f00fb7d464cbf56606c56513 = L.polyline(\n", + " var poly_line_fc196a0bda711ad01e06230ea7a8e88f = L.polyline(\n", " [[37.843908, -122.270448], [37.844274, -122.270525]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_81ec98b8f00fb7d464cbf56606c56513.bindTooltip(\n", + " poly_line_fc196a0bda711ad01e06230ea7a8e88f.bindTooltip(\n", " `<div>\n", " 240\n", " </div>`,\n", @@ -70924,13 +35967,13 @@ " );\n", " \n", " \n", - " var poly_line_a90833c9449941e6126d6653ce7f6906 = L.polyline(\n", + " var poly_line_bb32b0453ad0bce3c343622160872cfd = L.polyline(\n", " [[37.844274, -122.270525], [37.84486, -122.270647]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_a90833c9449941e6126d6653ce7f6906.bindTooltip(\n", + " poly_line_bb32b0453ad0bce3c343622160872cfd.bindTooltip(\n", " `<div>\n", " 241\n", " </div>`,\n", @@ -70938,13 +35981,13 @@ " );\n", " \n", " \n", - " var poly_line_076e798647d7f35852dc0c7148a28bd8 = L.polyline(\n", + " var poly_line_36dc49ed60786983a541d866d3fc39e8 = L.polyline(\n", " [[37.84486, -122.270647], [37.845169, -122.270712]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_076e798647d7f35852dc0c7148a28bd8.bindTooltip(\n", + " poly_line_36dc49ed60786983a541d866d3fc39e8.bindTooltip(\n", " `<div>\n", " 242\n", " </div>`,\n", @@ -70952,13 +35995,13 @@ " );\n", " \n", " \n", - " var poly_line_c28defc39e8e3fb65306bc69be3a1ba2 = L.polyline(\n", + " var poly_line_5d528e80c6c80f554e5e82d2e6ded014 = L.polyline(\n", " [[37.845169, -122.270712], [37.846062, -122.270898]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c28defc39e8e3fb65306bc69be3a1ba2.bindTooltip(\n", + " poly_line_5d528e80c6c80f554e5e82d2e6ded014.bindTooltip(\n", " `<div>\n", " 243\n", " </div>`,\n", @@ -70966,13 +36009,13 @@ " );\n", " \n", " \n", - " var poly_line_47cbf0d54fafd2a21c8922a043483659 = L.polyline(\n", + " var poly_line_b712ed132f9e2bef5b56d551f624e815 = L.polyline(\n", " [[37.846062, -122.270898], [37.846511, -122.270997]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_47cbf0d54fafd2a21c8922a043483659.bindTooltip(\n", + " poly_line_b712ed132f9e2bef5b56d551f624e815.bindTooltip(\n", " `<div>\n", " 244\n", " </div>`,\n", @@ -70980,13 +36023,13 @@ " );\n", " \n", " \n", - " var poly_line_4250e42ccd29589ddca164e0291d2306 = L.polyline(\n", + " var poly_line_e9e6056a20d9751291a410aae7cbf67d = L.polyline(\n", " [[37.846511, -122.270997], [37.846702, -122.271123]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4250e42ccd29589ddca164e0291d2306.bindTooltip(\n", + " poly_line_e9e6056a20d9751291a410aae7cbf67d.bindTooltip(\n", " `<div>\n", " 245\n", " </div>`,\n", @@ -70994,13 +36037,13 @@ " );\n", " \n", " \n", - " var poly_line_92adf79a1f066a7d367e07518e749e37 = L.polyline(\n", + " var poly_line_fd33d909b887dc8b0df892d15d0b744d = L.polyline(\n", " [[37.846702, -122.271123], [37.847084, -122.271583]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_92adf79a1f066a7d367e07518e749e37.bindTooltip(\n", + " poly_line_fd33d909b887dc8b0df892d15d0b744d.bindTooltip(\n", " `<div>\n", " 246\n", " </div>`,\n", @@ -71008,13 +36051,13 @@ " );\n", " \n", " \n", - " var poly_line_59f868dd8e94dfba2a577d82f6d85c9f = L.polyline(\n", + " var poly_line_aaaa306ab85cd5dbd4d7dae4a0596430 = L.polyline(\n", " [[37.847084, -122.271583], [37.847199, -122.271641]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_59f868dd8e94dfba2a577d82f6d85c9f.bindTooltip(\n", + " poly_line_aaaa306ab85cd5dbd4d7dae4a0596430.bindTooltip(\n", " `<div>\n", " 247\n", " </div>`,\n", @@ -71022,13 +36065,13 @@ " );\n", " \n", " \n", - " var poly_line_d6a78dae381bb319b89e54c957206b6f = L.polyline(\n", + " var poly_line_bd1042655d55b44f05c511f3aeb8ac87 = L.polyline(\n", " [[37.847199, -122.271641], [37.848318, -122.271475]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d6a78dae381bb319b89e54c957206b6f.bindTooltip(\n", + " poly_line_bd1042655d55b44f05c511f3aeb8ac87.bindTooltip(\n", " `<div>\n", " 248\n", " </div>`,\n", @@ -71036,13 +36079,13 @@ " );\n", " \n", " \n", - " var poly_line_ad7d86fc707248d6915f7b5751c4d922 = L.polyline(\n", + " var poly_line_523555e55014a7fb3dcb1208ed22a53e = L.polyline(\n", " [[37.848318, -122.271475], [37.848673, -122.271378]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ad7d86fc707248d6915f7b5751c4d922.bindTooltip(\n", + " poly_line_523555e55014a7fb3dcb1208ed22a53e.bindTooltip(\n", " `<div>\n", " 249\n", " </div>`,\n", @@ -71050,13 +36093,13 @@ " );\n", " \n", " \n", - " var poly_line_d2cfc92027bb8c437f9fdd9c1ced7371 = L.polyline(\n", + " var poly_line_0a551eb974f8abd6c96194b7285b03af = L.polyline(\n", " [[37.848673, -122.271378], [37.848761, -122.271345]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d2cfc92027bb8c437f9fdd9c1ced7371.bindTooltip(\n", + " poly_line_0a551eb974f8abd6c96194b7285b03af.bindTooltip(\n", " `<div>\n", " 250\n", " </div>`,\n", @@ -71064,13 +36107,13 @@ " );\n", " \n", " \n", - " var poly_line_8b0507347fbc64a0761171e9a1bc856c = L.polyline(\n", + " var poly_line_fb0c08c1bf6547b6da6138befd155833 = L.polyline(\n", " [[37.848761, -122.271345], [37.848844, -122.271314]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8b0507347fbc64a0761171e9a1bc856c.bindTooltip(\n", + " poly_line_fb0c08c1bf6547b6da6138befd155833.bindTooltip(\n", " `<div>\n", " 251\n", " </div>`,\n", @@ -71078,13 +36121,13 @@ " );\n", " \n", " \n", - " var poly_line_b1955a2e30d15ca02545f398b43169b7 = L.polyline(\n", + " var poly_line_11342ef134cf209a488e489066508a5e = L.polyline(\n", " [[37.848844, -122.271314], [37.849182, -122.271182]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b1955a2e30d15ca02545f398b43169b7.bindTooltip(\n", + " poly_line_11342ef134cf209a488e489066508a5e.bindTooltip(\n", " `<div>\n", " 252\n", " </div>`,\n", @@ -71092,13 +36135,13 @@ " );\n", " \n", " \n", - " var poly_line_30b400382c23c52bc2cd0358457cb7a8 = L.polyline(\n", + " var poly_line_99be8b54bbb98b2df4ec539cef8a8e50 = L.polyline(\n", " [[37.849182, -122.271182], [37.849561, -122.271038]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_30b400382c23c52bc2cd0358457cb7a8.bindTooltip(\n", + " poly_line_99be8b54bbb98b2df4ec539cef8a8e50.bindTooltip(\n", " `<div>\n", " 253\n", " </div>`,\n", @@ -71106,13 +36149,13 @@ " );\n", " \n", " \n", - " var poly_line_ac76477eb2f1bd7467c2ad5d313dabb1 = L.polyline(\n", + " var poly_line_8e9bdf080c9bcce6a0482f7b226f8daf = L.polyline(\n", " [[37.849561, -122.271038], [37.8496, -122.271023]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ac76477eb2f1bd7467c2ad5d313dabb1.bindTooltip(\n", + " poly_line_8e9bdf080c9bcce6a0482f7b226f8daf.bindTooltip(\n", " `<div>\n", " 254\n", " </div>`,\n", @@ -71120,13 +36163,13 @@ " );\n", " \n", " \n", - " var poly_line_87e834003c8ea0070f7323633747bb57 = L.polyline(\n", + " var poly_line_dc5c6bc86deb78bba76fc54a160441a4 = L.polyline(\n", " [[37.8496, -122.271023], [37.849682, -122.270994]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_87e834003c8ea0070f7323633747bb57.bindTooltip(\n", + " poly_line_dc5c6bc86deb78bba76fc54a160441a4.bindTooltip(\n", " `<div>\n", " 255\n", " </div>`,\n", @@ -71134,13 +36177,13 @@ " );\n", " \n", " \n", - " var poly_line_dbe89ebaa62ea7739596e7811b597ad0 = L.polyline(\n", + " var poly_line_2993f3e21b91e00443d66626e093b2ab = L.polyline(\n", " [[37.849682, -122.270994], [37.849757, -122.270964]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dbe89ebaa62ea7739596e7811b597ad0.bindTooltip(\n", + " poly_line_2993f3e21b91e00443d66626e093b2ab.bindTooltip(\n", " `<div>\n", " 256\n", " </div>`,\n", @@ -71148,13 +36191,13 @@ " );\n", " \n", " \n", - " var poly_line_451ad9820b310620ab77db693e8c66bb = L.polyline(\n", + " var poly_line_be1a4712595c6b9863e98c66422ebd02 = L.polyline(\n", " [[37.849757, -122.270964], [37.849803, -122.270947]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_451ad9820b310620ab77db693e8c66bb.bindTooltip(\n", + " poly_line_be1a4712595c6b9863e98c66422ebd02.bindTooltip(\n", " `<div>\n", " 257\n", " </div>`,\n", @@ -71162,13 +36205,13 @@ " );\n", " \n", " \n", - " var poly_line_3aa7127b9400d262ebe977cf56b52c59 = L.polyline(\n", + " var poly_line_0432b95123845ccb793ec81ca419c2db = L.polyline(\n", " [[37.849803, -122.270947], [37.850216, -122.270793]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3aa7127b9400d262ebe977cf56b52c59.bindTooltip(\n", + " poly_line_0432b95123845ccb793ec81ca419c2db.bindTooltip(\n", " `<div>\n", " 258\n", " </div>`,\n", @@ -71176,13 +36219,13 @@ " );\n", " \n", " \n", - " var poly_line_71edc775bbdb9a8cc424ad61661ceb5a = L.polyline(\n", + " var poly_line_e3bc0dba2c60173bb3f53a23a3feefc5 = L.polyline(\n", " [[37.850216, -122.270793], [37.85059, -122.270652]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_71edc775bbdb9a8cc424ad61661ceb5a.bindTooltip(\n", + " poly_line_e3bc0dba2c60173bb3f53a23a3feefc5.bindTooltip(\n", " `<div>\n", " 259\n", " </div>`,\n", @@ -71190,13 +36233,13 @@ " );\n", " \n", " \n", - " var poly_line_16ff15a8e18aedc8d36973d452504d05 = L.polyline(\n", + " var poly_line_73cd1e0d1499d1807cdd196c6374f608 = L.polyline(\n", " [[37.85059, -122.270652], [37.850623, -122.270641]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_16ff15a8e18aedc8d36973d452504d05.bindTooltip(\n", + " poly_line_73cd1e0d1499d1807cdd196c6374f608.bindTooltip(\n", " `<div>\n", " 260\n", " </div>`,\n", @@ -71204,13 +36247,13 @@ " );\n", " \n", " \n", - " var poly_line_33841954e10e13141741470a5d71dc1a = L.polyline(\n", + " var poly_line_6ae0eef95ff6f4d5d954336ee19f5117 = L.polyline(\n", " [[37.850623, -122.270641], [37.850693, -122.270619]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_33841954e10e13141741470a5d71dc1a.bindTooltip(\n", + " poly_line_6ae0eef95ff6f4d5d954336ee19f5117.bindTooltip(\n", " `<div>\n", " 261\n", " </div>`,\n", @@ -71218,13 +36261,13 @@ " );\n", " \n", " \n", - " var poly_line_639891ebf341b28ce9d1863ca5fc38b8 = L.polyline(\n", + " var poly_line_f55558891a9f0365e022592a394ae9f0 = L.polyline(\n", " [[37.850693, -122.270619], [37.85081, -122.270597]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_639891ebf341b28ce9d1863ca5fc38b8.bindTooltip(\n", + " poly_line_f55558891a9f0365e022592a394ae9f0.bindTooltip(\n", " `<div>\n", " 262\n", " </div>`,\n", @@ -71232,13 +36275,13 @@ " );\n", " \n", " \n", - " var poly_line_bb486e4ac61aa1743a3072889b8cb6d8 = L.polyline(\n", + " var poly_line_6e9f13b3f4fb54110af972447f8d8f1b = L.polyline(\n", " [[37.85081, -122.270597], [37.85104, -122.270583]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bb486e4ac61aa1743a3072889b8cb6d8.bindTooltip(\n", + " poly_line_6e9f13b3f4fb54110af972447f8d8f1b.bindTooltip(\n", " `<div>\n", " 263\n", " </div>`,\n", @@ -71246,13 +36289,13 @@ " );\n", " \n", " \n", - " var poly_line_8f053088ff46e80c2ed6f2a5865a9ba3 = L.polyline(\n", + " var poly_line_3e0991700a43cfdf494e90a396a5b42f = L.polyline(\n", " [[37.85104, -122.270583], [37.851201, -122.270453]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8f053088ff46e80c2ed6f2a5865a9ba3.bindTooltip(\n", + " poly_line_3e0991700a43cfdf494e90a396a5b42f.bindTooltip(\n", " `<div>\n", " 264\n", " </div>`,\n", @@ -71260,13 +36303,13 @@ " );\n", " \n", " \n", - " var poly_line_d5421df78187b3344fc1369485bd005a = L.polyline(\n", + " var poly_line_613c0725cdf446736eb77c769e1297b7 = L.polyline(\n", " [[37.851201, -122.270453], [37.851369, -122.270282]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_d5421df78187b3344fc1369485bd005a.bindTooltip(\n", + " poly_line_613c0725cdf446736eb77c769e1297b7.bindTooltip(\n", " `<div>\n", " 265\n", " </div>`,\n", @@ -71274,13 +36317,13 @@ " );\n", " \n", " \n", - " var poly_line_79442e48b80393176e2726c2bd47e388 = L.polyline(\n", + " var poly_line_ee2f138a71692e3f4c11f9f2d1452b0c = L.polyline(\n", " [[37.851369, -122.270282], [37.851851, -122.270081]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_79442e48b80393176e2726c2bd47e388.bindTooltip(\n", + " poly_line_ee2f138a71692e3f4c11f9f2d1452b0c.bindTooltip(\n", " `<div>\n", " 266\n", " </div>`,\n", @@ -71288,13 +36331,13 @@ " );\n", " \n", " \n", - " var poly_line_355aecc130c01be033f7f32586ffd1d3 = L.polyline(\n", + " var poly_line_7b00dbc9f652f376615e1e606515faa2 = L.polyline(\n", " [[37.851851, -122.270081], [37.851955, -122.270045]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_355aecc130c01be033f7f32586ffd1d3.bindTooltip(\n", + " poly_line_7b00dbc9f652f376615e1e606515faa2.bindTooltip(\n", " `<div>\n", " 267\n", " </div>`,\n", @@ -71302,13 +36345,13 @@ " );\n", " \n", " \n", - " var poly_line_75753c6b8c44e5eec53461bc25c83f65 = L.polyline(\n", + " var poly_line_9df6474ffccb022450432479f11fe74f = L.polyline(\n", " [[37.851955, -122.270045], [37.852236, -122.269935]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_75753c6b8c44e5eec53461bc25c83f65.bindTooltip(\n", + " poly_line_9df6474ffccb022450432479f11fe74f.bindTooltip(\n", " `<div>\n", " 268\n", " </div>`,\n", @@ -71316,13 +36359,13 @@ " );\n", " \n", " \n", - " var poly_line_07602068df263a9c095fe606fc62ed3e = L.polyline(\n", + " var poly_line_2a2a7e04d5be0e8596555fab28428e08 = L.polyline(\n", " [[37.852236, -122.269935], [37.852492, -122.269835]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_07602068df263a9c095fe606fc62ed3e.bindTooltip(\n", + " poly_line_2a2a7e04d5be0e8596555fab28428e08.bindTooltip(\n", " `<div>\n", " 269\n", " </div>`,\n", @@ -71330,13 +36373,13 @@ " );\n", " \n", " \n", - " var poly_line_201295b227d35b7643ee704771de472c = L.polyline(\n", + " var poly_line_61a850dce702c840c02d5d3894e154c0 = L.polyline(\n", " [[37.852492, -122.269835], [37.852617, -122.269788]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_201295b227d35b7643ee704771de472c.bindTooltip(\n", + " poly_line_61a850dce702c840c02d5d3894e154c0.bindTooltip(\n", " `<div>\n", " 270\n", " </div>`,\n", @@ -71344,13 +36387,13 @@ " );\n", " \n", " \n", - " var poly_line_1f8f8a480ac2bad19b78d0831cf1e7f0 = L.polyline(\n", + " var poly_line_0654d4c90d5ece3608c731d81fa7d102 = L.polyline(\n", " [[37.852617, -122.269788], [37.853013, -122.269635]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1f8f8a480ac2bad19b78d0831cf1e7f0.bindTooltip(\n", + " poly_line_0654d4c90d5ece3608c731d81fa7d102.bindTooltip(\n", " `<div>\n", " 271\n", " </div>`,\n", @@ -71358,13 +36401,13 @@ " );\n", " \n", " \n", - " var poly_line_833cdb72b43069bdaeb97bbffcb6ecd0 = L.polyline(\n", + " var poly_line_a36d19d6bc0dcb361bd9be99c70b16fe = L.polyline(\n", " [[37.853013, -122.269635], [37.853357, -122.269504]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_833cdb72b43069bdaeb97bbffcb6ecd0.bindTooltip(\n", + " poly_line_a36d19d6bc0dcb361bd9be99c70b16fe.bindTooltip(\n", " `<div>\n", " 272\n", " </div>`,\n", @@ -71372,13 +36415,13 @@ " );\n", " \n", " \n", - " var poly_line_69547d4c8b89684582ea5a70bb0828d2 = L.polyline(\n", + " var poly_line_97a9391ca5915ee33dd89af193efcd50 = L.polyline(\n", " [[37.853357, -122.269504], [37.853458, -122.269464]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_69547d4c8b89684582ea5a70bb0828d2.bindTooltip(\n", + " poly_line_97a9391ca5915ee33dd89af193efcd50.bindTooltip(\n", " `<div>\n", " 273\n", " </div>`,\n", @@ -71386,13 +36429,13 @@ " );\n", " \n", " \n", - " var poly_line_848cc51b0bada739e218120a82f8051b = L.polyline(\n", + " var poly_line_aa26455a12795d42e4d63a4c23301c16 = L.polyline(\n", " [[37.853458, -122.269464], [37.853876, -122.269306]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_848cc51b0bada739e218120a82f8051b.bindTooltip(\n", + " poly_line_aa26455a12795d42e4d63a4c23301c16.bindTooltip(\n", " `<div>\n", " 274\n", " </div>`,\n", @@ -71400,13 +36443,13 @@ " );\n", " \n", " \n", - " var poly_line_64d7a4876b510fca63fec2920953cf52 = L.polyline(\n", + " var poly_line_85b98f83eb0774024724fb4cae44eba1 = L.polyline(\n", " [[37.853876, -122.269306], [37.854006, -122.269257]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_64d7a4876b510fca63fec2920953cf52.bindTooltip(\n", + " poly_line_85b98f83eb0774024724fb4cae44eba1.bindTooltip(\n", " `<div>\n", " 275\n", " </div>`,\n", @@ -71414,13 +36457,13 @@ " );\n", " \n", " \n", - " var poly_line_9c7d9427b7e9dc10613baa08066f0138 = L.polyline(\n", + " var poly_line_c9293d620395d392a017c30a13f1c91d = L.polyline(\n", " [[37.854006, -122.269257], [37.854199, -122.269184]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9c7d9427b7e9dc10613baa08066f0138.bindTooltip(\n", + " poly_line_c9293d620395d392a017c30a13f1c91d.bindTooltip(\n", " `<div>\n", " 276\n", " </div>`,\n", @@ -71428,13 +36471,13 @@ " );\n", " \n", " \n", - " var poly_line_f2c0887798693af2519b77d893e58dac = L.polyline(\n", + " var poly_line_0dc34aee9feafea29b9c4b43cd55a8c1 = L.polyline(\n", " [[37.854199, -122.269184], [37.854547, -122.269052]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f2c0887798693af2519b77d893e58dac.bindTooltip(\n", + " poly_line_0dc34aee9feafea29b9c4b43cd55a8c1.bindTooltip(\n", " `<div>\n", " 277\n", " </div>`,\n", @@ -71442,13 +36485,13 @@ " );\n", " \n", " \n", - " var poly_line_25baed27e8448732d28d4be7ba4f5804 = L.polyline(\n", + " var poly_line_35ed4e3c72e53904a3c535cae6e355a9 = L.polyline(\n", " [[37.854547, -122.269052], [37.854734, -122.268974]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_25baed27e8448732d28d4be7ba4f5804.bindTooltip(\n", + " poly_line_35ed4e3c72e53904a3c535cae6e355a9.bindTooltip(\n", " `<div>\n", " 278\n", " </div>`,\n", @@ -71456,13 +36499,13 @@ " );\n", " \n", " \n", - " var poly_line_bc745801d25a64d013041c603c914770 = L.polyline(\n", + " var poly_line_a19c811b2d684791aa441a29ccf0a748 = L.polyline(\n", " [[37.854734, -122.268974], [37.854953, -122.268905]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_bc745801d25a64d013041c603c914770.bindTooltip(\n", + " poly_line_a19c811b2d684791aa441a29ccf0a748.bindTooltip(\n", " `<div>\n", " 279\n", " </div>`,\n", @@ -71470,13 +36513,13 @@ " );\n", " \n", " \n", - " var poly_line_2e3abc8fb54417b9e91f3fbe60e28387 = L.polyline(\n", + " var poly_line_04478cf42eff89d666433020c28eaf8c = L.polyline(\n", " [[37.854953, -122.268905], [37.8553, -122.268773]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_2e3abc8fb54417b9e91f3fbe60e28387.bindTooltip(\n", + " poly_line_04478cf42eff89d666433020c28eaf8c.bindTooltip(\n", " `<div>\n", " 280\n", " </div>`,\n", @@ -71484,13 +36527,13 @@ " );\n", " \n", " \n", - " var poly_line_4f494b8cdbb5bdf5cb5d9a6e59ea7bd8 = L.polyline(\n", + " var poly_line_79ea1ff86389e9a226eec24fe2270253 = L.polyline(\n", " [[37.8553, -122.268773], [37.856444, -122.268339]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4f494b8cdbb5bdf5cb5d9a6e59ea7bd8.bindTooltip(\n", + " poly_line_79ea1ff86389e9a226eec24fe2270253.bindTooltip(\n", " `<div>\n", " 281\n", " </div>`,\n", @@ -71498,13 +36541,13 @@ " );\n", " \n", " \n", - " var poly_line_b5fbd7d96689e3d0963f0326eb4b0617 = L.polyline(\n", + " var poly_line_e78fd17cef7736fe7a676ea02c7a7d37 = L.polyline(\n", " [[37.856444, -122.268339], [37.856523, -122.268308]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_b5fbd7d96689e3d0963f0326eb4b0617.bindTooltip(\n", + " poly_line_e78fd17cef7736fe7a676ea02c7a7d37.bindTooltip(\n", " `<div>\n", " 282\n", " </div>`,\n", @@ -71512,13 +36555,13 @@ " );\n", " \n", " \n", - " var poly_line_3b32f57e5aedacb384f99706a87a5572 = L.polyline(\n", + " var poly_line_98601c384c1255f1799daf794470ff1f = L.polyline(\n", " [[37.856523, -122.268308], [37.856605, -122.268275]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3b32f57e5aedacb384f99706a87a5572.bindTooltip(\n", + " poly_line_98601c384c1255f1799daf794470ff1f.bindTooltip(\n", " `<div>\n", " 283\n", " </div>`,\n", @@ -71526,13 +36569,13 @@ " );\n", " \n", " \n", - " var poly_line_dc7d3cf11a9a90a63ac382b2b9198d6f = L.polyline(\n", + " var poly_line_ee11b988570924c7bb6fadd99157cdf9 = L.polyline(\n", " [[37.856605, -122.268275], [37.856758, -122.268216]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_dc7d3cf11a9a90a63ac382b2b9198d6f.bindTooltip(\n", + " poly_line_ee11b988570924c7bb6fadd99157cdf9.bindTooltip(\n", " `<div>\n", " 284\n", " </div>`,\n", @@ -71540,13 +36583,13 @@ " );\n", " \n", " \n", - " var poly_line_72a31f1a998e2f3d13f72baeb0a33266 = L.polyline(\n", + " var poly_line_ee3c883df61ce8b9547b1ad5f3ece075 = L.polyline(\n", " [[37.856758, -122.268216], [37.857054, -122.268103]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_72a31f1a998e2f3d13f72baeb0a33266.bindTooltip(\n", + " poly_line_ee3c883df61ce8b9547b1ad5f3ece075.bindTooltip(\n", " `<div>\n", " 285\n", " </div>`,\n", @@ -71554,13 +36597,13 @@ " );\n", " \n", " \n", - " var poly_line_79117950988e9acff5d75de27389733d = L.polyline(\n", + " var poly_line_716d87cbdcbbe2d90d589f66b998cd3d = L.polyline(\n", " [[37.857054, -122.268103], [37.857408, -122.267968]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_79117950988e9acff5d75de27389733d.bindTooltip(\n", + " poly_line_716d87cbdcbbe2d90d589f66b998cd3d.bindTooltip(\n", " `<div>\n", " 286\n", " </div>`,\n", @@ -71568,13 +36611,13 @@ " );\n", " \n", " \n", - " var poly_line_0518b810e82ac33333e128319e81d94d = L.polyline(\n", + " var poly_line_ef665a3dde3263883d1e40d3b0eea37a = L.polyline(\n", " [[37.857408, -122.267968], [37.857486, -122.267939]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_0518b810e82ac33333e128319e81d94d.bindTooltip(\n", + " poly_line_ef665a3dde3263883d1e40d3b0eea37a.bindTooltip(\n", " `<div>\n", " 287\n", " </div>`,\n", @@ -71582,13 +36625,13 @@ " );\n", " \n", " \n", - " var poly_line_656dde8a1d7fd45966f1aef23ab9da89 = L.polyline(\n", + " var poly_line_68555e1edec459f5ec20aba8edee035b = L.polyline(\n", " [[37.857486, -122.267939], [37.85757, -122.267906]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_656dde8a1d7fd45966f1aef23ab9da89.bindTooltip(\n", + " poly_line_68555e1edec459f5ec20aba8edee035b.bindTooltip(\n", " `<div>\n", " 288\n", " </div>`,\n", @@ -71596,13 +36639,13 @@ " );\n", " \n", " \n", - " var poly_line_822b0074ed597ed0f0d7ddba8eef2f3c = L.polyline(\n", + " var poly_line_5d4f260afde156889082606859c61281 = L.polyline(\n", " [[37.85757, -122.267906], [37.857841, -122.26781]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_822b0074ed597ed0f0d7ddba8eef2f3c.bindTooltip(\n", + " poly_line_5d4f260afde156889082606859c61281.bindTooltip(\n", " `<div>\n", " 289\n", " </div>`,\n", @@ -71610,13 +36653,13 @@ " );\n", " \n", " \n", - " var poly_line_ea63be4eb861e380214a1629b5313c1f = L.polyline(\n", + " var poly_line_5d585f1a94b09abff692d75ba0c439c7 = L.polyline(\n", " [[37.857841, -122.26781], [37.858368, -122.267608]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ea63be4eb861e380214a1629b5313c1f.bindTooltip(\n", + " poly_line_5d585f1a94b09abff692d75ba0c439c7.bindTooltip(\n", " `<div>\n", " 290\n", " </div>`,\n", @@ -71624,13 +36667,13 @@ " );\n", " \n", " \n", - " var poly_line_c5a9ecc43714eea747d32b7a07efe94a = L.polyline(\n", + " var poly_line_4579d9e3becb84a40d62977699a414b6 = L.polyline(\n", " [[37.858368, -122.267608], [37.85845, -122.267579]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_c5a9ecc43714eea747d32b7a07efe94a.bindTooltip(\n", + " poly_line_4579d9e3becb84a40d62977699a414b6.bindTooltip(\n", " `<div>\n", " 291\n", " </div>`,\n", @@ -71638,13 +36681,13 @@ " );\n", " \n", " \n", - " var poly_line_4357afcfd88e42263dc38e714d3acd57 = L.polyline(\n", + " var poly_line_559eebf41ef812e9e8b382f061bab8d6 = L.polyline(\n", " [[37.85845, -122.267579], [37.858464, -122.267448]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_4357afcfd88e42263dc38e714d3acd57.bindTooltip(\n", + " poly_line_559eebf41ef812e9e8b382f061bab8d6.bindTooltip(\n", " `<div>\n", " 292\n", " </div>`,\n", @@ -71652,13 +36695,13 @@ " );\n", " \n", " \n", - " var poly_line_8746e0e73d8a0c4de6edf18839f5464a = L.polyline(\n", + " var poly_line_437ddc072dd8a78dbec9813b3f1795b8 = L.polyline(\n", " [[37.858464, -122.267448], [37.858521, -122.267016]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8746e0e73d8a0c4de6edf18839f5464a.bindTooltip(\n", + " poly_line_437ddc072dd8a78dbec9813b3f1795b8.bindTooltip(\n", " `<div>\n", " 293\n", " </div>`,\n", @@ -71666,13 +36709,13 @@ " );\n", " \n", " \n", - " var poly_line_9bf8bebcc80255ddfe592912b77ba523 = L.polyline(\n", + " var poly_line_33d2b2797c5a5d516dd7b9f96a255131 = L.polyline(\n", " [[37.858521, -122.267016], [37.858533, -122.26692]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_9bf8bebcc80255ddfe592912b77ba523.bindTooltip(\n", + " poly_line_33d2b2797c5a5d516dd7b9f96a255131.bindTooltip(\n", " `<div>\n", " 294\n", " </div>`,\n", @@ -71680,13 +36723,13 @@ " );\n", " \n", " \n", - " var poly_line_ccd57358d59ea3719c78adbd6c5f47d1 = L.polyline(\n", + " var poly_line_b1ade1df49d7b7136990fd0f935dd36f = L.polyline(\n", " [[37.858533, -122.26692], [37.858545, -122.266823]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_ccd57358d59ea3719c78adbd6c5f47d1.bindTooltip(\n", + " poly_line_b1ade1df49d7b7136990fd0f935dd36f.bindTooltip(\n", " `<div>\n", " 295\n", " </div>`,\n", @@ -71694,13 +36737,13 @@ " );\n", " \n", " \n", - " var poly_line_854ec71da155b13e5f22b3a961a80c3b = L.polyline(\n", + " var poly_line_6f1ba64ddd8d0fc2a66daeb82f3f7d61 = L.polyline(\n", " [[37.858545, -122.266823], [37.858592, -122.266441]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_854ec71da155b13e5f22b3a961a80c3b.bindTooltip(\n", + " poly_line_6f1ba64ddd8d0fc2a66daeb82f3f7d61.bindTooltip(\n", " `<div>\n", " 296\n", " </div>`,\n", @@ -71708,13 +36751,13 @@ " );\n", " \n", " \n", - " var poly_line_3d38d016d31bdf77d4f37525d1421bd9 = L.polyline(\n", + " var poly_line_f5961d3396fd4be3cfb51469547356bc = L.polyline(\n", " [[37.858592, -122.266441], [37.858645, -122.266042]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3d38d016d31bdf77d4f37525d1421bd9.bindTooltip(\n", + " poly_line_f5961d3396fd4be3cfb51469547356bc.bindTooltip(\n", " `<div>\n", " 297\n", " </div>`,\n", @@ -71722,13 +36765,13 @@ " );\n", " \n", " \n", - " var poly_line_6257fd0a7fef6f69eeee13e2eedae2ed = L.polyline(\n", + " var poly_line_c45e70ffd023cae4a881c37c295784ce = L.polyline(\n", " [[37.858645, -122.266042], [37.858683, -122.265771]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_6257fd0a7fef6f69eeee13e2eedae2ed.bindTooltip(\n", + " poly_line_c45e70ffd023cae4a881c37c295784ce.bindTooltip(\n", " `<div>\n", " 298\n", " </div>`,\n", @@ -71736,13 +36779,13 @@ " );\n", " \n", " \n", - " var poly_line_892b92c6a77dc7adebc18400ff3091fc = L.polyline(\n", + " var poly_line_4d478f96c06fb0154817ac31f8e1e655 = L.polyline(\n", " [[37.858683, -122.265771], [37.858881, -122.264201]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_892b92c6a77dc7adebc18400ff3091fc.bindTooltip(\n", + " poly_line_4d478f96c06fb0154817ac31f8e1e655.bindTooltip(\n", " `<div>\n", " 299\n", " </div>`,\n", @@ -71750,13 +36793,13 @@ " );\n", " \n", " \n", - " var poly_line_90bb78de0fd3f0bc17aba6ab6cbe0dab = L.polyline(\n", + " var poly_line_a92392a9c900e3be71af788f24c14619 = L.polyline(\n", " [[37.858881, -122.264201], [37.858868, -122.264195]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_90bb78de0fd3f0bc17aba6ab6cbe0dab.bindTooltip(\n", + " poly_line_a92392a9c900e3be71af788f24c14619.bindTooltip(\n", " `<div>\n", " 300\n", " </div>`,\n", @@ -71764,13 +36807,13 @@ " );\n", " \n", " \n", - " var poly_line_e230d41f170e0e12613bf49049bfbca3 = L.polyline(\n", + " var poly_line_002a60e9f3f3af86854b057d53118fa0 = L.polyline(\n", " [[37.858868, -122.264195], [37.858846, -122.264135]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_e230d41f170e0e12613bf49049bfbca3.bindTooltip(\n", + " poly_line_002a60e9f3f3af86854b057d53118fa0.bindTooltip(\n", " `<div>\n", " 301\n", " </div>`,\n", @@ -71778,13 +36821,13 @@ " );\n", " \n", " \n", - " var poly_line_f1344e3555a580b70171c4be6f4cd012 = L.polyline(\n", + " var poly_line_976d41ee8363762a1376a307da5f45bf = L.polyline(\n", " [[37.858846, -122.264135], [37.858897, -122.264093]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_f1344e3555a580b70171c4be6f4cd012.bindTooltip(\n", + " poly_line_976d41ee8363762a1376a307da5f45bf.bindTooltip(\n", " `<div>\n", " 302\n", " </div>`,\n", @@ -71792,13 +36835,13 @@ " );\n", " \n", " \n", - " var poly_line_79b00baf927a706ef9c78313a22e4289 = L.polyline(\n", + " var poly_line_cb04750294346eb2a2f4e6be9520f0d1 = L.polyline(\n", " [[37.858897, -122.264093], [37.858909, -122.264098]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_79b00baf927a706ef9c78313a22e4289.bindTooltip(\n", + " poly_line_cb04750294346eb2a2f4e6be9520f0d1.bindTooltip(\n", " `<div>\n", " 303\n", " </div>`,\n", @@ -71806,13 +36849,13 @@ " );\n", " \n", " \n", - " var poly_line_687bd811fee6f98312efa5dc102747e0 = L.polyline(\n", + " var poly_line_cf7c0c82f72f2ec67bf84e7b78191a2b = L.polyline(\n", " [[37.858909, -122.264098], [37.858932, -122.264153]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_687bd811fee6f98312efa5dc102747e0.bindTooltip(\n", + " poly_line_cf7c0c82f72f2ec67bf84e7b78191a2b.bindTooltip(\n", " `<div>\n", " 304\n", " </div>`,\n", @@ -71820,13 +36863,13 @@ " );\n", " \n", " \n", - " var poly_line_8f9acc190c90d63ef836c3c57873e7db = L.polyline(\n", + " var poly_line_7308e2a6fabf897430ba7e62026d06f0 = L.polyline(\n", " [[37.858932, -122.264153], [37.859115, -122.264191]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_8f9acc190c90d63ef836c3c57873e7db.bindTooltip(\n", + " poly_line_7308e2a6fabf897430ba7e62026d06f0.bindTooltip(\n", " `<div>\n", " 305\n", " </div>`,\n", @@ -71834,13 +36877,13 @@ " );\n", " \n", " \n", - " var poly_line_1b4187baaab3d694be7cd6b00ae9c48e = L.polyline(\n", + " var poly_line_5aa4bf03e91523e7201cab1ea5d9e195 = L.polyline(\n", " [[37.859115, -122.264191], [37.859575, -122.264287]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_1b4187baaab3d694be7cd6b00ae9c48e.bindTooltip(\n", + " poly_line_5aa4bf03e91523e7201cab1ea5d9e195.bindTooltip(\n", " `<div>\n", " 306\n", " </div>`,\n", @@ -71848,13 +36891,13 @@ " );\n", " \n", " \n", - " var poly_line_3a83a59c960f121f112751b235f4b0f4 = L.polyline(\n", + " var poly_line_e63a12784e5dbf86730d7c72cf50cabe = L.polyline(\n", " [[37.859575, -122.264287], [37.859609, -122.264294]],\n", " {"bubblingMouseEvents": true, "color": "red", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "red", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.8, "smoothFactor": 1.0, "stroke": true, "weight": 10}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " poly_line_3a83a59c960f121f112751b235f4b0f4.bindTooltip(\n", + " poly_line_e63a12784e5dbf86730d7c72cf50cabe.bindTooltip(\n", " `<div>\n", " 307\n", " </div>`,\n", @@ -71862,13 +36905,13 @@ " );\n", " \n", " \n", - " var circle_e0327e4e42b86188a74df6bf3025dc99 = L.circle(\n", + " var circle_0a6edbefbcd8cffaac91eb897d7c54dd = L.circle(\n", " [37.78282, -122.46896],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_e0327e4e42b86188a74df6bf3025dc99.bindTooltip(\n", + " circle_0a6edbefbcd8cffaac91eb897d7c54dd.bindTooltip(\n", " `<div>\n", " 0\n", " </div>`,\n", @@ -71876,13 +36919,13 @@ " );\n", " \n", " \n", - " var circle_a8988904ac2d21f94553cea78c0d7353 = L.circle(\n", + " var circle_39288222f76b7f54a350a1bee9886fb9 = L.circle(\n", " [37.78285000000001, -122.46668],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_a8988904ac2d21f94553cea78c0d7353.bindTooltip(\n", + " circle_39288222f76b7f54a350a1bee9886fb9.bindTooltip(\n", " `<div>\n", " 1\n", " </div>`,\n", @@ -71890,13 +36933,13 @@ " );\n", " \n", " \n", - " var circle_21a0382b7b2fc1403f55eef639a24028 = L.circle(\n", + " var circle_a174929b4e1deb72b33c2259b58a2627 = L.circle(\n", " [37.78089, -122.46642000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_21a0382b7b2fc1403f55eef639a24028.bindTooltip(\n", + " circle_a174929b4e1deb72b33c2259b58a2627.bindTooltip(\n", " `<div>\n", " 2\n", " </div>`,\n", @@ -71904,13 +36947,13 @@ " );\n", " \n", " \n", - " var circle_4c487d7d00dd87b5b2d01f3c24a96119 = L.circle(\n", + " var circle_add673845b711548340f0b9c338a9236 = L.circle(\n", " [37.78124, -122.45636],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_4c487d7d00dd87b5b2d01f3c24a96119.bindTooltip(\n", + " circle_add673845b711548340f0b9c338a9236.bindTooltip(\n", " `<div>\n", " 3\n", " </div>`,\n", @@ -71918,13 +36961,13 @@ " );\n", " \n", " \n", - " var circle_96352b83db828624cdb7b3877a9f53b2 = L.circle(\n", + " var circle_30a8740f155a0e5c98fe5081f780a9a0 = L.circle(\n", " [37.77868, -122.45546999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_96352b83db828624cdb7b3877a9f53b2.bindTooltip(\n", + " circle_30a8740f155a0e5c98fe5081f780a9a0.bindTooltip(\n", " `<div>\n", " 4\n", " </div>`,\n", @@ -71932,13 +36975,13 @@ " );\n", " \n", " \n", - " var circle_2b0549279bf222f67632427c3bf8cc5d = L.circle(\n", + " var circle_0ac5457b1f18ff6b48a26a73079c2ec2 = L.circle(\n", " [37.77139, -122.45395],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_2b0549279bf222f67632427c3bf8cc5d.bindTooltip(\n", + " circle_0ac5457b1f18ff6b48a26a73079c2ec2.bindTooltip(\n", " `<div>\n", " 5\n", " </div>`,\n", @@ -71946,13 +36989,13 @@ " );\n", " \n", " \n", - " var circle_746855316f3e134c3e7baa7390727138 = L.circle(\n", + " var circle_a7a36e443cdf8a5adafafbc6b6a36eea = L.circle(\n", " [37.77123999999999, -122.45232999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_746855316f3e134c3e7baa7390727138.bindTooltip(\n", + " circle_a7a36e443cdf8a5adafafbc6b6a36eea.bindTooltip(\n", " `<div>\n", " 6\n", " </div>`,\n", @@ -71960,13 +37003,13 @@ " );\n", " \n", " \n", - " var circle_ffc669da6441cf041ff404989b4e83ac = L.circle(\n", + " var circle_9b6725edf67e163815b0bb2e0f853a77 = L.circle(\n", " [37.77488, -122.42428],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_ffc669da6441cf041ff404989b4e83ac.bindTooltip(\n", + " circle_9b6725edf67e163815b0bb2e0f853a77.bindTooltip(\n", " `<div>\n", " 7\n", " </div>`,\n", @@ -71974,13 +37017,13 @@ " );\n", " \n", " \n", - " var circle_eea3f2a4a309f1a553ca20171a0a65e5 = L.circle(\n", + " var circle_4bc1d2818c11e6082d076649795d6af8 = L.circle(\n", " [37.77477, -122.42411000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_eea3f2a4a309f1a553ca20171a0a65e5.bindTooltip(\n", + " circle_4bc1d2818c11e6082d076649795d6af8.bindTooltip(\n", " `<div>\n", " 8\n", " </div>`,\n", @@ -71988,13 +37031,13 @@ " );\n", " \n", " \n", - " var circle_8239e631296cbd824e4408b88beafc97 = L.circle(\n", + " var circle_a54796746b2e566d49ab04ff31f11f1f = L.circle(\n", " [37.77259999999999, -122.42371],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_8239e631296cbd824e4408b88beafc97.bindTooltip(\n", + " circle_a54796746b2e566d49ab04ff31f11f1f.bindTooltip(\n", " `<div>\n", " 9\n", " </div>`,\n", @@ -72002,13 +37045,13 @@ " );\n", " \n", " \n", - " var circle_1618a48dd41562aa480e6676698013cb = L.circle(\n", + " var circle_a1224ff6a2db1058337d86f631e12552 = L.circle(\n", " [37.7715, -122.4232],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_1618a48dd41562aa480e6676698013cb.bindTooltip(\n", + " circle_a1224ff6a2db1058337d86f631e12552.bindTooltip(\n", " `<div>\n", " 10\n", " </div>`,\n", @@ -72016,13 +37059,13 @@ " );\n", " \n", " \n", - " var circle_58479b672899132b0d9cc83175ae200a = L.circle(\n", + " var circle_d4d85a46f593c872d51fa7a1824b1732 = L.circle(\n", " [37.77057, -122.42231999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_58479b672899132b0d9cc83175ae200a.bindTooltip(\n", + " circle_d4d85a46f593c872d51fa7a1824b1732.bindTooltip(\n", " `<div>\n", " 11\n", " </div>`,\n", @@ -72030,13 +37073,13 @@ " );\n", " \n", " \n", - " var circle_a005988c38949c23908fd0252921739e = L.circle(\n", + " var circle_c326b2820aae5a075875a65aa7f94a18 = L.circle(\n", " [37.77026, -122.42175000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_a005988c38949c23908fd0252921739e.bindTooltip(\n", + " circle_c326b2820aae5a075875a65aa7f94a18.bindTooltip(\n", " `<div>\n", " 12\n", " </div>`,\n", @@ -72044,13 +37087,13 @@ " );\n", " \n", " \n", - " var circle_8f8d7e43b17c35f7baf28899954bc677 = L.circle(\n", + " var circle_4b36101fa610c5ac218e75de8c1ea94c = L.circle(\n", " [37.76987, -122.41872],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_8f8d7e43b17c35f7baf28899954bc677.bindTooltip(\n", + " circle_4b36101fa610c5ac218e75de8c1ea94c.bindTooltip(\n", " `<div>\n", " 13\n", " </div>`,\n", @@ -72058,13 +37101,13 @@ " );\n", " \n", " \n", - " var circle_77ef349542e553277e1ac13345e286ce = L.circle(\n", + " var circle_50376728af4dbb81ac4e9b56dbe49822 = L.circle(\n", " [37.76886999999999, -122.40696000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_77ef349542e553277e1ac13345e286ce.bindTooltip(\n", + " circle_50376728af4dbb81ac4e9b56dbe49822.bindTooltip(\n", " `<div>\n", " 14\n", " </div>`,\n", @@ -72072,13 +37115,13 @@ " );\n", " \n", " \n", - " var circle_58eab8f629b653e3402f00d1e32dd3bd = L.circle(\n", + " var circle_13a1601398c284f1852c7a4ef6bbc7cd = L.circle(\n", " [37.76908, -122.40584999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_58eab8f629b653e3402f00d1e32dd3bd.bindTooltip(\n", + " circle_13a1601398c284f1852c7a4ef6bbc7cd.bindTooltip(\n", " `<div>\n", " 15\n", " </div>`,\n", @@ -72086,13 +37129,13 @@ " );\n", " \n", " \n", - " var circle_a6f0118cfc20ecba9e7f0b724c0f867f = L.circle(\n", + " var circle_24a673407e227ab4badd66e014f9212e = L.circle(\n", " [37.76941999999999, -122.40553999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_a6f0118cfc20ecba9e7f0b724c0f867f.bindTooltip(\n", + " circle_24a673407e227ab4badd66e014f9212e.bindTooltip(\n", " `<div>\n", " 16\n", " </div>`,\n", @@ -72100,13 +37143,13 @@ " );\n", " \n", " \n", - " var circle_4e477d0f5be0a900a723d8204f2e4d40 = L.circle(\n", + " var circle_588e5195a4bc9241374f0b27c1805c3c = L.circle(\n", " [37.77015, -122.40547999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_4e477d0f5be0a900a723d8204f2e4d40.bindTooltip(\n", + " circle_588e5195a4bc9241374f0b27c1805c3c.bindTooltip(\n", " `<div>\n", " 17\n", " </div>`,\n", @@ -72114,13 +37157,13 @@ " );\n", " \n", " \n", - " var circle_668d8f21b287fdc900353d48db78a498 = L.circle(\n", + " var circle_f0d9c906f79d2f42086ac26e3005e7ea = L.circle(\n", " [37.77479, -122.40598],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_668d8f21b287fdc900353d48db78a498.bindTooltip(\n", + " circle_f0d9c906f79d2f42086ac26e3005e7ea.bindTooltip(\n", " `<div>\n", " 18\n", " </div>`,\n", @@ -72128,13 +37171,13 @@ " );\n", " \n", " \n", - " var circle_ef7109ab387355624f4b3485f4802132 = L.circle(\n", + " var circle_f6bd3c1a4597a62fd7c0ae83014e87cb = L.circle(\n", " [37.775079999999996, -122.40575999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_ef7109ab387355624f4b3485f4802132.bindTooltip(\n", + " circle_f6bd3c1a4597a62fd7c0ae83014e87cb.bindTooltip(\n", " `<div>\n", " 19\n", " </div>`,\n", @@ -72142,13 +37185,13 @@ " );\n", " \n", " \n", - " var circle_2ffb848433b2ca272c5c9194fe69d90b = L.circle(\n", + " var circle_c73928ceaaaafea9855091d38403b86c = L.circle(\n", " [37.77806, -122.40129999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_2ffb848433b2ca272c5c9194fe69d90b.bindTooltip(\n", + " circle_c73928ceaaaafea9855091d38403b86c.bindTooltip(\n", " `<div>\n", " 20\n", " </div>`,\n", @@ -72156,13 +37199,13 @@ " );\n", " \n", " \n", - " var circle_40a9a9d8c35cb2e772485d48da8184d6 = L.circle(\n", + " var circle_bd20f146552f616a532f5120b6c18980 = L.circle(\n", " [37.784649999999985, -122.39303999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_40a9a9d8c35cb2e772485d48da8184d6.bindTooltip(\n", + " circle_bd20f146552f616a532f5120b6c18980.bindTooltip(\n", " `<div>\n", " 21\n", " </div>`,\n", @@ -72170,13 +37213,13 @@ " );\n", " \n", " \n", - " var circle_e57c3b0132e07b0cc1d67306da4fde77 = L.circle(\n", + " var circle_1ef4f13eca61a0eacdc58500db68a5ef = L.circle(\n", " [37.78656, -122.38977999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_e57c3b0132e07b0cc1d67306da4fde77.bindTooltip(\n", + " circle_1ef4f13eca61a0eacdc58500db68a5ef.bindTooltip(\n", " `<div>\n", " 22\n", " </div>`,\n", @@ -72184,13 +37227,13 @@ " );\n", " \n", " \n", - " var circle_e46ad8f649e9896d90d7a2bc09a2038f = L.circle(\n", + " var circle_bbac9f6ae9920a4e8e3274dc5f0b53b7 = L.circle(\n", " [37.78794, -122.38879999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_e46ad8f649e9896d90d7a2bc09a2038f.bindTooltip(\n", + " circle_bbac9f6ae9920a4e8e3274dc5f0b53b7.bindTooltip(\n", " `<div>\n", " 23\n", " </div>`,\n", @@ -72198,13 +37241,13 @@ " );\n", " \n", " \n", - " var circle_360b31895da3bc0471a8095d6fa86210 = L.circle(\n", + " var circle_092bfbdda06dcf4ab22e9ab5303a62b9 = L.circle(\n", " [37.81285999999999, -122.36223000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_360b31895da3bc0471a8095d6fa86210.bindTooltip(\n", + " circle_092bfbdda06dcf4ab22e9ab5303a62b9.bindTooltip(\n", " `<div>\n", " 24\n", " </div>`,\n", @@ -72212,13 +37255,13 @@ " );\n", " \n", " \n", - " var circle_3b1f877223694d0edccb1788d1a6fd53 = L.circle(\n", + " var circle_cf68166e2641e78789132b950a02800f = L.circle(\n", " [37.816919999999996, -122.35521000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_3b1f877223694d0edccb1788d1a6fd53.bindTooltip(\n", + " circle_cf68166e2641e78789132b950a02800f.bindTooltip(\n", " `<div>\n", " 25\n", " </div>`,\n", @@ -72226,13 +37269,13 @@ " );\n", " \n", " \n", - " var circle_2be30897d5b5446104e1a31124647ac1 = L.circle(\n", + " var circle_369f66987e3185694d024867162c3e24 = L.circle(\n", " [37.81938, -122.34603999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_2be30897d5b5446104e1a31124647ac1.bindTooltip(\n", + " circle_369f66987e3185694d024867162c3e24.bindTooltip(\n", " `<div>\n", " 26\n", " </div>`,\n", @@ -72240,13 +37283,13 @@ " );\n", " \n", " \n", - " var circle_bfd669ca3462955c6ffa33a3b3479ab5 = L.circle(\n", + " var circle_e4be9eeb620be046e83435a00535c564 = L.circle(\n", " [37.8217, -122.32912],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_bfd669ca3462955c6ffa33a3b3479ab5.bindTooltip(\n", + " circle_e4be9eeb620be046e83435a00535c564.bindTooltip(\n", " `<div>\n", " 27\n", " </div>`,\n", @@ -72254,13 +37297,13 @@ " );\n", " \n", " \n", - " var circle_2e77b451e99832810e11cbf2ca245d8a = L.circle(\n", + " var circle_5bec07d8b86e2a734d38b527a3612b54 = L.circle(\n", " [37.82278, -122.31957],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_2e77b451e99832810e11cbf2ca245d8a.bindTooltip(\n", + " circle_5bec07d8b86e2a734d38b527a3612b54.bindTooltip(\n", " `<div>\n", " 28\n", " </div>`,\n", @@ -72268,13 +37311,13 @@ " );\n", " \n", " \n", - " var circle_5a703f5c9a7ee65999fdf694525f7f34 = L.circle(\n", + " var circle_f4530776623ba151b2062f2e54610752 = L.circle(\n", " [37.826139999999995, -122.29927000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_5a703f5c9a7ee65999fdf694525f7f34.bindTooltip(\n", + " circle_f4530776623ba151b2062f2e54610752.bindTooltip(\n", " `<div>\n", " 29\n", " </div>`,\n", @@ -72282,13 +37325,13 @@ " );\n", " \n", " \n", - " var circle_88a0af841bbeaef0e42e4340ad6084b7 = L.circle(\n", + " var circle_53a246ce11ae30d735c386b83b1a7d69 = L.circle(\n", " [37.82679, -122.29120000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_88a0af841bbeaef0e42e4340ad6084b7.bindTooltip(\n", + " circle_53a246ce11ae30d735c386b83b1a7d69.bindTooltip(\n", " `<div>\n", " 30\n", " </div>`,\n", @@ -72296,13 +37339,13 @@ " );\n", " \n", " \n", - " var circle_538c347e8a27c032ad2707c76c472e2b = L.circle(\n", + " var circle_6097fd38a8eb86a19fbf1f36bc8ababc = L.circle(\n", " [37.82722999999999, -122.28257999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_538c347e8a27c032ad2707c76c472e2b.bindTooltip(\n", + " circle_6097fd38a8eb86a19fbf1f36bc8ababc.bindTooltip(\n", " `<div>\n", " 31\n", " </div>`,\n", @@ -72310,13 +37353,13 @@ " );\n", " \n", " \n", - " var circle_5cc768c1704962d4e666b933b9f1a913 = L.circle(\n", + " var circle_cee1cc2cbd6a5e55e8dfa9ac5cb78ff6 = L.circle(\n", " [37.82519, -122.27352],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_5cc768c1704962d4e666b933b9f1a913.bindTooltip(\n", + " circle_cee1cc2cbd6a5e55e8dfa9ac5cb78ff6.bindTooltip(\n", " `<div>\n", " 32\n", " </div>`,\n", @@ -72324,13 +37367,13 @@ " );\n", " \n", " \n", - " var circle_33195f582b05f1f6a1f7616b5f82435d = L.circle(\n", + " var circle_01561c08c17e2d3fec01becd2012a4f8 = L.circle(\n", " [37.825320000000005, -122.26779999999998],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_33195f582b05f1f6a1f7616b5f82435d.bindTooltip(\n", + " circle_01561c08c17e2d3fec01becd2012a4f8.bindTooltip(\n", " `<div>\n", " 33\n", " </div>`,\n", @@ -72338,13 +37381,13 @@ " );\n", " \n", " \n", - " var circle_ad31f5e86fea7a071ba42c9ab9efb39a = L.circle(\n", + " var circle_7e5f7996a37fb55ec6bbe279e2b73050 = L.circle(\n", " [37.825889999999994, -122.26737000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_ad31f5e86fea7a071ba42c9ab9efb39a.bindTooltip(\n", + " circle_7e5f7996a37fb55ec6bbe279e2b73050.bindTooltip(\n", " `<div>\n", " 34\n", " </div>`,\n", @@ -72352,13 +37395,13 @@ " );\n", " \n", " \n", - " var circle_dd0fbcd9e48a9023302244d7d490c361 = L.circle(\n", + " var circle_857ea0fa06cf0613ec3a6174dc8c869b = L.circle(\n", " [37.83059, -122.26616000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_dd0fbcd9e48a9023302244d7d490c361.bindTooltip(\n", + " circle_857ea0fa06cf0613ec3a6174dc8c869b.bindTooltip(\n", " `<div>\n", " 35\n", " </div>`,\n", @@ -72366,13 +37409,13 @@ " );\n", " \n", " \n", - " var circle_5496cf81558c7d7ab36820c73125fe9e = L.circle(\n", + " var circle_538885b9406fa83f46846ba51a72911f = L.circle(\n", " [37.83529, -122.26567999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_5496cf81558c7d7ab36820c73125fe9e.bindTooltip(\n", + " circle_538885b9406fa83f46846ba51a72911f.bindTooltip(\n", " `<div>\n", " 36\n", " </div>`,\n", @@ -72380,13 +37423,13 @@ " );\n", " \n", " \n", - " var circle_c731945d4b6257a12be4fcdd2dcfca01 = L.circle(\n", + " var circle_7de696aa48bdc212dd1b9dbc10d6a72d = L.circle(\n", " [37.83671999999999, -122.26806000000002],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_c731945d4b6257a12be4fcdd2dcfca01.bindTooltip(\n", + " circle_7de696aa48bdc212dd1b9dbc10d6a72d.bindTooltip(\n", " `<div>\n", " 37\n", " </div>`,\n", @@ -72394,13 +37437,13 @@ " );\n", " \n", " \n", - " var circle_36669f3cea5de2d2fe9db001f43f2d04 = L.circle(\n", + " var circle_8fd4d809e5305a42548969890c9c41e4 = L.circle(\n", " [37.838429999999995, -122.26928999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_36669f3cea5de2d2fe9db001f43f2d04.bindTooltip(\n", + " circle_8fd4d809e5305a42548969890c9c41e4.bindTooltip(\n", " `<div>\n", " 38\n", " </div>`,\n", @@ -72408,13 +37451,13 @@ " );\n", " \n", " \n", - " var circle_09801491de33ba8810507a2fe039c1d2 = L.circle(\n", + " var circle_ac83f7a3906ad2befa4d258afca03539 = L.circle(\n", " [37.8434, -122.27040000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_09801491de33ba8810507a2fe039c1d2.bindTooltip(\n", + " circle_ac83f7a3906ad2befa4d258afca03539.bindTooltip(\n", " `<div>\n", " 39\n", " </div>`,\n", @@ -72422,13 +37465,13 @@ " );\n", " \n", " \n", - " var circle_10b1fdaec57e5929070844d81587ed52 = L.circle(\n", + " var circle_9280ce18ef4a4c4c214078f6f9ac8211 = L.circle(\n", " [37.8438, -122.27095999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_10b1fdaec57e5929070844d81587ed52.bindTooltip(\n", + " circle_9280ce18ef4a4c4c214078f6f9ac8211.bindTooltip(\n", " `<div>\n", " 40\n", " </div>`,\n", @@ -72436,13 +37479,13 @@ " );\n", " \n", " \n", - " var circle_6556ec16f3685f6c98159d76b807b829 = L.circle(\n", + " var circle_ad3e899672da229062f27bb4042260d9 = L.circle(\n", " [37.84845, -122.27146999999997],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_6556ec16f3685f6c98159d76b807b829.bindTooltip(\n", + " circle_ad3e899672da229062f27bb4042260d9.bindTooltip(\n", " `<div>\n", " 41\n", " </div>`,\n", @@ -72450,13 +37493,13 @@ " );\n", " \n", " \n", - " var circle_352308a6e5cef2ee76b4b97b3e79a93b = L.circle(\n", + " var circle_c063a419478ef0f35aac0e3b50d7c412 = L.circle(\n", " [37.85119, -122.27058000000001],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_352308a6e5cef2ee76b4b97b3e79a93b.bindTooltip(\n", + " circle_c063a419478ef0f35aac0e3b50d7c412.bindTooltip(\n", " `<div>\n", " 42\n", " </div>`,\n", @@ -72464,13 +37507,13 @@ " );\n", " \n", " \n", - " var circle_cef1e8831544601a1afcbe7da3e09e3e = L.circle(\n", + " var circle_c8ed50a0207ce9f8020893e826ad6d19 = L.circle(\n", " [37.85354000000001, -122.26948],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_cef1e8831544601a1afcbe7da3e09e3e.bindTooltip(\n", + " circle_c8ed50a0207ce9f8020893e826ad6d19.bindTooltip(\n", " `<div>\n", " 43\n", " </div>`,\n", @@ -72478,13 +37521,13 @@ " );\n", " \n", " \n", - " var circle_07e4be21af03a65b203d6df7181d2835 = L.circle(\n", + " var circle_ccb06607a72adaf24d1bd5b53233eb9e = L.circle(\n", " [37.85815, -122.26769],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_07e4be21af03a65b203d6df7181d2835.bindTooltip(\n", + " circle_ccb06607a72adaf24d1bd5b53233eb9e.bindTooltip(\n", " `<div>\n", " 44\n", " </div>`,\n", @@ -72492,13 +37535,13 @@ " );\n", " \n", " \n", - " var circle_0db79ddfd9b21ea0a5740f33b8409f6c = L.circle(\n", + " var circle_d34f5f93043f5a7e7eeb3d70fe477eb1 = L.circle(\n", " [37.85852, -122.2674],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_0db79ddfd9b21ea0a5740f33b8409f6c.bindTooltip(\n", + " circle_d34f5f93043f5a7e7eeb3d70fe477eb1.bindTooltip(\n", " `<div>\n", " 45\n", " </div>`,\n", @@ -72506,13 +37549,13 @@ " );\n", " \n", " \n", - " var circle_fb6e43d9be36f9ea7ac7ec4267f865f4 = L.circle(\n", + " var circle_fe99855bfa31567589883bc9d76d29c4 = L.circle(\n", " [37.8588, -122.26415],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_fb6e43d9be36f9ea7ac7ec4267f865f4.bindTooltip(\n", + " circle_fe99855bfa31567589883bc9d76d29c4.bindTooltip(\n", " `<div>\n", " 46\n", " </div>`,\n", @@ -72520,13 +37563,13 @@ " );\n", " \n", " \n", - " var circle_5c561a2e7279ede960da8854ed406c76 = L.circle(\n", + " var circle_05882a313ab7755e40554cf4d10947ce = L.circle(\n", " [37.85961, -122.26428999999999],\n", " {"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "blue", "fillOpacity": 0.8, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 5, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", " \n", - " circle_5c561a2e7279ede960da8854ed406c76.bindTooltip(\n", + " circle_05882a313ab7755e40554cf4d10947ce.bindTooltip(\n", " `<div>\n", " 47\n", " </div>`,\n", @@ -72534,19 +37577,19 @@ " );\n", " \n", " \n", - " var poly_line_36cdeea8d3c31af37c672be16da13dbc = L.polyline(\n", + " var poly_line_3c97ad750bd1d60dc8bbdad04dd3178e = L.polyline(\n", " [[37.78282, -122.46896], [37.78285000000001, -122.46668], [37.78089, -122.46642000000001], [37.78124, -122.45636], [37.77868, -122.45546999999999], [37.77139, -122.45395], [37.77123999999999, -122.45232999999999], [37.77488, -122.42428], [37.77477, -122.42411000000001], [37.77259999999999, -122.42371], [37.7715, -122.4232], [37.77057, -122.42231999999998], [37.77026, -122.42175000000002], [37.76987, -122.41872], [37.76886999999999, -122.40696000000001], [37.76908, -122.40584999999997], [37.76941999999999, -122.40553999999999], [37.77015, -122.40547999999998], [37.77479, -122.40598], [37.775079999999996, -122.40575999999997], [37.77806, -122.40129999999999], [37.784649999999985, -122.39303999999998], [37.78656, -122.38977999999999], [37.78794, -122.38879999999999], [37.81285999999999, -122.36223000000001], [37.816919999999996, -122.35521000000001], [37.81938, -122.34603999999999], [37.8217, -122.32912], [37.82278, -122.31957], [37.826139999999995, -122.29927000000002], [37.82679, -122.29120000000002], [37.82722999999999, -122.28257999999997], [37.82519, -122.27352], [37.825320000000005, -122.26779999999998], [37.825889999999994, -122.26737000000001], [37.83059, -122.26616000000001], [37.83529, -122.26567999999999], [37.83671999999999, -122.26806000000002], [37.838429999999995, -122.26928999999997], [37.8434, -122.27040000000001], [37.8438, -122.27095999999999], [37.84845, -122.27146999999997], [37.85119, -122.27058000000001], [37.85354000000001, -122.26948], [37.85815, -122.26769], [37.85852, -122.2674], [37.8588, -122.26415], [37.85961, -122.26428999999999]],\n", " {"bubblingMouseEvents": true, "color": "green", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "green", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}\n", - " ).addTo(map_36ff554ffc63b0414704417d3158d500);\n", + " ).addTo(map_304c3484eda8da49d17357d5509862c1);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, - "execution_count": 44, + "execution_count": 45, "metadata": {}, "output_type": "execute_result" }