-
Notifications
You must be signed in to change notification settings - Fork 0
/
AWV_Stage1_prob_map.html
275 lines (226 loc) · 576 KB
/
AWV_Stage1_prob_map.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_dbd0515f8e30a272654326c44e50b64d {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumpopup {
margin: auto;
}
.foliumpopup table{
margin: auto;
}
.foliumpopup tr{
text-align: left;
}
.foliumpopup th{
padding: 2px; padding-right: 8px;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_dbd0515f8e30a272654326c44e50b64d" ></div>
</body>
<script>
var map_dbd0515f8e30a272654326c44e50b64d = L.map(
"map_dbd0515f8e30a272654326c44e50b64d",
{
center: [47.6092824, -122.3405654],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_dbd0515f8e30a272654326c44e50b64d);
var tile_layer_c831167e5cb78714b4355285baa51a39 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_dbd0515f8e30a272654326c44e50b64d);
map_dbd0515f8e30a272654326c44e50b64d.fitBounds(
[[47.5965852, -122.3470353], [47.6219796, -122.3340955]],
{}
);
function geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_styler(feature) {
switch(feature.id) {
case "1": case "12": case "101": case "137": case "194": case "212": case "213": case "221": case "231":
return {"color": "black", "fillColor": "#fdbf6f", "fillOpacity": 0.5, "weight": 2};
case "3": case "54": case "60": case "69": case "135": case "140": case "173": case "188": case "220": case "300":
return {"color": "black", "fillColor": "#e31a1c", "fillOpacity": 0.5, "weight": 2};
case "5": case "29": case "37": case "43": case "48": case "90": case "153": case "154": case "170": case "193": case "296": case "299":
return {"color": "black", "fillColor": "#b15928", "fillOpacity": 0.5, "weight": 2};
case "10": case "14": case "50": case "189": case "197": case "211": case "218": case "301":
return {"color": "black", "fillColor": "#33a02c", "fillOpacity": 0.5, "weight": 2};
case "17": case "36": case "58": case "66": case "72": case "78": case "83": case "103": case "161": case "175": case "177": case "178": case "179": case "196": case "240": case "313":
return {"color": "black", "fillColor": "#6a3d9a", "fillOpacity": 0.5, "weight": 2};
case "20": case "62": case "85": case "92": case "110": case "119": case "121": case "131": case "145": case "168": case "199": case "203": case "209": case "210": case "227": case "229": case "235": case "246": case "247": case "266": case "268": case "271": case "273": case "281": case "303":
return {"color": "black", "fillColor": "#1f78b4", "fillOpacity": 0.5, "weight": 2};
case "30": case "52": case "67": case "150": case "157": case "171": case "184": case "185": case "232": case "241": case "307": case "309": case "317": case "318":
return {"color": "black", "fillColor": "#ffff99", "fillOpacity": 0.5, "weight": 2};
case "31": case "32": case "130": case "201": case "202": case "222": case "224": case "233": case "234": case "245": case "254": case "272": case "292": case "314":
return {"color": "black", "fillColor": "#ff7f00", "fillOpacity": 0.5, "weight": 2};
case "33": case "39": case "94": case "127": case "162": case "190": case "198": case "217": case "226": case "239": case "265": case "293": case "294": case "311":
return {"color": "black", "fillColor": "#b2df8a", "fillOpacity": 0.5, "weight": 2};
case "35": case "47": case "56": case "81": case "102": case "116": case "118": case "120": case "122": case "125": case "126": case "128": case "138": case "148": case "149": case "166": case "174": case "176": case "182": case "195": case "255": case "262": case "274": case "315":
return {"color": "black", "fillColor": "#cab2d6", "fillOpacity": 0.5, "weight": 2};
case "91": case "117": case "219": case "223": case "225": case "242": case "270": case "312":
return {"color": "black", "fillColor": "#fb9a99", "fillOpacity": 0.5, "weight": 2};
default:
return {"color": "black", "fillColor": "#a6cee3", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0 = L.geoJson(null, {
onEachFeature: geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_onEachFeature,
style: geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_styler,
pointToLayer: geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_pointToLayer
});
function geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_add (data) {
geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0
.addData(data)
.addTo(map_dbd0515f8e30a272654326c44e50b64d);
}
geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0_add({"bbox": [-122.3470353, 47.5965852, -122.3340955, 47.6219796], "features": [{"bbox": [-122.3376554, 47.6018446, -122.3374178, 47.6022338], "geometry": {"coordinates": [[[-122.3374178, 47.6021422], [-122.3374851, 47.6020875], [-122.3374624, 47.6020729], [-122.3374733, 47.6020634], [-122.3375178, 47.6020248], [-122.3374946, 47.6020114], [-122.3375222, 47.6019836], [-122.337536, 47.6019697], [-122.3375123, 47.6019575], [-122.3375519, 47.6019091], [-122.3375263, 47.601897], [-122.3375663, 47.6018446], [-122.3376554, 47.6018751], [-122.3376527, 47.6019073], [-122.3376399, 47.6019699], [-122.3376194, 47.6020332], [-122.3376171, 47.6020403], [-122.3375847, 47.6021141], [-122.3375809, 47.6021214], [-122.3375621, 47.6021558], [-122.3375339, 47.6021973], [-122.3375043, 47.6022338], [-122.3374178, 47.6021422]]], "type": "Polygon"}, "id": "0", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21381.207, "cen_dist2chain": 108.61047925410712, "changeset": null, "email": null, "ext_chain": "21413.824 21400.711 21394.245 21387.664 21374.775 21368.476 21355.296 21355.296 21348.731 21335.764 21329.327 21309.801 21322.801 21335.764 21355.296 21381.207 21387.664 21413.824 21413.824 21426.564 21446.223 21452.878 21413.824", "ext_dist2chain": "96.86962215709342 102.82942503619302 101.40438594150721 102.37827800725276 106.35016449425622 104.8539312065087 107.37584091626167 108.62617668322144 107.05349647941713 110.80759172612892 109.1110884133744 112.9157023193724 119.06385782529301 118.33037289425118 116.35254564291183 113.75648750782726 113.46125932485319 109.75672527656332 109.34457384723972 107.34121216405059 104.51319011988872 101.63027200426606 96.86962215709342", "height": null, "id": 51817337, "index": 0, "index_in_full": 38, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"barrier": "toll_booth", "layer": "1"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3415228, 47.6108249, -122.3408652, 47.6112653], "geometry": {"coordinates": [[[-122.3412319, 47.6112653], [-122.3415228, 47.6110426], [-122.3414661, 47.611009], [-122.3414174, 47.61098], [-122.3412547, 47.6108835], [-122.341156, 47.6108249], [-122.3411448, 47.6108336], [-122.3409343, 47.6109948], [-122.3408652, 47.6110477], [-122.3409015, 47.6110692], [-122.341197, 47.6112446], [-122.3412319, 47.6112653]]], "type": "Polygon"}, "id": "1", "properties": {"__folium_color": "#fdbf6f", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1915", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24854.619, "cen_dist2chain": 49.135886418369644, "changeset": null, "email": null, "ext_chain": "24932.726 24900.096 24880.539 24861.073 24809.104 24776.656 24783.263 24802.564 24815.648 24828.717 24919.703 24932.726", "ext_dist2chain": "58.59679059343983 27.485987301344814 29.367198297722823 30.980208000002776 36.26109231638491 39.40596077943134 40.62135937611168 63.30670970236424 70.75747154977078 69.57577918608524 59.79547033295867 58.59679059343983", "height": null, "id": 68665991, "index": 1, "index_in_full": 53, "internet_access": null, "landuse": null, "name": "Viktoria", "need2ndStageAssess_prob": 0.3992, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://viktoriaseattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340039, 47.6104418, -122.3393815, 47.6109051], "geometry": {"coordinates": [[[-122.340039, 47.6107495], [-122.3397629, 47.6104418], [-122.3397271, 47.6104564], [-122.3396394, 47.6104922], [-122.3394169, 47.610583], [-122.3393815, 47.6105974], [-122.3394486, 47.6106723], [-122.3396576, 47.6109051], [-122.3397836, 47.6108537], [-122.339895, 47.6108082], [-122.3400323, 47.6107522], [-122.340039, 47.6107495]]], "type": "Polygon"}, "id": "2", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1600", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24542.221, "cen_dist2chain": 123.59732752484328, "changeset": null, "email": null, "ext_chain": "24614.016 24477.494 24477.494 24477.494 24477.494 24477.494 24509.989 24614.016 24614.016 24614.016 24614.016 24614.016", "ext_dist2chain": "107.00007401174304 106.6498902186681 109.79297863669055 117.49468264465489 137.03293315508677 140.13880830354302 140.2379329243697 140.4896428760102 129.42619984556174 119.6415367106587 107.58647781742167 107.00007401174304", "height": null, "id": 94026095, "index": 2, "index_in_full": 59, "internet_access": null, "landuse": null, "name": "Helios", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;http://www.seattle.gov/dpd/AppDocs/GroupMeetings/DRProposal3014773AgendaID4732.pdf", "start_date": "2017", "tags": {"addr:state": "WA", "alt_name": "2nd \u0026 Pine", "wikidata": "Q24192499"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Helios (building)"}, "type": "Feature"}, {"bbox": [-122.3378516, 47.6033529, -122.3368825, 47.6041073], "geometry": {"coordinates": [[[-122.3375655, 47.6035996], [-122.3378516, 47.6039193], [-122.3373895, 47.6041073], [-122.3368825, 47.603541], [-122.3373446, 47.6033529], [-122.3375655, 47.6035996]]], "type": "Polygon"}, "id": "3", "properties": {"__folium_color": "#e31a1c", "addr:city": "Seattle", "addr:country": null, "addr:housename": "Maritime Building", "addr:housenumber": "911", "addr:place": null, "addr:postcode": "98104", "addr:street": "Western Avenue", "amenity": null, "building": "office", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22005.58, "cen_dist2chain": 56.26135055540008, "changeset": null, "email": null, "ext_chain": "21973.048 22103.177 22142.095 21908.221 21862.504 21973.048", "ext_dist2chain": "74.38177044629461 85.85359629123614 46.693336839125934 26.20946659747741 64.8989384085979 74.38177044629461", "height": null, "id": 140345965, "index": 3, "index_in_full": 89, "internet_access": null, "landuse": null, "name": "Maritime Building", "need2ndStageAssess_prob": 0.3492, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=262208094;http://www.maritimebuilding.com/main/building_history.html", "start_date": "1910", "tags": {"image": "http://commons.wikimedia.org/wiki/File:Seattle_-_Maritime_Building_02.jpg", "image:entrance": "http://commons.wikimedia.org/wiki/File:Seattle_-_Maritime_Building_entrance_01.jpg", "image:old": "http://www.maritimebuilding.com/images/photos/building_history_1.jpg"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.maritimebuilding.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3346948, 47.6018372, -122.3343518, 47.6021163], "geometry": {"coordinates": [[[-122.3343518, 47.6021153], [-122.3343536, 47.6018372], [-122.3346948, 47.6018382], [-122.3346931, 47.6021163], [-122.3343518, 47.6021153]]], "type": "Polygon"}, "id": "4", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "office", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21257.796, "cen_dist2chain": 115.75635721171858, "changeset": null, "email": null, "ext_chain": "21296.768 21199.223 21212.239 21303.251 21296.768", "ext_dist2chain": "130.63743778155956 126.39056069887633 100.95696036127707 105.2430681929558 130.63743778155956", "height": null, "id": 140345971, "index": 4, "index_in_full": 90, "internet_access": null, "landuse": null, "name": "The Mutual Life Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1897", "tags": {"building:architecture": "neo-romanesque", "wikidata": "Q109561209"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Mutual Life Building (Seattle)"}, "type": "Feature"}, {"bbox": [-122.3369591, 47.6027779, -122.3363496, 47.6031216], "geometry": {"coordinates": [[[-122.3368208, 47.6027779], [-122.3369591, 47.6029315], [-122.3364932, 47.6031216], [-122.3363496, 47.6029667], [-122.3364231, 47.6029311], [-122.3364391, 47.602944], [-122.3368208, 47.6027779]]], "type": "Polygon"}, "id": "5", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "809", "addr:place": null, "addr:postcode": "98104", "addr:street": "Western Avenue", "amenity": "parking", "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21680.43, "cen_dist2chain": 24.216952779311157, "changeset": null, "email": null, "ext_chain": "21628.448 21686.99 21732.401 21673.929 21660.982 21667.478 21628.448", "ext_dist2chain": "40.15652335004204 46.91813781295831 8.231468878317644 1.524595675926098 7.455734263792808 8.347999712935918 40.15652335004204", "height": null, "id": 140628792, "index": 5, "index_in_full": 95, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.7148, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1705248633", "start_date": "1906", "tags": {"parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3400617, 47.6069168, -122.3395774, 47.6073732], "geometry": {"coordinates": [[[-122.3399283, 47.6073732], [-122.3395774, 47.6069695], [-122.3396891, 47.6069254], [-122.3397108, 47.6069168], [-122.3400617, 47.6073205], [-122.3400497, 47.6073252], [-122.3399283, 47.6073732]]], "type": "Polygon"}, "id": "6", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23443.106, "cen_dist2chain": 87.2355413695767, "changeset": null, "email": null, "ext_chain": "23534.369 23358.594 23352.08 23352.08 23534.369 23534.369 23534.369", "ext_dist2chain": "82.07248296642729 80.40194337284828 90.1152313908314 92.00330039237838 93.68686942795718 92.64428741546789 82.07248296642729", "height": null, "id": 140628794, "index": 6, "index_in_full": 96, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.002, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3353556, 47.6024158, -122.3345104, 47.6031091], "geometry": {"coordinates": [[[-122.3350596, 47.6031091], [-122.3350522, 47.6031016], [-122.3350367, 47.6031082], [-122.3349939, 47.6031005], [-122.3349851, 47.6030911], [-122.334976, 47.6030947], [-122.334908, 47.6030217], [-122.334918, 47.603016], [-122.3349086, 47.6030065], [-122.334918, 47.6029799], [-122.3349044, 47.6029661], [-122.3348647, 47.6029589], [-122.3348558, 47.60295], [-122.3348463, 47.6029537], [-122.3345239, 47.6026015], [-122.3345339, 47.6025971], [-122.3345104, 47.6025706], [-122.3345159, 47.6025513], [-122.3348419, 47.6024158], [-122.3348694, 47.6024193], [-122.3348919, 47.6024459], [-122.334906, 47.6024425], [-122.3353556, 47.6029354], [-122.3353456, 47.6029398], [-122.3353545, 47.6029505], [-122.3353437, 47.6029794], [-122.3353287, 47.6029861], [-122.3353339, 47.6029935], [-122.3352673, 47.6030203], [-122.3352578, 47.6030085], [-122.3352493, 47.6030288], [-122.3351452, 47.603073], [-122.3351182, 47.6030682], [-122.3351282, 47.6030804], [-122.3350596, 47.6031091]]], "type": "Polygon"}, "id": "7", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": "9", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 21537.537, "cen_dist2chain": 98.70652012972442, "changeset": null, "email": null, "ext_chain": "21654.327 21654.327 21654.327 21654.327 21648.083 21648.083 21621.969 21621.969 21615.42 21608.965 21602.371 21602.371 21589.414 21602.371 21459.462 21459.462 21452.878 21446.223 21413.824 21413.824 21426.564 21426.564 21615.42 21615.42 21615.42 21628.448 21628.448 21628.448 21641.545 21628.448 21641.545 21648.083 21648.083 21654.327 21654.327", "ext_dist2chain": "96.95709450489584 97.32865446885975 98.61984572499358 101.60193151577684 102.04354459296978 102.79438280051612 106.21952844028297 105.36046335631431 105.84391514484543 104.59140614582753 105.3022675919808 108.08730208631248 108.56915246658255 109.34785873947992 126.17991517497943 125.35324860515735 126.59551721080378 125.82224469458367 99.20507350514707 97.22650443149027 96.02430629657803 94.918021468314 71.34287942726574 72.17156085156391 71.74566061035843 73.16002261942549 74.41046833103881 74.19380872002623 79.69121742351149 80.13915534225865 81.19693095920928 89.84650533814579 91.72925718582192 91.26204687893951 96.95709450489584", "height": null, "id": 140628831, "index": 7, "index_in_full": 97, "internet_access": null, "landuse": null, "name": "1st and Columbia Parking Garage", "need2ndStageAssess_prob": 0.0016, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=8591400025", "start_date": "1970", "tags": {"access": "yes", "fee": "yes", "parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3407077, 47.6067824, -122.340007, 47.6072564], "geometry": {"coordinates": [[[-122.3404489, 47.6067824], [-122.3407077, 47.6070636], [-122.3404003, 47.6071922], [-122.3404241, 47.607218], [-122.3403326, 47.6072564], [-122.3403086, 47.6072304], [-122.3402657, 47.6072483], [-122.340007, 47.6069674], [-122.3404489, 47.6067824]]], "type": "Polygon"}, "id": "8", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1334", "addr:place": null, "addr:postcode": "98101", "addr:street": "Alaskan Way", "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23469.167, "cen_dist2chain": 129.41526707115753, "changeset": null, "email": null, "ext_chain": "23397.593 23527.765 23540.775 23553.809 23553.809 23540.775 23540.775 23404.063 23397.593", "ext_dist2chain": "148.02943554328195 150.02670406429158 122.86888580439282 123.00576748765357 114.91117000156092 114.77350124234891 110.9847647462035 109.03198960283109 148.02943554328195", "height": null, "id": 140628857, "index": 8, "index_in_full": 100, "internet_access": null, "landuse": null, "name": "Public Storage", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": "storage_rental", "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"brand": "Public Storage", "brand:wikidata": "Q1156045", "brand:wikipedia": "en:Public Storage"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348654, 47.5989072, -122.3343522, 47.5991154], "geometry": {"coordinates": [[[-122.334865, 47.5991154], [-122.3343522, 47.5991149], [-122.3343526, 47.5989072], [-122.334801, 47.5989077], [-122.3348654, 47.5989078], [-122.3348653, 47.5989572], [-122.334865, 47.5991154]]], "type": "Polygon"}, "id": "9", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20218.239, "cen_dist2chain": 91.97342861678648, "changeset": null, "email": null, "ext_chain": "20257.133 20257.133 20179.165 20179.165 20179.165 20198.813 20257.133", "ext_dist2chain": "72.70498260938987 111.26842592884869 111.24012647547376 77.52059552176001 72.67784544778682 72.69025023188833 72.70498260938987", "height": null, "id": 140631744, "index": 9, "index_in_full": 102, "internet_access": null, "landuse": null, "name": "Schwabacher Hardware Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1905", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3355751, 47.6014446, -122.334855, 47.6016403], "geometry": {"coordinates": [[[-122.334855, 47.6016389], [-122.3348559, 47.6014446], [-122.3355751, 47.6014479], [-122.3355473, 47.6016403], [-122.334855, 47.6016389]]], "type": "Polygon"}, "id": "10", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "77", "addr:place": null, "addr:postcode": "98104", "addr:street": "Yesler", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21121.445, "cen_dist2chain": 58.677830703132905, "changeset": null, "email": null, "ext_chain": "21147.462 21075.985 21095.514 21166.965 21147.462", "ext_dist2chain": "86.27406360118331 83.72356955174058 30.03445079313687 34.60045250719657 86.27406360118331", "height": null, "id": 140631761, "index": 10, "index_in_full": 103, "internet_access": null, "landuse": null, "name": "Pioneer Square Hotel", "need2ndStageAssess_prob": 0.2028, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1203521349", "start_date": "1914", "tags": {"alt_name": "Best Western Pioneer Square Hotel", "int_name": "BEST WESTERN PLUS Pioneer Square Hotel"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348102, 47.5994626, -122.3343583, 47.5995456], "geometry": {"coordinates": [[[-122.3343583, 47.5995445], [-122.3343588, 47.5994626], [-122.3348102, 47.5994638], [-122.3348097, 47.5995456], [-122.3343583, 47.5995445]]], "type": "Polygon"}, "id": "11", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20400.188, "cen_dist2chain": 93.80659127820428, "changeset": null, "email": null, "ext_chain": "20413.15 20380.653 20387.226 20413.15 20413.15", "ext_dist2chain": "110.79372981955488 110.7598686835295 76.81666912267478 76.84824344143759 110.79372981955488", "height": null, "id": 140631774, "index": 11, "index_in_full": 105, "internet_access": null, "landuse": null, "name": "Squire Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-2047694593", "start_date": "1900", "tags": {"old_name": "Squires Building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3457058, 47.6149732, -122.3446801, 47.6156323], "geometry": {"coordinates": [[[-122.3457058, 47.615407], [-122.3454119, 47.6156323], [-122.3446801, 47.6151985], [-122.3449741, 47.6149732], [-122.3457058, 47.615407]]], "type": "Polygon"}, "id": "12", "properties": {"__folium_color": "#fdbf6f", "addr:city": "Seattle", "addr:country": "US", "addr:housename": null, "addr:housenumber": "2312", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26662.447, "cen_dist2chain": 61.86941548145099, "changeset": null, "email": null, "ext_chain": "26720.968 26785.898 26597.341 26539.044 26720.968", "ext_dist2chain": "97.02129270655361 70.26563423851428 26.91265244891676 54.25311148778476 97.02129270655361", "height": null, "id": 150165124, "index": 12, "index_in_full": 141, "internet_access": null, "landuse": null, "name": "Moda Apartments", "need2ndStageAssess_prob": 0.3628, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "local knowledge", "start_date": null, "tags": {"addr:state": "WA", "alt_name": "Moda"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.equityapartments.com/Moda", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3372943, 47.5968418, -122.3371028, 47.5971369], "geometry": {"coordinates": [[[-122.3371028, 47.597122], [-122.3372059, 47.5968418], [-122.3372943, 47.5968567], [-122.3371912, 47.5971369], [-122.3371028, 47.597122]]], "type": "Polygon"}, "id": "13", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19572.241, "cen_dist2chain": 112.50478400530434, "changeset": null, "email": null, "ext_chain": "19572.241 19572.241 19572.241 19572.241 19572.241", "ext_dist2chain": "102.64284247014312 118.15582855580121 123.76526020100363 109.05370758711346 102.64284247014312", "height": null, "id": 164221343, "index": 13, "index_in_full": 161, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3361723, 47.5982809, -122.3361177, 47.5983469], "geometry": {"coordinates": [[[-122.3361177, 47.598281], [-122.3361719, 47.5982809], [-122.3361723, 47.5983467], [-122.336118, 47.5983469], [-122.3361177, 47.598281]]], "type": "Polygon"}, "id": "14", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19964.897, "cen_dist2chain": 23.822064223931157, "changeset": null, "email": null, "ext_chain": "19951.899 19951.899 19977.15 19977.15 19951.899", "ext_dist2chain": "21.847396209574292 25.923152629292467 25.817764938341462 21.734201881439866 21.847396209574292", "height": null, "id": 164221458, "index": 14, "index_in_full": 163, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1876, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3372231, 47.5981493, -122.3363506, 47.5992142], "geometry": {"coordinates": [[[-122.3372231, 47.5992134], [-122.3363529, 47.5992142], [-122.3363506, 47.5981495], [-122.3365976, 47.5981493], [-122.3365996, 47.5990808], [-122.3372228, 47.5990802], [-122.3372231, 47.5992134]]], "type": "Polygon"}, "id": "15", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20140.173, "cen_dist2chain": 56.25713723741134, "changeset": null, "email": null, "ext_chain": "20289.808 20289.808 19906.346 19912.851 20244.223 20244.223 20289.808", "ext_dist2chain": "104.63906038207354 39.20691019337424 39.718307642342126 58.284996534916054 57.73987467932517 104.60557608257115 104.63906038207354", "height": null, "id": 164258010, "index": 15, "index_in_full": 168, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0184, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348059, 47.5998425, -122.3343499, 47.5999592], "geometry": {"coordinates": [[[-122.3343753, 47.5999592], [-122.3343499, 47.5999401], [-122.3343539, 47.5999372], [-122.3343557, 47.5998425], [-122.3348059, 47.5998452], [-122.3348048, 47.5999525], [-122.3343812, 47.5999535], [-122.3343753, 47.5999592]]], "type": "Polygon"}, "id": "16", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "97", "addr:place": null, "addr:postcode": "98104", "addr:street": "South Main Street", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20536.455, "cen_dist2chain": 94.31054014087164, "changeset": null, "email": null, "ext_chain": "20562.465 20555.8 20555.8 20522.966 20522.966 20562.465 20562.465 20562.465", "ext_dist2chain": "109.60684224890619 111.51640084449886 111.21433316414364 111.04149689463371 77.18592136801418 77.3060835576863 109.16099273868679 109.60684224890619", "height": null, "id": 164258077, "index": 16, "index_in_full": 169, "internet_access": null, "landuse": null, "name": "Crown Hotel Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": "1890", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3388778, 47.6071316, -122.3374114, 47.6081697], "geometry": {"coordinates": [[[-122.3382742, 47.6071704], [-122.3382722, 47.6071791], [-122.338274, 47.6071879], [-122.3382795, 47.607196], [-122.3382882, 47.6072027], [-122.3382995, 47.6072073], [-122.3383122, 47.6072096], [-122.3383254, 47.6072093], [-122.3383951, 47.6072849], [-122.3384208, 47.6073134], [-122.3387028, 47.6076267], [-122.3387269, 47.6076169], [-122.3388778, 47.6077844], [-122.3388641, 47.60779], [-122.3388295, 47.6078042], [-122.3388573, 47.6078351], [-122.3388421, 47.6078413], [-122.3386344, 47.6079263], [-122.3386142, 47.6079346], [-122.3386214, 47.6079426], [-122.3384923, 47.6079955], [-122.3384849, 47.6079874], [-122.3384679, 47.6079943], [-122.3384803, 47.6080082], [-122.3380858, 47.6081697], [-122.3378384, 47.6078948], [-122.3375936, 47.6076229], [-122.3374649, 47.6074799], [-122.3374939, 47.6074681], [-122.3374601, 47.6074305], [-122.3374114, 47.6073764], [-122.3378761, 47.6071828], [-122.3378797, 47.6071866], [-122.3380044, 47.6071442], [-122.3380499, 47.6071353], [-122.338097, 47.6071316], [-122.3381444, 47.6071335], [-122.3381906, 47.6071407], [-122.3382342, 47.6071531], [-122.3382742, 47.6071704]]], "type": "Polygon"}, "id": "17", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1301", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "yes", "building:levels": "3", "building:material": "stone", "building:min_level": null, "building:use": null, "cen_chain": 23397.593, "cen_dist2chain": 49.0371707692523, "changeset": null, "email": null, "ext_chain": "23274.084 23274.084 23280.65 23280.65 23287.081 23287.081 23287.081 23293.592 23326.158 23339.1 23469.167 23469.167 23540.775 23540.775 23540.775 23553.809 23553.809 23553.809 23553.809 23560.313 23560.313 23560.313 23560.313 23560.313 23560.313 23449.584 23339.1 23280.65 23280.65 23267.56 23241.505 23235.063 23235.063 23235.063 23235.063 23241.505 23248.087 23254.497 23261.067 23274.084", "ext_dist2chain": "16.88847669203911 17.46360866707414 17.802730374641527 17.835943609963472 17.605120436536588 17.07022987675562 16.357421858903912 15.459386012395626 14.640968877828124 14.429413420323288 12.151565282865313 10.04295923703032 9.216474939182318 10.415583924955513 13.450521884375476 13.338275244480219 14.670870052395898 32.91239152568659 34.68900451806058 34.638036775357556 45.97676817833351 46.038536794265596 47.526950352094865 47.45746675679051 82.12653029448308 83.4658707029408 85.44697861241983 86.73883493650584 84.19919756630797 84.58070003387216 85.13465915175861 44.25736250585108 44.201577421460286 33.70700984613315 30.211257229074864 26.84669028615253 23.761496733563217 21.016345504674245 18.721603988934397 16.88847669203911", "height": "22.9", "id": 166911086, "index": 17, "index_in_full": 178, "internet_access": null, "landuse": null, "name": "Russell Investments Center", "need2ndStageAssess_prob": 0.5488, "office": null, "opening_hours": "We, Fr-Su 10:00-17:00; Th 10:00-21:00", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": "2006", "tags": {"building:part": "yes", "name:ko": "\ub7ec\uc140 \ud22c\uc790 \uc13c\ud130", "wikidata": "Q7381595"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Russell Investments Center"}, "type": "Feature"}, {"bbox": [-122.3390745, 47.6094334, -122.3384612, 47.6098554], "geometry": {"coordinates": [[[-122.3390745, 47.609704], [-122.3387056, 47.6098554], [-122.3384612, 47.6095848], [-122.3388301, 47.6094334], [-122.3390745, 47.609704]]], "type": "Polygon"}, "id": "18", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1500", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": "parking", "building": "yes", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24093.591, "cen_dist2chain": 123.62389656120325, "changeset": null, "email": null, "ext_chain": "24158.737 24158.737 24041.701 24041.701 24158.737", "ext_dist2chain": "107.48805210162126 139.93174925640886 139.73410600472468 107.29131434218638 107.48805210162126", "height": null, "id": 173339778, "index": 18, "index_in_full": 188, "internet_access": null, "landuse": null, "name": "West Edge Garage", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"access": "yes", "fee": "yes", "parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3382901, 47.6084358, -122.337537, 47.6090061], "geometry": {"coordinates": [[[-122.3379496, 47.6089929], [-122.337918, 47.6090061], [-122.337537, 47.6085898], [-122.3379081, 47.6084358], [-122.3382901, 47.6088497], [-122.3382555, 47.6088643], [-122.3379496, 47.6089929]]], "type": "Polygon"}, "id": "19", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23703.464, "cen_dist2chain": 124.33626030114166, "changeset": null, "email": null, "ext_chain": "23794.538 23794.538 23625.317 23625.317 23794.538 23794.538 23794.538", "ext_dist2chain": "137.81423764553605 140.60686042096413 141.24137289889612 108.51454093957561 107.66704750149867 110.7332529434817 137.81423764553605", "height": "29", "id": 173341060, "index": 19, "index_in_full": 189, "internet_access": null, "landuse": null, "name": "Sorreano Parking Garage", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"fee": "yes", "parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441542, 47.6162092, -122.3424913, 47.6172846], "geometry": {"coordinates": [[[-122.3424913, 47.6166949], [-122.342648, 47.6165755], [-122.3426228, 47.6165605], [-122.3427639, 47.6164532], [-122.3427887, 47.616468], [-122.3431286, 47.6162092], [-122.3434286, 47.6163883], [-122.3438146, 47.6166187], [-122.3438291, 47.6166077], [-122.3441542, 47.6168018], [-122.3439317, 47.6169712], [-122.3439087, 47.6169575], [-122.3434791, 47.6172846], [-122.3424913, 47.6166949]]], "type": "Polygon"}, "id": "20", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2301", "addr:place": null, "addr:postcode": "98121", "addr:street": "6th Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27097.302, "cen_dist2chain": 106.89793034160243, "changeset": null, "email": null, "ext_chain": "27045.852 27000.439 27000.439 26961.496 26967.989 26883.465 26967.989 27071.952 27065.458 27149.927 27208.429 27201.893 27305.964 27045.852", "ext_dist2chain": "166.91152149133936 153.14977284804883 154.74261205886125 142.2782076014564 140.72245043084646 110.48066809579007 91.81142228528917 67.33285675747435 66.0589845301831 45.066670667814634 64.23499539364948 65.74452403483686 102.26808786110122 166.91152149133936", "height": null, "id": 175464262, "index": 20, "index_in_full": 211, "internet_access": null, "landuse": null, "name": "Insignia", "need2ndStageAssess_prob": 0.0792, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://urbanash.com/condo/insignia-condo-belltown-towers/", "start_date": "2015", "tags": {"source:addr:id": "1024674", "wikidata": "Q14713699"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.insigniabybosa.com/", "wikipedia": "en:Insignia Towers"}, "type": "Feature"}, {"bbox": [-122.3447049, 47.6117661, -122.3443118, 47.6120337], "geometry": {"coordinates": [[[-122.3445074, 47.6120337], [-122.3443118, 47.6119182], [-122.3445093, 47.6117661], [-122.3447049, 47.6118816], [-122.3446698, 47.6119086], [-122.3445074, 47.6120337]]], "type": "Polygon"}, "id": "21", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "2111", "addr:place": null, "addr:postcode": null, "addr:street": "First Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25485.702, "cen_dist2chain": 131.2557719630011, "changeset": null, "email": null, "ext_chain": "25531.316 25472.732 25446.587 25498.661 25505.133 25531.316", "ext_dist2chain": "125.26222475952184 116.9209204561501 137.34199124672693 145.61563291320192 141.99529696440618 125.26222475952184", "height": null, "id": 184797695, "index": 21, "index_in_full": 225, "internet_access": null, "landuse": null, "name": "Schillestad Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3446079, 47.6115802, -122.3441255, 47.6119182], "geometry": {"coordinates": [[[-122.3443118, 47.6119182], [-122.3441255, 47.6118083], [-122.3444217, 47.6115802], [-122.3446079, 47.6116901], [-122.3445093, 47.6117661], [-122.3443118, 47.6119182]]], "type": "Polygon"}, "id": "22", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "2101", "addr:place": null, "addr:postcode": null, "addr:street": "First Avenue", "amenity": null, "building": "apartments", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25427.206, "cen_dist2chain": 128.32547920998334, "changeset": null, "email": null, "ext_chain": "25472.732 25420.664 25381.789 25433.763 25446.587 25472.732", "ext_dist2chain": "116.9209204561501 109.09286580775463 139.8757738732652 147.55188770955945 137.34199124672693 116.9209204561501", "height": null, "id": 184798620, "index": 22, "index_in_full": 226, "internet_access": null, "landuse": null, "name": "Guiry Building", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"alt_name": "Young Buildig", "image": "http://en.wikipedia.org/wiki/File:Seattle_2101_First_Avenue_01.jpg", "old_name": "Guiry Hotel"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427721, 47.6084548, -122.3416211, 47.609201], "geometry": {"coordinates": [[[-122.3427721, 47.6090332], [-122.3425811, 47.6091138], [-122.3423741, 47.609201], [-122.3422511, 47.6090683], [-122.3421597, 47.6091068], [-122.3421499, 47.6090963], [-122.3421276, 47.6090722], [-122.3421082, 47.6090513], [-122.3421519, 47.6090328], [-122.342199, 47.609013], [-122.342166, 47.6089775], [-122.3421336, 47.6089911], [-122.3421266, 47.6089836], [-122.3419429, 47.609061], [-122.3417556, 47.608859], [-122.3416211, 47.6087139], [-122.3422358, 47.6084548], [-122.3422672, 47.6084895], [-122.3427721, 47.6090332]]], "type": "Polygon"}, "id": "23", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1531", "addr:place": null, "addr:postcode": "98101", "addr:street": "Western Avenue", "amenity": "parking", "building": "parking", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24295.381, "cen_dist2chain": 143.30706175170005, "changeset": null, "email": null, "ext_chain": "24431.954 24431.954 24431.954 24373.501 24373.501 24373.501 24360.456 24347.421 24347.421 24347.421 24334.398 24334.398 24334.398 24334.398 24243.34 24184.728 24178.285 24197.811 24431.954", "ext_dist2chain": "168.1593692664428 151.23195995836713 132.89548827354974 132.77836522240233 124.68218509020723 124.67621391649212 124.65318313528984 124.6274479492461 128.50360494660077 132.67327814965668 132.64700432485466 129.77980462888718 129.77424526210496 113.50095096627881 113.35640279412159 113.25269831734224 167.71121425732082 167.68087611973343 168.1593692664428", "height": null, "id": 184870422, "index": 23, "index_in_full": 227, "internet_access": null, "landuse": null, "name": "Pike Place Market Parking", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": "05:00-02:00", "operator": "Pike Place Market", "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"access": "yes", "capacity": "575", "fee": "yes", "maxheight": "2.0", "park_ride": "no", "parking": "multi-storey", "supervised": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3409695, 47.6072174, -122.3404065, 47.607672], "geometry": {"coordinates": [[[-122.3408415, 47.6072174], [-122.3409695, 47.6073567], [-122.3408042, 47.6074258], [-122.340927, 47.6075593], [-122.3406572, 47.607672], [-122.3404729, 47.6074715], [-122.3404065, 47.6073992], [-122.3408415, 47.6072174]]], "type": "Polygon"}, "id": "24", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23664.342, "cen_dist2chain": 128.72482042596195, "changeset": null, "email": null, "ext_chain": "23605.829 23670.877 23670.877 23729.517 23729.517 23638.541 23605.829 23605.829", "ext_dist2chain": "150.2501052536776 150.71094811397842 136.10025244718204 136.3803130730246 112.537514309862 112.07564003529401 111.81270959120752 150.2501052536776", "height": null, "id": 184870423, "index": 24, "index_in_full": 228, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3435504, 47.6090464, -122.3421856, 47.6099177], "geometry": {"coordinates": [[[-122.3432801, 47.6099177], [-122.3433157, 47.6098909], [-122.3434018, 47.6098262], [-122.3435504, 47.6097145], [-122.3434953, 47.609675], [-122.3429413, 47.609278], [-122.3428206, 47.6091522], [-122.3428407, 47.6091435], [-122.3428607, 47.6091348], [-122.342776, 47.6090464], [-122.342588, 47.6091254], [-122.3424677, 47.6091753], [-122.3421856, 47.6092923], [-122.3425112, 47.6094784], [-122.3425596, 47.609506], [-122.3426211, 47.6095411], [-122.3427221, 47.6095989], [-122.3427826, 47.6096334], [-122.3428062, 47.6096469], [-122.3431201, 47.6098273], [-122.3431895, 47.6098673], [-122.343249, 47.6099004], [-122.3432801, 47.6099177]]], "type": "Polygon"}, "id": "25", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "retail", "building:levels": "1", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 24581.422, "cen_dist2chain": 149.76539102638844, "changeset": null, "email": null, "ext_chain": "24763.69 24750.759 24750.759 24731.146 24711.604 24529.615 24470.886 24470.886 24470.886 24431.954 24431.954 24431.954 24431.954 24535.862 24548.658 24568.311 24607.558 24620.473 24620.473 24711.604 24737.673 24750.759 24763.69", "ext_dist2chain": "149.39666003559 153.22025164946578 162.4449227100855 178.3993888242014 177.1031226133483 164.6414824367172 164.29542680437888 166.08936739226513 167.87690334669418 167.63876313207524 150.99739608968855 140.3864520666448 115.5049688458199 125.41166735120603 126.87356262259894 128.78781553993747 131.87987391491802 133.72146169149235 134.44674182301998 144.20224540666888 146.39685433282796 148.35421131878397 149.39666003559", "height": null, "id": 184870424, "index": 25, "index_in_full": 229, "internet_access": null, "landuse": null, "name": "MarketFront", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"roof:material": "concrete"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.pikeplacemarket.org/marketfront", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340876, 47.6111166, -122.3401456, 47.6115524], "geometry": {"coordinates": [[[-122.340876, 47.6113776], [-122.3407712, 47.6114585], [-122.3406918, 47.6114117], [-122.3406669, 47.6114309], [-122.3405096, 47.6115524], [-122.3403365, 47.6114504], [-122.3401456, 47.6113381], [-122.3404325, 47.6111166], [-122.340876, 47.6113776]]], "type": "Polygon"}, "id": "26", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1902", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24867.559, "cen_dist2chain": 111.04131720299794, "changeset": null, "email": null, "ext_chain": "24926.266 24945.853 24913.251 24919.703 24932.726 24880.539 24822.157 24783.263 24926.266", "ext_dist2chain": "88.07110405733661 99.31925069375617 102.02056405422206 104.69480497937211 121.57761416754747 127.43876304182908 133.74539727787146 102.7306571015379 88.07110405733661", "height": null, "id": 189283343, "index": 26, "index_in_full": 233, "internet_access": null, "landuse": null, "name": "Josephinum", "need2ndStageAssess_prob": 0.004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "image": "http://en.wikipedia.org/wiki/File:Seattle_-_The_Moore_and_Josephinium_01.jpg"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3415311, 47.6113776, -122.3405853, 47.6119867], "geometry": {"coordinates": [[[-122.340876, 47.6113776], [-122.3415311, 47.6117649], [-122.341243, 47.6119867], [-122.3408834, 47.6117743], [-122.3408813, 47.6117759], [-122.340752, 47.6116995], [-122.3409513, 47.6115461], [-122.3409033, 47.6115177], [-122.3407036, 47.6116714], [-122.3405853, 47.6116015], [-122.3407712, 47.6114585], [-122.340876, 47.6113776]]], "type": "Polygon"}, "id": "27", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25049.871, "cen_dist2chain": 91.46776609832557, "changeset": null, "email": null, "ext_chain": "24926.266 25134.439 25179.987 25062.741 25062.741 25017.393 24991.18 24971.899 25004.376 24965.318 24945.853 24926.266", "ext_dist2chain": "88.07110405733661 64.73573871039245 95.19099308986509 108.4887442019365 108.71087997647285 113.32371426141363 92.06884560273483 93.73523259561614 115.05678017646443 119.19378365458586 99.31925069375617 88.07110405733661", "height": null, "id": 189283346, "index": 27, "index_in_full": 234, "internet_access": null, "landuse": null, "name": "Moore Building", "need2ndStageAssess_prob": 0.0428, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1907", "tags": {"image": "http://en.wikipedia.org/wiki/File:Seattle_-_The_Moore_and_Josephinium_01.jpg"}, "timestamp": 0, "url": null, "version": -1, "website": "https://digital.lib.washington.edu/architect/structures/3108/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340244, 47.6062114, -122.3395143, 47.6066798], "geometry": {"coordinates": [[[-122.3395143, 47.6064079], [-122.3395969, 47.6065016], [-122.3397522, 47.6066776], [-122.3397542, 47.6066798], [-122.3398821, 47.6066285], [-122.340244, 47.6064833], [-122.3402267, 47.6064637], [-122.3400868, 47.6063051], [-122.3400041, 47.6062114], [-122.3397197, 47.6063255], [-122.3395143, 47.6064079]]], "type": "Polygon"}, "id": "28", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "50", "addr:place": null, "addr:postcode": "98101", "addr:street": "University Street", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23215.559, "cen_dist2chain": 127.11284163736603, "changeset": null, "email": null, "ext_chain": "23157.015 23202.536 23280.65 23280.65 23280.65 23267.56 23261.067 23183.026 23144.006 23150.515 23157.015", "ext_dist2chain": "104.32186110449757 105.3303369279154 107.00071499802168 107.02212164205552 118.18496549895369 149.7409283933395 149.57269881427914 148.02817737183446 146.99209235544723 122.21793907826776 104.32186110449757", "height": null, "id": 189460316, "index": 28, "index_in_full": 235, "internet_access": null, "landuse": null, "name": "Cyrene", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://cyreneseattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3365181, 47.6029298, -122.3356669, 47.6036156], "geometry": {"coordinates": [[[-122.3361708, 47.6036156], [-122.3365181, 47.6034677], [-122.3364587, 47.6034043], [-122.3363155, 47.6032514], [-122.3360143, 47.6029298], [-122.3356669, 47.6030777], [-122.3361708, 47.6036156]]], "type": "Polygon"}, "id": "29", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": "The Post Apartments", "addr:housenumber": "888", "addr:place": null, "addr:postcode": "98104", "addr:street": "Western Avenue", "amenity": null, "building": "apartments", "building:levels": "16", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21764.903, "cen_dist2chain": 24.81151678921543, "changeset": null, "email": null, "ext_chain": "21888.462 21855.996 21829.917 21771.399 21641.545 21680.43 21888.462", "ext_dist2chain": "27.772578809619294 1.6811791180094637 1.485716602061227 7.9213708988330325 22.62883458304237 51.53698359387684 27.772578809619294", "height": null, "id": 201041425, "index": 29, "index_in_full": 238, "internet_access": null, "landuse": null, "name": "The Post Apartments", "need2ndStageAssess_prob": 0.6664, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=7666202540", "start_date": "2013", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.thepostseattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.344822, 47.619019, -122.3443972, 47.6192644], "geometry": {"coordinates": [[[-122.3447307, 47.6190209], [-122.3447532, 47.6190208], [-122.3447526, 47.6190536], [-122.3447759, 47.6190538], [-122.3447752, 47.6190889], [-122.3447985, 47.6190891], [-122.3447979, 47.6191218], [-122.344822, 47.619122], [-122.3448213, 47.619162], [-122.3447735, 47.6191616], [-122.344773, 47.6191878], [-122.3448214, 47.6191882], [-122.34482, 47.6192644], [-122.3446525, 47.619263], [-122.3446527, 47.6192501], [-122.3445651, 47.6192493], [-122.3445648, 47.6192631], [-122.3443972, 47.6192616], [-122.3443987, 47.6191818], [-122.3444497, 47.6191823], [-122.3444502, 47.6191576], [-122.3444003, 47.6191572], [-122.3444011, 47.6191151], [-122.3444218, 47.6191153], [-122.3444223, 47.6190855], [-122.344451, 47.6190857], [-122.3444517, 47.6190532], [-122.3444746, 47.6190534], [-122.3444752, 47.6190192], [-122.3444922, 47.619019], [-122.3447307, 47.6190209]]], "type": "Polygon"}, "id": "30", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "118", "addr:place": null, "addr:postcode": "98109", "addr:street": "6th Avenue North", "amenity": null, "building": "apartments", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28027.519, "cen_dist2chain": 28.74822510085163, "changeset": null, "email": null, "ext_chain": "27982.13 27982.13 27995.022 27995.022 28007.996 28007.996 28021.061 28021.061 28034.103 28034.103 28047.117 28047.117 28072.928 28072.928 28066.607 28066.607 28072.928 28072.928 28040.592 28040.592 28034.103 28034.103 28021.061 28021.061 28007.996 28007.996 27995.022 27995.022 27982.13 27982.13 27982.13", "ext_dist2chain": "19.674542202003135 17.983151953061377 18.034050181289604 16.28249168957402 16.342734669220352 14.59113940799277 14.648806734458068 12.837208241628128 12.87756410459985 16.470505238514555 16.530157833248854 12.896833816697354 12.896619047190688 25.488394679639548 25.49109560907455 32.07636838338413 32.079885685267286 44.679931195399035 44.64641255765749 40.81319929618012 40.775589094212435 44.52697139412956 44.486737091360716 42.93059774531241 42.87343946260309 40.715858851146066 40.6536730000285 38.93217517146445 38.87960884120413 37.601631861022724 19.674542202003135", "height": null, "id": 204323475, "index": 30, "index_in_full": 241, "internet_access": null, "landuse": null, "name": "Annaliese", "need2ndStageAssess_prob": 0.6036, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 877 712-7875", "ref": null, "shop": null, "source": "Bing;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "roof:levels": "0"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.essexapartmenthomes.com/washington/seattle-area/seattle/annaliese", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408579, 47.6087916, -122.3403005, 47.6091244], "geometry": {"coordinates": [[[-122.3408579, 47.6089711], [-122.3404902, 47.6091244], [-122.3403005, 47.6089056], [-122.3404195, 47.6088542], [-122.3405644, 47.6087916], [-122.3408579, 47.6089711]]], "type": "Polygon"}, "id": "31", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1530", "addr:place": null, "addr:postcode": "98101", "addr:street": "Post Alley", "amenity": "marketplace", "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24119.607, "cen_dist2chain": 31.40770661742759, "changeset": null, "email": null, "ext_chain": "24165.27 24165.27 24067.659 24067.659 24067.659 24165.27", "ext_dist2chain": "49.41253272737024 16.947485812560277 17.633304397039865 28.238938169414762 41.161292044513864 49.41253272737024", "height": null, "id": 206858876, "index": 31, "index_in_full": 428, "internet_access": null, "landuse": null, "name": "Corner Market", "need2ndStageAssess_prob": 0.422, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "organic": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3411363, 47.6089711, -122.3404902, 47.6094025], "geometry": {"coordinates": [[[-122.3407445, 47.6094025], [-122.3404902, 47.6091244], [-122.3408579, 47.6089711], [-122.3409094, 47.6090093], [-122.3411363, 47.6092389], [-122.3410772, 47.6092643], [-122.3407445, 47.6094025]]], "type": "Polygon"}, "id": "32", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "98101", "addr:street": "Post Alley", "amenity": "marketplace", "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24223.833, "cen_dist2chain": 33.88826934716551, "changeset": null, "email": null, "ext_chain": "24282.408 24165.27 24165.27 24178.285 24282.408 24282.408 24282.408", "ext_dist2chain": "16.916434671454592 16.947485812560277 49.41253272737024 50.47057546380027 51.53740837796647 46.272672985715815 16.916434671454592", "height": null, "id": 206858888, "index": 32, "index_in_full": 429, "internet_access": null, "landuse": null, "name": "Sanitary Public Market", "need2ndStageAssess_prob": 0.4312, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA", "organic": "yes", "wheelchair": "limited"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3429202, 47.6105887, -122.3424494, 47.6109251], "geometry": {"coordinates": [[[-122.3429202, 47.6106931], [-122.3426406, 47.6109093], [-122.3426371, 47.61092], [-122.3426308, 47.6109234], [-122.3426241, 47.6109251], [-122.3426153, 47.6109245], [-122.3426093, 47.6109222], [-122.3426059, 47.6109156], [-122.3426056, 47.6109076], [-122.3424494, 47.6108171], [-122.3427443, 47.6105887], [-122.3429202, 47.6106931]]], "type": "Polygon"}, "id": "33", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": "Landes Block", "addr:housenumber": null, "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24939.339, "cen_dist2chain": 64.43473944592522, "changeset": null, "email": null, "ext_chain": "24952.285 24984.887 24991.18 24991.18 24991.18 24991.18 24984.887 24984.887 24978.203 24939.339 24893.58 24952.285", "ext_dist2chain": "83.26969335519081 53.343245618122864 52.538506456019114 51.940505664416904 51.40864696337044 50.86573567624545 50.59167125602756 50.71709475162546 51.107844635943145 45.625393463791184 77.3229869883646 83.26969335519081", "height": null, "id": 206877616, "index": 33, "index_in_full": 430, "internet_access": null, "landuse": null, "name": "Landes Block", "need2ndStageAssess_prob": 0.1728, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1901", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://viaducthistory.com/neighborhood/VirginiaInn.htm", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3442098, 47.6111069, -122.3434112, 47.611689], "geometry": {"coordinates": [[[-122.3441995, 47.6114741], [-122.344101, 47.6115509], [-122.3439238, 47.611689], [-122.3434367, 47.6114051], [-122.3434824, 47.6113695], [-122.3434112, 47.611328], [-122.3435295, 47.6112357], [-122.3434956, 47.6112159], [-122.3436355, 47.6111069], [-122.3437009, 47.611145], [-122.3442098, 47.6114417], [-122.3441816, 47.6114636], [-122.3441995, 47.6114741]]], "type": "Polygon"}, "id": "34", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2025", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "apartments", "building:levels": "17", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 25258.063, "cen_dist2chain": 105.79949477032137, "changeset": null, "email": null, "ext_chain": "25323.203 25342.767 25368.678 25232.031 25218.969 25199.623 25186.569 25173.604 25153.935 25173.604 25323.203 25323.203 25323.203", "ext_dist2chain": "129.69860633590338 119.36740429192598 100.81683569960661 81.31879553760427 86.14220291541852 83.37201393182524 95.91167207038905 94.61398837637789 109.45282499549573 111.94495252051229 131.94708910439294 128.97774805728602 129.69860633590338", "height": null, "id": 206880345, "index": 34, "index_in_full": 431, "internet_access": null, "landuse": null, "name": "Market Place Tower", "need2ndStageAssess_prob": 0.0068, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://marketplacetower.com/home.axis", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3424024, 47.6109342, -122.341836, 47.611322], "geometry": {"coordinates": [[[-122.3424024, 47.6110936], [-122.3421088, 47.611322], [-122.341836, 47.6111626], [-122.3421296, 47.6109342], [-122.3424024, 47.6110936]]], "type": "Polygon"}, "id": "35", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1932", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "11", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24991.18, "cen_dist2chain": 7.342760196032823, "changeset": null, "email": null, "ext_chain": "25017.393 25056.328 24971.899 24932.726 25017.393", "ext_dist2chain": "27.86817911486123 3.5468178441230673 13.261034616276755 18.28580055059171 27.86817911486123", "height": null, "id": 206883226, "index": 35, "index_in_full": 432, "internet_access": null, "landuse": null, "name": "Terminal Sales Building", "need2ndStageAssess_prob": 0.5292, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": "1923", "tags": {"addr:state": "WA", "image": "http://en.wikipedia.org/wiki/File:Seattle_-_Terminal_Sales_Building_02.jpg"}, "timestamp": 0, "url": null, "version": -1, "website": "http://viaducthistory.com/neighborhood/TerminalSales.htm", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448239, 47.6193393, -122.344379, 47.6196343], "geometry": {"coordinates": [[[-122.3448234, 47.6196343], [-122.344379, 47.6196339], [-122.3443795, 47.619346], [-122.3444391, 47.619346], [-122.3444391, 47.6193393], [-122.3446582, 47.6193395], [-122.3446582, 47.6193489], [-122.3447372, 47.619349], [-122.3447372, 47.6193568], [-122.3448239, 47.6193568], [-122.3448234, 47.6196343]]], "type": "Polygon"}, "id": "36", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "120", "addr:place": null, "addr:postcode": "98109", "addr:street": "6th Avenue North", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28157.438, "cen_dist2chain": 29.116570734092722, "changeset": null, "email": null, "ext_chain": "28209.433 28209.433 28105.415 28105.415 28099.152 28099.152 28105.415 28105.415 28105.415 28105.415 28209.433", "ext_dist2chain": "11.867491128417523 45.2542912316833 45.92283585871915 41.444156377232765 41.46524427172219 24.994917765226486 24.971695378975586 19.03704950040946 19.01870430221951 12.50124938825429 11.867491128417523", "height": null, "id": 217604410, "index": 36, "index_in_full": 436, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5848, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448112, 47.619816, -122.3444335, 47.6204695], "geometry": {"coordinates": [[[-122.3444555, 47.6201907], [-122.3444335, 47.6201907], [-122.3444336, 47.6201035], [-122.3444577, 47.6201035], [-122.344458, 47.6198379], [-122.3444874, 47.6198379], [-122.3444874, 47.619816], [-122.3445717, 47.6198161], [-122.3445714, 47.6200926], [-122.344645, 47.6200926], [-122.344645, 47.6201056], [-122.3446583, 47.6201056], [-122.3446582, 47.6201898], [-122.3445685, 47.6201897], [-122.3445684, 47.6203322], [-122.3447813, 47.6203323], [-122.3447813, 47.6203574], [-122.3448112, 47.6203574], [-122.3448111, 47.6204455], [-122.3447814, 47.6204455], [-122.3447814, 47.6204695], [-122.3444552, 47.6204693], [-122.3444555, 47.6201907]]], "type": "Polygon"}, "id": "37", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "200", "addr:place": null, "addr:postcode": "98109", "addr:street": "6th Avenue North", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28423.898, "cen_dist2chain": 27.96340338671507, "changeset": null, "email": null, "ext_chain": "28417.595 28417.595 28385.231 28385.231 28287.589 28287.589 28281.178 28281.178 28378.612 28378.612 28385.231 28385.231 28417.595 28417.595 28469.655 28463.147 28476.122 28469.655 28502.155 28502.155 28515.189 28521.598 28417.595", "ext_dist2chain": "36.48704104426681 38.13760387309262 38.781893491772834 36.973249098859796 38.47148815526475 36.264547946180144 36.384135943139604 30.063853928192522 28.492958023800245 22.96827970322207 22.911988018398375 21.915964982231024 21.313928852035556 28.024552051147623 26.944962925192947 10.990944075889807 10.813720859288745 8.593068249829344 7.823554232390707 10.054856263535925 9.792517055192837 34.23337446962571 36.48704104426681", "height": null, "id": 217604426, "index": 37, "index_in_full": 441, "internet_access": "wlan", "landuse": null, "name": "Travelodge Seattle by the Space Needle", "need2ndStageAssess_prob": 0.6792, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1-206-962-8678", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"brand": "Travelodge", "brand:wikidata": "Q7836087", "brand:wikipedia": "en:Travelodge", "internet_access:fee": "no", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.travelodgeseattlecenter.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3434421, 47.6198155, -122.3430794, 47.6206168], "geometry": {"coordinates": [[[-122.3430794, 47.6206164], [-122.3430827, 47.6198165], [-122.3431824, 47.6198167], [-122.3431823, 47.6198333], [-122.3432016, 47.6198333], [-122.3432016, 47.6198155], [-122.3433028, 47.6198157], [-122.3433028, 47.6198331], [-122.3433297, 47.6198332], [-122.3433283, 47.6201738], [-122.3434421, 47.620174], [-122.3434418, 47.6202492], [-122.3433261, 47.620249], [-122.3433246, 47.6206168], [-122.3430794, 47.6206164]]], "type": "Polygon"}, "id": "38", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "226", "addr:place": null, "addr:postcode": "98109", "addr:street": "Aurora Avenue North", "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28450.096, "cen_dist2chain": 129.61140176412417, "changeset": null, "email": null, "ext_chain": "28606.036 28294.04 28294.04 28294.04 28294.04 28294.04 28294.04 28294.04 28294.04 28430.615 28423.898 28456.609 28463.147 28599.551 28606.036", "ext_dist2chain": "135.75485807701392 141.85523571916403 134.36741740580197 134.30098864293555 132.85097835692105 132.93211682012955 125.33303955548742 125.24891550419612 123.2277016953868 121.17339068454048 112.6365878897042 112.08845194699686 120.76134708088296 117.39686413047635 135.75485807701392", "height": null, "id": 217604432, "index": 38, "index_in_full": 444, "internet_access": null, "landuse": null, "name": "Holiday Inn Express Seattle City Center", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 800 860-7715", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "brand": "Holiday Inn Express", "brand:wikidata": "Q5880423", "brand:wikipedia": "en:Holiday Inn Express", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.ihg.com/holidayinnexpress/hotels/us/en/seattle/seawa/hoteldetail", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3445002, 47.6206468, -122.3443636, 47.620802], "geometry": {"coordinates": [[[-122.3445002, 47.6206468], [-122.3445, 47.6208018], [-122.344364, 47.620802], [-122.3443636, 47.620647], [-122.3445002, 47.6206468]]], "type": "Polygon"}, "id": "39", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "609", "addr:place": null, "addr:postcode": "98109", "addr:street": "Thomas Street", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28619.04, "cen_dist2chain": 33.416784459103305, "changeset": null, "email": null, "ext_chain": "28586.527 28645.143 28645.143 28586.527 28586.527", "ext_dist2chain": "29.096807050902637 27.456576886213885 37.61735839504073 39.32471494088767 29.096807050902637", "height": null, "id": 217604435, "index": 39, "index_in_full": 447, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1268, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3442135, 47.6188559, -122.3439149, 47.6189663], "geometry": {"coordinates": [[[-122.3442135, 47.6188579], [-122.3442119, 47.6189663], [-122.3439149, 47.6189643], [-122.3439165, 47.6188559], [-122.3442135, 47.6188579]]], "type": "Polygon"}, "id": "40", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "620", "addr:place": null, "addr:postcode": "98109", "addr:street": "Denny Way", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27942.992, "cen_dist2chain": 69.6254959111436, "changeset": null, "email": null, "ext_chain": "27917.044 27962.63 27962.63 27917.044 27917.044", "ext_dist2chain": "58.315355275277035 58.59014963769751 80.91648598443793 80.62745012924532 58.315355275277035", "height": null, "id": 217604438, "index": 40, "index_in_full": 449, "internet_access": null, "landuse": null, "name": "Stadium Market", "need2ndStageAssess_prob": 0.0104, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": "convenience", "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"checked_exists:date": "2016-04-03"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443164, 47.6189671, -122.3439355, 47.6196469], "geometry": {"coordinates": [[[-122.3441607, 47.6189714], [-122.344286, 47.6189708], [-122.3442857, 47.6190016], [-122.3442682, 47.6190013], [-122.3442686, 47.6190298], [-122.3442842, 47.6190295], [-122.344297, 47.6190544], [-122.3442882, 47.6190562], [-122.3442882, 47.6190795], [-122.3442991, 47.6190822], [-122.3442877, 47.6191061], [-122.3442743, 47.6191061], [-122.3442743, 47.6191344], [-122.3442879, 47.6191344], [-122.344288, 47.6191442], [-122.3442991, 47.6191478], [-122.3442861, 47.6191735], [-122.3442728, 47.6191735], [-122.3442726, 47.6192038], [-122.3442831, 47.619204], [-122.3442848, 47.6192427], [-122.3443053, 47.6192428], [-122.3443052, 47.6192989], [-122.3442848, 47.6193], [-122.3442852, 47.6193367], [-122.3442636, 47.6193366], [-122.344265, 47.6193647], [-122.3442841, 47.6193653], [-122.3442956, 47.6193892], [-122.3442846, 47.6193919], [-122.3442847, 47.6194153], [-122.3442956, 47.619418], [-122.3442842, 47.6194419], [-122.3442707, 47.6194419], [-122.3442708, 47.6194701], [-122.3443037, 47.6194701], [-122.3443037, 47.6194799], [-122.3443148, 47.6194835], [-122.3443018, 47.6195092], [-122.3442886, 47.6195092], [-122.3442882, 47.6195391], [-122.3443018, 47.619539], [-122.3443024, 47.6195724], [-122.344293, 47.6195731], [-122.3442937, 47.6195968], [-122.3443161, 47.6195973], [-122.3443164, 47.619646], [-122.3442444, 47.6196462], [-122.3442436, 47.6196402], [-122.3441631, 47.6196398], [-122.3441638, 47.6196464], [-122.3440991, 47.6196465], [-122.3440997, 47.6196399], [-122.3440187, 47.6196401], [-122.3440189, 47.6196467], [-122.3439511, 47.6196469], [-122.3439508, 47.6195947], [-122.3439737, 47.6195944], [-122.3439742, 47.6195719], [-122.3439642, 47.6195715], [-122.3439644, 47.6194986], [-122.3439534, 47.6194817], [-122.3439634, 47.6194781], [-122.3439632, 47.6194565], [-122.3439554, 47.6194546], [-122.3439668, 47.6194307], [-122.3439802, 47.6194307], [-122.3439802, 47.6194024], [-122.343948, 47.6194019], [-122.3439477, 47.6193922], [-122.3439361, 47.619389], [-122.3439491, 47.6193634], [-122.3439585, 47.6193634], [-122.3439585, 47.6193076], [-122.3439485, 47.6193076], [-122.3439371, 47.6192837], [-122.343948, 47.619281], [-122.3439479, 47.6192576], [-122.343937, 47.6192549], [-122.3439484, 47.619231], [-122.3439563, 47.619231], [-122.3439569, 47.6191713], [-122.3439499, 47.6191714], [-122.3439355, 47.6191469], [-122.3439479, 47.619142], [-122.343948, 47.6191333], [-122.3439581, 47.6191329], [-122.3439581, 47.619105], [-122.3439495, 47.6191046], [-122.3439375, 47.619081], [-122.3439503, 47.6190773], [-122.34395, 47.6190557], [-122.3439393, 47.619053], [-122.3439504, 47.6190282], [-122.3439625, 47.6190278], [-122.3439601, 47.6190015], [-122.3439434, 47.6190015], [-122.3439451, 47.6189679], [-122.3440666, 47.6189683], [-122.3440669, 47.6189836], [-122.3440949, 47.6189836], [-122.3440946, 47.6189671], [-122.3441354, 47.6189674], [-122.3441359, 47.6189832], [-122.3441607, 47.6189836], [-122.3441607, 47.6189714]]], "type": "Polygon"}, "id": "41", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "699", "addr:place": null, "addr:postcode": "98109", "addr:street": "John Street", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28092.484, "cen_dist2chain": 65.32477521318165, "changeset": null, "email": null, "ext_chain": "27962.63 27962.63 27975.59 27975.59 27988.581 27988.581 27995.022 27995.022 28001.154 28007.996 28014.539 28014.539 28021.061 28021.061 28027.519 28034.103 28040.592 28040.592 28047.117 28047.117 28066.607 28066.607 28086.013 28086.013 28099.152 28099.152 28112.054 28112.054 28118.53 28118.53 28131.456 28131.456 28137.958 28137.958 28150.956 28150.956 28157.438 28157.438 28163.941 28163.941 28177.072 28177.072 28190.091 28190.091 28196.461 28196.461 28215.894 28215.894 28215.894 28215.894 28215.894 28215.894 28215.894 28215.894 28222.426 28222.426 28196.461 28196.461 28190.091 28190.091 28163.941 28157.438 28157.438 28150.956 28150.956 28137.958 28137.958 28125.023 28125.023 28118.53 28118.53 28112.054 28112.054 28092.484 28092.484 28079.391 28079.391 28072.928 28072.928 28060.03 28060.03 28040.592 28040.592 28034.103 28027.519 28021.061 28021.061 28014.539 28014.539 28007.996 28001.154 27995.022 27995.022 27988.581 27988.581 27975.59 27975.59 27962.63 27962.63 27969.112 27969.112 27962.63 27962.63 27969.112 27969.112 27962.63", "ext_dist2chain": "62.44280146322859 53.02345921568195 53.07987532216852 54.39534636779058 54.41499163262 53.24285306498989 52.28290594171498 52.94502030579625 52.96091231494952 52.13874616988017 53.00468367403552 54.011998165919266 54.01377923373924 52.99161049770641 52.98958535133595 52.15320849593106 53.112949163186016 54.11268790927767 54.12268843325191 53.33379148245131 53.15360775417096 51.612580471464945 51.57085085250264 53.10330954129045 53.03513730568825 54.658903786197904 54.50402247707536 53.067174605243174 52.16353039064701 52.98919845474478 52.940043665009725 52.1137424228118 52.93068331800785 53.945480096148195 53.86059392184623 51.388119898475225 51.372215419800646 50.52319201184547 51.432670484868936 52.42480979341903 52.395192298640005 51.37363207314645 51.21659389035636 51.92013629603888 51.78141626967468 50.09678861666202 49.92880480629314 55.33846530303414 55.42016327124236 61.46906643631524 61.394924113067866 66.257092768194 66.23186422950928 72.31718969186822 72.28264914749411 77.37309953342002 77.55804183351731 75.83739372391184 75.8791663490017 76.63175822406102 76.81573260255868 77.68480759799068 76.94443863016491 77.0187175740479 77.61250051677752 76.80691688015051 75.79984663088328 75.8617020650835 78.28274473780601 78.31481254902536 79.18775111498307 78.24979133602432 77.54326089564594 77.63028600749513 78.38187428518576 79.25479807978152 78.43662317426161 78.45797085122734 79.28199638241578 78.45797232108005 77.86410776050045 77.86106579843833 78.38712811271135 79.48085844723263 78.55580890421348 78.53826328493429 77.77856886053506 77.78196729861989 78.42861616722925 79.32064393563259 78.35629441796434 78.36819039214252 79.17234780108525 78.33546702946526 77.42645807233906 77.55620396721119 78.81159464435719 78.64682536313661 69.51357659740749 69.51268717332016 67.4078396859053 67.40818194673706 64.34125722068885 64.32570049523277 62.461448493763434 62.44280146322859", "height": null, "id": 217604441, "index": 41, "index_in_full": 451, "internet_access": null, "landuse": null, "name": "Marselle", "need2ndStageAssess_prob": 0.0352, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.condosatmarselle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443344, 47.6198177, -122.3439455, 47.6208098], "geometry": {"coordinates": [[[-122.3443222, 47.6208081], [-122.3439455, 47.6208098], [-122.3439492, 47.6203247], [-122.3440354, 47.6202991], [-122.3439462, 47.6201749], [-122.3439897, 47.6201599], [-122.344107, 47.6202199], [-122.3441101, 47.6198177], [-122.3443344, 47.6198185], [-122.3443222, 47.6208081]]], "type": "Polygon"}, "id": "42", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "618", "addr:place": null, "addr:postcode": "98109", "addr:street": "John Street", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28489.11, "cen_dist2chain": 57.12139396828726, "changeset": null, "email": null, "ext_chain": "28651.687 28658.069 28476.122 28463.147 28417.595 28417.595 28430.615 28281.178 28281.178 28651.687", "ext_dist2chain": "40.669793179492004 68.80444405041293 73.43268915685516 67.17932019302954 74.80916809371705 71.65874554670847 62.43605965110943 64.70296671686404 47.85185561232906 40.669793179492004", "height": null, "id": 217604453, "index": 42, "index_in_full": 458, "internet_access": null, "landuse": null, "name": "Quality Inn \u0026 Suites Seattle", "need2ndStageAssess_prob": 0.0176, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1-206-728-7666", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "brand": "Quality Inn \u0026 Suites", "brand:wikidata": "Q1075788", "brand:wikipedia": "en:Choice Hotels International", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.choicehotels.com/quality-inn", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448101, 47.620646, -122.3445526, 47.6207702], "geometry": {"coordinates": [[[-122.3446181, 47.6207493], [-122.3446179, 47.6207702], [-122.3445526, 47.62077], [-122.3445534, 47.6206641], [-122.3446153, 47.6206643], [-122.3446153, 47.6206685], [-122.3447119, 47.6206689], [-122.3447121, 47.620646], [-122.3448101, 47.6206463], [-122.3448099, 47.6206751], [-122.3448023, 47.6206751], [-122.3448017, 47.62075], [-122.3446181, 47.6207493]]], "type": "Polygon"}, "id": "43", "properties": {"__folium_color": "#b15928", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28606.036, "cen_dist2chain": 15.09537034398454, "changeset": null, "email": null, "ext_chain": "28619.04 28625.613 28632.171 28593.003 28586.527 28593.003 28586.527 28580.092 28580.092 28586.527 28586.527 28619.04 28619.04", "ext_dist2chain": "19.21262673308669 19.003625826092247 23.871733936614596 24.947348749582773 20.320267818147528 20.269278252470784 13.043415235855356 13.258597583429824 5.9401568579312 5.6717689696482605 6.242710357587648 5.522160297510734 19.21262673308669", "height": null, "id": 217604456, "index": 43, "index_in_full": 459, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.7084, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3435014, 47.620646, -122.3431526, 47.6208078], "geometry": {"coordinates": [[[-122.3435014, 47.6208058], [-122.3431546, 47.6208078], [-122.3431526, 47.6206479], [-122.3434995, 47.620646], [-122.3435014, 47.6208058]]], "type": "Polygon"}, "id": "44", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28645.143, "cen_dist2chain": 116.01237631054167, "changeset": null, "email": null, "ext_chain": "28671.049 28684.044 28619.04 28606.036 28671.049", "ext_dist2chain": "102.05584876728457 127.9500584915087 129.94398089877194 104.0083860862438 102.05584876728457", "height": null, "id": 217604469, "index": 44, "index_in_full": 463, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3442334, 47.6186682, -122.3440415, 47.6188489], "geometry": {"coordinates": [[[-122.3440415, 47.6186682], [-122.3442334, 47.6186682], [-122.3442334, 47.6188489], [-122.3440415, 47.6188489], [-122.3440415, 47.6186682]]], "type": "Polygon"}, "id": "45", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "fuel", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27877.997, "cen_dist2chain": 63.82112915625368, "changeset": null, "email": null, "ext_chain": "27852.077 27852.077 27917.044 27917.044 27852.077", "ext_dist2chain": "70.77173094313979 56.346747904414315 56.79432132122206 71.21840079854313 70.77173094313979", "height": null, "id": 217604479, "index": 45, "index_in_full": 466, "internet_access": null, "landuse": null, "name": "Shell", "need2ndStageAssess_prob": 0.0144, "office": null, "opening_hours": null, "operator": "Shell", "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"brand": "Shell", "brand:wikidata": "Q154950", "brand:wikipedia": "en:Shell plc", "checked_exists:date": "2016-04-03"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3465492, 47.6173157, -122.3458989, 47.617752], "geometry": {"coordinates": [[[-122.3461829, 47.6173157], [-122.3463469, 47.6174119], [-122.3465356, 47.617519], [-122.3465464, 47.6175264], [-122.3465492, 47.6175356], [-122.3465478, 47.6175406], [-122.3464461, 47.6176191], [-122.3462796, 47.6177477], [-122.3462625, 47.617752], [-122.3461093, 47.6176621], [-122.3460366, 47.6176195], [-122.3458989, 47.6175389], [-122.3461829, 47.6173157]]], "type": "Polygon"}, "id": "46", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "425", "addr:place": null, "addr:postcode": "98121", "addr:street": "Vine Street", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27468.411, "cen_dist2chain": 100.41796123776385, "changeset": null, "email": null, "ext_chain": "27390.392 27429.454 27468.411 27474.994 27474.994 27474.994 27500.982 27540.082 27540.082 27514.068 27494.452 27461.995 27390.392", "ext_dist2chain": "99.4336375342031 110.64836535530902 123.6625621085542 124.40210984759649 124.52184142173039 124.37158605993753 116.01712617904258 102.38444825107324 101.07149941010134 90.37532743155779 85.33418229182206 75.7983357245752 99.4336375342031", "height": null, "id": 223920792, "index": 46, "index_in_full": 564, "internet_access": null, "landuse": null, "name": "Montreaux Condominiums", "need2ndStageAssess_prob": 0.0016, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://montreuxinbelltown.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3450906, 47.6169957, -122.3438072, 47.6177959], "geometry": {"coordinates": [[[-122.3443445, 47.6177948], [-122.3443357, 47.6177891], [-122.3438072, 47.6174804], [-122.3444242, 47.6169957], [-122.3450906, 47.6173889], [-122.3446584, 47.617728], [-122.3445874, 47.6177787], [-122.3445704, 47.6177864], [-122.3445593, 47.6177885], [-122.3445273, 47.6177873], [-122.3445226, 47.6177833], [-122.3444854, 47.6177946], [-122.3444409, 47.6177959], [-122.3444185, 47.6177924], [-122.344397, 47.6177853], [-122.344393, 47.6177894], [-122.3443734, 47.6177954], [-122.3443445, 47.6177948]]], "type": "Polygon"}, "id": "47", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27390.392, "cen_dist2chain": 31.509424008023437, "changeset": null, "email": null, "ext_chain": "27520.516 27520.516 27397.012 27234.577 27390.392 27507.581 27520.516 27527.073 27527.073 27527.073 27520.516 27527.073 27527.073 27527.073 27520.516 27520.516 27527.073 27520.516", "ext_dist2chain": "43.0618261791473 43.65814272586426 80.10583260493483 27.872819478846612 16.9258943608674 18.921351784751142 24.715439215436376 26.06188521607095 26.909940037988584 29.301999385823404 29.613425266201475 32.500353041742116 35.84686806519334 37.500341870781604 39.030599314061334 39.37332836431364 40.90500222482119 43.0618261791473", "height": null, "id": 223920794, "index": 47, "index_in_full": 566, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5208, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3460259, 47.6175907, -122.3447902, 47.6184194], "geometry": {"coordinates": [[[-122.3449583, 47.6177755], [-122.3449508, 47.6177614], [-122.3449589, 47.6177482], [-122.3449767, 47.617741], [-122.3449988, 47.6177429], [-122.3450623, 47.6177792], [-122.345103, 47.617747], [-122.3451998, 47.6178024], [-122.3452868, 47.6177334], [-122.3451963, 47.6176815], [-122.3453108, 47.6175907], [-122.3454013, 47.6176426], [-122.3454479, 47.6176056], [-122.3455804, 47.6176815], [-122.3456727, 47.6177344], [-122.3460259, 47.6179367], [-122.3457504, 47.6181552], [-122.3454174, 47.6184194], [-122.3450642, 47.6182171], [-122.3449719, 47.6181642], [-122.3448394, 47.6180883], [-122.3448883, 47.6180495], [-122.3447902, 47.6179934], [-122.3449042, 47.6179029], [-122.3450023, 47.6179591], [-122.345088, 47.6178911], [-122.3449912, 47.6178357], [-122.3450214, 47.6178117], [-122.3449583, 47.6177755]]], "type": "Polygon"}, "id": "48", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "500", "addr:place": null, "addr:postcode": "98121", "addr:street": "Wall Street", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27617.852, "cen_dist2chain": 34.52600693927686, "changeset": null, "email": null, "ext_chain": "27527.073 27527.073 27520.516 27514.068 27520.516 27533.529 27520.516 27540.082 27520.516 27500.982 27468.411 27488.031 27474.994 27507.581 27527.073 27605.0 27676.365 27761.135 27689.392 27670.005 27643.913 27630.896 27605.0 27572.493 27598.557 27572.493 27552.987 27546.505 27527.073", "ext_dist2chain": "3.178185716605646 2.8277882065484294 3.424503828092818 4.88614894531232 6.481206806428112 10.883733434860662 14.220541062428206 21.003235427546286 28.109183286995897 21.812113861765315 31.245310008383317 37.52766275291709 41.37854225939272 50.586885783513814 57.005777583131135 81.85185290963759 59.72230577444711 33.35689701384082 7.849738065090549 1.2524448017013878 8.283072829985748 4.4051266254516 11.257112808355888 2.105445527394749 4.960250799568934 11.874373649885703 5.078770079410462 7.591297141431263 3.178185716605646", "height": null, "id": 223920795, "index": 48, "index_in_full": 567, "internet_access": null, "landuse": null, "name": "Skye at Belltown", "need2ndStageAssess_prob": 0.7128, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 855 261 2764", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "http://www.millcreekplaces.com/community/skye-at-belltown-apartments-in-seattle", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3463557, 47.6159141, -122.3455702, 47.6164561], "geometry": {"coordinates": [[[-122.3456232, 47.6159708], [-122.3456561, 47.6159697], [-122.3457125, 47.6159208], [-122.3457155, 47.6159192], [-122.345726, 47.6159157], [-122.3457376, 47.6159141], [-122.3457498, 47.6159144], [-122.3457712, 47.615919], [-122.3457822, 47.6159284], [-122.345844, 47.6159631], [-122.345882, 47.6159618], [-122.3459347, 47.6159953], [-122.3459386, 47.6160248], [-122.3462412, 47.616201], [-122.3462802, 47.6162004], [-122.3463385, 47.6162341], [-122.3463557, 47.6164054], [-122.3463041, 47.6164461], [-122.3460494, 47.6164561], [-122.3459927, 47.6164216], [-122.3459883, 47.6163764], [-122.3457149, 47.6162133], [-122.3456456, 47.6162169], [-122.3455867, 47.6161813], [-122.3455702, 47.6160125], [-122.3456232, 47.6159708]]], "type": "Polygon"}, "id": "49", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2401", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": "12", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 27007.076, "cen_dist2chain": 99.350520173396, "changeset": null, "email": null, "ext_chain": "26915.814 26915.814 26896.55 26896.55 26896.55 26896.55 26896.55 26902.975 26902.975 26915.814 26915.814 26935.49 26942.052 27013.48 27019.892 27032.917 27084.927 27097.302 27091.491 27078.538 27059.07 26993.891 26993.891 26980.926 26922.505 26915.814", "ext_dist2chain": "78.71961300425367 81.16923622778282 86.36082603566922 86.61447154573695 87.46110786461043 88.35097844212399 89.2469746047854 90.72856370449398 91.34660674881023 95.19223711056812 98.03178748441104 101.29586595779045 101.02543801216576 120.15784318878805 123.06261025917053 126.76524622215135 125.0906452029289 120.57930707518074 101.47964821759763 97.84745464164409 98.28629221216259 80.89541435548995 75.68499534190741 71.99101331253416 73.98342912854463 78.71961300425367", "height": null, "id": 223920796, "index": 49, "index_in_full": 568, "internet_access": null, "landuse": null, "name": "Fourth and Battery Building", "need2ndStageAssess_prob": 0.0008, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"building:colour": "#111111"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443203, 47.6170319, -122.3442075, 47.6171086], "geometry": {"coordinates": [[[-122.344262, 47.6170319], [-122.3443203, 47.6170658], [-122.3442658, 47.6171086], [-122.3442075, 47.6170746], [-122.344262, 47.6170319]]], "type": "Polygon"}, "id": "50", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27254.078, "cen_dist2chain": 40.875936365025844, "changeset": null, "email": null, "ext_chain": "27240.946 27254.078 27267.009 27254.078 27240.946", "ext_dist2chain": "40.46908955617436 36.607527027201854 41.24685374492815 45.14360510129322 40.46908955617436", "height": null, "id": 223920797, "index": 50, "index_in_full": 569, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3468771, 47.6168454, -122.3458622, 47.6174853], "geometry": {"coordinates": [[[-122.3466217, 47.6174853], [-122.3464233, 47.6173687], [-122.3465444, 47.6172751], [-122.3465301, 47.6172667], [-122.3465138, 47.6172793], [-122.3464296, 47.6172298], [-122.3463095, 47.6173227], [-122.346269, 47.6172989], [-122.3462612, 47.6173049], [-122.3462477, 47.617297], [-122.3461908, 47.6172636], [-122.3461981, 47.6172579], [-122.3461592, 47.617235], [-122.3462807, 47.6171411], [-122.3461972, 47.6170919], [-122.3462093, 47.6170826], [-122.3461943, 47.6170738], [-122.3460633, 47.6171751], [-122.3460392, 47.6171609], [-122.3460317, 47.6171667], [-122.3460082, 47.6171529], [-122.3460165, 47.6171465], [-122.3459245, 47.6170924], [-122.3459174, 47.6170979], [-122.3458887, 47.6170811], [-122.3458949, 47.6170763], [-122.3458622, 47.6170571], [-122.345885, 47.6170408], [-122.3459021, 47.6170388], [-122.3459314, 47.6170152], [-122.3459259, 47.617009], [-122.3459474, 47.6169926], [-122.3459621, 47.6169909], [-122.3459899, 47.6169701], [-122.3459894, 47.6169576], [-122.3460022, 47.6169477], [-122.3460196, 47.6169462], [-122.3460453, 47.616925], [-122.3460537, 47.6169181], [-122.3460548, 47.6169061], [-122.3460682, 47.6168964], [-122.3460804, 47.6168943], [-122.3460969, 47.6169045], [-122.3461207, 47.6168861], [-122.3461074, 47.6168792], [-122.346106, 47.6168683], [-122.3461323, 47.6168467], [-122.3461652, 47.6168454], [-122.346194, 47.6168606], [-122.346196, 47.6168754], [-122.3462693, 47.6169204], [-122.3462894, 47.616915], [-122.3463018, 47.6169229], [-122.3463027, 47.6169384], [-122.3463378, 47.6169588], [-122.3463565, 47.6169567], [-122.3463798, 47.6169729], [-122.3463659, 47.6169852], [-122.3464015, 47.6170061], [-122.3464145, 47.6169983], [-122.3464266, 47.6169991], [-122.3464391, 47.6170079], [-122.3464425, 47.61702], [-122.3464315, 47.6170273], [-122.3465712, 47.6171068], [-122.3465827, 47.6171001], [-122.3465994, 47.6171004], [-122.346616, 47.6171113], [-122.3466178, 47.6171234], [-122.3466048, 47.6171296], [-122.3466404, 47.6171491], [-122.3466572, 47.6171354], [-122.3466871, 47.6171517], [-122.3466881, 47.6171699], [-122.3467246, 47.6171865], [-122.3467392, 47.6171829], [-122.3467547, 47.6171917], [-122.3467576, 47.617206], [-122.3468242, 47.6172486], [-122.3468491, 47.6172486], [-122.3468733, 47.6172628], [-122.3468771, 47.6172885], [-122.3468539, 47.6173089], [-122.3468367, 47.6173093], [-122.3468207, 47.6173007], [-122.3467949, 47.6173189], [-122.3468103, 47.6173265], [-122.3468112, 47.6173417], [-122.3467999, 47.6173513], [-122.3467796, 47.6173518], [-122.3467473, 47.6173751], [-122.3467543, 47.6173883], [-122.3467285, 47.6174063], [-122.3467171, 47.617398], [-122.3466988, 47.6174136], [-122.3467047, 47.6174252], [-122.3466808, 47.6174424], [-122.3466649, 47.6174346], [-122.3466371, 47.6174564], [-122.3466441, 47.6174694], [-122.3466217, 47.6174853]]], "type": "Polygon"}, "id": "51", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "400", "addr:place": null, "addr:postcode": "98121", "addr:street": "Wall Street", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27344.964, "cen_dist2chain": 116.06824114061459, "changeset": null, "email": "[email protected]", "ext_chain": "27461.995 27416.376 27383.927 27383.927 27383.927 27370.977 27403.454 27390.392 27390.392 27383.927 27370.977 27370.977 27364.515 27331.91 27318.981 27312.514 27312.514 27344.964 27331.91 27338.485 27331.91 27331.91 27312.514 27312.514 27305.964 27299.405 27299.405 27286.595 27286.595 27286.595 27280.098 27280.098 27273.178 27267.009 27267.009 27260.445 27260.445 27254.078 27254.078 27254.078 27247.487 27240.946 27254.078 27240.946 27240.946 27240.946 27227.973 27227.973 27240.946 27240.946 27260.445 27254.078 27260.445 27267.009 27273.178 27273.178 27280.098 27286.595 27286.595 27286.595 27286.595 27293.047 27299.405 27299.405 27331.91 27331.91 27331.91 27331.91 27331.91 27344.964 27344.964 27344.964 27344.964 27357.938 27357.938 27357.938 27364.515 27370.977 27383.927 27383.927 27390.392 27403.454 27403.454 27403.454 27403.454 27409.963 27409.963 27416.376 27422.918 27422.918 27422.918 27429.454 27435.973 27435.973 27435.973 27442.523 27448.953 27442.523 27455.459 27455.459 27461.995", "ext_dist2chain": "130.44801745527135 116.81931811921099 126.91640684600866 125.9368033538689 124.5829056420097 118.86798360788534 108.81780065507299 106.0589447589646 105.40781666759281 104.48274111377496 100.63051850352637 101.23614110918268 98.59513639033413 108.80026935611511 103.18134824485179 104.20192562987948 103.19529991148725 92.14151693400613 90.51687096840499 89.89433610535224 88.28963780868877 88.98947157122763 82.81271447343575 82.20790536308904 80.28362565781971 80.8013078047552 78.61004611403365 80.5092258908995 81.81088838401142 84.30930313613553 83.97796640154462 85.81319672523618 86.93331588231834 89.27689366578592 89.41004418647515 90.50066477980099 91.81928057591661 94.01277201079988 94.73482897264765 94.99675479756517 96.14621322302754 97.08450053259205 98.15530999747568 100.19838350602807 99.29903152687659 99.35446286105248 101.6111421690369 104.08404889905677 106.02484394035659 105.96072144084695 110.80047351761242 112.36863508448562 113.19152418864688 113.04406156431187 115.3998821873673 116.82328983801588 118.33560300278835 117.13166310464544 119.52854586334998 120.59157589841593 121.48637573300968 122.3189429204455 122.40854485585169 121.49323001547371 130.92088788864143 131.86521801367826 133.1082111843883 134.21406022406285 134.21296140093736 133.16220237739816 135.57869613916827 136.99882840524705 139.0424724876506 138.89200708956494 141.42771475607785 142.5592721684496 143.6203238375873 143.66716905785137 148.13637179017442 149.99910757018714 151.6601760758414 151.64674296340297 149.68469323279365 148.39316463722818 147.28894115550975 145.1599367779552 146.22865445091384 146.1335047326039 145.17855856630132 143.6550408802557 140.9877477864739 141.38620170859267 139.26564744858743 138.50188334627282 136.9683866615679 137.28643029634873 135.3217808758823 134.21191025468517 131.89888180488285 132.28499762628778 130.44801745527135", "height": null, "id": 223920833, "index": 51, "index_in_full": 577, "internet_access": null, "landuse": null, "name": "Sidney Apartments", "need2ndStageAssess_prob": 0.0028, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "206-239-9700", "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "http://www.sidneyapts.com", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3446674, 47.615786, -122.3433062, 47.6166488], "geometry": {"coordinates": [[[-122.3443873, 47.6166488], [-122.3441067, 47.6164834], [-122.3441162, 47.6164749], [-122.3440826, 47.6164544], [-122.3440752, 47.616461], [-122.3433062, 47.6160003], [-122.3435865, 47.615786], [-122.3446674, 47.616431], [-122.3443873, 47.6166488]]], "type": "Polygon"}, "id": "52", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2301", "addr:place": null, "addr:postcode": "98121", "addr:street": "5th Avenue", "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26929.007, "cen_dist2chain": 47.12333686074842, "changeset": null, "email": null, "ext_chain": "27104.471 27026.287 27026.287 27019.892 27019.892 26812.011 26746.856 27032.917 27104.471", "ext_dist2chain": "25.27733448811247 43.291634745683126 42.417756868596626 44.54738144330067 45.21594094354731 92.99303338195114 67.58245317995399 0.8186847799026461 25.27733448811247", "height": null, "id": 223921448, "index": 52, "index_in_full": 580, "internet_access": null, "landuse": null, "name": "5th \u0026 Bell Building", "need2ndStageAssess_prob": 0.6392, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3464053, 47.6149857, -122.3459226, 47.6153265], "geometry": {"coordinates": [[[-122.3459226, 47.6152152], [-122.346213, 47.6149857], [-122.3464053, 47.615097], [-122.3461154, 47.6153265], [-122.3459226, 47.6152152]]], "type": "Polygon"}, "id": "53", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2333", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26655.866, "cen_dist2chain": 136.66452873233928, "changeset": null, "email": null, "ext_chain": "26668.939 26603.971 26655.866 26720.968 26668.939", "ext_dist2chain": "117.50150449258939 144.4860065352429 155.79746185446595 129.02007205597445 117.50150449258939", "height": null, "id": 223921451, "index": 53, "index_in_full": 581, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345358, 47.6155573, -122.344898, 47.6158801], "geometry": {"coordinates": [[[-122.345358, 47.6156623], [-122.345077, 47.6158801], [-122.344898, 47.6157752], [-122.344901, 47.6157727], [-122.344967, 47.6157219], [-122.345179, 47.6155573], [-122.345358, 47.6156623]]], "type": "Polygon"}, "id": "54", "properties": {"__folium_color": "#e31a1c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26799.004, "cen_dist2chain": 47.45224003748384, "changeset": null, "email": null, "ext_chain": "26792.41 26857.431 26812.011 26812.011 26792.41 26746.856 26792.41", "ext_dist2chain": "65.64191763987708 40.26313916882095 29.264949617207566 29.545208059663928 35.52540793710491 54.81168306481335 65.64191763987708", "height": null, "id": 223921453, "index": 54, "index_in_full": 583, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3188, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3459457, 47.6146714, -122.3453869, 47.6150531], "geometry": {"coordinates": [[[-122.3456654, 47.6150531], [-122.3455639, 47.6149952], [-122.3455154, 47.6149841], [-122.345518, 47.6149665], [-122.3454003, 47.6148951], [-122.3453869, 47.6148856], [-122.3456665, 47.6146714], [-122.3457083, 47.6146942], [-122.3457114, 47.6147136], [-122.3457779, 47.614753], [-122.3458087, 47.6147507], [-122.3459457, 47.6148329], [-122.3458498, 47.6149098], [-122.3456654, 47.6150531]]], "type": "Polygon"}, "id": "55", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2317", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26539.044, "cen_dist2chain": 107.55087844461126, "changeset": null, "email": null, "ext_chain": "26603.971 26571.436 26564.824 26564.824 26532.385 26526.014 26473.854 26480.389 26493.388 26506.616 26506.616 26539.044 26564.824 26603.971", "ext_dist2chain": "102.69716104888471 96.78033749508505 93.51066161396136 94.15081364342151 87.43782727894742 86.7016118289909 112.90978221889036 115.33229964983767 115.02264752975707 118.79894923554544 121.1070880966199 128.89847864185785 119.87914436156562 102.69716104888471", "height": null, "id": 223921454, "index": 55, "index_in_full": 584, "internet_access": null, "landuse": null, "name": "Traugott Terrace", "need2ndStageAssess_prob": 0.0012, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://traugottterrace.org/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.344971, 47.6148575, -122.344499, 47.615176], "geometry": {"coordinates": [[[-122.344877, 47.6150396], [-122.344801, 47.6149947], [-122.344697, 47.6150754], [-122.34475, 47.6151067], [-122.344661, 47.615176], [-122.344499, 47.6150805], [-122.344786, 47.6148575], [-122.344971, 47.6149664], [-122.344877, 47.6150396]]], "type": "Polygon"}, "id": "56", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26532.385, "cen_dist2chain": 35.15227001781021, "changeset": null, "email": null, "ext_chain": "26551.839 26532.385 26551.839 26564.824 26590.927 26545.362 26486.726 26532.385 26551.839", "ext_dist2chain": "45.40218487391339 41.04213706099282 31.323244054374275 34.38522648706619 26.088561788798962 16.7299930705587 43.66713690864527 54.20417814633716 45.40218487391339", "height": null, "id": 223921458, "index": 56, "index_in_full": 585, "internet_access": null, "landuse": null, "name": "The Adams Apartments", "need2ndStageAssess_prob": 0.4856, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3450988, 47.6130173, -122.3445752, 47.6133789], "geometry": {"coordinates": [[[-122.3446867, 47.6131544], [-122.344842, 47.6132467], [-122.3448663, 47.6132454], [-122.3448669, 47.6132323], [-122.3448932, 47.6132108], [-122.3449114, 47.6132098], [-122.3449093, 47.6131903], [-122.3447566, 47.6130999], [-122.3448642, 47.6130173], [-122.3450988, 47.6131542], [-122.3450424, 47.6132017], [-122.3450172, 47.6131867], [-122.3450008, 47.6131997], [-122.3450245, 47.6132139], [-122.3450027, 47.6132314], [-122.3449943, 47.6132385], [-122.3449706, 47.6132244], [-122.344928, 47.6132574], [-122.3449507, 47.6132719], [-122.3448921, 47.6133153], [-122.3448134, 47.6133789], [-122.3445752, 47.6132389], [-122.3446867, 47.6131544]]], "type": "Polygon"}, "id": "57", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2209", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25927.719, "cen_dist2chain": 101.31593687484539, "changeset": null, "email": null, "ext_chain": "25901.797 25940.852 25947.303 25940.852 25940.852 25940.852 25927.719 25888.842 25875.703 25940.852 25947.303 25940.852 25940.852 25947.303 25953.895 25953.895 25947.303 25953.895 25960.315 25979.757 25992.741 25927.719 25901.797", "ext_dist2chain": "92.06222443430784 99.65701937091141 101.42871938070648 101.94312476906867 104.6016009776549 105.92714784357754 106.50897298114813 99.07659609001958 109.81481774174912 121.27890526007043 115.53010196314483 114.28216969252487 112.64144567277029 113.81351111742255 111.61589024226872 110.7600336520078 109.60199960509524 105.3632636537357 106.45796952630987 100.6984935438453 92.77422380765287 81.0309068675692 92.06222443430784", "height": null, "id": 223926937, "index": 57, "index_in_full": 600, "internet_access": null, "landuse": null, "name": "The Humphrey", "need2ndStageAssess_prob": 0.0084, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441215, 47.6148649, -122.3436071, 47.6151978], "geometry": {"coordinates": [[[-122.3439645, 47.615194], [-122.3438735, 47.6151407], [-122.3438979, 47.6151217], [-122.3438656, 47.6151028], [-122.3438208, 47.6151374], [-122.3436195, 47.6150193], [-122.3436347, 47.6150075], [-122.3436071, 47.6149913], [-122.3437702, 47.6148649], [-122.3438993, 47.6149407], [-122.3439065, 47.6149351], [-122.3441036, 47.6150508], [-122.3441095, 47.6150542], [-122.3440949, 47.6150655], [-122.3441215, 47.6150811], [-122.3439708, 47.6151978], [-122.3439645, 47.615194]]], "type": "Polygon"}, "id": "58", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2225", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "apartments", "building:levels": "14", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26486.726, "cen_dist2chain": 28.37685787433726, "changeset": null, "email": null, "ext_chain": "26551.839 26532.385 26526.014 26513.01 26526.014 26467.309 26467.309 26460.792 26421.922 26460.792 26460.792 26513.01 26513.01 26513.01 26526.014 26558.412 26551.839", "ext_dist2chain": "25.3200658693647 30.558436159527172 28.27805271499875 30.12209404402441 34.31870350060037 45.78199397002748 44.34227925413841 45.8962117495572 30.440217793587422 23.22194270696374 22.557048719072938 11.370935208112297 11.016645581708595 12.412043146452524 10.911263453709935 24.959309163311953 25.3200658693647", "height": null, "id": 223926951, "index": 58, "index_in_full": 603, "internet_access": null, "landuse": null, "name": "Security House", "need2ndStageAssess_prob": 0.5712, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427978, 47.6147571, -122.3424055, 47.6150267], "geometry": {"coordinates": [[[-122.3425846, 47.6150267], [-122.3424055, 47.6149206], [-122.3426188, 47.6147571], [-122.3427978, 47.6148632], [-122.3425846, 47.6150267]]], "type": "Polygon"}, "id": "59", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2200", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26356.869, "cen_dist2chain": 116.00469666309255, "changeset": null, "email": null, "ext_chain": "26402.361 26356.869 26311.354 26356.869 26402.361", "ext_dist2chain": "121.1991058061358 131.0747352069729 110.70652174662808 100.9424761219144 121.1991058061358", "height": null, "id": 223926970, "index": 59, "index_in_full": 607, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3445157, 47.6134243, -122.3440453, 47.6137537], "geometry": {"coordinates": [[[-122.3442768, 47.6137159], [-122.3442277, 47.6137537], [-122.3440453, 47.6136461], [-122.3443333, 47.6134243], [-122.3445157, 47.613532], [-122.3442768, 47.6137159]]], "type": "Polygon"}, "id": "60", "properties": {"__folium_color": "#e31a1c", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2200", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26018.738, "cen_dist2chain": 47.333352119365685, "changeset": null, "email": null, "ext_chain": "26057.757 26064.417 26018.738 25966.778 26018.738 26057.757", "ext_dist2chain": "42.57889613664388 37.78552761335683 28.545999642167814 57.05107130191113 66.11740264997682 42.57889613664388", "height": null, "id": 223926974, "index": 60, "index_in_full": 610, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.338, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3426484, 47.6151201, -122.3421806, 47.6154475], "geometry": {"coordinates": [[[-122.3423609, 47.6154475], [-122.3421806, 47.6153409], [-122.3422597, 47.6152802], [-122.3424681, 47.6151201], [-122.3426484, 47.6152267], [-122.3425175, 47.6153272], [-122.3423609, 47.6154475]]], "type": "Polygon"}, "id": "61", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2211", "addr:place": null, "addr:postcode": "98121", "addr:street": "5th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26486.726, "cen_dist2chain": 140.81361893317018, "changeset": null, "email": null, "ext_chain": "26545.362 26499.724 26480.389 26428.56 26486.726 26513.01 26545.362", "ext_dist2chain": "149.10744547112847 159.41928946667286 151.99147066939213 132.3384427495626 122.20444386811349 134.48860525411223 149.10744547112847", "height": null, "id": 223926975, "index": 61, "index_in_full": 611, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3436955, 47.6151873, -122.3431451, 47.615615], "geometry": {"coordinates": [[[-122.3431451, 47.615452], [-122.3432462, 47.6153731], [-122.3432761, 47.6153907], [-122.3433391, 47.6153414], [-122.3432275, 47.6152773], [-122.3433448, 47.6151873], [-122.3433773, 47.6152081], [-122.3433817, 47.6152056], [-122.3434844, 47.6152669], [-122.3434831, 47.6152901], [-122.3435459, 47.6153233], [-122.3435706, 47.6153209], [-122.3436944, 47.6153931], [-122.3436955, 47.6154127], [-122.3436043, 47.6154852], [-122.3435785, 47.6154869], [-122.343531, 47.6154579], [-122.343537, 47.6154537], [-122.3434735, 47.6154156], [-122.3434145, 47.6154616], [-122.34348, 47.6155], [-122.343484, 47.6154974], [-122.3435273, 47.6155227], [-122.3435293, 47.61554], [-122.3434382, 47.6156124], [-122.3434078, 47.615615], [-122.3433397, 47.6155734], [-122.3433388, 47.6155597], [-122.3432377, 47.6154987], [-122.3432322, 47.6155029], [-122.3431451, 47.615452]]], "type": "Polygon"}, "id": "62", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2230", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26597.341, "cen_dist2chain": 71.23011566117063, "changeset": null, "email": null, "ext_chain": "26597.341 26577.916 26584.382 26571.436 26545.362 26513.01 26526.014 26519.419 26551.839 26558.412 26577.916 26577.916 26610.443 26616.949 26636.487 26636.487 26623.494 26623.494 26610.443 26623.494 26636.487 26636.487 26649.497 26655.866 26675.468 26675.468 26655.866 26649.497 26623.494 26623.494 26597.341", "ext_dist2chain": "91.8782933052996 82.45538672752774 80.7307443095547 74.85088042294622 81.33751427692535 70.37813658846689 68.57447386569312 68.1866528043818 62.298723673464444 62.997409091769164 59.25612946416983 57.3867348987475 50.18812908577709 50.6262248928264 59.113035797083924 61.043505219167585 63.786326357780446 63.240885086282574 66.94356739813162 72.42225351372046 68.58560200812315 68.22767176108694 65.6711059642659 65.95724254838736 74.40914958917033 76.70236385689778 80.67809701185458 80.40155435948635 86.2907456732789 86.79857798001447 91.8782933052996", "height": null, "id": 223926976, "index": 62, "index_in_full": 612, "internet_access": null, "landuse": null, "name": "Charlesgate Apartments", "need2ndStageAssess_prob": 0.0884, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345587, 47.6132394, -122.3449439, 47.613672], "geometry": {"coordinates": [[[-122.3453055, 47.613672], [-122.3452421, 47.6136361], [-122.3452342, 47.6136423], [-122.3452043, 47.6136252], [-122.3452062, 47.6135882], [-122.3451665, 47.6135653], [-122.3451556, 47.6135741], [-122.345102, 47.6135433], [-122.3451154, 47.6135328], [-122.345068, 47.6135054], [-122.3450561, 47.6135151], [-122.3450207, 47.6135172], [-122.3449949, 47.6135022], [-122.3450053, 47.613494], [-122.3449439, 47.6134585], [-122.3450475, 47.6133748], [-122.3450645, 47.6133846], [-122.3451319, 47.6133313], [-122.345119, 47.6133239], [-122.3451378, 47.6133091], [-122.345226, 47.6132394], [-122.3452884, 47.6132756], [-122.3452953, 47.61327], [-122.3453293, 47.6132895], [-122.3453293, 47.6133221], [-122.3454592, 47.6133974], [-122.3455067, 47.6133908], [-122.3455391, 47.6134095], [-122.3455292, 47.6134173], [-122.345587, 47.6134508], [-122.3454804, 47.613535], [-122.3454665, 47.6135268], [-122.3453991, 47.6135799], [-122.3454125, 47.6135876], [-122.3453055, 47.613672]]], "type": "Polygon"}, "id": "63", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2219", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26044.826, "cen_dist2chain": 122.23817196874627, "changeset": null, "email": null, "ext_chain": "26122.948 26103.254 26103.254 26096.846 26083.869 26077.294 26077.294 26057.757 26057.757 26044.826 26051.243 26044.826 26044.826 26044.826 26025.283 25999.276 26012.23 25992.741 25992.741 25992.741 25979.757 25992.741 25992.741 25992.741 26012.23 26044.826 26044.826 26051.243 26057.757 26064.417 26083.869 26083.869 26096.846 26096.846 26122.948", "ext_dist2chain": "117.63151801749066 114.32517943642632 113.54935205817287 111.97869661960776 113.38916868502007 111.36353786713879 110.27735843043915 107.51678495994538 108.83076260364616 106.41441997141077 105.22980677175246 102.62739435237182 101.3140360328266 102.35233913456747 99.22383723450513 109.59753429465209 110.45631127441858 117.13025661851927 116.47506211391944 118.3513193628374 127.17184148918098 130.26785863244748 130.9643727435399 132.6795060583211 131.54214879053742 138.1126334369994 141.72977901563655 143.39150430425204 142.40528391154555 145.37271077292465 134.82612512726453 134.1103163932089 127.46342060430246 128.16117394234664 117.63151801749066", "height": null, "id": 223926978, "index": 63, "index_in_full": 614, "internet_access": null, "landuse": null, "name": "Concept One", "need2ndStageAssess_prob": 0.0008, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3457802, 47.6136938, -122.345484, 47.6138889], "geometry": {"coordinates": [[[-122.345484, 47.6137791], [-122.3455935, 47.6136938], [-122.3457802, 47.6138036], [-122.3456707, 47.6138889], [-122.345484, 47.6137791]]], "type": "Polygon"}, "id": "64", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26187.796, "cen_dist2chain": 137.08993853460245, "changeset": null, "email": null, "ext_chain": "26168.264 26148.889 26194.428 26213.784 26168.264", "ext_dist2chain": "126.85105464154381 137.53794403195627 147.3309798418786 136.6761608707596 126.85105464154381", "height": null, "id": 223926981, "index": 64, "index_in_full": 617, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3459591, 47.6134495, -122.345427, 47.6137953], "geometry": {"coordinates": [[[-122.3456044, 47.6136848], [-122.345427, 47.6135804], [-122.345595, 47.6134495], [-122.3459591, 47.6136646], [-122.3457921, 47.6137953], [-122.3456044, 47.6136848]]], "type": "Polygon"}, "id": "65", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26135.909, "cen_dist2chain": 147.0899046354584, "changeset": null, "email": null, "ext_chain": "26148.889 26096.846 26064.417 26161.817 26187.796 26148.889", "ext_dist2chain": "138.6251911885517 129.4425610437191 145.9895610248127 164.7327142163122 148.4510323973539 138.6251911885517", "height": null, "id": 223926982, "index": 65, "index_in_full": 618, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3438389, 47.6140908, -122.3431914, 47.6145239], "geometry": {"coordinates": [[[-122.343555, 47.6145239], [-122.3431914, 47.6143095], [-122.3434754, 47.6140908], [-122.3438389, 47.6143052], [-122.343555, 47.6145239]]], "type": "Polygon"}, "id": "66", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "306", "addr:place": null, "addr:postcode": "98121", "addr:street": "Blanchard Street", "amenity": null, "building": "apartments", "building:levels": "9", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26207.37, "cen_dist2chain": 31.909400661819618, "changeset": null, "email": null, "ext_chain": "26285.213 26187.796 26129.241 26233.311 26285.213", "ext_dist2chain": "35.89867960212804 55.25823455942475 27.589281545659844 8.582232214598902 35.89867960212804", "height": null, "id": 223926983, "index": 66, "index_in_full": 619, "internet_access": null, "landuse": null, "name": "The Cornelius Apartments", "need2ndStageAssess_prob": 0.5416, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 855 814-1622", "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://thecornelius.mgproperties.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3445665, 47.6146311, -122.3441004, 47.6149589], "geometry": {"coordinates": [[[-122.3443824, 47.6146311], [-122.3445665, 47.6147397], [-122.3442845, 47.6149589], [-122.3441004, 47.6148509], [-122.3443824, 47.6146311]]], "type": "Polygon"}, "id": "67", "properties": {"__folium_color": "#ffff99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26434.893, "cen_dist2chain": 12.478128272186481, "changeset": null, "email": null, "ext_chain": "26382.874 26428.56 26486.726 26441.473 26382.874", "ext_dist2chain": "20.780794628418114 30.99401367678265 4.415106310140316 6.060791258610628 20.780794628418114", "height": null, "id": 223926986, "index": 67, "index_in_full": 621, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.6168, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3453009, 47.6127542, -122.3449132, 47.613031], "geometry": {"coordinates": [[[-122.3449967, 47.613031], [-122.3449132, 47.6129832], [-122.3452106, 47.6127542], [-122.3453009, 47.612808], [-122.3451755, 47.6129067], [-122.3451568, 47.6129069], [-122.3449967, 47.613031]]], "type": "Polygon"}, "id": "68", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25849.729, "cen_dist2chain": 131.9360075305438, "changeset": null, "email": null, "ext_chain": "25888.842 25862.762 25810.81 25836.759 25862.762 25862.762 25888.842", "ext_dist2chain": "118.65327321568162 114.57021911618247 144.4117068456998 148.6713547539642 136.00748647017258 134.68087342401745 118.65327321568162", "height": null, "id": 223926987, "index": 68, "index_in_full": 622, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3436977, 47.6143449, -122.3428574, 47.6148912], "geometry": {"coordinates": [[[-122.3428574, 47.6145798], [-122.3431463, 47.6143449], [-122.3436977, 47.6146699], [-122.3434061, 47.6148912], [-122.343162, 47.6147531], [-122.343294, 47.6146494], [-122.3432248, 47.6146095], [-122.3430928, 47.6147134], [-122.3428574, 47.6145798]]], "type": "Polygon"}, "id": "69", "properties": {"__folium_color": "#e31a1c", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2201", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26304.809, "cen_dist2chain": 58.56026545319416, "changeset": null, "email": null, "ext_chain": "26259.312 26194.428 26350.242 26408.885 26343.072 26311.354 26291.896 26324.349 26259.312", "ext_dist2chain": "87.95113172266736 59.63014704687102 30.02069487158169 57.647116584923914 71.28977705975846 58.603275284616416 62.38809984809142 75.08418689471803 87.95113172266736", "height": null, "id": 223926989, "index": 69, "index_in_full": 624, "internet_access": null, "landuse": null, "name": "The Shelby", "need2ndStageAssess_prob": 0.3324, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 206 269-0888", "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.theshelby.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.342946, 47.6138261, -122.3418676, 47.614337], "geometry": {"coordinates": [[[-122.342946, 47.6142198], [-122.342478, 47.614337], [-122.342254, 47.6142051], [-122.3423219, 47.6141527], [-122.3421444, 47.6140483], [-122.342088, 47.6140623], [-122.3418676, 47.6139315], [-122.342277, 47.6138261], [-122.3425031, 47.6139591], [-122.3425425, 47.6139823], [-122.342946, 47.6142198]]], "type": "Polygon"}, "id": "70", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2121", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "office", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26038.271, "cen_dist2chain": 103.26887504158995, "changeset": null, "email": null, "ext_chain": "26129.241 26142.287 26070.815 26064.417 25999.276 26012.23 25934.234 25934.234 25999.276 26012.23 26129.241", "ext_dist2chain": "69.87029419933248 107.34266252493289 118.85933744474116 112.20717141596744 121.1698801382101 125.68434586935601 136.55314945854082 103.62432492573559 92.43833034645823 90.45826769873074 69.87029419933248", "height": null, "id": 223927905, "index": 70, "index_in_full": 627, "internet_access": null, "landuse": null, "name": "Fourth and Blanchard Building", "need2ndStageAssess_prob": 0.014, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": "1979", "tags": {"wikidata": "Q5476220"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Fourth and Blanchard Building"}, "type": "Feature"}, {"bbox": [-122.3442673, 47.6119974, -122.3437668, 47.6123067], "geometry": {"coordinates": [[[-122.3437668, 47.6120907], [-122.3438838, 47.6119995], [-122.3439222, 47.6119974], [-122.3442673, 47.6122035], [-122.3441302, 47.6123067], [-122.3437668, 47.6120907]]], "type": "Polygon"}, "id": "71", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25518.296, "cen_dist2chain": 86.40536691170426, "changeset": null, "email": null, "ext_chain": "25479.284 25459.697 25466.299 25563.782 25583.343 25479.284", "ext_dist2chain": "71.69126284527877 83.8265406624905 86.56233859170263 101.25177123416204 87.30134965472385 71.69126284527877", "height": null, "id": 223927910, "index": 71, "index_in_full": 631, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.014, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3439625, 47.6130942, -122.3435142, 47.613407], "geometry": {"coordinates": [[[-122.3437788, 47.6130942], [-122.3439625, 47.6132018], [-122.3438568, 47.6132838], [-122.343698, 47.613407], [-122.3435142, 47.6132994], [-122.3437788, 47.6130942]]], "type": "Polygon"}, "id": "72", "properties": {"__folium_color": "#6a3d9a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25862.762, "cen_dist2chain": 21.44550106356053, "changeset": null, "email": null, "ext_chain": "25810.81 25862.762 25875.703 25908.313 25856.309 25810.81", "ext_dist2chain": "30.341008349476617 39.0967029869417 28.53123281141853 12.636555401102902 3.7521934801261616 30.341008349476617", "height": null, "id": 223927913, "index": 72, "index_in_full": 634, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5768, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3444945, 47.6128665, -122.3441921, 47.6131166], "geometry": {"coordinates": [[[-122.3444945, 47.6130234], [-122.3443741, 47.6131166], [-122.3441921, 47.6130098], [-122.3442624, 47.6129554], [-122.3442385, 47.6129413], [-122.3443352, 47.6128665], [-122.3444667, 47.6129437], [-122.3444201, 47.6129797], [-122.3444945, 47.6130234]]], "type": "Polygon"}, "id": "73", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25823.842, "cen_dist2chain": 74.32318456466753, "changeset": null, "email": null, "ext_chain": "25849.729 25862.762 25817.237 25804.222 25797.801 25784.811 25817.237 25823.842 25849.729", "ext_dist2chain": "83.5012862739225 71.41420153072865 62.73764025480781 69.80687516032182 68.65639501519031 78.42499328675869 84.64719629138101 79.95522802977638 83.5012862739225", "height": null, "id": 223927916, "index": 73, "index_in_full": 637, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0416, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3424569, 47.614403, -122.3418992, 47.614782], "geometry": {"coordinates": [[[-122.3420669, 47.614403], [-122.3424569, 47.614636], [-122.3422629, 47.614782], [-122.3421789, 47.6147335], [-122.342164, 47.6147446], [-122.3421351, 47.6147277], [-122.3421792, 47.6146935], [-122.3418992, 47.6145292], [-122.3420669, 47.614403]]], "type": "Polygon"}, "id": "74", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2124", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26220.275, "cen_dist2chain": 137.0761678246097, "changeset": null, "email": null, "ext_chain": "26129.241 26246.427 26291.896 26259.312 26266.033 26259.312 26246.427 26168.264 26129.241", "ext_dist2chain": "139.0172481840477 118.59855047234 137.18089324537445 141.7168861217373 143.14054579398965 144.6854559527645 140.4326856547939 155.26593055472716 139.0172481840477", "height": "15", "id": 223927918, "index": 74, "index_in_full": 639, "internet_access": null, "landuse": null, "name": "Seattle \u0026 King County Public Health - Downtown Public Health Center", "need2ndStageAssess_prob": 0.0, "office": "government", "opening_hours": "Mo-Fr 08:00-17:00", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3425382, 47.6133486, -122.3419287, 47.6137584], "geometry": {"coordinates": [[[-122.3419684, 47.6135186], [-122.3421528, 47.6133764], [-122.3421684, 47.6133856], [-122.3422164, 47.6133486], [-122.3422676, 47.6133789], [-122.3425117, 47.6135228], [-122.3425382, 47.6135384], [-122.3422528, 47.6137584], [-122.3419287, 47.6135673], [-122.3419817, 47.6135264], [-122.3419684, 47.6135186]]], "type": "Polygon"}, "id": "75", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2100", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25830.192, "cen_dist2chain": 96.53721592569433, "changeset": null, "email": null, "ext_chain": "25791.158 25765.19 25765.19 25758.756 25778.263 25843.329 25856.309 25908.313 25810.81 25804.222 25791.158", "ext_dist2chain": "113.66330378559563 95.06623561579943 94.333993681928 89.50209602198247 87.1190592556624 75.56584863728077 74.28969076958988 102.82595460850622 118.3706592304878 113.03819402812611 113.66330378559563", "height": null, "id": 223927919, "index": 75, "index_in_full": 640, "internet_access": null, "landuse": null, "name": "Royal Crest Condominium", "need2ndStageAssess_prob": 0.014, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.344996, 47.6125279, -122.3446698, 47.6127472], "geometry": {"coordinates": [[[-122.3448196, 47.6125279], [-122.344996, 47.6126334], [-122.3448467, 47.6127472], [-122.3446698, 47.6126412], [-122.3448196, 47.6125279]]], "type": "Polygon"}, "id": "76", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25752.154, "cen_dist2chain": 122.50416861136387, "changeset": null, "email": null, "ext_chain": "25719.734 25758.756 25784.811 25732.788 25719.734", "ext_dist2chain": "126.02080438502821 134.09081920217963 119.07309180760407 110.92168226511824 126.02080438502821", "height": null, "id": 223927925, "index": 76, "index_in_full": 644, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3420078, 47.6136098, -122.3417949, 47.6137176], "geometry": {"coordinates": [[[-122.3418984, 47.6136098], [-122.3420078, 47.6136756], [-122.3418387, 47.6137176], [-122.3417949, 47.6136927], [-122.3418235, 47.6136698], [-122.3418477, 47.6136504], [-122.3418984, 47.6136098]]], "type": "Polygon"}, "id": "77", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25843.329, "cen_dist2chain": 124.70238875275855, "changeset": null, "email": null, "ext_chain": "25823.842 25856.309 25856.309 25843.329 25843.329 25830.192 25823.842", "ext_dist2chain": "122.159314675738 116.97864449262728 130.52219527568013 132.65510861301505 129.76506803941737 127.29408175388271 122.159314675738", "height": null, "id": 223927926, "index": 77, "index_in_full": 645, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3437963, 47.6134545, -122.3433252, 47.613783], "geometry": {"coordinates": [[[-122.3436128, 47.6134545], [-122.3437963, 47.613564], [-122.3437954, 47.6135646], [-122.3435087, 47.613783], [-122.3433252, 47.6136735], [-122.3434182, 47.6136027], [-122.3435177, 47.6135269], [-122.3436128, 47.6134545]]], "type": "Polygon"}, "id": "78", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2133", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 25966.778, "cen_dist2chain": 4.986187722414182, "changeset": null, "email": null, "ext_chain": "25914.755 25966.778 25966.778 26025.283 25966.778 25953.895 25934.234 25914.755", "ext_dist2chain": "4.85952604102364 13.845887855449805 13.763060135073117 14.575547052635038 23.649707448479706 14.465437214248206 4.593219348704051 4.85952604102364", "height": null, "id": 223927934, "index": 78, "index_in_full": 651, "internet_access": null, "landuse": null, "name": "Markham Building", "need2ndStageAssess_prob": 0.584, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"source:addr:id": "455195"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419706, 47.6128763, -122.3411331, 47.6134217], "geometry": {"coordinates": [[[-122.3414199, 47.6128763], [-122.3419706, 47.6131998], [-122.3416838, 47.6134217], [-122.3411331, 47.6130981], [-122.3414199, 47.6128763]]], "type": "Polygon"}, "id": "79", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25622.303, "cen_dist2chain": 127.6531287622232, "changeset": null, "email": null, "ext_chain": "25511.746 25680.746 25739.168 25557.48 25511.746", "ext_dist2chain": "124.9812500205425 100.61565852715218 129.7573225982765 154.51112648470723 124.9812500205425", "height": null, "id": 223928482, "index": 79, "index_in_full": 655, "internet_access": null, "landuse": null, "name": "YWCA Opportunity Place", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3417818, 47.6121475, -122.3411288, 47.612585], "geometry": {"coordinates": [[[-122.3414118, 47.6121475], [-122.3417818, 47.6123633], [-122.3414915, 47.612585], [-122.3411288, 47.6123674], [-122.3414118, 47.6121475]]], "type": "Polygon"}, "id": "80", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25329.748, "cen_dist2chain": 99.27904225200645, "changeset": null, "email": null, "ext_chain": "25251.537 25368.678 25414.183 25290.552 25251.537", "ext_dist2chain": "91.71609205494502 76.82584551981985 106.91602984016811 121.46404910072874 91.71609205494502", "height": null, "id": 223928486, "index": 80, "index_in_full": 658, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0112, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3428317, 47.6122198, -122.342017, 47.6127527], "geometry": {"coordinates": [[[-122.3423076, 47.6122198], [-122.3428317, 47.6125285], [-122.3425412, 47.6127527], [-122.342017, 47.6124441], [-122.3423076, 47.6122198]]], "type": "Polygon"}, "id": "81", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "211", "addr:place": null, "addr:postcode": "98121", "addr:street": "Lenora Street", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25479.284, "cen_dist2chain": 38.411090721089515, "changeset": null, "email": null, "ext_chain": "25375.259 25531.316 25576.828 25420.664 25375.259", "ext_dist2chain": "34.23174723442443 12.209206172050148 42.05836402364546 64.47800292767782 34.23174723442443", "height": null, "id": 223928488, "index": 81, "index_in_full": 660, "internet_access": null, "landuse": null, "name": "The Lenora", "need2ndStageAssess_prob": 0.4884, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3404704, 47.611372, -122.3398096, 47.6118153], "geometry": {"coordinates": [[[-122.3401004, 47.611372], [-122.3404704, 47.6115913], [-122.3401825, 47.611812], [-122.3401782, 47.6118153], [-122.3401127, 47.6117764], [-122.3401176, 47.6117727], [-122.3398808, 47.6116323], [-122.3398772, 47.611635], [-122.3398096, 47.6115949], [-122.3401004, 47.611372]]], "type": "Polygon"}, "id": "82", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24900.096, "cen_dist2chain": 147.96318935576033, "changeset": null, "email": null, "ext_chain": "24822.157 24945.853 24984.887 24984.887 24971.899 24965.318 24887.192 24887.192 24854.619 24822.157", "ext_dist2chain": "138.56732476816103 126.23472657320431 156.96169219068878 157.42124936128343 159.6970417591192 159.17840051527904 167.2150465394541 167.59751825986382 169.84141947625014 138.56732476816103", "height": null, "id": 223929020, "index": 82, "index_in_full": 674, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3358461, 47.6014648, -122.3356641, 47.6016389], "geometry": {"coordinates": [[[-122.3357136, 47.6014704], [-122.3357721, 47.601548], [-122.3358078, 47.6015894], [-122.3358461, 47.6016344], [-122.3358253, 47.6016349], [-122.3358254, 47.6016389], [-122.3356866, 47.6016386], [-122.3356844, 47.6016341], [-122.3356641, 47.6016335], [-122.3356856, 47.6014648], [-122.3357099, 47.6014655], [-122.3357136, 47.6014704]]], "type": "Polygon"}, "id": "83", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "98104", "addr:street": "Yesler Way", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21147.462, "cen_dist2chain": 19.809502293250173, "changeset": null, "email": null, "ext_chain": "21108.532 21140.861 21153.834 21173.34 21173.34 21173.34 21166.965 21166.965 21166.965 21108.532 21108.532 21108.532", "ext_dist2chain": "19.974839665692357 16.592133151045942 14.48749668810431 12.222501292809591 13.784020278027805 13.827731050931462 24.190980078156578 24.28338516607844 25.78913169584057 21.995596187617686 20.18528344021529 19.974839665692357", "height": "3", "id": 226321130, "index": 83, "index_in_full": 745, "internet_access": null, "landuse": null, "name": "One Yesler Building", "need2ndStageAssess_prob": 0.592, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-520712245", "start_date": "1911", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348045, 47.6022311, -122.3343608, 47.6024825], "geometry": {"coordinates": [[[-122.334801, 47.6022311], [-122.3348045, 47.6023244], [-122.3344235, 47.6024825], [-122.3343608, 47.6024137], [-122.334801, 47.6022311]]], "type": "Polygon"}, "id": "84", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "625", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 21387.664, "cen_dist2chain": 116.4420004847417, "changeset": null, "email": null, "ext_chain": "21342.178 21381.207 21420.257 21394.245 21342.178", "ext_dist2chain": "99.08540694712124 100.37806817499532 131.4503990564471 134.88638182628952 99.08540694712124", "height": null, "id": 226321131, "index": 84, "index_in_full": 746, "internet_access": null, "landuse": null, "name": "Emerald City Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1104965533", "start_date": "1905", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354084, 47.6004715, -122.3348638, 47.6006314], "geometry": {"coordinates": [[[-122.3348638, 47.6006302], [-122.3348649, 47.6004715], [-122.3354084, 47.6004733], [-122.3354079, 47.6006071], [-122.3353945, 47.6006071], [-122.3353943, 47.6006314], [-122.3351452, 47.6006308], [-122.3348638, 47.6006302]]], "type": "Polygon"}, "id": "85", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20770.332, "cen_dist2chain": 54.526903231025834, "changeset": null, "email": null, "ext_chain": "20796.352 20737.742 20744.506 20796.352 20796.352 20796.352 20796.352 20796.352", "ext_dist2chain": "75.38342149328498 74.39592168665664 33.57867479103215 34.39046901063536 35.39723721735288 35.62748241864934 54.26970609697841 75.38342149328498", "height": null, "id": 226321133, "index": 85, "index_in_full": 748, "internet_access": null, "landuse": null, "name": "The Compass Center", "need2ndStageAssess_prob": 0.0996, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=5247800080", "start_date": "2005", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.335406, 47.6021335, -122.3349562, 47.6023984], "geometry": {"coordinates": [[[-122.3351437, 47.6023879], [-122.3351238, 47.6023675], [-122.3350558, 47.6023984], [-122.3349588, 47.6022876], [-122.3349562, 47.6021335], [-122.335348, 47.602134], [-122.3353463, 47.6022117], [-122.335406, 47.6022774], [-122.3351437, 47.6023879]]], "type": "Polygon"}, "id": "86", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21368.476, "cen_dist2chain": 73.01882690498707, "changeset": null, "email": null, "ext_chain": "21413.824 21407.385 21413.824 21374.775 21316.317 21335.764 21361.864 21387.664 21413.824", "ext_dist2chain": "76.30672086176779 77.41902377941491 83.01849052937771 88.28569940425525 85.93062060955467 56.80282717867523 58.19967536590324 54.88813631569772 76.30672086176779", "height": null, "id": 226321134, "index": 86, "index_in_full": 749, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0144, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=213253368", "start_date": "1890", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348032, 47.6006323, -122.3343469, 47.6007994], "geometry": {"coordinates": [[[-122.3343483, 47.6006323], [-122.3348032, 47.6006341], [-122.3348017, 47.6007994], [-122.3343469, 47.6007976], [-122.3343483, 47.6006323]]], "type": "Polygon"}, "id": "87", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20816.007, "cen_dist2chain": 97.66178307564644, "changeset": null, "email": null, "ext_chain": "20789.973 20796.352 20854.994 20841.936 20789.973", "ext_dist2chain": "114.10448491938635 79.95743753567348 81.28812490516042 115.38305761249283 114.10448491938635", "height": null, "id": 226321136, "index": 87, "index_in_full": 751, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105163976", "start_date": "1889", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348023, 47.6011448, -122.3343435, 47.6014305], "geometry": {"coordinates": [[[-122.3347991, 47.6014305], [-122.3343435, 47.6014304], [-122.3343435, 47.601416], [-122.3343516, 47.6014161], [-122.3343517, 47.6011448], [-122.3348023, 47.6011449], [-122.3348022, 47.6012591], [-122.3347149, 47.6012591], [-122.3347149, 47.601303], [-122.3347991, 47.601303], [-122.3347991, 47.6014305]]], "type": "Polygon"}, "id": "88", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "111", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue South", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21011.398, "cen_dist2chain": 103.22536734333973, "changeset": null, "email": null, "ext_chain": "21075.985 21063.223 21056.275 21056.275 20959.065 20972.104 21011.398 21011.398 21024.003 21030.698 21075.985", "ext_dist2chain": "87.80886697582245 121.85418707496154 121.680544881034 121.07580900280384 118.06739204589937 84.32662245671251 85.55416167005724 92.08786719164586 92.5743458232595 86.27777652991843 87.80886697582245", "height": null, "id": 226321137, "index": 88, "index_in_full": 752, "internet_access": null, "landuse": null, "name": "Terry Denny Lofts", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "Pioneer Square Association;King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105081104", "start_date": "1891", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3384167, 47.601432, -122.3370633, 47.6015623], "geometry": {"coordinates": [[[-122.3377541, 47.601432], [-122.337885, 47.6014334], [-122.3383158, 47.6014348], [-122.3384167, 47.6015424], [-122.3371405, 47.60154], [-122.3370922, 47.6015538], [-122.3370633, 47.6015623], [-122.3370646, 47.6015008], [-122.3377566, 47.601499], [-122.3377541, 47.601432]]], "type": "Polygon"}, "id": "89", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "transportation", "building:levels": "1", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21186.374, "cen_dist2chain": 139.96646665883776, "changeset": null, "email": null, "ext_chain": "21153.834 21160.47 21179.945 21225.267 21179.945 21179.945 21186.374 21160.47 21179.945 21153.834", "ext_dist2chain": "132.92275854731568 142.6770291582151 174.81275899734908 180.82768115729672 85.66166014643333 81.86707475923079 79.59804557975093 80.53091023500544 132.19873200588577 132.92275854731568", "height": null, "id": 226321140, "index": 89, "index_in_full": 754, "internet_access": null, "landuse": null, "name": "Water Taxi/Fast Ferries Terminal", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"public_transport": "station", "roof:levels": "0"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3363006, 47.6019723, -122.335631, 47.6024038], "geometry": {"coordinates": [[[-122.335631, 47.6021718], [-122.3360778, 47.6019723], [-122.336083, 47.6019782], [-122.3363006, 47.602214], [-122.3358469, 47.6024038], [-122.335631, 47.6021718]]], "type": "Polygon"}, "id": "90", "properties": {"__folium_color": "#b15928", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21374.775, "cen_dist2chain": 11.824897402343861, "changeset": null, "email": null, "ext_chain": "21355.296 21303.251 21303.251 21400.711 21446.223 21355.296", "ext_dist2chain": "36.38011763503962 0.41494758629009476 0.4995102235840195 12.685830606326018 24.405781614841235 36.38011763503962", "height": null, "id": 226321141, "index": 90, "index_in_full": 755, "internet_access": null, "landuse": null, "name": "619 Western Building", "need2ndStageAssess_prob": 0.6896, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1948092208", "start_date": "1910", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3355751, 47.6011396, -122.3348645, 47.601287], "geometry": {"coordinates": [[[-122.3355141, 47.6011413], [-122.3355751, 47.601287], [-122.3348645, 47.6012842], [-122.3348659, 47.6011396], [-122.3355141, 47.6011413]]], "type": "Polygon"}, "id": "91", "properties": {"__folium_color": "#fb9a99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "114", "addr:place": null, "addr:postcode": "98104", "addr:street": "Alaskan Way South", "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21004.97, "cen_dist2chain": 54.8884537767727, "changeset": null, "email": null, "ext_chain": "20984.964 21037.282 21024.003 20972.104 20984.964", "ext_dist2chain": "31.01368818245715 28.05626959420575 81.17264318813584 79.51000272671574 31.01368818245715", "height": null, "id": 226321145, "index": 91, "index_in_full": 759, "internet_access": null, "landuse": null, "name": "Prudential Building", "need2ndStageAssess_prob": 0.2524, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1265806762", "start_date": "1902", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.flutterseattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354388, 47.5989139, -122.334865, 47.599116], "geometry": {"coordinates": [[[-122.3348653, 47.5989572], [-122.334865, 47.5991154], [-122.3348915, 47.5991154], [-122.3354362, 47.599116], [-122.3354388, 47.5989139], [-122.3349433, 47.598914], [-122.3349369, 47.598914], [-122.3349377, 47.5989572], [-122.3348938, 47.5989572], [-122.3348653, 47.5989572]]], "type": "Polygon"}, "id": "92", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20218.239, "cen_dist2chain": 50.6447574192176, "changeset": null, "email": null, "ext_chain": "20198.813 20257.133 20257.133 20257.133 20185.805 20179.165 20179.165 20198.813 20198.813 20198.813", "ext_dist2chain": "72.69025023188833 72.70498260938987 70.71213951146659 29.74977438115017 29.578231723290713 66.82983342450481 67.31103366195134 67.24564318222505 70.54700005139917 72.69025023188833", "height": null, "id": 226323959, "index": 92, "index_in_full": 793, "internet_access": null, "landuse": null, "name": "Schwabacher Hardware Annex", "need2ndStageAssess_prob": 0.1076, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1104963359", "start_date": "1909", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348496, 47.5984011, -122.3343526, 47.5986173], "geometry": {"coordinates": [[[-122.3343526, 47.5986172], [-122.3343538, 47.5984011], [-122.3348496, 47.5984017], [-122.3348491, 47.5986173], [-122.3343526, 47.5986172]]], "type": "Polygon"}, "id": "93", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20036.131, "cen_dist2chain": 92.50071137472688, "changeset": null, "email": null, "ext_chain": "20075.099 19990.784 19997.365 20075.099 20075.099", "ext_dist2chain": "111.23182665337794 110.98974531811221 73.70650385895149 73.8938599936199 111.23182665337794", "height": null, "id": 226323960, "index": 93, "index_in_full": 794, "internet_access": null, "landuse": null, "name": "Hambach Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-2006758139", "start_date": "1913", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354359, 47.5998456, -122.3348721, 47.5999588], "geometry": {"coordinates": [[[-122.335412, 47.5999588], [-122.3348721, 47.599958], [-122.3348736, 47.5998456], [-122.3349123, 47.5998466], [-122.3353534, 47.5998482], [-122.3354343, 47.5998495], [-122.3354359, 47.5999438], [-122.335412, 47.5999588]]], "type": "Polygon"}, "id": "94", "properties": {"__folium_color": "#b2df8a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20549.611, "cen_dist2chain": 51.17937719956226, "changeset": null, "email": null, "ext_chain": "20562.465 20562.465 20522.966 20522.966 20522.966 20522.966 20555.8 20562.465", "ext_dist2chain": "31.650986829879184 72.2472361438458 72.09488715819421 69.18487050801559 36.01563641185336 29.934538921175925 29.864211050892543 31.650986829879184", "height": null, "id": 226323961, "index": 94, "index_in_full": 795, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1536, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-920297283", "start_date": null, "tags": {"building:architecture": "neo-romanesque", "start": "1892"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348112, 47.5992922, -122.3343588, 47.5994638], "geometry": {"coordinates": [[[-122.3343588, 47.5994626], [-122.3343598, 47.5992922], [-122.3348112, 47.5992933], [-122.3348102, 47.5994638], [-122.3343588, 47.5994626]]], "type": "Polygon"}, "id": "95", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20348.235, "cen_dist2chain": 93.75419704492609, "changeset": null, "email": null, "ext_chain": "20380.653 20315.755 20315.755 20387.226 20380.653", "ext_dist2chain": "110.7598686835295 110.69493865774099 76.75784489989681 76.81666912267478 110.7598686835295", "height": null, "id": 226323962, "index": 95, "index_in_full": 796, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1625443818", "start_date": "1900", "tags": {"building:architecture": "neo-renaissance", "building:architecture:typology": "neo-renaissance"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3367511, 47.5968698, -122.3364614, 47.5971787], "geometry": {"coordinates": [[[-122.3364627, 47.5971361], [-122.3364614, 47.5969047], [-122.3365346, 47.5969038], [-122.3365354, 47.5969294], [-122.3365706, 47.5969271], [-122.3366042, 47.5968698], [-122.3366535, 47.5968857], [-122.3367004, 47.5969126], [-122.3367269, 47.5969407], [-122.3367456, 47.5969762], [-122.3367511, 47.5970266], [-122.3367427, 47.5970652], [-122.3367194, 47.5971013], [-122.336685, 47.5971311], [-122.3366463, 47.5971536], [-122.336602, 47.5971698], [-122.3365507, 47.5971787], [-122.3365005, 47.5971778], [-122.3364979, 47.5971347], [-122.3364627, 47.5971361]]], "type": "Polygon"}, "id": "96", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "401", "addr:place": null, "addr:postcode": "98104", "addr:street": "Alaskan Way South", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19572.241, "cen_dist2chain": 67.90138845918813, "changeset": null, "email": null, "ext_chain": "19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241", "ext_dist2chain": "54.88971646906643 65.24882047150223 69.89250643851099 68.46557262242105 70.8895770672483 76.3378682355279 78.58598427781911 80.25868218715638 80.70347058058027 80.46705156553145 78.99422633317398 77.20274856939321 74.57725594809408 71.41331127802817 68.1501733953747 64.61186709359252 60.66501173452991 56.92706605218455 57.51199251053478 54.88971646906643", "height": null, "id": 226324733, "index": 96, "index_in_full": 803, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3352489, 47.5968484, -122.3343925, 47.5978526], "geometry": {"coordinates": [[[-122.3343925, 47.5978523], [-122.3343929, 47.5976912], [-122.3343973, 47.5968488], [-122.3345097, 47.5968484], [-122.3350575, 47.5975061], [-122.3351119, 47.5976006], [-122.3351283, 47.5976409], [-122.3351505, 47.5976904], [-122.3351687, 47.5976893], [-122.3351774, 47.5977092], [-122.3351849, 47.5977245], [-122.3351903, 47.5977354], [-122.3352489, 47.5978526], [-122.3343925, 47.5978523]]], "type": "Polygon"}, "id": "97", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19640.012, "cen_dist2chain": 80.6277284081557, "changeset": null, "email": null, "ext_chain": "19776.316 19717.866 19572.241 19572.241 19659.116 19691.775 19711.292 19730.804 19730.804 19737.294 19743.828 19743.828 19789.362 19776.316", "ext_dist2chain": "106.23068219928899 105.25564720395849 110.56508215696088 102.86529072547967 54.076170975148344 50.69275436913381 49.726109194479044 48.37761961566869 47.00523943092014 46.48123276615885 46.011302366489794 45.666981458886326 41.902844656832634 106.23068219928899", "height": null, "id": 226324738, "index": 97, "index_in_full": 808, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=7666206900", "start_date": "2009", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348024, 47.6009747, -122.3343517, 47.6011449], "geometry": {"coordinates": [[[-122.3343517, 47.6011448], [-122.3343519, 47.6009747], [-122.3348024, 47.6009748], [-122.3348023, 47.6011449], [-122.3343517, 47.6011448]]], "type": "Polygon"}, "id": "98", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "119", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue South", "amenity": null, "building": "apartments", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20939.636, "cen_dist2chain": 100.34909448183556, "changeset": null, "email": null, "ext_chain": "20959.065 20907.194 20913.714 20972.104 20959.065", "ext_dist2chain": "118.06739204589937 116.45917081115932 82.6959758305395 84.32662245671251 118.06739204589937", "height": null, "id": 226937777, "index": 98, "index_in_full": 813, "internet_access": null, "landuse": null, "name": "Maynard Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "Pioneer Square Association;King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105075461", "start_date": "1892", "tags": {"note": "Apartments", "wikidata": "Q28340084"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Maynard Building"}, "type": "Feature"}, {"bbox": [-122.3347991, 47.6014304, -122.3343435, 47.6016348], "geometry": {"coordinates": [[[-122.3343437, 47.6015666], [-122.3343435, 47.6014304], [-122.3347991, 47.6014305], [-122.3347989, 47.6016348], [-122.334622, 47.6016348], [-122.334622, 47.6015666], [-122.3346005, 47.6015666], [-122.3343437, 47.6015666]]], "type": "Polygon"}, "id": "99", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21095.514, "cen_dist2chain": 104.17772045274988, "changeset": null, "email": null, "ext_chain": "21108.532 21063.223 21075.985 21140.861 21140.861 21115.036 21115.036 21108.532", "ext_dist2chain": "123.5341369787566 121.85418707496154 87.80886697582245 90.39845582090912 103.61185905461511 102.74099276819256 104.34788739557322 123.5341369787566", "height": null, "id": 226937778, "index": 99, "index_in_full": 814, "internet_access": null, "landuse": null, "name": "Gatzert and Schwabacher Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1261395710", "start_date": "1892", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441225, 47.6106101, -122.3435543, 47.6109685], "geometry": {"coordinates": [[[-122.3436295, 47.6106101], [-122.3441225, 47.6109002], [-122.3440848, 47.6109295], [-122.3440637, 47.6109171], [-122.3439978, 47.6109685], [-122.3435543, 47.610708], [-122.3436217, 47.6106558], [-122.3435929, 47.6106387], [-122.3436295, 47.6106101]]], "type": "Polygon"}, "id": "100", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2020", "addr:place": null, "addr:postcode": "98121", "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25075.974, "cen_dist2chain": 138.0945789465892, "changeset": null, "email": null, "ext_chain": "25004.376 25140.911 25147.339 25140.911 25153.935 25023.599 25010.851 25010.851 25004.376", "ext_dist2chain": "134.57450406997623 152.50403095532565 148.5002373574111 147.710242201812 140.7065705790623 124.45326390726767 131.65699735830248 130.63231400576848 134.57450406997623", "height": null, "id": 231355697, "index": 100, "index_in_full": 1021, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3436954, 47.6116517, -122.343043, 47.6120888], "geometry": {"coordinates": [[[-122.343043, 47.6118785], [-122.3433312, 47.6116517], [-122.3436954, 47.6118619], [-122.3434072, 47.6120888], [-122.343043, 47.6118785]]], "type": "Polygon"}, "id": "101", "properties": {"__folium_color": "#fdbf6f", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2030", "addr:place": null, "addr:postcode": "98121", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25368.678, "cen_dist2chain": 54.50948595744382, "changeset": null, "email": null, "ext_chain": "25336.219 25297.148 25394.759 25440.256 25336.219", "ext_dist2chain": "31.8873189221385 62.248899407599396 77.1928970229702 47.062208103584474 31.8873189221385", "height": null, "id": 231355698, "index": 101, "index_in_full": 1022, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3692, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3430704, 47.6112167, -122.3423153, 47.611714], "geometry": {"coordinates": [[[-122.3427801, 47.611714], [-122.3423153, 47.6114431], [-122.3426056, 47.6112167], [-122.3430704, 47.6114876], [-122.3427801, 47.611714]]], "type": "Polygon"}, "id": "102", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2000", "addr:place": null, "addr:postcode": "98121", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25166.937, "cen_dist2chain": 28.228503442442054, "changeset": null, "email": null, "ext_chain": "25258.063 25114.839 25075.974 25212.533 25258.063", "ext_dist2chain": "21.885621670070066 4.170823382078699 34.98497530927285 52.5604091829749 21.885621670070066", "height": null, "id": 231355699, "index": 102, "index_in_full": 1023, "internet_access": null, "landuse": null, "name": "One Pacific Tower", "need2ndStageAssess_prob": 0.5216, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"building:part": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3433578, 47.6118006, -122.3425203, 47.6123136], "geometry": {"coordinates": [[[-122.3430138, 47.6123136], [-122.342635, 47.6120895], [-122.3425203, 47.6120216], [-122.342808, 47.6118006], [-122.3428666, 47.6118352], [-122.3433578, 47.6121258], [-122.3431235, 47.6123057], [-122.3430783, 47.612279], [-122.3430715, 47.6122842], [-122.3430605, 47.6122777], [-122.3430138, 47.6123136]]], "type": "Polygon"}, "id": "103", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2033", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "24", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25388.138, "cen_dist2chain": 15.731914449002751, "changeset": null, "email": null, "ext_chain": "25479.284 25362.203 25329.748 25284.127 25303.707 25453.262 25485.702 25472.732 25472.732 25472.732 25479.284", "ext_dist2chain": "9.902955049700115 5.873940118177795 10.44864824694256 19.643902762639314 21.96007139124227 41.992719027258794 17.78357128733431 15.879128901324854 15.180513658848128 14.730450813652405 9.902955049700115", "height": null, "id": 231355700, "index": 103, "index_in_full": 1024, "internet_access": null, "landuse": null, "name": "Cristalla", "need2ndStageAssess_prob": 0.5384, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 206 910-5000", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://cristallabuilding.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3438308, 47.6107566, -122.3432349, 47.6111115], "geometry": {"coordinates": [[[-122.3437238, 47.6110272], [-122.34367, 47.6109963], [-122.343662, 47.6110026], [-122.3436049, 47.6109698], [-122.3436001, 47.6109737], [-122.3434325, 47.6108775], [-122.3433632, 47.6109325], [-122.3435302, 47.6110284], [-122.3435131, 47.6110419], [-122.3435254, 47.6110489], [-122.3434845, 47.6110813], [-122.3434709, 47.6110735], [-122.343423, 47.6111115], [-122.3432567, 47.611016], [-122.34329, 47.6109897], [-122.3432349, 47.6109582], [-122.3433053, 47.6109024], [-122.343311, 47.6109057], [-122.3433498, 47.610875], [-122.3433441, 47.6108717], [-122.3434896, 47.6107566], [-122.3435272, 47.6107782], [-122.3435204, 47.6107835], [-122.3435392, 47.6107943], [-122.3435509, 47.610785], [-122.343608, 47.6108178], [-122.3435879, 47.6108337], [-122.3436421, 47.6108648], [-122.3436601, 47.6108505], [-122.3436726, 47.6108576], [-122.3436555, 47.6108712], [-122.3436994, 47.6108964], [-122.3437111, 47.6108871], [-122.3437668, 47.6109191], [-122.3437767, 47.6109113], [-122.3438308, 47.6109424], [-122.3437238, 47.6110272]]], "type": "Polygon"}, "id": "104", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "88", "addr:place": null, "addr:postcode": "98101", "addr:street": "Virginia Street", "amenity": null, "building": "residential", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25088.843, "cen_dist2chain": 109.41548135396202, "changeset": null, "email": null, "ext_chain": "25140.911 25127.985 25127.985 25114.839 25114.839 25062.741 25075.974 25114.839 25127.985 25127.985 25127.985 25127.985 25134.439 25088.843 25082.353 25069.316 25056.328 25056.328 25056.328 25056.328 25029.331 25043.391 25043.391 25049.871 25043.391 25062.741 25062.741 25082.353 25075.974 25082.353 25082.353 25101.973 25095.405 25114.839 25114.839 25127.985 25140.911", "ext_dist2chain": "119.38153316699267 117.34288946051824 116.48649656651382 114.33817329477269 113.81644157881246 107.54901081115948 100.09892141429592 106.37056905693981 104.54242699872269 104.99933768955 100.62729543299865 100.10424976632162 94.98273215963033 88.72016386293822 92.28530652321103 90.2338187382644 97.79538468004144 98.00717097392884 102.17699501876265 101.97389080056007 117.62867699592363 118.98768152237503 118.26084725884144 118.96440332512518 120.22014386109869 122.31804769195976 120.16552952657972 122.17887395401067 124.1084199868809 124.58301448153293 122.7487760969535 124.3935882041891 125.6490273315764 127.73514315143436 128.79726584769728 130.8340290348355 119.38153316699267", "height": null, "id": 231355702, "index": 104, "index_in_full": 1026, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0036, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3435998, 47.610542, -122.3429748, 47.6110042], "geometry": {"coordinates": [[[-122.3429748, 47.6109258], [-122.343056, 47.6108623], [-122.3430768, 47.6108611], [-122.3430872, 47.6108528], [-122.3430763, 47.6108466], [-122.3431135, 47.6108177], [-122.3431449, 47.6108161], [-122.3431825, 47.6108384], [-122.3432356, 47.610797], [-122.3431964, 47.6107737], [-122.3431972, 47.610751], [-122.3432096, 47.6107413], [-122.3432284, 47.6107414], [-122.3432378, 47.6107341], [-122.3432354, 47.6107207], [-122.3432572, 47.6107038], [-122.3432775, 47.6107039], [-122.3432879, 47.6106974], [-122.3432845, 47.610685], [-122.3433435, 47.6106393], [-122.3433559, 47.6106466], [-122.3433688, 47.6106365], [-122.3433678, 47.6106219], [-122.343464, 47.610546], [-122.3435064, 47.610542], [-122.3435998, 47.6105969], [-122.343572, 47.6106184], [-122.3435627, 47.6106127], [-122.3434998, 47.6106616], [-122.3435111, 47.6106683], [-122.3433233, 47.6108144], [-122.343315, 47.6108093], [-122.3432416, 47.6108661], [-122.3432499, 47.6108707], [-122.3431438, 47.6109529], [-122.3431618, 47.6109632], [-122.3431088, 47.6110042], [-122.3429748, 47.6109258]]], "type": "Polygon"}, "id": "105", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25010.851, "cen_dist2chain": 103.75650277315155, "changeset": null, "email": null, "ext_chain": "25029.331 25017.393 25017.393 25017.393 25010.851 25010.851 25010.851 25023.599 25017.393 25010.851 24997.778 24997.778 24997.778 24997.778 24991.18 24991.18 24991.18 24991.18 24991.18 24978.203 24984.887 24978.203 24978.203 24965.318 24965.318 24997.778 24997.778 24997.778 25010.851 25010.851 25029.331 25029.331 25043.391 25043.391 25056.328 25062.741 25069.316 25029.331", "ext_dist2chain": "74.61685886627026 83.32661482271008 84.7717385300623 85.89369379087711 85.48883338150739 89.46088965054211 91.6293032558412 92.96426997232984 98.6577819270996 97.27690551185881 98.52440679110721 99.85541529869344 101.09675499947444 102.10208279975762 102.64584016230168 104.9759793962869 106.31711166824154 107.34667145365528 107.77760464861147 114.09570829292757 114.54222937329277 115.92370982512665 116.61926085299905 127.0083471610659 130.02923108567478 133.2978094199229 130.32675607026005 130.00875960586882 123.27036174262926 123.65711796252604 103.57070611081683 103.28117420118959 95.44567810793205 95.75106429584511 84.43518782968461 85.10229417235846 79.46162211557932 74.61685886627026", "height": null, "id": 231355703, "index": 105, "index_in_full": 1027, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0184, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3445689, 47.610966, -122.3437009, 47.6114535], "geometry": {"coordinates": [[[-122.3442098, 47.6114417], [-122.3437009, 47.611145], [-122.343742, 47.6111129], [-122.3437823, 47.6111364], [-122.3438065, 47.6111176], [-122.343826, 47.6111289], [-122.3438299, 47.6111259], [-122.3438446, 47.6111344], [-122.3438604, 47.6111221], [-122.343884, 47.6111358], [-122.3439123, 47.6111137], [-122.3440908, 47.6112178], [-122.3440611, 47.611241], [-122.3440547, 47.6112372], [-122.3439745, 47.6112998], [-122.3439964, 47.6113126], [-122.3440363, 47.6112814], [-122.344055, 47.6112924], [-122.3441188, 47.6112427], [-122.3441261, 47.6112469], [-122.3441455, 47.6112318], [-122.3441364, 47.6112265], [-122.3441673, 47.6112024], [-122.3440744, 47.6111482], [-122.3440665, 47.6111544], [-122.3440408, 47.6111394], [-122.3440486, 47.6111333], [-122.3439792, 47.6110928], [-122.3440187, 47.611062], [-122.3440514, 47.6110811], [-122.3440727, 47.6110644], [-122.3440549, 47.611054], [-122.3440944, 47.6110233], [-122.3440875, 47.6110193], [-122.3441204, 47.6109936], [-122.3441283, 47.6109982], [-122.3441695, 47.610966], [-122.3442114, 47.6109904], [-122.3442319, 47.6109744], [-122.3442671, 47.6109949], [-122.3442709, 47.610992], [-122.3444805, 47.6111142], [-122.3444758, 47.6111178], [-122.3445111, 47.6111384], [-122.3445163, 47.6111344], [-122.3445627, 47.6111614], [-122.3445338, 47.6111839], [-122.3445689, 47.6112045], [-122.3445304, 47.6112345], [-122.3445206, 47.6112288], [-122.3444832, 47.611258], [-122.3444877, 47.6112606], [-122.3442785, 47.6114237], [-122.3442726, 47.6114203], [-122.34423, 47.6114535], [-122.3442098, 47.6114417]]], "type": "Polygon"}, "id": "106", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2030", "addr:place": null, "addr:postcode": "98121", "addr:street": "Western Avenue", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25245.075, "cen_dist2chain": 142.57117880103672, "changeset": null, "email": null, "ext_chain": "25323.203 25173.604 25166.937 25179.987 25173.604 25179.987 25179.987 25186.569 25186.569 25186.569 25186.569 25232.031 25245.075 25238.573 25251.537 25258.063 25251.537 25251.537 25245.075 25251.537 25245.075 25245.075 25245.075 25212.533 25212.533 25205.958 25205.958 25186.569 25179.987 25186.569 25186.569 25186.569 25173.604 25173.604 25173.604 25173.604 25166.937 25179.987 25173.604 25186.569 25186.569 25245.075 25245.075 25251.537 25251.537 25271.118 25271.118 25277.593 25284.127 25284.127 25284.127 25284.127 25323.203 25310.091 25323.203 25323.203", "ext_dist2chain": "131.94708910439294 111.94495252051229 116.30541317489438 117.85076478471548 120.41162550871474 121.16431849393646 121.57491284837175 122.13580824631016 123.81266916485899 124.72255418041175 127.71761060054679 134.63840213042067 131.4996163739695 131.2572185198271 122.77407744809832 123.63909889189516 127.84662066387725 128.58361133389383 135.31010689244903 135.5977814388988 137.64472807197643 137.28780965758241 140.56096542583268 136.94577632126962 136.10939360636016 135.10569448608126 135.93131932965727 133.25583177299265 137.4482673142351 138.70074549095222 140.95644063325176 140.27957167666258 144.46248262499253 144.19372117229466 147.68598923811342 147.98574612576925 152.3575211180429 153.9660138413984 156.1384694671711 157.48399570668818 157.8836260167647 166.0135825608439 165.52033961471426 166.90535811256467 167.45019879385433 169.29363423361403 166.24323253580104 167.6377750380211 163.58878038526396 163.1985317943445 159.26356080805252 159.44733660609185 137.46670930761186 137.2327009917104 132.7462542243047 131.94708910439294", "height": null, "id": 231355705, "index": 106, "index_in_full": 1029, "internet_access": null, "landuse": null, "name": "Market Court Condominium", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3429168, 47.6091658, -122.3416272, 47.609964], "geometry": {"coordinates": [[[-122.3428573, 47.609964], [-122.3423286, 47.6096517], [-122.3418286, 47.6093563], [-122.3416272, 47.6092373], [-122.3416577, 47.6092189], [-122.3417133, 47.6091854], [-122.3417382, 47.60917], [-122.3417458, 47.6091658], [-122.3418022, 47.6092221], [-122.341898, 47.6092801], [-122.3421153, 47.609409], [-122.342229, 47.6094764], [-122.3423613, 47.6095549], [-122.3423797, 47.6095501], [-122.3425423, 47.6095102], [-122.3425596, 47.609506], [-122.3426211, 47.6095411], [-122.3427221, 47.6095989], [-122.3427826, 47.6096334], [-122.3427619, 47.6096391], [-122.3426035, 47.6096828], [-122.3425849, 47.6096879], [-122.3427617, 47.6097895], [-122.3427606, 47.6097968], [-122.3427573, 47.6098201], [-122.3429168, 47.6099197], [-122.3429118, 47.6099234], [-122.3428944, 47.6099364], [-122.3428664, 47.6099572], [-122.3428573, 47.609964]]], "type": "Polygon"}, "id": "107", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "retail", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24542.221, "cen_dist2chain": 108.63530597873023, "changeset": null, "email": null, "ext_chain": "24724.701 24561.846 24412.475 24347.421 24347.421 24340.878 24340.878 24340.878 24360.456 24393.001 24464.427 24496.949 24542.221 24542.221 24548.658 24548.658 24568.311 24607.558 24620.473 24620.473 24607.558 24607.558 24659.53 24659.53 24672.567 24724.701 24724.701 24724.701 24724.701 24724.701", "ext_dist2chain": "119.43503653139564 103.61254119428534 88.92872081325321 82.99242081011121 86.02460001540848 91.54407443768872 94.03906119234681 94.77137560926849 95.08153261177083 97.81179765574689 104.17281185429438 107.50128350756565 111.34402412037059 112.79919367728387 125.52141570076233 126.87356262259894 128.78781553993747 131.87987391491802 133.72146169149235 132.0663804471368 119.36852700470317 117.8795495654503 123.3037903121914 122.81494946328138 121.26083019149519 125.8186705275521 125.28247552229932 123.41077245602645 120.41087975316754 119.43503653139564", "height": null, "id": 231357659, "index": 107, "index_in_full": 1030, "internet_access": null, "landuse": null, "name": "North Arcade", "need2ndStageAssess_prob": 0.0036, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"roof:levels": "0"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3417458, 47.6083932, -122.3406006, 47.6092189], "geometry": {"coordinates": [[[-122.3416577, 47.6092189], [-122.3408884, 47.6087535], [-122.3406966, 47.6086406], [-122.3406682, 47.6086238], [-122.3406466, 47.608611], [-122.3406851, 47.6085961], [-122.3406006, 47.6085042], [-122.3407148, 47.6084597], [-122.3408131, 47.6084217], [-122.3408618, 47.6084772], [-122.3408807, 47.6084691], [-122.3410411, 47.608403], [-122.3410649, 47.6083932], [-122.3411044, 47.6084357], [-122.3411328, 47.6084659], [-122.3411359, 47.6084696], [-122.3411244, 47.6084741], [-122.3412494, 47.608612], [-122.3412382, 47.6086166], [-122.3412133, 47.6086269], [-122.3412409, 47.6086573], [-122.3415037, 47.6089472], [-122.3415332, 47.6089369], [-122.3415349, 47.6089363], [-122.3416552, 47.6090668], [-122.3416996, 47.6091135], [-122.3417148, 47.6091315], [-122.3417198, 47.6091363], [-122.3417458, 47.6091658], [-122.3417382, 47.60917], [-122.3417133, 47.6091854], [-122.3416577, 47.6092189]]], "type": "Polygon"}, "id": "108", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "retail", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24126.063, "cen_dist2chain": 80.38137472865823, "changeset": null, "email": null, "ext_chain": "24347.421 24100.161 24041.701 24034.992 24022.02 24022.02 23983.042 23983.042 23983.042 24015.592 24015.592 24015.592 24015.592 24028.506 24041.701 24041.701 24041.701 24100.161 24100.161 24100.161 24119.607 24243.34 24243.34 24243.34 24295.381 24314.85 24321.366 24327.872 24340.878 24340.878 24340.878 24347.421", "ext_dist2chain": "86.02460001540848 64.0717841633254 58.43331430095692 57.603643172503666 56.977420566177784 60.3116697935649 60.27119749605111 70.1788088104715 78.69005573605612 78.56185057964824 80.24415528648451 94.362517069581 96.45703113990764 96.49539873779821 96.53912743762605 96.52220230771016 95.5235168884636 95.43298005475656 94.44773318927405 92.25308174367969 92.26346299483566 92.09851195263376 94.58465966149527 94.72832883732609 94.78131485234863 94.89080679087652 94.80158008305425 94.83808182059214 94.77137560926849 94.03906119234681 91.54407443768872 86.02460001540848", "height": null, "id": 231357660, "index": 108, "index_in_full": 1031, "internet_access": null, "landuse": null, "name": "Main Arcade", "need2ndStageAssess_prob": 0.056, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3434807, 47.6102288, -122.343384, 47.610291], "geometry": {"coordinates": [[[-122.3434029, 47.6102288], [-122.3434185, 47.6102303], [-122.3434763, 47.6102647], [-122.3434807, 47.6102771], [-122.3434724, 47.6102871], [-122.3434594, 47.610291], [-122.3434456, 47.6102895], [-122.3433908, 47.6102567], [-122.343384, 47.610249], [-122.3433847, 47.6102392], [-122.3433913, 47.6102326], [-122.3434029, 47.6102288]]], "type": "Polygon"}, "id": "109", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": "1", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24874.06, "cen_dist2chain": 140.29795472194755, "changeset": null, "email": null, "ext_chain": "24867.559 24867.559 24887.192 24893.58 24893.58 24893.58 24893.58 24874.06 24867.559 24867.559 24867.559 24867.559", "ext_dist2chain": "140.0827467186108 141.01977398916236 142.9454665877228 142.55387473990274 141.45983725256445 140.39596286382329 139.57898641590648 137.76955337961542 137.73950732517514 138.32114609213906 139.1159469659639 140.0827467186108", "height": null, "id": 231357661, "index": 109, "index_in_full": 1032, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"layer": "1", "roof:shape": "hipped"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3423135, 47.6099398, -122.3418577, 47.6102253], "geometry": {"coordinates": [[[-122.3418577, 47.610005], [-122.341942, 47.6099398], [-122.3419582, 47.6099493], [-122.3419543, 47.6099523], [-122.3423135, 47.6101631], [-122.3422332, 47.6102253], [-122.3418577, 47.610005]]], "type": "Polygon"}, "id": "110", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24666.061, "cen_dist2chain": 62.86819916095806, "changeset": null, "email": null, "ext_chain": "24614.016 24607.558 24607.558 24607.558 24718.192 24724.701 24614.016", "ext_dist2chain": "52.84996787747378 62.046303071471606 62.5185928576842 62.0948382185503 73.00656017700548 64.25686560483392 52.84996787747378", "height": null, "id": 231357663, "index": 110, "index_in_full": 1033, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1016, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419997, 47.6086442, -122.3419296, 47.6086977], "geometry": {"coordinates": [[[-122.341961, 47.6086953], [-122.3419296, 47.6086613], [-122.3419305, 47.6086556], [-122.3419334, 47.6086518], [-122.3419399, 47.6086479], [-122.3419545, 47.6086442], [-122.3419657, 47.6086472], [-122.3419966, 47.6086802], [-122.3419997, 47.6086835], [-122.3419631, 47.6086977], [-122.341961, 47.6086953]]], "type": "Polygon"}, "id": "111", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24210.738, "cen_dist2chain": 137.62626749443933, "changeset": null, "email": null, "ext_chain": "24217.268 24210.738 24204.209 24204.209 24204.209 24204.209 24210.738 24217.268 24217.268 24217.268 24217.268", "ext_dist2chain": "136.06639092476655 136.0503041806826 136.4407959514004 136.8487573761956 137.4927611746775 138.64229577683594 139.18216801873356 139.22574654930165 139.23455430496256 136.06282679079072 136.06639092476655", "height": null, "id": 231359017, "index": 111, "index_in_full": 1034, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"layer": "2"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3413907, 47.6083036, -122.341276, 47.6083907], "geometry": {"coordinates": [[[-122.3413862, 47.6083647], [-122.3413247, 47.6083907], [-122.3412953, 47.6083843], [-122.341276, 47.6083625], [-122.3412879, 47.6083575], [-122.3412939, 47.6083344], [-122.3413333, 47.6083391], [-122.3413433, 47.6083098], [-122.3413581, 47.6083036], [-122.34138, 47.6083073], [-122.3413907, 47.608322], [-122.3413787, 47.6083522], [-122.3413862, 47.6083647]]], "type": "Polygon"}, "id": "112", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24034.992, "cen_dist2chain": 116.47953972342873, "changeset": null, "email": null, "ext_chain": "24048.077 24048.077 24034.992 24028.506 24028.506 24015.592 24028.506 24015.592 24015.592 24028.506 24034.992 24034.992 24048.077", "ext_dist2chain": "118.66196638243788 113.20882208935095 111.69685969959436 111.74952476425237 112.80290082116025 114.54229965595081 116.78212024069599 119.13393365637032 120.44281372839592 121.63393604554321 121.44566823796784 118.90910814508614 118.66196638243788", "height": null, "id": 231359018, "index": 112, "index_in_full": 1035, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"layer": "1"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419877, 47.6083585, -122.3414535, 47.6086675], "geometry": {"coordinates": [[[-122.3418596, 47.6083585], [-122.3419877, 47.6084966], [-122.3418403, 47.6085588], [-122.3417586, 47.6084707], [-122.3416525, 47.6085154], [-122.3417339, 47.6086033], [-122.3415814, 47.6086675], [-122.3414535, 47.6085296], [-122.3418596, 47.6083585]]], "type": "Polygon"}, "id": "113", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24126.063, "cen_dist2chain": 131.3144386249964, "changeset": null, "email": null, "ext_chain": "24100.161 24165.27 24165.27 24126.063 24126.063 24165.27 24165.27 24100.161 24100.161", "ext_dist2chain": "149.27833796510882 149.40583010220172 136.34248230972491 136.25927791888947 126.86036411075732 126.93635672558482 113.43007131815102 113.3049102129664 149.27833796510882", "height": null, "id": 231359020, "index": 113, "index_in_full": 1036, "internet_access": null, "landuse": null, "name": "Fix Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"note": "\"Fix Building\" appears to be the building\u0027s actual name, not an instruction."}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3421454, 47.6085006, -122.341628, 47.6087354], "geometry": {"coordinates": [[[-122.3416385, 47.608702], [-122.3421188, 47.6085006], [-122.3421292, 47.6085121], [-122.3421454, 47.6085295], [-122.3416547, 47.6087354], [-122.3416474, 47.6087275], [-122.341628, 47.6087065], [-122.3416385, 47.608702]]], "type": "Polygon"}, "id": "114", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24184.728, "cen_dist2chain": 135.83030709274684, "changeset": null, "email": null, "ext_chain": "24178.285 24178.285 24184.728 24197.811 24197.811 24191.198 24178.285 24178.285", "ext_dist2chain": "115.05876086243912 157.54966435722315 157.54263733932734 157.5594849741185 114.14153130414554 114.13830394210181 114.12423816569364 115.05876086243912", "height": null, "id": 231359025, "index": 114, "index_in_full": 1037, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3422942, 47.6091258, -122.3420097, 47.6092459], "geometry": {"coordinates": [[[-122.3422429, 47.6091258], [-122.3422942, 47.6091827], [-122.3421171, 47.6092459], [-122.3420608, 47.6092099], [-122.3420097, 47.6091618], [-122.3420647, 47.6091503], [-122.3421253, 47.6091717], [-122.3422429, 47.6091258]]], "type": "Polygon"}, "id": "115", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24393.001, "cen_dist2chain": 119.86920661202961, "changeset": null, "email": null, "ext_chain": "24393.001 24412.475 24412.475 24393.001 24373.501 24373.501 24393.001 24393.001", "ext_dist2chain": "128.89251438831815 128.8468010524685 113.82448724482383 112.3273974561525 111.87562330875376 116.06420625332815 118.69079039483128 128.89251438831815", "height": null, "id": 231359028, "index": 115, "index_in_full": 1038, "internet_access": null, "landuse": null, "name": "Market Heritage Center", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"information": "office", "tourism": "information"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419652, 47.6112217, -122.3415458, 47.6115258], "geometry": {"coordinates": [[[-122.3415458, 47.6114492], [-122.3418322, 47.6112217], [-122.3419652, 47.6112983], [-122.3417031, 47.6115064], [-122.3416788, 47.6115258], [-122.3416464, 47.6115071], [-122.3415458, 47.6114492]]], "type": "Polygon"}, "id": "116", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1931", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25029.331, "cen_dist2chain": 29.71208232538054, "changeset": null, "email": null, "ext_chain": "25029.331 24991.18 25029.331 25069.316 25069.316 25062.741 25029.331", "ext_dist2chain": "47.57016227394517 16.65570493055733 11.863005098250825 40.06975666082768 42.69776614560728 43.88753283233379 47.57016227394517", "height": null, "id": 231359960, "index": 116, "index_in_full": 1039, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4824, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.341156, 47.6107131, -122.3406768, 47.6110477], "geometry": {"coordinates": [[[-122.3409676, 47.6107131], [-122.341156, 47.6108249], [-122.3411448, 47.6108336], [-122.3409343, 47.6109948], [-122.3408652, 47.6110477], [-122.3406768, 47.6109359], [-122.3407779, 47.6108584], [-122.3408714, 47.6107868], [-122.3409676, 47.6107131]]], "type": "Polygon"}, "id": "117", "properties": {"__folium_color": "#fb9a99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "116", "addr:place": null, "addr:postcode": "98101", "addr:street": "Stewart Street", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24770.091, "cen_dist2chain": 58.0405142361677, "changeset": null, "email": null, "ext_chain": "24718.192 24776.656 24783.263 24802.564 24815.648 24757.066 24744.15 24731.146 24718.192", "ext_dist2chain": "45.228211083939335 39.40596077943134 40.62135937611168 63.30670970236424 70.75747154977078 76.70107114217849 65.78098245424216 55.662036445998424 45.228211083939335", "height": null, "id": 231359962, "index": 117, "index_in_full": 1040, "internet_access": null, "landuse": null, "name": "Plymouth on Stewart", "need2ndStageAssess_prob": 0.2488, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.342041, 47.6107746, -122.3415628, 47.6111109], "geometry": {"coordinates": [[[-122.3417475, 47.6111109], [-122.3415628, 47.611003], [-122.3418563, 47.6107746], [-122.342041, 47.6108825], [-122.3417475, 47.6111109]]], "type": "Polygon"}, "id": "118", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1920", "addr:place": null, "addr:postcode": "98121", "addr:street": "1st Avenue", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24900.096, "cen_dist2chain": 3.7998720901701803, "changeset": null, "email": null, "ext_chain": "24945.853 24887.192 24848.15 24906.779 24945.853", "ext_dist2chain": "16.36441937675245 22.692117246988147 9.040743979309989 15.216156780566447 16.36441937675245", "height": null, "id": 231359965, "index": 118, "index_in_full": 1041, "internet_access": null, "landuse": null, "name": "The Oxford", "need2ndStageAssess_prob": 0.5104, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419913, 47.6095491, -122.3415905, 47.6098306], "geometry": {"coordinates": [[[-122.3415905, 47.6096518], [-122.3417296, 47.6095921], [-122.3417511, 47.6095828], [-122.3418297, 47.6095491], [-122.3419913, 47.6096452], [-122.341966, 47.6096654], [-122.3418668, 47.6097444], [-122.3417586, 47.6098306], [-122.3417392, 47.6098099], [-122.3415905, 47.6096518]]], "type": "Polygon"}, "id": "119", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24503.47, "cen_dist2chain": 67.64623724090893, "changeset": null, "email": null, "ext_chain": "24470.886 24470.886 24470.886 24464.427 24516.495 24516.495 24535.862 24548.658 24535.862 24470.886", "ext_dist2chain": "56.41935312873049 68.80631517476644 70.72521714055108 77.72206493055498 82.42341226596228 79.63821295471813 68.65220237520191 56.67464166258163 56.660614249270786 56.41935312873049", "height": null, "id": 231360587, "index": 119, "index_in_full": 1042, "internet_access": null, "landuse": null, "name": "Garden Center Building", "need2ndStageAssess_prob": 0.08, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3411095, 47.6101385, -122.3406285, 47.6104927], "geometry": {"coordinates": [[[-122.3406285, 47.6102907], [-122.3408872, 47.6101821], [-122.3409883, 47.6101385], [-122.3410256, 47.6101483], [-122.3411095, 47.6102432], [-122.3411051, 47.6102684], [-122.3410245, 47.6103359], [-122.3410181, 47.6103616], [-122.3409714, 47.6103954], [-122.3409711, 47.61042], [-122.3408815, 47.6104927], [-122.3408089, 47.6104883], [-122.3406285, 47.6102907]]], "type": "Polygon"}, "id": "120", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "101", "addr:place": null, "addr:postcode": "98101", "addr:street": "Stewart Street", "amenity": null, "building": "yes", "building:levels": "12", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 24581.422, "cen_dist2chain": 27.408356427749588, "changeset": null, "email": null, "ext_chain": "24542.221 24542.221 24542.221 24548.658 24581.422 24607.558 24607.558 24614.016 24620.473 24627.065 24640.048 24627.065 24542.221", "ext_dist2chain": "42.49489959257599 19.6013246038125 10.587255440954252 8.787396943721657 9.308007134933188 11.140838498996008 19.79723088456946 21.694802786890126 26.66250570712905 28.08551280115756 38.06556342853864 42.45155025651138 42.49489959257599", "height": null, "id": 231360589, "index": 120, "index_in_full": 1043, "internet_access": null, "landuse": null, "name": "First \u0026 Stewart Building", "need2ndStageAssess_prob": 0.494, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3393431, 47.6081567, -122.3382294, 47.6091356], "geometry": {"coordinates": [[[-122.3385985, 47.6081567], [-122.3387822, 47.6083575], [-122.3387516, 47.6083704], [-122.3389432, 47.6085793], [-122.3389757, 47.6085656], [-122.3393431, 47.6089669], [-122.3393046, 47.608983], [-122.3393114, 47.6089904], [-122.3389846, 47.6091356], [-122.3382294, 47.6083112], [-122.3385078, 47.6081947], [-122.3385985, 47.6081567]]], "type": "Polygon"}, "id": "121", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1415", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "3", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 23794.538, "cen_dist2chain": 64.01439256996356, "changeset": null, "email": null, "ext_chain": "23618.841 23703.464 23703.464 23794.538 23794.538 23963.527 23963.527 23970.037 23970.037 23625.317 23618.841 23618.841", "ext_dist2chain": "48.04592650828198 47.5435961696807 50.254755630341094 50.090131249057244 47.2109487922216 47.19657073222384 50.5999106442117 50.611442072960834 79.99751840175298 80.66630765880642 56.06767817802433 48.04592650828198", "height": null, "id": 231361925, "index": 121, "index_in_full": 1044, "internet_access": null, "landuse": null, "name": "Newmark Tower", "need2ndStageAssess_prob": 0.1148, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"alt_name": "Newmark"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.newmarktower.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3393114, 47.6079556, -122.3386406, 47.6084099], "geometry": {"coordinates": [[[-122.3392991, 47.6082504], [-122.338918, 47.6084099], [-122.3386707, 47.6081411], [-122.3386599, 47.6081457], [-122.3386513, 47.6081363], [-122.3386406, 47.6081247], [-122.3390448, 47.6079556], [-122.3393114, 47.6082453], [-122.3392991, 47.6082504]]], "type": "Polygon"}, "id": "122", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "106", "addr:place": null, "addr:postcode": "98101", "addr:street": "Union Street", "amenity": null, "building": "apartments", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23677.424, "cen_dist2chain": 24.743046391843937, "changeset": null, "email": null, "ext_chain": "23736.126 23736.126 23625.317 23625.317 23618.841 23618.841 23612.431 23736.126 23736.126", "ext_dist2chain": "8.129564567605698 41.82426092588858 42.474998422519995 43.434081242621126 43.475062101938576 43.52175848256271 7.792965012379413 7.045550804421961 8.129564567605698", "height": null, "id": 231361927, "index": 122, "index_in_full": 1045, "internet_access": null, "landuse": null, "name": "Harold Poll Building", "need2ndStageAssess_prob": 0.5312, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3412449, 47.6074982, -122.3406572, 47.6078122], "geometry": {"coordinates": [[[-122.3410732, 47.6074982], [-122.3410909, 47.6075176], [-122.3411373, 47.6074982], [-122.3412449, 47.6076153], [-122.3412391, 47.6076177], [-122.3412425, 47.6076214], [-122.340786, 47.6078122], [-122.3406572, 47.607672], [-122.340927, 47.6075593], [-122.3410732, 47.6074982]]], "type": "Polygon"}, "id": "123", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1414", "addr:place": null, "addr:postcode": "98101", "addr:street": "Alaskan Way", "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23762.063, "cen_dist2chain": 132.75024588365974, "changeset": null, "email": null, "ext_chain": "23729.517 23742.543 23742.543 23787.98 23787.98 23787.98 23787.98 23729.517 23729.517 23729.517", "ext_dist2chain": "149.3022071228361 149.30902201457937 153.4107420197606 153.46547354666933 152.95421942655764 152.96029904759615 112.61368553108493 112.537514309862 136.3803130730246 149.3022071228361", "height": null, "id": 231361929, "index": 123, "index_in_full": 1046, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"old_name": "Highway 99 Blues Club"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3406284, 47.6078146, -122.340103, 47.6081906], "geometry": {"coordinates": [[[-122.340401, 47.6078146], [-122.3404737, 47.6078947], [-122.3405122, 47.6078788], [-122.3405626, 47.6079344], [-122.3405532, 47.6079382], [-122.3405672, 47.6079536], [-122.3405784, 47.607949], [-122.3406284, 47.6080041], [-122.3405393, 47.6080409], [-122.3405456, 47.6080478], [-122.3404711, 47.6080786], [-122.3404764, 47.6080845], [-122.3404012, 47.6081156], [-122.3404076, 47.6081227], [-122.3403336, 47.6081533], [-122.340339, 47.6081592], [-122.3402628, 47.6081906], [-122.3401908, 47.6081112], [-122.3402437, 47.6080894], [-122.3402112, 47.6080537], [-122.3401573, 47.6080759], [-122.340103, 47.608016], [-122.3401793, 47.6079845], [-122.3401849, 47.6079907], [-122.340257, 47.607961], [-122.3402649, 47.6079697], [-122.3403368, 47.60794], [-122.3403437, 47.6079476], [-122.3404039, 47.6079228], [-122.3403317, 47.6078432], [-122.340401, 47.6078146]]], "type": "Polygon"}, "id": "124", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "12", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23801.059, "cen_dist2chain": 74.40249953347104, "changeset": null, "email": null, "ext_chain": "23742.543 23781.602 23781.602 23801.059 23801.059 23807.489 23807.489 23833.484 23833.484 23839.934 23839.934 23839.934 23839.934 23839.934 23839.934 23839.934 23839.934 23807.489 23807.489 23794.538 23794.538 23768.588 23768.588 23768.588 23768.588 23775.042 23775.042 23781.602 23781.602 23742.543 23742.543", "ext_dist2chain": "87.82503658901513 87.82625851189384 91.2177956232026 91.17600137593583 90.35260644038168 90.3486918923353 91.3339479743756 91.3182289362011 83.46850243538333 83.45654803274329 76.89260230855268 76.87754717756492 70.25035765891124 70.24331829372443 63.7216155264091 63.73075878426322 57.02197441937834 57.06358028527513 61.721346380812626 61.73513243031093 56.99014421189627 57.009634003412344 63.730984303526334 63.73200849313568 70.07953812098998 70.09251752802297 76.42726036081866 76.42151336360521 81.72072434536895 81.72080702792121 87.82503658901513", "height": "44.4", "id": 231361931, "index": 124, "index_in_full": 1047, "internet_access": null, "landuse": null, "name": "Ross Manor", "need2ndStageAssess_prob": 0.0468, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3398036, 47.6086612, -122.3393049, 47.6089567], "geometry": {"coordinates": [[[-122.3393049, 47.6088358], [-122.3395676, 47.6087277], [-122.3395546, 47.6087133], [-122.3396812, 47.6086612], [-122.3398036, 47.6087965], [-122.3394143, 47.6089567], [-122.3393049, 47.6088358]]], "type": "Polygon"}, "id": "125", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "hotel", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23943.955, "cen_dist2chain": 24.457643912833493, "changeset": null, "email": null, "ext_chain": "23917.988 23917.988 23911.471 23911.471 23970.037 23970.037 23917.988", "ext_dist2chain": "41.99028811368369 18.876521340364686 18.877584572095238 7.760480387138323 7.813820141747019 42.058362985194016 41.99028811368369", "height": null, "id": 231361932, "index": 125, "index_in_full": 1048, "internet_access": null, "landuse": null, "name": "Hahn Building", "need2ndStageAssess_prob": 0.5076, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"historic": "building", "old_name": "Hotel Elliott"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3400731, 47.608965, -122.3395601, 47.6092644], "geometry": {"coordinates": [[[-122.3399472, 47.608965], [-122.3400731, 47.6091058], [-122.3396893, 47.6092644], [-122.3395601, 47.6091249], [-122.3399472, 47.608965]]], "type": "Polygon"}, "id": "126", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1500", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24074.086, "cen_dist2chain": 25.545997219670163, "changeset": null, "email": null, "ext_chain": "24041.701 24100.161 24106.598 24041.701 24041.701", "ext_dist2chain": "8.46989105494171 8.703230044917772 42.48751642729089 42.568731117668634 8.46989105494171", "height": null, "id": 231361933, "index": 126, "index_in_full": 1049, "internet_access": null, "landuse": null, "name": "Broderick Building", "need2ndStageAssess_prob": 0.5044, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=795865430", "start_date": null, "tags": {"addr:state": "WA", "name:ko": "\ube0c\ub85c\ub370\ub9ad \ube4c\ub529"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3402509, 47.609769, -122.3396933, 47.6101216], "geometry": {"coordinates": [[[-122.3400729, 47.609769], [-122.3402509, 47.6099646], [-122.3398713, 47.6101216], [-122.3396933, 47.609926], [-122.3397019, 47.6099225], [-122.3400729, 47.609769]]], "type": "Polygon"}, "id": "127", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "119", "addr:place": null, "addr:postcode": "98101", "addr:street": "Pine Street", "amenity": null, "building": "apartments", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24353.896, "cen_dist2chain": 64.23536176883792, "changeset": null, "email": null, "ext_chain": "24308.4 24393.001 24393.001 24301.763 24308.4 24308.4", "ext_dist2chain": "47.470705748514966 47.54380973196625 80.99925884749662 80.92575746746012 80.17132328768189 47.470705748514966", "height": null, "id": 231361934, "index": 127, "index_in_full": 1050, "internet_access": null, "landuse": null, "name": "Doyle Building", "need2ndStageAssess_prob": 0.1348, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3406901, 47.6095203, -122.3400667, 47.6099404], "geometry": {"coordinates": [[[-122.3400667, 47.6096784], [-122.3402291, 47.6096132], [-122.3403955, 47.6097945], [-122.3404611, 47.6097675], [-122.3402952, 47.6095853], [-122.3404414, 47.6095246], [-122.3404514, 47.6095203], [-122.3406901, 47.6097817], [-122.3403105, 47.6099404], [-122.3400667, 47.6096784]]], "type": "Polygon"}, "id": "128", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "107", "addr:place": null, "addr:postcode": "98101", "addr:street": "Pine Street", "amenity": null, "building": "hotel", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24340.878, "cen_dist2chain": 25.64630609555854, "changeset": null, "email": null, "ext_chain": "24275.857 24282.408 24360.456 24360.456 24282.408 24282.408 24282.408 24393.001 24393.001 24275.857", "ext_dist2chain": "42.564947170846466 28.370283991353833 28.356989309813837 22.584051697177717 22.51422857088884 9.624835069139486 8.736520372436603 8.763718244704023 42.317193609673744 42.564947170846466", "height": null, "id": 231361935, "index": 128, "index_in_full": 1051, "internet_access": null, "landuse": null, "name": "Palihotel", "need2ndStageAssess_prob": 0.4932, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1255554454", "start_date": "1898", "tags": {"addr:state": "WA", "building:1900-1981": "hotel", "building:1991-2016": "apartments", "building:condition": "renovated", "heritage": "2", "heritage:operator": "nrhp", "old_name:1900-1911": "Colonnade Hotel", "old_name:1911-1922": "Standard Hotel", "old_name:1922-1932": "Gateway Hotel", "old_name:1932-1982": "Gatewood Hotel Building", "old_name:1991-2016": "Gatewood Apartments", "ref:nrhp": "100001443", "source_ref:url": "https://dahp.wa.gov/sites/default/files/public/documents/nominations/Colonnade%20NR_FINAL.pdf"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.palisociety.com/hotels/seattle/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3404296, 47.6076322, -122.3399062, 47.6079372], "geometry": {"coordinates": [[[-122.3399062, 47.6077973], [-122.340027, 47.6077468], [-122.3400604, 47.6077831], [-122.3401996, 47.6077249], [-122.3401673, 47.6076898], [-122.340305, 47.6076322], [-122.3403527, 47.6076841], [-122.3403465, 47.6076867], [-122.3403794, 47.6077224], [-122.3403821, 47.6077213], [-122.3404296, 47.6077729], [-122.3403326, 47.6078134], [-122.3403217, 47.6078016], [-122.3401422, 47.6078766], [-122.3401529, 47.6078883], [-122.340036, 47.6079372], [-122.3400198, 47.6079196], [-122.3400098, 47.6079237], [-122.339981, 47.6078924], [-122.3399902, 47.6078886], [-122.3399062, 47.6077973]]], "type": "Polygon"}, "id": "129", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23703.464, "cen_dist2chain": 74.46903630689542, "changeset": null, "email": null, "ext_chain": "23670.877 23670.877 23683.912 23683.912 23670.877 23670.877 23697.066 23697.066 23709.93 23709.93 23736.126 23736.126 23729.517 23729.517 23736.126 23736.126 23722.945 23722.945 23716.486 23716.486 23670.877", "ext_dist2chain": "56.953769599835226 67.62962368552964 67.73100257017626 80.03120745592734 79.93572719232029 92.10806364646028 92.24545652627333 91.69693382059891 91.748079653989 91.9850839770561 92.09202318913837 83.52064687766267 83.49695326235303 67.63235062421747 67.64915035101164 57.31401606136184 57.2820974893415 56.40294868938777 56.335533489395424 57.14597671495152 56.953769599835226", "height": null, "id": 231361940, "index": 129, "index_in_full": 1052, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0448, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3413807, 47.6092643, -122.3407445, 47.6096887], "geometry": {"coordinates": [[[-122.3410772, 47.6092643], [-122.3411961, 47.6093944], [-122.3412501, 47.609372], [-122.3413807, 47.6095148], [-122.341215, 47.6095837], [-122.3412171, 47.609586], [-122.3412159, 47.6095865], [-122.3412259, 47.6095975], [-122.3410063, 47.6096887], [-122.3407445, 47.6094025], [-122.3410772, 47.6092643]]], "type": "Polygon"}, "id": "130", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24347.421, "cen_dist2chain": 32.726370865604196, "changeset": null, "email": null, "ext_chain": "24282.408 24340.878 24340.878 24399.452 24399.452 24399.452 24399.452 24405.953 24405.953 24282.408 24282.408", "ext_dist2chain": "46.272672985715815 46.256887661514746 51.01885740853039 51.01980603424432 36.3947563876653 36.395082844040104 36.2891085105643 36.28208147727516 16.909178739921238 16.916434671454592 46.272672985715815", "height": null, "id": 231362204, "index": 130, "index_in_full": 1056, "internet_access": null, "landuse": null, "name": "First \u0026 Pine Building", "need2ndStageAssess_prob": 0.4548, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1982", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://www.teutsch.com/retail_firstpine.htm", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3416082, 47.6093076, -122.3413107, 47.6094906], "geometry": {"coordinates": [[[-122.3413107, 47.6093525], [-122.3414148, 47.6093076], [-122.3416082, 47.60942], [-122.3414374, 47.6094906], [-122.3413107, 47.6093525]]], "type": "Polygon"}, "id": "131", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24373.501, "cen_dist2chain": 62.24808939837135, "changeset": null, "email": null, "ext_chain": "24340.878 24340.878 24399.452 24399.452 24340.878", "ext_dist2chain": "56.02792645344876 65.31110317673445 71.1114302602506 56.06081957964212 56.02792645344876", "height": null, "id": 231362205, "index": 131, "index_in_full": 1057, "internet_access": null, "landuse": null, "name": "Triangle Building", "need2ndStageAssess_prob": 0.0692, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3458561, 47.62105, -122.3451845, 47.6219796], "geometry": {"coordinates": [[[-122.3457269, 47.6219575], [-122.3457248, 47.6219683], [-122.3457143, 47.6219766], [-122.3456988, 47.6219796], [-122.3454573, 47.6219794], [-122.3454574, 47.621916], [-122.3455209, 47.6219161], [-122.3455217, 47.6215594], [-122.3454728, 47.6215594], [-122.3454727, 47.6215899], [-122.3452104, 47.6215897], [-122.3452105, 47.6215641], [-122.3451845, 47.621564], [-122.3451845, 47.6215419], [-122.34521, 47.6215419], [-122.34521, 47.6215175], [-122.345224, 47.6215176], [-122.3452243, 47.6213873], [-122.3454751, 47.6213875], [-122.3454748, 47.6215387], [-122.3455251, 47.6215387], [-122.3455256, 47.621316], [-122.3455055, 47.6213159], [-122.3455056, 47.6212746], [-122.3455273, 47.6212747], [-122.3455278, 47.6210726], [-122.3456108, 47.6210726], [-122.3456109, 47.62105], [-122.3456832, 47.62105], [-122.3456831, 47.6211026], [-122.3456642, 47.6211026], [-122.3456642, 47.6211205], [-122.3456328, 47.6211205], [-122.3456318, 47.6215684], [-122.3456681, 47.6215685], [-122.3456681, 47.6215862], [-122.3456457, 47.6215862], [-122.3456456, 47.6216188], [-122.3456293, 47.6216188], [-122.3456288, 47.6218525], [-122.345669, 47.6218525], [-122.3456693, 47.6217398], [-122.3458561, 47.62174], [-122.3458557, 47.621904], [-122.3457271, 47.6219039], [-122.3457269, 47.6219575]]], "type": "Polygon"}, "id": "132", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "319", "addr:place": null, "addr:postcode": "98109", "addr:street": "6th Avenue North", "amenity": null, "building": "industrial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28768.805, "cen_dist2chain": 72.24055646238769, "changeset": null, "email": null, "ext_chain": "28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28710.278 28710.278 28703.556 28696.795 28722.994 28722.994 28722.994 28730.5 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805", "ext_dist2chain": "111.66683766083008 112.51461536722015 112.76500018745823 112.33077421429643 102.5056917642481 96.37500191048842 98.89463620563663 69.09498025094182 66.27348015094171 68.53490029440091 55.74717426250499 53.38788320710476 52.290409387139725 50.246387629308046 51.35581006806096 49.19395386582332 49.85896155476464 39.69101585298036 55.83169951591807 64.90725451418751 67.87756406981663 56.48874804981271 55.040567193863154 53.867558790288385 55.46327870646721 52.63548634328521 58.826662629323536 58.5712631887511 63.967718033409504 64.62299564040255 63.209357516680775 63.44087555692855 61.09567334055767 76.29401788660329 78.53618818652892 79.6647276874482 78.30131311302446 80.49376602145037 79.53682672893073 97.94575028245782 99.88118760596178 90.73451211442598 101.26683473033958 113.56238326929197 107.06383519319358 111.66683766083008", "height": null, "id": 231663357, "index": 132, "index_in_full": 1107, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0048, "office": null, "opening_hours": null, "operator": "Seattle City Light", "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443001, 47.6214808, -122.3438677, 47.6219321], "geometry": {"coordinates": [[[-122.344297, 47.6218757], [-122.3442638, 47.6218755], [-122.3442634, 47.6219321], [-122.3438677, 47.6219307], [-122.3438688, 47.6217828], [-122.3439461, 47.6217831], [-122.3439458, 47.6218134], [-122.3440759, 47.6218138], [-122.3440774, 47.6216185], [-122.3440785, 47.6214808], [-122.3443001, 47.6214816], [-122.344297, 47.6218757]]], "type": "Polygon"}, "id": "133", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "325", "addr:place": null, "addr:postcode": "98109", "addr:street": "Aurora Avenue North", "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28768.819, "cen_dist2chain": 80.67257539584509, "changeset": null, "email": null, "ext_chain": "28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819", "ext_dist2chain": "87.35462246706413 88.45642000194741 94.09929186359541 110.17904964090796 98.05302444278685 93.98939660729354 96.47802422908485 90.25136891501845 74.11442649303676 64.72518172277066 51.488959260297975 87.35462246706413", "height": null, "id": 231663364, "index": 133, "index_in_full": 1110, "internet_access": null, "landuse": null, "name": "Civic Hotel", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3461189, 47.6199797, -122.3457599, 47.6207913], "geometry": {"coordinates": [[[-122.345765, 47.6201436], [-122.3458638, 47.6201439], [-122.345864, 47.6201167], [-122.3458878, 47.6201168], [-122.3458882, 47.6200702], [-122.3458888, 47.6200044], [-122.3459085, 47.6200044], [-122.3459087, 47.6199816], [-122.3459315, 47.6199817], [-122.3459313, 47.620003], [-122.3460073, 47.6200033], [-122.3460075, 47.6199797], [-122.3460303, 47.6199798], [-122.3460301, 47.6200028], [-122.3460521, 47.6200029], [-122.3460515, 47.6200708], [-122.3460509, 47.620144], [-122.3461189, 47.6201443], [-122.3461178, 47.620205], [-122.3460291, 47.6202046], [-122.346027, 47.6204436], [-122.3460373, 47.6204436], [-122.3460365, 47.6205322], [-122.3460256, 47.6205322], [-122.3460237, 47.6207501], [-122.3461141, 47.6207504], [-122.3461139, 47.6207913], [-122.3460038, 47.6207909], [-122.3460041, 47.6207564], [-122.345939, 47.6207562], [-122.3459388, 47.6207842], [-122.3458622, 47.6207839], [-122.3458624, 47.620754], [-122.3457599, 47.6207536], [-122.3457602, 47.6207122], [-122.345765, 47.6201436]]], "type": "Polygon"}, "id": "134", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "200", "addr:place": null, "addr:postcode": "98109", "addr:street": "Taylor Avenue North", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28469.655, "cen_dist2chain": 74.45542609374574, "changeset": null, "email": null, "ext_chain": "28385.231 28378.612 28372.157 28372.157 28352.682 28326.615 28326.615 28319.965 28319.965 28326.615 28326.615 28319.965 28319.965 28326.615 28326.615 28352.682 28378.612 28378.612 28397.913 28397.913 28482.707 28482.707 28508.687 28508.687 28586.527 28586.527 28599.551 28606.036 28593.003 28593.003 28606.036 28606.036 28593.003 28593.003 28580.092 28385.231", "ext_dist2chain": "61.405001048093936 68.8282681190892 68.67211514070787 70.45973407628675 70.1606069961489 69.83893770120486 71.31660819369088 71.20265708349923 72.91437898342758 73.01723062178317 78.72216214118595 78.60744253061546 80.31981097270389 80.4301984615707 82.08208003181215 82.42219719145541 82.8702802901982 87.97697882650563 88.27238319263884 81.61460271415628 83.31787734218062 84.090149280921 84.80580575365327 83.99008772044544 86.00028063711166 92.76759369907107 93.17591389917746 84.9297472039787 84.59541387133902 79.71905385194579 79.99892214840399 74.25797643887317 73.96316666618758 66.29224834993859 65.87207875779347 61.405001048093936", "height": null, "id": 231664571, "index": 134, "index_in_full": 1147, "internet_access": null, "landuse": null, "name": "Executive Inn By The Space Needle", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1-206-448-9444", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "https://stayexecutiveinn.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345638, 47.6186744, -122.3453715, 47.6190054], "geometry": {"coordinates": [[[-122.3453717, 47.6189305], [-122.3453715, 47.6188762], [-122.3453806, 47.6188762], [-122.3453798, 47.6186811], [-122.3454561, 47.618681], [-122.3454561, 47.6186746], [-122.3455682, 47.6186744], [-122.3455683, 47.6186807], [-122.3456367, 47.6186806], [-122.345638, 47.6189959], [-122.3455729, 47.618996], [-122.3455729, 47.6190051], [-122.345449, 47.6190054], [-122.3454489, 47.6189973], [-122.345372, 47.6189974], [-122.3453717, 47.6189305]]], "type": "Polygon"}, "id": "135", "properties": {"__folium_color": "#e31a1c", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "566", "addr:place": null, "addr:postcode": "98109", "addr:street": "Denny Way", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27917.044, "cen_dist2chain": 38.96504223808553, "changeset": null, "email": null, "ext_chain": "27949.518 27930.033 27930.033 27858.486 27858.486 27858.486 27858.486 27858.486 27865.018 27975.59 27975.59 27982.13 27982.13 27975.59 27975.59 27949.518", "ext_dist2chain": "28.626369162222943 28.701223954118873 29.385300219937825 29.776710562963824 35.5123367215408 35.51643780851485 43.942841831649346 43.946652338552525 49.08696355446665 48.579728823563336 43.686141629269315 43.66362175955735 34.355179130933514 34.36363234808219 28.58307615496929 28.626369162222943", "height": null, "id": 231664573, "index": 135, "index_in_full": 1148, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3052, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3432555, 47.6194692, -122.3430743, 47.6195823], "geometry": {"coordinates": [[[-122.3430751, 47.6195823], [-122.3430743, 47.6194698], [-122.3431234, 47.6194696], [-122.3432547, 47.6194692], [-122.3432555, 47.6195817], [-122.3430751, 47.6195823]]], "type": "Polygon"}, "id": "136", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "701", "addr:place": null, "addr:postcode": "98109", "addr:street": "John Street", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28183.592, "cen_dist2chain": 136.83045538280084, "changeset": null, "email": null, "ext_chain": "28196.461 28157.438 28157.438 28157.438 28196.461 28196.461", "ext_dist2chain": "143.40048883986893 143.78173823842934 140.09226366982423 130.22616302635586 129.8433248016044 143.40048883986893", "height": null, "id": 231664574, "index": 136, "index_in_full": 1149, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345622, 47.6198193, -122.3452266, 47.6202876], "geometry": {"coordinates": [[[-122.3453, 47.6198193], [-122.3455385, 47.61982], [-122.3455379, 47.6199187], [-122.345616, 47.619919], [-122.3456152, 47.6200657], [-122.3455462, 47.6200655], [-122.3455459, 47.6201237], [-122.345622, 47.6201239], [-122.3456211, 47.6202876], [-122.3452875, 47.6202867], [-122.3452878, 47.620235], [-122.3452714, 47.6202349], [-122.3452712, 47.6202517], [-122.3452266, 47.6202516], [-122.3452275, 47.6201067], [-122.3452983, 47.6201069], [-122.3453, 47.6198193]]], "type": "Polygon"}, "id": "137", "properties": {"__folium_color": "#fdbf6f", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28359.045, "cen_dist2chain": 36.18693527835543, "changeset": null, "email": null, "ext_chain": "28274.547 28268.149 28307.035 28300.572 28352.682 28352.682 28378.612 28378.612 28437.013 28437.013 28417.595 28423.898 28423.898 28430.615 28372.157 28372.157 28274.547", "ext_dist2chain": "24.686604412132773 42.5919145637744 43.02687570993003 48.89121991279565 49.64849967002893 44.474526749342296 44.843317266853056 50.559298338622895 51.63023659703662 26.602859778369105 26.28133289577616 25.048682901625863 25.1534047136981 21.8051590198206 20.859636734687175 26.160797541993453 24.686604412132773", "height": null, "id": 231664578, "index": 137, "index_in_full": 1151, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3652, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3456082, 47.6193204, -122.3452034, 47.6196539], "geometry": {"coordinates": [[[-122.3456082, 47.6194845], [-122.345605, 47.6196466], [-122.3454742, 47.6196454], [-122.345474, 47.6196539], [-122.3453212, 47.6196525], [-122.3453213, 47.6196457], [-122.3452118, 47.6196447], [-122.3452142, 47.6195272], [-122.3452034, 47.6195271], [-122.3452052, 47.6194387], [-122.345225, 47.6194389], [-122.3452257, 47.6194062], [-122.3452096, 47.6194061], [-122.3452113, 47.6193204], [-122.3454494, 47.6193226], [-122.3454466, 47.6194624], [-122.3454729, 47.6194833], [-122.3456082, 47.6194845]]], "type": "Polygon"}, "id": "138", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28157.438, "cen_dist2chain": 29.55360347408194, "changeset": null, "email": null, "ext_chain": "28150.956 28203.052 28203.052 28209.433 28209.433 28209.433 28209.433 28163.941 28163.941 28131.456 28131.456 28125.023 28125.023 28092.484 28092.484 28144.371 28150.956 28150.956", "ext_dist2chain": "46.690921709485735 46.89883716174528 37.07520668853113 37.09260214316385 25.60974674533824 25.592668115695798 17.36066826636226 17.199656890065263 16.388897935275686 16.319008880820917 17.80524613521307 17.776584265892073 16.56703698237532 16.5607173007227 34.45957709891294 34.489287434652745 36.51941972114115 46.690921709485735", "height": null, "id": 231664579, "index": 138, "index_in_full": 1152, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5196, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3461431, 47.6186703, -122.3456909, 47.6196353], "geometry": {"coordinates": [[[-122.3461401, 47.6186703], [-122.3461431, 47.6190118], [-122.3461185, 47.6190118], [-122.3461188, 47.6190438], [-122.3461386, 47.6190478], [-122.346126, 47.6190815], [-122.3461331, 47.619083], [-122.3461169, 47.6191313], [-122.3461103, 47.6191307], [-122.3460499, 47.6192599], [-122.3460859, 47.6192683], [-122.346076, 47.6192878], [-122.3461319, 47.6192983], [-122.3461327, 47.6193852], [-122.3461136, 47.6193853], [-122.3461138, 47.6194146], [-122.3461353, 47.6194145], [-122.3461373, 47.6196335], [-122.3456924, 47.6196353], [-122.3456909, 47.619465], [-122.34587, 47.6194643], [-122.3458968, 47.6194411], [-122.345896, 47.6193505], [-122.3459075, 47.6193504], [-122.3459072, 47.6193151], [-122.3458748, 47.6193053], [-122.3458646, 47.6193261], [-122.3457189, 47.6192913], [-122.3457242, 47.6192799], [-122.3457019, 47.6192749], [-122.3457024, 47.6192236], [-122.3457243, 47.6192232], [-122.3457646, 47.6191426], [-122.3458106, 47.6191528], [-122.3458449, 47.6191406], [-122.3459052, 47.6190223], [-122.3459058, 47.6188464], [-122.345806, 47.6188468], [-122.3458061, 47.6188566], [-122.3457014, 47.618857], [-122.3456997, 47.6186728], [-122.3459695, 47.6186717], [-122.3459697, 47.6186924], [-122.3460184, 47.6186922], [-122.3460184, 47.6186851], [-122.3460687, 47.6186849], [-122.3460686, 47.6186706], [-122.3461401, 47.6186703]]], "type": "Polygon"}, "id": "139", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "100", "addr:place": null, "addr:postcode": "98109", "addr:street": "Taylor Avenue North", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28027.519, "cen_dist2chain": 71.71911593635788, "changeset": null, "email": null, "ext_chain": "27858.486 27982.13 27982.13 27995.022 27995.022 28007.996 28007.996 28027.519 28027.519 28066.607 28072.928 28079.391 28079.391 28112.054 28112.054 28125.023 28125.023 28203.052 28203.052 28144.371 28137.958 28131.456 28099.152 28099.152 28086.013 28086.013 28092.484 28079.391 28079.391 28072.928 28053.469 28053.469 28027.519 28027.519 28027.519 27982.13 27923.44 27923.44 27923.44 27923.44 27858.486 27858.486 27871.578 27871.578 27871.578 27871.578 27858.486 27858.486", "ext_dist2chain": "86.93697726232642 86.50497973470128 84.65579177633629 84.67487718663061 86.1585298577893 85.20571116255444 85.73785056668693 84.50438385094424 84.00935943308062 79.5477301314853 82.26913340579479 81.5328786837327 85.74691483579835 85.91516057193653 84.47965201456202 84.53291233898189 86.14903566827945 86.8527393149571 53.41678096833497 52.85411135262689 66.31174581032388 68.27992673764392 68.06509980097766 68.92924479718255 68.87061648940647 66.42297162229876 65.67323460648271 54.69240245317402 55.08971898550043 53.40913926407662 53.37558582346722 55.02072742062625 58.01098100435607 61.47861104923794 64.04790137113666 68.61929566682677 68.90776418127423 61.40596088651017 61.401713228649406 53.53099946498665 53.82968341998668 74.11141226951152 74.060529752391 77.72011989134438 77.7504629248461 81.52920651535518 81.56205402156033 86.93697726232642", "height": null, "id": 231664588, "index": 139, "index_in_full": 1159, "internet_access": null, "landuse": null, "name": "Taylor 28", "need2ndStageAssess_prob": 0.0232, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 (866) 489-8799", "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3455352, 47.6204839, -122.3451951, 47.6208147], "geometry": {"coordinates": [[[-122.345532, 47.6208147], [-122.3452731, 47.6208136], [-122.3452753, 47.62059], [-122.3451951, 47.6205896], [-122.3451961, 47.6204839], [-122.3455352, 47.6204854], [-122.345532, 47.6208147]]], "type": "Polygon"}, "id": "140", "properties": {"__folium_color": "#e31a1c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28567.046, "cen_dist2chain": 37.354905155501285, "changeset": null, "email": null, "ext_chain": "28619.04 28625.613 28547.613 28547.613 28508.687 28508.687 28619.04", "ext_dist2chain": "49.88326337462164 30.509794669020533 28.327396526558044 22.324914827956793 21.414693625488308 46.829660105338206 49.88326337462164", "height": null, "id": 231664589, "index": 140, "index_in_full": 1160, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3112, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3469786, 47.6186552, -122.3465011, 47.6196548], "geometry": {"coordinates": [[[-122.3469462, 47.6196486], [-122.3468413, 47.6196466], [-122.3468413, 47.6196548], [-122.3465894, 47.6196541], [-122.3465883, 47.6196384], [-122.3465022, 47.6196377], [-122.3465011, 47.6196168], [-122.3465033, 47.6194553], [-122.346574, 47.6194553], [-122.346574, 47.618856], [-122.3465066, 47.6188545], [-122.3465054, 47.6186552], [-122.3469353, 47.6186575], [-122.3469774, 47.6186833], [-122.3469786, 47.6188363], [-122.3469389, 47.6188654], [-122.3469462, 47.6196486]]], "type": "Polygon"}, "id": "141", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "101", "addr:place": null, "addr:postcode": "98109", "addr:street": "Taylor Avenue North", "amenity": null, "building": "apartments", "building:levels": "10", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28027.519, "cen_dist2chain": 131.83273449440128, "changeset": null, "email": null, "ext_chain": "28203.052 28203.052 28203.052 28203.052 28203.052 28203.052 28190.091 28137.958 28137.958 27930.033 27930.033 27858.486 27858.486 27871.578 27923.44 27936.364 28203.052", "ext_dist2chain": "147.67836154124112 139.79005949683312 139.809306603195 120.8777620774215 120.7595934312308 114.28679973973595 114.13951353548985 113.89132155936166 119.20579634878509 119.11735474801492 114.05490230277218 114.4239846308454 146.7295058114229 149.81117134536933 149.5612495131582 146.522611173793 147.67836154124112", "height": null, "id": 231714825, "index": 141, "index_in_full": 1166, "internet_access": null, "landuse": null, "name": "The Century", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 (206) 317-4214", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://www.thecenturyseattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3467866, 47.6211121, -122.3464886, 47.6213934], "geometry": {"coordinates": [[[-122.3467146, 47.6211121], [-122.3467396, 47.6211265], [-122.3467486, 47.6211196], [-122.3467716, 47.6211341], [-122.3467626, 47.621141], [-122.3467866, 47.6211548], [-122.3466006, 47.6212992], [-122.3466316, 47.6213161], [-122.3465396, 47.6213891], [-122.3465316, 47.6213925], [-122.3465246, 47.6213934], [-122.3465126, 47.6213928], [-122.3464926, 47.6213795], [-122.3464886, 47.6212781], [-122.3465046, 47.6212779], [-122.3467146, 47.6211121]]], "type": "Polygon"}, "id": "142", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "303", "addr:place": null, "addr:postcode": "98109", "addr:street": "Taylor Avenue North", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28742.857, "cen_dist2chain": 136.08740479507208, "changeset": null, "email": null, "ext_chain": "28696.795 28696.795 28696.795 28696.795 28710.278 28710.278 28761.613 28768.805 28768.805 28768.805 28768.805 28768.805 28768.805 28761.613 28761.613 28696.795", "ext_dist2chain": "141.77142497729963 143.819779338153 144.4035659877239 146.30914396190855 145.7255083994695 147.67934672310378 135.6565000803418 138.1892005775574 132.57754251563688 132.05702098931846 131.55914664125012 130.66083680335691 128.9089980377941 127.02031540093769 128.2130383671761 141.77142497729963", "height": null, "id": 231714826, "index": 142, "index_in_full": 1167, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3395998, 47.6101238, -122.3391074, 47.610422], "geometry": {"coordinates": [[[-122.3391762, 47.6103969], [-122.3391856, 47.6103931], [-122.3391074, 47.6103051], [-122.3391316, 47.6102953], [-122.339113, 47.6102744], [-122.33917, 47.6102514], [-122.339177, 47.6102486], [-122.3391934, 47.610267], [-122.3392356, 47.6102499], [-122.3392453, 47.6102607], [-122.3393567, 47.6102157], [-122.3393289, 47.6101845], [-122.3394789, 47.6101238], [-122.3395998, 47.6102597], [-122.3391985, 47.610422], [-122.3391762, 47.6103969]]], "type": "Polygon"}, "id": "143", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "211", "addr:place": null, "addr:postcode": "98101", "addr:street": "Pine Street", "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24366.955, "cen_dist2chain": 123.16179847645962, "changeset": null, "email": null, "ext_chain": "24386.484 24386.484 24353.896 24353.896 24340.878 24340.878 24340.878 24353.896 24353.896 24353.896 24353.896 24340.878 24340.878 24399.452 24399.452 24386.484", "ext_dist2chain": "141.53928375758804 140.7159900387769 140.56642991081776 138.44566281558835 138.41909029961968 133.42917287956703 132.81781623943442 132.84160286873924 129.1427576236775 129.14560931640284 119.39051808190197 119.35596514611136 106.21459393093853 106.42269463441146 141.5762508936383 141.53928375758804", "height": null, "id": 232079585, "index": 143, "index_in_full": 1399, "internet_access": null, "landuse": null, "name": "Haight Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1159567672", "start_date": "1909", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3393302, 47.609704, -122.3387056, 47.6101386], "geometry": {"coordinates": [[[-122.3389613, 47.6101386], [-122.3387056, 47.6098554], [-122.3390745, 47.609704], [-122.3393302, 47.6099872], [-122.3389613, 47.6101386]]], "type": "Polygon"}, "id": "144", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24223.833, "cen_dist2chain": 123.83420599826607, "changeset": null, "email": null, "ext_chain": "24275.857 24158.737 24158.737 24275.857 24275.857", "ext_dist2chain": "140.15095739786923 139.93174925640886 107.48805210162126 107.71126667212354 140.15095739786923", "height": null, "id": 232079586, "index": 144, "index_in_full": 1400, "internet_access": null, "landuse": null, "name": "Columbia Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1219865218", "start_date": "1906", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3398089, 47.6069485, -122.3392781, 47.6074109], "geometry": {"coordinates": [[[-122.3394541, 47.6069485], [-122.3396465, 47.6071596], [-122.3396839, 47.6072007], [-122.3398089, 47.6073379], [-122.3397097, 47.607379], [-122.3396326, 47.6074109], [-122.3395478, 47.6073179], [-122.3394881, 47.6073426], [-122.3394697, 47.6073223], [-122.3394499, 47.6073006], [-122.3395099, 47.6072758], [-122.3392781, 47.6070214], [-122.3394541, 47.6069485]]], "type": "Polygon"}, "id": "145", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1312", "addr:place": null, "addr:postcode": "98101", "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23423.703, "cen_dist2chain": 66.81114365580396, "changeset": null, "email": null, "ext_chain": "23339.1 23430.091 23449.584 23508.199 23508.199 23508.199 23469.167 23469.167 23462.789 23449.584 23449.584 23339.1 23339.1", "ext_dist2chain": "73.27350765964181 75.02649266655078 75.31225718519953 76.16277820058788 67.42452375693755 60.637114801094434 60.07023469070455 54.814975512622894 54.69374877490922 54.54998834028638 59.82783967295942 57.782485794441605 73.27350765964181", "height": null, "id": 232079814, "index": 145, "index_in_full": 1404, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0768, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"layer": "1"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3404489, 47.6065692, -122.3397496, 47.6069674], "geometry": {"coordinates": [[[-122.340007, 47.6069674], [-122.3397496, 47.6066879], [-122.3398179, 47.6066594], [-122.3398272, 47.6066695], [-122.3400025, 47.6065961], [-122.340088, 47.6066889], [-122.3401284, 47.606672], [-122.3400815, 47.6066211], [-122.3402055, 47.6065692], [-122.3402891, 47.60666], [-122.3403231, 47.6066458], [-122.3404489, 47.6067824], [-122.340007, 47.6069674]]], "type": "Polygon"}, "id": "146", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "industrial", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23352.08, "cen_dist2chain": 125.86164240428838, "changeset": null, "email": null, "ext_chain": "23404.063 23280.65 23280.65 23287.081 23280.65 23319.589 23319.589 23293.592 23293.592 23339.1 23339.1 23397.593 23404.063", "ext_dist2chain": "109.03198960283109 106.30443252656326 112.31891780999636 112.429262711063 127.88131801744737 128.88766250300083 132.44766173818883 131.90003756352817 142.82356398693386 143.766178737652 146.76399276042397 148.02943554328195 109.03198960283109", "height": null, "id": 232079816, "index": 146, "index_in_full": 1405, "internet_access": null, "landuse": null, "name": "Enwave Seattle", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"generator:output:steam": "yes", "generator:source": "gas;wood;diesel", "old_name": "Seattle Steam Company", "power": "generator", "wikidata": "Q7442183"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Seattle Steam Company"}, "type": "Feature"}, {"bbox": [-122.3396141, 47.6068669, -122.3394885, 47.6069519], "geometry": {"coordinates": [[[-122.3395526, 47.6069519], [-122.3395285, 47.606949], [-122.3395078, 47.6069401], [-122.3394938, 47.6069265], [-122.3394885, 47.6069103], [-122.3394928, 47.606894], [-122.339506, 47.60688], [-122.3395261, 47.6068705], [-122.33955, 47.6068669], [-122.3395741, 47.6068698], [-122.3395948, 47.6068788], [-122.3396088, 47.6068923], [-122.3396141, 47.6069085], [-122.3396098, 47.6069248], [-122.3395966, 47.6069388], [-122.3395765, 47.6069483], [-122.3395526, 47.6069519]]], "type": "Polygon"}, "id": "147", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23339.1, "cen_dist2chain": 81.7702488221591, "changeset": null, "email": null, "ext_chain": "23352.08 23345.61 23339.1 23330.292 23326.158 23319.589 23319.589 23319.589 23319.589 23319.589 23330.292 23339.1 23339.1 23345.61 23352.08 23352.08 23352.08", "ext_dist2chain": "79.661183068284 78.20736706837587 77.27611544228974 77.06040785178425 77.54069498526812 78.65942078701983 80.25591862945335 82.08523609303842 83.8626681449265 85.32847329147661 86.24426343843855 86.477436733151 85.98862965259897 84.8699925957518 83.26400007119346 81.43274799721684 79.661183068284", "height": null, "id": 232079818, "index": 147, "index_in_full": 1406, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.01, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3379634, 47.606632, -122.3374246, 47.6069771], "geometry": {"coordinates": [[[-122.3378106, 47.606632], [-122.3379634, 47.6068034], [-122.3379346, 47.606815], [-122.337949, 47.6068312], [-122.3375888, 47.6069771], [-122.3374246, 47.6067928], [-122.3375322, 47.6067492], [-122.3375293, 47.606746], [-122.3378106, 47.606632]]], "type": "Polygon"}, "id": "148", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 23091.999, "cen_dist2chain": 37.84586679575521, "changeset": null, "email": null, "ext_chain": "23046.343 23117.967 23117.967 23131.068 23137.433 23059.332 23059.332 23059.332 23046.343", "ext_dist2chain": "22.137220573557997 19.83355939370856 22.3509368978958 22.154668529327072 53.565932327200635 55.97836624123062 46.59477227295466 46.64686242502988 22.137220573557997", "height": "15", "id": 232079820, "index": 148, "index_in_full": 1407, "internet_access": null, "landuse": null, "name": "Diller Building", "need2ndStageAssess_prob": 0.5068, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=585308361", "start_date": null, "tags": {"old_name": "The Diller Hotel", "wikidata": "Q7730193"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:The Diller Hotel"}, "type": "Feature"}, {"bbox": [-122.3384634, 47.605069, -122.3375813, 47.6057841], "geometry": {"coordinates": [[[-122.3375813, 47.605223], [-122.3379552, 47.605069], [-122.3384634, 47.6056301], [-122.3380895, 47.6057841], [-122.3377383, 47.6053958], [-122.337728, 47.6053844], [-122.3375813, 47.605223]]], "type": "Polygon"}, "id": "149", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22660.014, "cen_dist2chain": 44.91172867713499, "changeset": null, "email": null, "ext_chain": "22551.883 22526.065 22773.055 22792.719 22623.457 22623.457 22551.883", "ext_dist2chain": "21.798345224645686 54.08434744932913 67.36432200144415 34.85004321017192 26.156898871862687 25.887106242411758 21.798345224645686", "height": null, "id": 232080288, "index": 149, "index_in_full": 1410, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.486, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3377538, 47.6052751, -122.3371295, 47.6057035], "geometry": {"coordinates": [[[-122.3373753, 47.6057035], [-122.3372733, 47.6055898], [-122.3372507, 47.6055647], [-122.3372334, 47.6055453], [-122.3371295, 47.6054295], [-122.3375081, 47.6052751], [-122.3376061, 47.6053844], [-122.3376372, 47.6054191], [-122.3376473, 47.6054304], [-122.3376523, 47.605436], [-122.3377538, 47.6055492], [-122.3373753, 47.6057035]]], "type": "Polygon"}, "id": "150", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1107", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22629.945, "cen_dist2chain": 1.6789766980623402, "changeset": null, "email": null, "ext_chain": "22695.103 22649.571 22643.052 22629.945 22584.465 22564.944 22610.458 22623.457 22629.945 22629.945 22682.028 22695.103", "ext_dist2chain": "11.671031324724357 14.18929829731667 14.814146684768184 15.25976916172897 17.996128166284485 14.643347595331068 17.31310846949367 18.12616123144007 18.389055539872334 18.527402478042287 21.12637494626699 11.671031324724357", "height": "23.5", "id": 232080290, "index": 150, "index_in_full": 1411, "internet_access": null, "landuse": null, "name": "The Watermark Tower", "need2ndStageAssess_prob": 0.5976, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;King County GIS", "start_date": null, "tags": {"building:part": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3361546, 47.6050252, -122.3353645, 47.6056713], "geometry": {"coordinates": [[[-122.3359045, 47.6056713], [-122.335633, 47.60538], [-122.3355755, 47.6054043], [-122.3353645, 47.605178], [-122.3357252, 47.6050252], [-122.3360828, 47.6054089], [-122.3360878, 47.6054068], [-122.3361546, 47.6054785], [-122.3360578, 47.6055195], [-122.3361158, 47.6055818], [-122.3359045, 47.6056713]]], "type": "Polygon"}, "id": "151", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22441.472, "cen_dist2chain": 110.1096579448903, "changeset": null, "email": null, "ext_chain": "22564.944 22448.035 22454.581 22363.378 22337.354 22493.583 22493.583 22519.553 22519.553 22545.412 22564.944", "ext_dist2chain": "113.73560255215212 122.09040999874887 127.05696120599455 134.0185714658014 102.96754069048765 91.23536702793265 90.8036421322249 88.7193845201019 97.13241784056646 95.3932461064416 113.73560255215212", "height": null, "id": 232080838, "index": 151, "index_in_full": 1420, "internet_access": null, "landuse": null, "name": "Old Federal Reserve Bank Building", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"wikidata": "Q22908344"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3366768, 47.605259, -122.3361653, 47.6055579], "geometry": {"coordinates": [[[-122.3365573, 47.605259], [-122.3366768, 47.605392], [-122.3362908, 47.6055579], [-122.3361653, 47.6054243], [-122.3365573, 47.605259]]], "type": "Polygon"}, "id": "152", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 22519.553, "cen_dist2chain": 67.17036102631226, "changeset": null, "email": null, "ext_chain": "22480.526 22532.573 22558.403 22506.38 22480.526", "ext_dist2chain": "52.02979974883365 48.52896489773396 82.12562313422126 85.95203322693307 52.02979974883365", "height": null, "id": 232080842, "index": 152, "index_in_full": 1424, "internet_access": null, "landuse": null, "name": "Holyoke Building", "need2ndStageAssess_prob": 0.0504, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1890", "tags": {"wikidata": "Q5887065"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Holyoke Building"}, "type": "Feature"}, {"bbox": [-122.3378349, 47.6043415, -122.3369379, 47.6050723], "geometry": {"coordinates": [[[-122.3369379, 47.6044954], [-122.3373102, 47.6043415], [-122.3373191, 47.6043513], [-122.3378349, 47.6049187], [-122.337463, 47.6050723], [-122.3374376, 47.6050444], [-122.3374553, 47.6050371], [-122.3369848, 47.6045194], [-122.3369666, 47.6045269], [-122.3369446, 47.6045028], [-122.3369379, 47.6044954]]], "type": "Polygon"}, "id": "153", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1018", "addr:place": null, "addr:postcode": "98104", "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22356.86, "cen_dist2chain": 27.45766317718994, "changeset": null, "email": null, "ext_chain": "22246.208 22220.248 22226.751 22467.486 22487.058 22480.526 22474.045 22259.262 22259.262 22252.73 22246.208", "ext_dist2chain": "1.8427883320228051 33.56791792184164 33.901140796657806 51.14613186532405 19.094228789276972 18.34680062082288 19.865039710952626 4.36573339593981 2.855820278934131 2.0861420641647213 1.8427883320228051", "height": null, "id": 232080848, "index": 153, "index_in_full": 1430, "internet_access": null, "landuse": null, "name": "National Building", "need2ndStageAssess_prob": 0.7068, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"heritage": "yes", "wikidata": "Q6971138"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:National Building"}, "type": "Feature"}, {"bbox": [-122.3372183, 47.6048308, -122.336709, 47.6051282], "geometry": {"coordinates": [[[-122.3370913, 47.6048308], [-122.3371379, 47.604881], [-122.3371735, 47.6049202], [-122.3372183, 47.6049694], [-122.3368356, 47.6051282], [-122.336709, 47.6049906], [-122.3368754, 47.604921], [-122.3368891, 47.6049364], [-122.3368815, 47.6049513], [-122.336891, 47.6049652], [-122.336915, 47.6049704], [-122.3369841, 47.604942], [-122.3369877, 47.6049265], [-122.3369735, 47.6049099], [-122.336936, 47.6049081], [-122.3369376, 47.604895], [-122.3370913, 47.6048308]]], "type": "Polygon"}, "id": "154", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1013", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22422.063, "cen_dist2chain": 12.971227927486106, "changeset": null, "email": null, "ext_chain": "22376.388 22395.98 22415.508 22434.971 22454.581 22402.415 22389.425 22395.98 22402.415 22409.006 22409.006 22409.006 22402.415 22395.98 22389.425 22389.425 22376.388", "ext_dist2chain": "1.3726554038046979 2.9386228539646693 4.1050111531270135 5.47763604765408 27.493244715344755 31.53313636490199 17.197665560676903 16.776526159029576 17.84785270630682 17.679142072497953 16.145388422069953 10.247946034559513 9.406341099426148 9.837238865614665 12.42438175617455 11.883437427133332 1.3726554038046979", "height": null, "id": 232080851, "index": 154, "index_in_full": 1431, "internet_access": null, "landuse": null, "name": "Beebe Building", "need2ndStageAssess_prob": 0.6776, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Globe Building, Beebe Building and Hotel Cecil"}, "type": "Feature"}, {"bbox": [-122.3381913, 47.6031629, -122.3381307, 47.6031917], "geometry": {"coordinates": [[[-122.3381307, 47.6031631], [-122.338191, 47.6031629], [-122.3381913, 47.6031915], [-122.338131, 47.6031917], [-122.3381307, 47.6031631]]], "type": "Polygon"}, "id": "155", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21849.517, "cen_dist2chain": 129.14514908153666, "changeset": null, "email": null, "ext_chain": "21842.965 21849.517 21862.504 21849.517 21842.965", "ext_dist2chain": "127.29808460401709 131.71497255982078 131.00208301723566 126.5836081760232 127.29808460401709", "height": null, "id": 232088569, "index": 155, "index_in_full": 1439, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3349807, 47.6034307, -122.3340955, 47.6039027], "geometry": {"coordinates": [[[-122.3348278, 47.6034307], [-122.3349807, 47.6035976], [-122.3347532, 47.603694], [-122.3345165, 47.603791], [-122.3344935, 47.6038004], [-122.3342484, 47.6039027], [-122.3340955, 47.6037358], [-122.3344502, 47.603588], [-122.3348278, 47.6034307]]], "type": "Polygon"}, "id": "156", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "801", "addr:place": null, "addr:postcode": "98104", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": "19", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 21817.041, "cen_dist2chain": 148.46348167272416, "changeset": null, "email": null, "ext_chain": "21758.404 21817.041 21836.461 21855.996 21855.996 21882.066 21817.041 21784.485 21758.404", "ext_dist2chain": "121.45381827086692 114.34189858372127 133.44115640106367 153.25230047531568 155.18149408463998 175.76256636407103 182.65429549047278 152.9766964747693 121.45381827086692", "height": "60.4", "id": 232088570, "index": 156, "index_in_full": 1440, "internet_access": null, "landuse": null, "name": "Norton Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=983486705", "start_date": "1958", "tags": {"addr:state": "WA", "wikidata": "Q15262594"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Norton Building"}, "type": "Feature"}, {"bbox": [-122.3371947, 47.6029315, -122.3364932, 47.6033912], "geometry": {"coordinates": [[[-122.3364932, 47.6031216], [-122.3369591, 47.6029315], [-122.3371947, 47.6031935], [-122.3367536, 47.6033912], [-122.3364932, 47.6031216]]], "type": "Polygon"}, "id": "157", "properties": {"__folium_color": "#ffff99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21764.903, "cen_dist2chain": 33.35846568637342, "changeset": null, "email": null, "ext_chain": "21732.401 21686.99 21797.486 21842.965 21732.401", "ext_dist2chain": "8.231468878317644 46.91813781295831 57.97396739879993 20.695827240394525 8.231468878317644", "height": null, "id": 232088572, "index": 157, "index_in_full": 1441, "internet_access": null, "landuse": null, "name": "Commuter Building", "need2ndStageAssess_prob": 0.6388, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1165714341", "start_date": "1906", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3467899, 47.61564, -122.3457922, 47.6162752], "geometry": {"coordinates": [[[-122.3457922, 47.6158561], [-122.3460686, 47.61564], [-122.3461168, 47.615668], [-122.3461295, 47.6156581], [-122.3464378, 47.6158373], [-122.3467583, 47.6160235], [-122.3467456, 47.6160334], [-122.3467899, 47.6160591], [-122.3465135, 47.6162752], [-122.3463989, 47.6162086], [-122.3457922, 47.6158561]]], "type": "Polygon"}, "id": "158", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2400", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": "college", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26935.49, "cen_dist2chain": 128.9024347093271, "changeset": null, "email": null, "ext_chain": "26876.967 26818.407 26825.032 26825.032 26902.975 26974.385 26974.385 26993.891 27052.449 27019.892 26876.967", "ext_dist2chain": "93.55765597362947 118.5098620771528 121.46363479745983 122.60554259154672 141.65521775144126 161.75898245146152 160.63496509503443 163.43649025109715 139.02899140806647 131.71656715081343 93.55765597362947", "height": null, "id": 239827006, "index": 158, "index_in_full": 1650, "internet_access": null, "landuse": null, "name": "Antioch University", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"source:addr:id": "833607"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.antioch.edu/seattle/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3460026, 47.6142028, -122.3453585, 47.6146351], "geometry": {"coordinates": [[[-122.345648, 47.6142028], [-122.3460026, 47.6144109], [-122.3457131, 47.6146351], [-122.3453585, 47.614427], [-122.345648, 47.6142028]]], "type": "Polygon"}, "id": "159", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2304", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26389.381, "cen_dist2chain": 121.11911407364502, "changeset": null, "email": null, "ext_chain": "26317.922 26408.885 26467.309 26369.96 26317.922", "ext_dist2chain": "125.20136415457259 144.7288471543778 117.30707700693992 97.53361545344617 125.20136415457259", "height": null, "id": 239830837, "index": 159, "index_in_full": 1651, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "2012", "tags": {"source:addr:id": "1014500"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3411989, 47.611914, -122.340725, 47.6122447], "geometry": {"coordinates": [[[-122.3409124, 47.6122447], [-122.340725, 47.6121336], [-122.3410115, 47.611914], [-122.3411989, 47.6120251], [-122.3409124, 47.6122447]]], "type": "Polygon"}, "id": "160", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25179.987, "cen_dist2chain": 118.69839877746503, "changeset": null, "email": null, "ext_chain": "25225.397 25166.937 25121.437 25186.569 25225.397", "ext_dist2chain": "130.18509181004987 137.32920672074874 107.06092187874394 100.06733360845992 130.18509181004987", "height": null, "id": 240455072, "index": 160, "index_in_full": 1654, "internet_access": null, "landuse": null, "name": "Upark", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"name:en": "Upark", "parking": "surface"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3428065, 47.611505, -122.3419991, 47.6120219], "geometry": {"coordinates": [[[-122.3420585, 47.6116651], [-122.3420291, 47.6116477], [-122.3422151, 47.611505], [-122.342267, 47.6115215], [-122.3422816, 47.6115301], [-122.3423125, 47.6115064], [-122.3428065, 47.6117991], [-122.342516, 47.6120219], [-122.3422829, 47.6118837], [-122.3422923, 47.6118766], [-122.3423047, 47.611867], [-122.3422666, 47.6118443], [-122.342251, 47.6118562], [-122.342227, 47.6118444], [-122.342165, 47.6118098], [-122.3421061, 47.6117727], [-122.3420508, 47.6117332], [-122.3419991, 47.6116916], [-122.3420544, 47.6116862], [-122.3420585, 47.6116651]]], "type": "Polygon"}, "id": "161", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2015", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 25225.397, "cen_dist2chain": 5.877350217477481, "changeset": null, "email": null, "ext_chain": "25160.428 25153.935 25127.985 25140.911 25140.911 25140.911 25284.127 25329.748 25258.063 25258.063 25258.063 25245.075 25245.075 25238.573 25218.969 25205.958 25186.569 25166.937 25166.937 25160.428", "ext_dist2chain": "24.358165427939852 25.462934654171995 5.808163409734048 3.2601291820758833 2.6715406512298174 0.9913672822622881 19.60331419485343 10.754222252877854 19.987366886782297 19.00491962775348 17.712011863904518 19.176827567342915 20.813642140734615 21.848073742359418 24.358212959717434 26.50973449519498 28.279855608241927 29.684333597106956 25.69140076396301 24.358165427939852", "height": "22", "id": 240455074, "index": 161, "index_in_full": 1656, "internet_access": null, "landuse": null, "name": "Tower 12", "need2ndStageAssess_prob": 0.5504, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS", "start_date": "2017", "tags": {"building:part": "yes", "source:addr:id": "1089634", "wikidata": "Q24192502"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.tower12.com/", "wikipedia": "en:Tower 12"}, "type": "Feature"}, {"bbox": [-122.3400729, 47.6094244, -122.3393882, 47.6099225], "geometry": {"coordinates": [[[-122.3397019, 47.6099225], [-122.3393882, 47.6095779], [-122.3395604, 47.6095067], [-122.3397592, 47.6094244], [-122.3400729, 47.609769], [-122.3397019, 47.6099225]]], "type": "Polygon"}, "id": "162", "properties": {"__folium_color": "#b2df8a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24236.747, "cen_dist2chain": 63.742625583624424, "changeset": null, "email": null, "ext_chain": "24308.4 24158.737 24158.737 24158.737 24308.4 24308.4", "ext_dist2chain": "80.17132328768189 80.05540986233008 64.88111667929171 47.35767770979193 47.470705748514966 80.17132328768189", "height": null, "id": 240586483, "index": 162, "index_in_full": 1658, "internet_access": null, "landuse": null, "name": "Fifteen Twenty-One Second Avenue", "need2ndStageAssess_prob": 0.1244, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "2008", "tags": {"building:part": "yes", "wikidata": "Q5447429"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Fifteen Twenty-One Second Avenue"}, "type": "Feature"}, {"bbox": [-122.3386795, 47.608865, -122.3379296, 47.609429], "geometry": {"coordinates": [[[-122.3383001, 47.608865], [-122.338454, 47.6090341], [-122.3384596, 47.6090318], [-122.3386795, 47.6092735], [-122.3383241, 47.6094205], [-122.3383035, 47.609429], [-122.3379296, 47.609018], [-122.3380746, 47.608958], [-122.3381937, 47.6090889], [-122.3382286, 47.6091273], [-122.3383164, 47.609091], [-122.3382815, 47.6090526], [-122.3381625, 47.6089218], [-122.3383001, 47.608865]]], "type": "Polygon"}, "id": "163", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1430", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "7", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 23891.999, "cen_dist2chain": 124.21307596342922, "changeset": null, "email": null, "ext_chain": "23794.538 23872.343 23872.343 23976.494 23976.494 23976.494 23794.538 23794.538 23852.833 23872.343 23872.343 23852.833 23794.538 23794.538", "ext_dist2chain": "107.92473477870077 107.98570896567928 107.49308960015844 107.56622000571838 138.88960162241884 140.70400495523333 140.56195749776174 127.78159264740596 127.83458835100822 127.84985997083811 120.11242750308733 120.09736218061893 120.04434652121155 107.92473477870077", "height": "26", "id": 240736161, "index": 163, "index_in_full": 1659, "internet_access": null, "landuse": null, "name": "West Edge Tower", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": "2018", "tags": {"alt_name": "2nd \u0026 Pike", "wikidata": "Q5031639"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.seattle.gov/dpd/AppDocs/GroupMeetings/DRProposal3014736AgendaID4310.pdf", "wikipedia": "en:West Edge Tower"}, "type": "Feature"}, {"bbox": [-122.3353662, 47.6036892, -122.3344375, 47.6042982], "geometry": {"coordinates": [[[-122.334682, 47.6038771], [-122.3349182, 47.6037787], [-122.3349129, 47.6037728], [-122.3351137, 47.6036892], [-122.3353119, 47.6039055], [-122.3353511, 47.6039482], [-122.3353662, 47.6039647], [-122.3352022, 47.6040331], [-122.335199, 47.6040295], [-122.3349297, 47.6041417], [-122.3345542, 47.6042982], [-122.3344375, 47.6041708], [-122.3348093, 47.6040159], [-122.334682, 47.6038771]]], "type": "Polygon"}, "id": "164", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "817", "addr:place": null, "addr:postcode": null, "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": "23", "building:material": "stone", "building:min_level": null, "building:use": null, "cen_chain": 21940.519, "cen_dist2chain": 128.5595273632588, "changeset": null, "email": null, "ext_chain": "21894.968 21875.507 21868.974 21855.996 21940.519 21953.532 21966.513 21979.442 21979.442 21998.996 22031.626 21979.442 21946.98 21894.968", "ext_dist2chain": "143.41247733421747 123.5716777506027 123.79937116928596 106.9432628994123 98.20475389471306 96.54103622592481 95.88199565553917 109.73558560515222 109.8722575966186 132.6139510730068 164.38282700456375 169.23634387384323 137.8764969337861 143.41247733421747", "height": null, "id": 240874270, "index": 164, "index_in_full": 1660, "internet_access": null, "landuse": null, "name": "Exchange Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1930", "tags": {"building:architecture": "art_deco", "image": "http://commons.wikimedia.org/wiki/File:Seattle_-_Exchange_Building_03.jpg", "wikidata": "Q5419564"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Exchange Building (Seattle)"}, "type": "Feature"}, {"bbox": [-122.3364328, 47.6048481, -122.3358241, 47.6052814], "geometry": {"coordinates": [[[-122.3360403, 47.6052814], [-122.3358528, 47.6050672], [-122.3358604, 47.6050639], [-122.3358485, 47.6050514], [-122.3358774, 47.6050397], [-122.3358731, 47.605035], [-122.3358629, 47.6050318], [-122.3358524, 47.6050268], [-122.3358459, 47.6050204], [-122.3358399, 47.6050132], [-122.335838, 47.6050045], [-122.3358379, 47.6050003], [-122.3358376, 47.6049955], [-122.3358241, 47.6049805], [-122.3361286, 47.6048529], [-122.3361316, 47.604858], [-122.3361538, 47.6048481], [-122.3361876, 47.6048845], [-122.3361996, 47.6048792], [-122.3362262, 47.6049067], [-122.3362368, 47.6049022], [-122.3364328, 47.6051204], [-122.3360403, 47.6052814]]], "type": "Polygon"}, "id": "165", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1000", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "25", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22382.895, "cen_dist2chain": 76.45269908904382, "changeset": null, "email": null, "ext_chain": "22448.035 22363.378 22363.378 22356.86 22356.86 22356.86 22350.454 22350.454 22343.914 22343.914 22337.354 22337.354 22337.354 22330.84 22311.277 22317.812 22311.277 22324.313 22324.313 22337.354 22337.354 22422.063 22448.035", "ext_dist2chain": "89.56432296315796 95.29138609133773 94.63455210904647 95.05344077064638 92.58477722409793 92.7345761107248 93.36101678997356 93.93923467935115 94.17950438084166 94.35704590130273 94.19353395464944 94.05260168401173 93.90739980448095 94.36955461316339 68.22665248158775 68.18569549710328 66.25930692826137 65.06844405398495 64.02693644102128 63.067180485211416 62.156071630343334 55.83769635852818 89.56432296315796", "height": "73.2", "id": 240874277, "index": 165, "index_in_full": 1662, "internet_access": null, "landuse": null, "name": "Madison Tower/Hotel 1000", "need2ndStageAssess_prob": 0.0172, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.hotel1000seattle.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3446612, 47.6210259, -122.3443728, 47.6218877], "geometry": {"coordinates": [[[-122.3445391, 47.6218877], [-122.3443728, 47.6218868], [-122.3443837, 47.6210259], [-122.3446612, 47.6210276], [-122.3446535, 47.621643], [-122.3445422, 47.6216423], [-122.3445391, 47.6218877]]], "type": "Polygon"}, "id": "166", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "transportation", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28768.819, "cen_dist2chain": 35.58499037494415, "changeset": null, "email": null, "ext_chain": "28768.819 28768.819 28730.5 28722.994 28768.819 28768.819 28768.819", "ext_dist2chain": "82.34527943542129 86.15472011115156 33.39807860445283 12.662016254789387 53.89069033812873 56.194543823904525 82.34527943542129", "height": null, "id": 243738294, "index": 166, "index_in_full": 1668, "internet_access": null, "landuse": null, "name": "SR-99 North Portal Tunnel Operations Building", "need2ndStageAssess_prob": 0.524, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"construction": "building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3353519, 47.5978523, -122.3343925, 47.5981991], "geometry": {"coordinates": [[[-122.3353519, 47.5981991], [-122.3347499, 47.5981991], [-122.3343944, 47.5981991], [-122.3343925, 47.5978523], [-122.3352489, 47.5978526], [-122.3352447, 47.59804], [-122.3353064, 47.5980327], [-122.3353519, 47.5981991]]], "type": "Polygon"}, "id": "167", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19854.177, "cen_dist2chain": 73.39481547008623, "changeset": null, "email": null, "ext_chain": "19919.302 19912.851 19912.851 19776.316 19789.362 19860.758 19854.177 19919.302", "ext_dist2chain": "35.52589439709807 80.7785592948546 107.49937540934467 106.23068219928899 41.902844656832634 43.062534162097464 38.404579584502514 35.52589439709807", "height": null, "id": 244113478, "index": 167, "index_in_full": 1670, "internet_access": null, "landuse": null, "name": "Seattle Hardware Company Building", "need2ndStageAssess_prob": 0.0012, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=673355306", "start_date": "1904", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "https://www.hudsonpacificproperties.com/office/505-first", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3396839, 47.6069485, -122.3392781, 47.6072758], "geometry": {"coordinates": [[[-122.3395099, 47.6072758], [-122.3396839, 47.6072007], [-122.3396465, 47.6071596], [-122.3394541, 47.6069485], [-122.3392781, 47.6070214], [-122.3395099, 47.6072758]]], "type": "Polygon"}, "id": "168", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23391.134, "cen_dist2chain": 66.61214922645492, "changeset": null, "email": null, "ext_chain": "23449.584 23449.584 23430.091 23339.1 23339.1 23449.584", "ext_dist2chain": "59.82783967295942 75.31225718519953 75.02649266655078 73.27350765964181 57.782485794441605 59.82783967295942", "height": null, "id": 244468438, "index": 168, "index_in_full": 1671, "internet_access": null, "landuse": null, "name": "Union Street Substation", "need2ndStageAssess_prob": 0.0636, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "knowledge", "start_date": null, "tags": {"layer": "2", "location": "indoor", "power": "substation", "substation": "distribution"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3433806, 47.6155568, -122.342919, 47.6158797], "geometry": {"coordinates": [[[-122.3432054, 47.6155568], [-122.3433806, 47.6156611], [-122.3430941, 47.6158797], [-122.342919, 47.6157754], [-122.3432054, 47.6155568]]], "type": "Polygon"}, "id": "169", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "415", "addr:place": null, "addr:postcode": "98121", "addr:street": "Bell Street", "amenity": "community_centre", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26701.417, "cen_dist2chain": 98.09883615230142, "changeset": null, "email": null, "ext_chain": "26649.497 26694.95 26753.473 26707.924 26649.497", "ext_dist2chain": "90.13199324910406 79.79553419033414 105.95332839282496 116.40138644406228 90.13199324910406", "height": null, "id": 263302180, "index": 169, "index_in_full": 1675, "internet_access": null, "landuse": null, "name": "Belltown Community Center", "need2ndStageAssess_prob": 0.0024, "office": null, "opening_hours": "Mo 15:00-20:00; Tu 09:30-14:30; We 15:00-20:00; Th-Fr 09:30-14:30", "operator": null, "osm_type": "way", "phone": "+1 206 684-7245", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "http://www.seattle.gov/parks/centers/belltown.htm", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3370913, 47.6045515, -122.3364522, 47.6049906], "geometry": {"coordinates": [[[-122.336709, 47.6049906], [-122.3368754, 47.604921], [-122.3369376, 47.604895], [-122.3370913, 47.6048308], [-122.3368343, 47.6045515], [-122.3366772, 47.6046172], [-122.336804, 47.604755], [-122.3367362, 47.6047834], [-122.3366095, 47.6046457], [-122.3364522, 47.6047114], [-122.336709, 47.6049906]]], "type": "Polygon"}, "id": "170", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1007", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22337.354, "cen_dist2chain": 19.213020190402037, "changeset": null, "email": "[email protected]", "ext_chain": "22402.415 22389.425 22389.425 22376.388 22259.262 22272.176 22324.313 22330.84 22278.946 22285.286 22402.415", "ext_dist2chain": "31.53313636490199 17.197665560676903 11.883437427133332 1.3726554038046979 7.503895196728602 20.965384636919893 16.570982091084865 22.37598289449286 26.782713317669117 40.25971094173314 31.53313636490199", "height": null, "id": 284148768, "index": 170, "index_in_full": 1680, "internet_access": "wlan", "landuse": null, "name": "The Alexis Royal Sonesta Hotel Seattle", "need2ndStageAssess_prob": 0.6648, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 206 624 4844", "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA", "brand": "Sonesta Hotels And Resorts", "fax": "+1 206 621 9009", "internet_access:fee": "no", "smoking": "no", "stars": "4", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.sonesta.com/royal-sonesta/wa/seattle/alexis-royal-sonesta-hotel-seattle/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3373481, 47.6049694, -122.3368356, 47.6052704], "geometry": {"coordinates": [[[-122.3368356, 47.6051282], [-122.3372183, 47.6049694], [-122.3373481, 47.6051116], [-122.3369653, 47.6052704], [-122.3368356, 47.6051282]]], "type": "Polygon"}, "id": "171", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1021", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22474.045, "cen_dist2chain": 9.0030401466678, "changeset": null, "email": null, "ext_chain": "22454.581 22434.971 22493.583 22519.553 22454.581", "ext_dist2chain": "27.493244715344755 5.47763604765408 9.484615551192798 23.545460563121967 27.493244715344755", "height": null, "id": 284148770, "index": 171, "index_in_full": 1681, "internet_access": null, "landuse": null, "name": "Hotel Cecil", "need2ndStageAssess_prob": 0.6228, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Globe Building, Beebe Building and Hotel Cecil"}, "type": "Feature"}, {"bbox": [-122.3421499, 47.6090513, -122.3416996, 47.6091658], "geometry": {"coordinates": [[[-122.3421499, 47.6090963], [-122.3419634, 47.6091284], [-122.3417458, 47.6091658], [-122.3417198, 47.6091363], [-122.3417148, 47.6091315], [-122.3416996, 47.6091135], [-122.3419203, 47.6090799], [-122.3421082, 47.6090513], [-122.3421276, 47.6090722], [-122.3421499, 47.6090963]]], "type": "Polygon"}, "id": "172", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24347.421, "cen_dist2chain": 109.3712474727265, "changeset": null, "email": null, "ext_chain": "24373.501 24360.456 24340.878 24327.872 24321.366 24314.85 24334.398 24347.421 24360.456 24373.501", "ext_dist2chain": "124.67621391649212 110.87805107651575 94.77137560926849 94.83808182059214 94.80158008305425 94.89080679087652 110.94695796995505 124.6274479492461 124.65318313528984 124.67621391649212", "height": null, "id": 296789534, "index": 172, "index_in_full": 1689, "internet_access": null, "landuse": null, "name": "SkyBridge", "need2ndStageAssess_prob": 0.0008, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"layer": "1", "man_made": "bridge"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3447348, 47.6140057, -122.3442683, 47.6143334], "geometry": {"coordinates": [[[-122.3445047, 47.6140419], [-122.3445513, 47.6140057], [-122.3447348, 47.6141107], [-122.3444478, 47.6143334], [-122.3443685, 47.6142867], [-122.3442683, 47.6142278], [-122.3445047, 47.6140419]]], "type": "Polygon"}, "id": "173", "properties": {"__folium_color": "#e31a1c", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2221", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "supermarket", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26226.831, "cen_dist2chain": 43.48784703007552, "changeset": null, "email": null, "ext_chain": "26187.796 26174.834 26226.831 26278.848 26259.312 26233.311 26187.796", "ext_dist2chain": "47.87239098427522 52.41772771262698 62.19713944607645 34.483519425852705 30.234929207332865 24.87402296243161 47.87239098427522", "height": null, "id": 331422721, "index": 173, "index_in_full": 1713, "internet_access": null, "landuse": null, "name": "Dan\u0027s Belltown Grocery", "need2ndStageAssess_prob": 0.354, "office": null, "opening_hours": "Mo-Th 06:30-24:00; Fr-Sa 06:30-02:00; Su 06:30-24:00", "operator": null, "osm_type": "way", "phone": "+1-206-441-0220", "ref": null, "shop": "supermarket", "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.dansbelltown.com", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441448, 47.6132018, -122.3437215, 47.6135308], "geometry": {"coordinates": [[[-122.3439625, 47.6132018], [-122.3441448, 47.6133086], [-122.3438583, 47.6135308], [-122.3437215, 47.6134506], [-122.3439022, 47.6133105], [-122.3438568, 47.6132838], [-122.3439625, 47.6132018]]], "type": "Polygon"}, "id": "174", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2132", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25914.755, "cen_dist2chain": 30.776612806117683, "changeset": null, "email": null, "ext_chain": "25862.762 25914.755 25960.315 25927.719 25888.842 25875.703 25862.762", "ext_dist2chain": "39.0967029869417 47.92796093297747 19.45208500354818 12.685818263085322 30.72126413549214 28.53123281141853 39.0967029869417", "height": null, "id": 331422722, "index": 174, "index_in_full": 1714, "internet_access": null, "landuse": null, "name": "Castle Apartments", "need2ndStageAssess_prob": 0.5056, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3435933, 47.6127709, -122.3429426, 47.6132058], "geometry": {"coordinates": [[[-122.3433082, 47.6132058], [-122.3429426, 47.6129916], [-122.3432271, 47.6127709], [-122.3435933, 47.6129854], [-122.3433082, 47.6132058]]], "type": "Polygon"}, "id": "175", "properties": {"__folium_color": "#6a3d9a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25726.224, "cen_dist2chain": 1.4584278933082675, "changeset": null, "email": null, "ext_chain": "25804.222 25700.226 25648.336 25758.756 25804.222", "ext_dist2chain": "7.166903171379894 24.174082815865585 4.922436005435584 21.625019220840244 7.166903171379894", "height": null, "id": 331422723, "index": 175, "index_in_full": 1715, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5508, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3445047, 47.6139337, -122.3440829, 47.6142278], "geometry": {"coordinates": [[[-122.3442683, 47.6142278], [-122.3440829, 47.6141182], [-122.3443205, 47.6139337], [-122.3445047, 47.6140419], [-122.3442683, 47.6142278]]], "type": "Polygon"}, "id": "176", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2217", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "apartments", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26187.796, "cen_dist2chain": 31.479210126265116, "changeset": null, "email": null, "ext_chain": "26233.311 26187.796 26135.909 26187.796 26233.311", "ext_dist2chain": "24.87402296243161 15.161862584255896 38.24637735631262 47.87239098427522 24.87402296243161", "height": null, "id": 331422724, "index": 176, "index_in_full": 1716, "internet_access": null, "landuse": null, "name": "Emmons on 3rd", "need2ndStageAssess_prob": 0.492, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 (866) 997-2955", "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.emmonson3rd.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3437788, 47.6129854, -122.3433082, 47.6133148], "geometry": {"coordinates": [[[-122.3435933, 47.6129854], [-122.3437788, 47.6130942], [-122.3435142, 47.6132994], [-122.3434943, 47.6133148], [-122.3433082, 47.6132058], [-122.3435933, 47.6129854]]], "type": "Polygon"}, "id": "177", "properties": {"__folium_color": "#6a3d9a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "1", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25810.81, "cen_dist2chain": 11.63572175467808, "changeset": null, "email": null, "ext_chain": "25758.756 25810.81 25856.309 25862.762 25804.222 25758.756", "ext_dist2chain": "21.625019220840244 30.341008349476617 3.7521934801261616 1.9739356134469916 7.166903171379894 21.625019220840244", "height": null, "id": 331422725, "index": 177, "index_in_full": 1717, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5752, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3391406, 47.6069742, -122.3386773, 47.6072251], "geometry": {"coordinates": [[[-122.3391406, 47.6070676], [-122.3390548, 47.6069742], [-122.3386773, 47.6071297], [-122.338761, 47.6072251], [-122.3391406, 47.6070676]]], "type": "Polygon"}, "id": "178", "properties": {"__folium_color": "#6a3d9a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23319.589, "cen_dist2chain": 29.13286871483147, "changeset": null, "email": null, "ext_chain": "23339.1 23293.592 23306.456 23345.61 23339.1", "ext_dist2chain": "46.24143627276107 45.29844551925179 12.165225329696638 12.842585086472525 46.24143627276107", "height": null, "id": 357283829, "index": 178, "index_in_full": 1801, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5684, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3395686, 47.6070676, -122.338761, 47.6076939], "geometry": {"coordinates": [[[-122.3395686, 47.6075364], [-122.3394349, 47.6073899], [-122.339409, 47.6073615], [-122.3392356, 47.6071716], [-122.3391406, 47.6070676], [-122.338761, 47.6072251], [-122.3389481, 47.6074301], [-122.3390027, 47.6074898], [-122.3391299, 47.6076291], [-122.339189, 47.6076939], [-122.3393105, 47.6076434], [-122.3394964, 47.6075662], [-122.3395686, 47.6075364]]], "type": "Polygon"}, "id": "179", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "99", "addr:place": null, "addr:postcode": "98101", "addr:street": "Union Street", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23443.106, "cen_dist2chain": 31.462991064635183, "changeset": null, "email": null, "ext_chain": "23540.775 23475.744 23469.167 23384.674 23339.1 23345.61 23436.639 23462.789 23521.326 23547.299 23547.299 23540.775 23540.775", "ext_dist2chain": "49.59679719339174 48.79949886356266 48.593000681907526 47.18166127505004 46.24143627276107 12.842585086472525 14.552225862138624 14.97692373665788 15.820869406359542 16.13328571254382 26.848815282533042 43.247200006776694 49.59679719339174", "height": null, "id": 357283830, "index": 179, "index_in_full": 1802, "internet_access": "wlan", "landuse": null, "name": "Four Seasons Seattle", "need2ndStageAssess_prob": 0.5648, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1-206-749-7000", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"air_conditioning": "yes", "bar": "yes", "brand": "Four Seasons", "brand:wikidata": "Q1424786", "brand:wikipedia": "en:Four Seasons Hotels and Resorts", "internet_access:fee": "customers", "reservation": "required", "smoking": "no", "stars": "5", "tourism": "hotel", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.fourseasons.com/seattle/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3362097, 47.6062997, -122.3355881, 47.6067311], "geometry": {"coordinates": [[[-122.3362097, 47.6065747], [-122.335914, 47.6066988], [-122.3358371, 47.6067311], [-122.3356924, 47.6065735], [-122.3355881, 47.6064599], [-122.3359572, 47.6062997], [-122.336029, 47.6063779], [-122.3362097, 47.6065747]]], "type": "Polygon"}, "id": "180", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22825.259, "cen_dist2chain": 148.52126763079315, "changeset": null, "email": null, "ext_chain": "22870.766 22883.711 22890.343 22825.259 22786.052 22766.632 22799.183 22870.766", "ext_dist2chain": "129.520874419465 155.3845292986254 162.11625093790963 165.2728490143239 167.66846002246825 135.25365357296286 133.55247529759555 129.520874419465", "height": null, "id": 357562885, "index": 180, "index_in_full": 1809, "internet_access": null, "landuse": null, "name": "Security Pacific Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1958", "tags": {"elevator": "yes", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": "http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-2054257917", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3351137, 47.6034159, -122.3345165, 47.603899], "geometry": {"coordinates": [[[-122.3351137, 47.6036892], [-122.3350478, 47.6036173], [-122.3348633, 47.6034159], [-122.3348278, 47.6034307], [-122.3349807, 47.6035976], [-122.3347532, 47.603694], [-122.3345165, 47.603791], [-122.3345451, 47.6038221], [-122.3345669, 47.603846], [-122.3345889, 47.60387], [-122.3346156, 47.603899], [-122.3346782, 47.6038729], [-122.334682, 47.6038771], [-122.3349182, 47.6037787], [-122.3349129, 47.6037728], [-122.3351137, 47.6036892]]], "type": "Polygon"}, "id": "181", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21849.517, "cen_dist2chain": 128.83503939471683, "changeset": null, "email": null, "ext_chain": "21855.996 21829.917 21751.985 21758.404 21817.041 21836.461 21855.996 21868.974 21882.066 21888.462 21901.612 21894.968 21894.968 21875.507 21868.974 21855.996", "ext_dist2chain": "106.9432628994123 109.92864950298484 118.49732377409579 121.45381827086692 114.34189858372127 133.44115640106367 153.25230047531568 151.9616621304892 151.00401314335036 150.03006515927072 148.83386345295065 143.57890376755245 143.41247733421747 123.5716777506027 123.79937116928596 106.9432628994123", "height": null, "id": 357827618, "index": 181, "index_in_full": 1810, "internet_access": null, "landuse": null, "name": "Norton Parking Garage", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": "Mo-Fr 06:30-18:30", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1958", "tags": {"capacity": "289", "fee": "yes", "layer": "-1", "location": "underground", "parking": "underground"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3401908, 47.6091058, -122.3396893, 47.6093963], "geometry": {"coordinates": [[[-122.3401908, 47.609237], [-122.3400731, 47.6091058], [-122.3396893, 47.6092644], [-122.3398112, 47.6093963], [-122.3401908, 47.609237]]], "type": "Polygon"}, "id": "182", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24132.755, "cen_dist2chain": 25.621735207412353, "changeset": null, "email": null, "ext_chain": "24158.737 24100.161 24106.598 24158.737 24158.737", "ext_dist2chain": "8.794851901853926 8.703230044917772 42.48751642729089 42.3847576446609 8.794851901853926", "height": null, "id": 357834361, "index": 182, "index_in_full": 1811, "internet_access": null, "landuse": null, "name": "S.J. Holmes Building", "need2ndStageAssess_prob": 0.5068, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=285257759", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3365573, 47.6051204, -122.3360403, 47.6054243], "geometry": {"coordinates": [[[-122.3365573, 47.605259], [-122.3361653, 47.6054243], [-122.3360403, 47.6052814], [-122.3364328, 47.6051204], [-122.3365573, 47.605259]]], "type": "Polygon"}, "id": "183", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1012", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22467.486, "cen_dist2chain": 70.89039943086364, "changeset": null, "email": null, "ext_chain": "22480.526 22506.38 22448.035 22422.063 22480.526", "ext_dist2chain": "52.02979974883365 85.95203322693307 89.56432296315796 55.83769635852818 52.02979974883365", "height": null, "id": 357939320, "index": 183, "index_in_full": 1817, "internet_access": null, "landuse": null, "name": "Schoenfeld Furniture Store Building", "need2ndStageAssess_prob": 0.044, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1435729688", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3380021, 47.6056936, -122.3375044, 47.6059869], "geometry": {"coordinates": [[[-122.3380021, 47.6058344], [-122.3376259, 47.6059869], [-122.3375199, 47.605868], [-122.3375044, 47.6058506], [-122.3378778, 47.6056936], [-122.3380021, 47.6058344]]], "type": "Polygon"}, "id": "184", "properties": {"__folium_color": "#ffff99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22779.667, "cen_dist2chain": 9.082155884266426, "changeset": null, "email": null, "ext_chain": "22799.183 22818.688 22766.632 22760.071 22740.615 22799.183", "ext_dist2chain": "26.6454156167202 6.005298626275532 8.326770568295053 8.680340308323357 23.897244541826655 26.6454156167202", "height": "25.9", "id": 357941381, "index": 184, "index_in_full": 1818, "internet_access": null, "landuse": null, "name": "Colonial Grand Pacific", "need2ndStageAssess_prob": 0.6484, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"wikidata": "Q28125029"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3378778, 47.6055492, -122.3373753, 47.6058506], "geometry": {"coordinates": [[[-122.3375044, 47.6058506], [-122.3373753, 47.6057035], [-122.3377538, 47.6055492], [-122.3378778, 47.6056936], [-122.3375044, 47.6058506]]], "type": "Polygon"}, "id": "185", "properties": {"__folium_color": "#ffff99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22721.08, "cen_dist2chain": 6.157753042823768, "changeset": null, "email": null, "ext_chain": "22760.071 22695.103 22682.028 22740.615 22760.071", "ext_dist2chain": "8.680340308323357 11.671031324724357 21.12637494626699 23.897244541826655 8.680340308323357", "height": null, "id": 357941382, "index": 185, "index_in_full": 1819, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.6256, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"wikidata": "Q5594863"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Grand Pacific Hotel (Seattle)"}, "type": "Feature"}, {"bbox": [-122.3419514, 47.6123633, -122.3414915, 47.6126909], "geometry": {"coordinates": [[[-122.3416655, 47.6126909], [-122.3414915, 47.612585], [-122.3417818, 47.6123633], [-122.3419514, 47.6124687], [-122.3419307, 47.6124852], [-122.3416655, 47.6126909]]], "type": "Polygon"}, "id": "186", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "residential", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25414.183, "cen_dist2chain": 88.47376232951324, "changeset": null, "email": null, "ext_chain": "25472.732 25414.183 25368.678 25420.664 25427.206 25472.732", "ext_dist2chain": "99.79188620619874 106.91602984016811 76.82584551981985 70.0991421039619 72.27290834104778 99.79188620619874", "height": null, "id": 358242160, "index": 186, "index_in_full": 1822, "internet_access": null, "landuse": null, "name": "Sylvia Odom\u0027s Place", "need2ndStageAssess_prob": 0.0216, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345941, 47.6149098, -122.3456654, 47.6151064], "geometry": {"coordinates": [[[-122.3456654, 47.6150531], [-122.3457553, 47.6151064], [-122.345941, 47.6149649], [-122.3458498, 47.6149098], [-122.3456654, 47.6150531]]], "type": "Polygon"}, "id": "187", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26590.927, "cen_dist2chain": 113.9255377654925, "changeset": null, "email": null, "ext_chain": "26603.971 26616.949 26590.927 26564.824 26603.971", "ext_dist2chain": "102.69716104888471 107.93504770231361 125.12754590444744 119.87914436156562 102.69716104888471", "height": null, "id": 358262116, "index": 187, "index_in_full": 1824, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3423076, 47.612107, -122.3418254, 47.6124441], "geometry": {"coordinates": [[[-122.342017, 47.6124441], [-122.3418254, 47.6123312], [-122.342116, 47.612107], [-122.3423076, 47.6122198], [-122.342017, 47.6124441]]], "type": "Polygon"}, "id": "188", "properties": {"__folium_color": "#e31a1c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "parking", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25368.678, "cen_dist2chain": 53.30234211007417, "changeset": null, "email": null, "ext_chain": "25420.664 25362.203 25316.682 25375.259 25420.664", "ext_dist2chain": "64.47800292767782 72.34457975621088 41.98143730711493 34.23174723442443 64.47800292767782", "height": null, "id": 358272087, "index": 188, "index_in_full": 1826, "internet_access": null, "landuse": null, "name": "Trust Parking", "need2ndStageAssess_prob": 0.2996, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"name:en": "Trust Parking", "parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.342116, 47.6119977, -122.3416398, 47.6123312], "geometry": {"coordinates": [[[-122.3418254, 47.6123312], [-122.3416398, 47.6122219], [-122.3419304, 47.6119977], [-122.342116, 47.612107], [-122.3418254, 47.6123312]]], "type": "Polygon"}, "id": "189", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25310.091, "cen_dist2chain": 60.91290746522486, "changeset": null, "email": null, "ext_chain": "25362.203 25303.707 25258.063 25316.682 25362.203", "ext_dist2chain": "72.34457975621088 79.80682227907374 49.36189059696814 41.98143730711493 72.34457975621088", "height": null, "id": 358272088, "index": 189, "index_in_full": 1827, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2104, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3419304, 47.6118854, -122.3414491, 47.6122219], "geometry": {"coordinates": [[[-122.3416398, 47.6122219], [-122.3414491, 47.6121096], [-122.3417397, 47.6118854], [-122.3419304, 47.6119977], [-122.3416398, 47.6122219]]], "type": "Polygon"}, "id": "190", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2000", "addr:place": null, "addr:postcode": "98109", "addr:street": "2nd Ave", "amenity": null, "building": "yes", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25251.537, "cen_dist2chain": 68.36036586027897, "changeset": null, "email": null, "ext_chain": "25303.707 25238.573 25199.623 25258.063 25303.707", "ext_dist2chain": "79.80682227907374 87.34505769036164 56.74786997799485 49.36189059696814 79.80682227907374", "height": null, "id": 358272089, "index": 190, "index_in_full": 1828, "internet_access": null, "landuse": null, "name": "The Palladian Hotel", "need2ndStageAssess_prob": 0.136, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "(206) 448-1111", "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"tourism": "hotel", "wikidata": "Q28125032"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.palladianhotel.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3470197, 47.6176568, -122.3464637, 47.6180367], "geometry": {"coordinates": [[[-122.3464637, 47.6178792], [-122.3465768, 47.6177904], [-122.3467676, 47.6179008], [-122.3468324, 47.6178498], [-122.3466425, 47.6177399], [-122.3467483, 47.6176568], [-122.3470197, 47.6178138], [-122.3469376, 47.6178783], [-122.3467359, 47.6180367], [-122.3464637, 47.6178792]]], "type": "Polygon"}, "id": "191", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27591.932, "cen_dist2chain": 136.7241232024124, "changeset": null, "email": null, "ext_chain": "27591.932 27566.057 27605.0 27591.932 27546.505 27527.073 27578.847 27605.0 27643.913 27591.932", "ext_dist2chain": "115.12139211595759 124.31010939150657 137.75099376797408 143.0024476485138 129.6600835203144 138.30423704636624 157.32376584414632 150.6796825941258 134.4284580050696 115.12139211595759", "height": null, "id": 359240342, "index": 191, "index_in_full": 1837, "internet_access": null, "landuse": null, "name": "The Davenport", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": "http://www.northwestapartments.com/properties/davenport/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3470353, 47.6178783, -122.3467359, 47.6180933], "geometry": {"coordinates": [[[-122.3467359, 47.6180367], [-122.3468337, 47.6180933], [-122.3469659, 47.6179894], [-122.3470353, 47.6179349], [-122.3469376, 47.6178783], [-122.3467359, 47.6180367]]], "type": "Polygon"}, "id": "192", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27630.896, "cen_dist2chain": 146.00044015321615, "changeset": null, "email": null, "ext_chain": "27643.913 27670.005 27643.913 27617.852 27605.0 27643.913", "ext_dist2chain": "134.4284580050696 141.41039227536785 152.00406690885714 157.579088646756 150.6796825941258 134.4284580050696", "height": null, "id": 359240343, "index": 192, "index_in_full": 1838, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3450264, 47.6158494, -122.3441914, 47.6163963], "geometry": {"coordinates": [[[-122.3450264, 47.6161737], [-122.3449854, 47.6162058], [-122.3449814, 47.6162037], [-122.3447704, 47.6163643], [-122.3447764, 47.6163676], [-122.3447384, 47.6163963], [-122.3445774, 47.6163035], [-122.3447154, 47.6161945], [-122.3446214, 47.61614], [-122.3446514, 47.616116], [-122.3445974, 47.6160848], [-122.3444344, 47.616214], [-122.3441914, 47.6160738], [-122.3442814, 47.6160006], [-122.3444764, 47.6158494], [-122.3445224, 47.6158756], [-122.3445174, 47.6158794], [-122.3450264, 47.6161737]]], "type": "Polygon"}, "id": "193", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2320", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": "fire_station", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26915.814, "cen_dist2chain": 1.0797526230735373, "changeset": null, "email": null, "ext_chain": "26954.995 26967.989 26967.989 27013.48 27013.48 27026.287 26987.441 26948.506 26929.007 26922.505 26909.566 26948.506 26883.465 26863.846 26818.407 26825.032 26831.454 26954.995", "ext_dist2chain": "30.62190098538951 26.97569338056094 26.725900138956703 8.108592288787982 8.514587866758916 5.192482638623329 5.172594908015124 7.225994286692464 1.3626114757214904 4.029017874088397 1.0855997645189714 14.016335620367267 29.17692232279191 21.022263370118594 3.4753610385462195 1.134283881132534 1.233201797945665 30.62190098538951", "height": null, "id": 359629973, "index": 193, "index_in_full": 1839, "internet_access": null, "landuse": null, "name": "Seattle Fire Station No 2", "need2ndStageAssess_prob": 0.678, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.seattle.gov/fleetsfacilities/firelevy/facilities/fs02/2.htm", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441044, 47.6155296, -122.3436434, 47.6158589], "geometry": {"coordinates": [[[-122.3438194, 47.6158589], [-122.3438094, 47.6158532], [-122.3438134, 47.6158492], [-122.3436434, 47.615751], [-122.3439234, 47.6155296], [-122.3441044, 47.6156342], [-122.3440334, 47.6156918], [-122.3439954, 47.6156706], [-122.3438504, 47.615782], [-122.3438874, 47.615805], [-122.3438194, 47.6158589]]], "type": "Polygon"}, "id": "194", "properties": {"__folium_color": "#fdbf6f", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26727.429, "cen_dist2chain": 44.731650613480205, "changeset": null, "email": null, "ext_chain": "26785.898 26785.898 26785.898 26740.476 26675.468 26720.968 26733.885 26727.429 26759.889 26772.971 26785.898", "ext_dist2chain": "52.07775364660951 52.68604768544127 52.30584498061969 62.5967112118429 36.81246228753347 25.9906621373173 32.55448233609356 34.83617892393648 48.08400887129089 45.86890471875477 52.07775364660951", "height": null, "id": 359629976, "index": 194, "index_in_full": 1840, "internet_access": null, "landuse": null, "name": "Franklin Apartments", "need2ndStageAssess_prob": 0.3912, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345163, 47.6154581, -122.34472, 47.6157727], "geometry": {"coordinates": [[[-122.345027, 47.6154581], [-122.344809, 47.6156272], [-122.344787, 47.6156144], [-122.34472, 47.6156663], [-122.344901, 47.6157727], [-122.344967, 47.6157219], [-122.344943, 47.6157079], [-122.345163, 47.6155378], [-122.345027, 47.6154581]]], "type": "Polygon"}, "id": "195", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2321", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26759.889, "cen_dist2chain": 36.2615487506916, "changeset": null, "email": null, "ext_chain": "26707.924 26753.473 26746.856 26759.889 26812.011 26792.41 26785.898 26740.476 26707.924", "ext_dist2chain": "45.95591891275335 25.99324769325678 24.669449291906805 18.570970062564896 29.545208059663928 35.52540793710491 34.05819053401909 54.078282500841816 45.95591891275335", "height": null, "id": 359638036, "index": 195, "index_in_full": 1841, "internet_access": null, "landuse": null, "name": "Fleming Apartments", "need2ndStageAssess_prob": 0.4936, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448221, 47.6186707, -122.3443886, 47.6190209], "geometry": {"coordinates": [[[-122.3448221, 47.618711], [-122.3448075, 47.6187109], [-122.3448082, 47.6186719], [-122.344692, 47.6186709], [-122.3446912, 47.6187111], [-122.3445316, 47.6187098], [-122.3445323, 47.6186716], [-122.3444089, 47.6186707], [-122.3444081, 47.6187156], [-122.3443919, 47.6187155], [-122.3443886, 47.6189066], [-122.3444942, 47.6189075], [-122.3444922, 47.619019], [-122.3447307, 47.6190209], [-122.3447327, 47.6189049], [-122.3448187, 47.6189055], [-122.3448221, 47.618711]]], "type": "Polygon"}, "id": "196", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "110", "addr:place": null, "addr:postcode": "98109", "addr:street": "6th Avenue North", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27910.569, "cen_dist2chain": 28.702382488276193, "changeset": null, "email": null, "ext_chain": "27871.578 27871.578 27852.077 27852.077 27865.018 27865.018 27852.077 27852.077 27865.018 27865.018 27942.992 27942.992 27982.13 27982.13 27942.992 27942.992 27871.578", "ext_dist2chain": "12.263592425013181 13.360703126270238 13.17814019741087 21.889986161218985 22.077320307830696 34.050811987776115 33.889771955603294 43.16030750281841 43.353970186843256 44.570013130386904 45.242237208167836 37.30331397653096 37.601631861022724 19.674542202003135 19.385016852733834 12.923075974632537 12.263592425013181", "height": null, "id": 359894111, "index": 196, "index_in_full": 1850, "internet_access": null, "landuse": null, "name": "Hyatt Place Seattle/Downtown", "need2ndStageAssess_prob": 0.5792, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 206 441-6041", "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA", "brand": "Hyatt Place", "brand:wikidata": "Q72629292", "tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "https://seattledowntown.place.hyatt.com/en/hotel/home.html", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3432739, 47.6138869, -122.3428492, 47.6141939], "geometry": {"coordinates": [[[-122.3429894, 47.6141939], [-122.3428492, 47.6141108], [-122.3431327, 47.6138904], [-122.3431377, 47.6138869], [-122.3432739, 47.6139703], [-122.3429894, 47.6141939]]], "type": "Polygon"}, "id": "197", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26077.294, "cen_dist2chain": 55.440327520776734, "changeset": null, "email": null, "ext_chain": "26129.241 26090.278 26031.712 26031.712 26070.815 26129.241", "ext_dist2chain": "65.88149729180138 73.08548550627017 45.15956878094324 44.682838386545754 37.86616700024112 65.88149729180138", "height": null, "id": 360375139, "index": 197, "index_in_full": 1857, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2312, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3431327, 47.6137549, -122.3426197, 47.6141108], "geometry": {"coordinates": [[[-122.3428492, 47.6141108], [-122.3426197, 47.6139755], [-122.3429027, 47.6137549], [-122.3431327, 47.6138904], [-122.3428492, 47.6141108]]], "type": "Polygon"}, "id": "198", "properties": {"__folium_color": "#b2df8a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26025.283, "cen_dist2chain": 64.93834458917212, "changeset": null, "email": null, "ext_chain": "26090.278 26018.738 25960.315 26031.712 26090.278", "ext_dist2chain": "73.08548550627017 84.71814030355141 56.61812192521754 45.15956878094324 73.08548550627017", "height": null, "id": 360375140, "index": 198, "index_in_full": 1858, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1584, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3429027, 47.6136457, -122.3424345, 47.6139755], "geometry": {"coordinates": [[[-122.3426197, 47.6139755], [-122.3424345, 47.6138663], [-122.3427176, 47.6136457], [-122.3429027, 47.6137549], [-122.3426197, 47.6139755]]], "type": "Polygon"}, "id": "199", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25960.315, "cen_dist2chain": 75.27377231307113, "changeset": null, "email": null, "ext_chain": "26018.738 25966.778 25908.313 25960.315 26018.738", "ext_dist2chain": "84.71814030355141 93.93041563490333 65.70329518947572 56.61812192521754 84.71814030355141", "height": null, "id": 360375141, "index": 199, "index_in_full": 1859, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0744, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427176, 47.6135384, -122.3422528, 47.6138663], "geometry": {"coordinates": [[[-122.3424345, 47.6138663], [-122.3422528, 47.6137584], [-122.3425382, 47.6135384], [-122.3427176, 47.6136457], [-122.3424345, 47.6138663]]], "type": "Polygon"}, "id": "200", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25908.313, "cen_dist2chain": 84.25381263465826, "changeset": null, "email": null, "ext_chain": "25966.778 25908.313 25856.309 25908.313 25966.778", "ext_dist2chain": "93.93041563490333 102.82595460850622 74.28969076958988 65.70329518947572 93.93041563490333", "height": null, "id": 360375143, "index": 200, "index_in_full": 1860, "internet_access": null, "landuse": null, "name": "2112 Third Avenue Building", "need2ndStageAssess_prob": 0.028, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.343067, 47.6130262, -122.3425571, 47.6133479], "geometry": {"coordinates": [[[-122.3427794, 47.6133479], [-122.3425571, 47.6132153], [-122.3425879, 47.6131919], [-122.3425707, 47.6131817], [-122.3426685, 47.6131072], [-122.3427358, 47.6131474], [-122.3428949, 47.6130262], [-122.343067, 47.6131289], [-122.3429863, 47.6131904], [-122.3428561, 47.6132895], [-122.3427794, 47.6133479]]], "type": "Polygon"}, "id": "201", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "98121", "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 25752.154, "cen_dist2chain": 41.35159972327304, "changeset": null, "email": null, "ext_chain": "25810.81 25739.168 25739.168 25732.788 25713.195 25739.168 25706.976 25758.756 25771.772 25791.158 25810.81", "ext_dist2chain": "49.92405354393009 60.2458751180873 57.14254756434984 57.9473426822575 48.046330241017166 44.99996379938525 28.911583907353187 21.046381719070133 29.176880022747007 42.238883473346185 49.92405354393009", "height": null, "id": 360399939, "index": 201, "index_in_full": 1864, "internet_access": null, "landuse": null, "name": "Army Building", "need2ndStageAssess_prob": 0.4316, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3438782, 47.6146699, -122.3434061, 47.6149988], "geometry": {"coordinates": [[[-122.3435897, 47.6149988], [-122.3434061, 47.6148912], [-122.3436977, 47.6146699], [-122.3438782, 47.6147763], [-122.3435897, 47.6149988]]], "type": "Polygon"}, "id": "202", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26402.361, "cen_dist2chain": 38.84095951071564, "changeset": null, "email": null, "ext_chain": "26460.792 26408.885 26350.242 26402.361 26460.792", "ext_dist2chain": "47.368317386584906 57.647116584923914 30.02069487158169 20.075439846421407 47.368317386584906", "height": null, "id": 360425883, "index": 202, "index_in_full": 1869, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4576, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3461859, 47.6171011, -122.3455312, 47.6175389], "geometry": {"coordinates": [[[-122.3455312, 47.6173233], [-122.3458989, 47.6175389], [-122.3461829, 47.6173157], [-122.3461859, 47.6173132], [-122.3458228, 47.6171011], [-122.3457148, 47.6171868], [-122.3459912, 47.6173489], [-122.3459258, 47.6174001], [-122.3456442, 47.6172352], [-122.3455312, 47.6173233]]], "type": "Polygon"}, "id": "203", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "420", "addr:place": null, "addr:postcode": "98121", "addr:street": "Wall Street", "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27390.392, "cen_dist2chain": 75.77230290517271, "changeset": null, "email": null, "ext_chain": "27383.927 27461.995 27390.392 27390.392 27312.514 27331.91 27403.454 27416.376 27351.206 27383.927", "ext_dist2chain": "50.60903905972615 75.7983357245752 99.4336375342031 99.68427196789415 75.10638077372883 65.96807061107262 84.71352710584702 79.25717074992261 60.10905549624801 50.60903905972615", "height": null, "id": 360432749, "index": 203, "index_in_full": 1872, "internet_access": null, "landuse": null, "name": "The Devonshire", "need2ndStageAssess_prob": 0.07, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": "+1 206 728-0218", "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://capitolhillhousing.org/ourproperties/buildings/dev.php", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3451028, 47.6132453, -122.3448134, 47.6134505], "geometry": {"coordinates": [[[-122.3449361, 47.6134505], [-122.3448134, 47.6133789], [-122.3448921, 47.6133153], [-122.3449159, 47.6133297], [-122.3450244, 47.6132453], [-122.3451028, 47.6132911], [-122.3449921, 47.613379], [-122.3450114, 47.6133905], [-122.3449361, 47.6134505]]], "type": "Polygon"}, "id": "204", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25992.741, "cen_dist2chain": 104.14261057750292, "changeset": null, "email": null, "ext_chain": "26018.738 25992.741 25979.757 25979.757 25960.315 25979.757 25992.741 26012.23 26018.738", "ext_dist2chain": "98.95298570705394 92.77422380765287 100.6984935438453 101.84096927799445 112.66062408529038 116.52379443428407 105.49666196916148 106.47544923694603 98.95298570705394", "height": null, "id": 360589950, "index": 204, "index_in_full": 1879, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0016, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3461829, 47.6144109, -122.3457131, 47.6147409], "geometry": {"coordinates": [[[-122.3457131, 47.6146351], [-122.3460026, 47.6144109], [-122.3461829, 47.6145167], [-122.3458934, 47.6147409], [-122.3457131, 47.6146351]]], "type": "Polygon"}, "id": "205", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2312", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": "1", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26454.207, "cen_dist2chain": 136.0560142771176, "changeset": null, "email": null, "ext_chain": "26467.309 26408.885 26454.207 26513.01 26467.309", "ext_dist2chain": "117.30707700693992 144.7288471543778 154.8029085465898 127.5479855069222 117.30707700693992", "height": null, "id": 360620650, "index": 205, "index_in_full": 1880, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3463657, 47.6145167, -122.3458934, 47.6148481], "geometry": {"coordinates": [[[-122.3458934, 47.6147409], [-122.3460761, 47.6148481], [-122.3463657, 47.6146239], [-122.3461829, 47.6145167], [-122.3458934, 47.6147409]]], "type": "Polygon"}, "id": "206", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26499.724, "cen_dist2chain": 146.35203635687876, "changeset": null, "email": null, "ext_chain": "26513.01 26551.839 26493.388 26454.207 26513.01", "ext_dist2chain": "127.5479855069222 138.02938740001528 165.15123697246125 154.8029085465898 127.5479855069222", "height": null, "id": 360620651, "index": 206, "index_in_full": 1881, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3454297, 47.6139649, -122.3449616, 47.6142941], "geometry": {"coordinates": [[[-122.3451456, 47.6142941], [-122.3449616, 47.6141876], [-122.3450038, 47.614156], [-122.3452471, 47.6139649], [-122.3454297, 47.614073], [-122.3451456, 47.6142941]]], "type": "Polygon"}, "id": "207", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26272.422, "cen_dist2chain": 94.85108747330872, "changeset": null, "email": null, "ext_chain": "26317.922 26272.422 26259.312 26213.784 26259.312 26317.922", "ext_dist2chain": "86.09999287355937 76.08938035410758 80.15444119660422 103.74860538688903 113.47639380739113 86.09999287355937", "height": null, "id": 360621375, "index": 207, "index_in_full": 1883, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0024, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3452471, 47.6138551, -122.3448146, 47.6141667], "geometry": {"coordinates": [[[-122.3450038, 47.614156], [-122.3449712, 47.6141346], [-122.344927, 47.6141667], [-122.3448724, 47.6141363], [-122.3449114, 47.6141015], [-122.3448146, 47.6140488], [-122.3450614, 47.6138551], [-122.3452471, 47.6139649], [-122.3450038, 47.614156]]], "type": "Polygon"}, "id": "208", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26213.784, "cen_dist2chain": 86.36088332337361, "changeset": null, "email": null, "ext_chain": "26259.312 26252.828 26259.312 26246.427 26233.311 26207.37 26161.817 26213.784 26259.312", "ext_dist2chain": "80.15444119660422 78.48058516189646 74.28193440269409 71.30791628410694 75.21965063859886 69.92540310116188 93.99795284758699 103.74860538688903 80.15444119660422", "height": null, "id": 360621376, "index": 208, "index_in_full": 1884, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0108, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3450614, 47.6136952, -122.3445062, 47.6140784], "geometry": {"coordinates": [[[-122.3448146, 47.6140488], [-122.3447775, 47.6140784], [-122.3447192, 47.6140463], [-122.3446971, 47.613999], [-122.3446357, 47.613961], [-122.3445634, 47.6139521], [-122.3445062, 47.6139184], [-122.3447912, 47.6136952], [-122.3450614, 47.6138551], [-122.3448146, 47.6140488]]], "type": "Polygon"}, "id": "209", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26148.889, "cen_dist2chain": 73.49690797658086, "changeset": null, "email": null, "ext_chain": "26207.37 26213.784 26207.37 26187.796 26168.264 26161.817 26142.287 26090.278 26161.817 26207.37", "ext_dist2chain": "69.92540310116188 66.3109671475589 63.15506055385528 63.10262794173857 59.94590586205606 55.04794289495551 52.082831769193966 80.05770136178324 93.99795284758699 69.92540310116188", "height": null, "id": 360621377, "index": 209, "index_in_full": 1885, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0744, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3447912, 47.6136407, -122.3444144, 47.6139184], "geometry": {"coordinates": [[[-122.3445062, 47.6139184], [-122.3444144, 47.6138638], [-122.3444619, 47.6138251], [-122.3446994, 47.6136407], [-122.3447912, 47.6136952], [-122.3445062, 47.6139184]]], "type": "Polygon"}, "id": "210", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26103.254, "cen_dist2chain": 63.65477013411018, "changeset": null, "email": null, "ext_chain": "26142.287 26122.948 26109.844 26064.417 26090.278 26142.287", "ext_dist2chain": "52.082831769193966 47.334748363559996 52.050227465152815 75.38274586504187 80.05770136178324 52.082831769193966", "height": null, "id": 360621378, "index": 210, "index_in_full": 1886, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.114, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3446994, 47.613532, -122.3442768, 47.6138251], "geometry": {"coordinates": [[[-122.3444619, 47.6138251], [-122.3442768, 47.6137159], [-122.3445157, 47.613532], [-122.3446994, 47.6136407], [-122.3444619, 47.6138251]]], "type": "Polygon"}, "id": "211", "properties": {"__folium_color": "#33a02c", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2208", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": "social_facility", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26057.757, "cen_dist2chain": 58.99661907169294, "changeset": null, "email": null, "ext_chain": "26109.844 26057.757 26018.738 26064.417 26109.844", "ext_dist2chain": "52.050227465152815 42.57889613664388 66.11740264997682 75.38274586504187 52.050227465152815", "height": null, "id": 360621379, "index": 211, "index_in_full": 1887, "internet_access": null, "landuse": null, "name": "Belltown Senior Apartments", "need2ndStageAssess_prob": 0.1828, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA", "social_facility": "group_home", "social_facility:for": "senior"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3416915, 47.6110869, -122.3413127, 47.6113637], "geometry": {"coordinates": [[[-122.3414045, 47.6113637], [-122.3413127, 47.6113106], [-122.3415987, 47.6110869], [-122.3416915, 47.6111422], [-122.3414045, 47.6113637]]], "type": "Polygon"}, "id": "212", "properties": {"__folium_color": "#fdbf6f", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1921", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24952.285, "cen_dist2chain": 38.655356354932024, "changeset": null, "email": null, "ext_chain": "24984.887 24958.772 24919.703 24945.853 24984.887", "ext_dist2chain": "52.438257275177456 55.695840621595764 24.87777110402682 21.740715830322802 52.438257275177456", "height": null, "id": 360789237, "index": 212, "index_in_full": 1889, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4072, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3415987, 47.6110426, -122.3412319, 47.6113106], "geometry": {"coordinates": [[[-122.3413127, 47.6113106], [-122.3412319, 47.6112653], [-122.3415228, 47.6110426], [-122.3415987, 47.6110869], [-122.3413127, 47.6113106]]], "type": "Polygon"}, "id": "213", "properties": {"__folium_color": "#fdbf6f", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1919", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24926.266, "cen_dist2chain": 41.79785529344732, "changeset": null, "email": null, "ext_chain": "24958.772 24932.726 24900.096 24919.703 24958.772", "ext_dist2chain": "55.695840621595764 58.59679059343983 27.485987301344814 24.87777110402682 55.695840621595764", "height": null, "id": 360789238, "index": 213, "index_in_full": 1890, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4044, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3410115, 47.6118078, -122.340546, 47.6121336], "geometry": {"coordinates": [[[-122.340725, 47.6121336], [-122.340546, 47.6120275], [-122.3408325, 47.6118078], [-122.3410115, 47.611914], [-122.340725, 47.6121336]]], "type": "Polygon"}, "id": "214", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25121.437, "cen_dist2chain": 125.51403807544654, "changeset": null, "email": null, "ext_chain": "25166.937 25108.348 25069.316 25121.437 25166.937", "ext_dist2chain": "137.32920672074874 143.95072519348255 113.60377737167317 107.06092187874394 137.32920672074874", "height": null, "id": 360929649, "index": 214, "index_in_full": 1891, "internet_access": null, "landuse": null, "name": "Crutcher Lewis", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408338, 47.6116987, -122.3403636, 47.6120275], "geometry": {"coordinates": [[[-122.340546, 47.6120275], [-122.3403636, 47.6119194], [-122.3406515, 47.6116987], [-122.3408338, 47.6118068], [-122.3408325, 47.6118078], [-122.340546, 47.6120275]]], "type": "Polygon"}, "id": "215", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25056.328, "cen_dist2chain": 132.02733235016578, "changeset": null, "email": null, "ext_chain": "25108.348 25049.871 25004.376 25069.316 25069.316 25108.348", "ext_dist2chain": "143.95072519348255 150.5762000036761 119.94527816555755 113.46602967492133 113.60377737167317 143.95072519348255", "height": null, "id": 360929650, "index": 215, "index_in_full": 1892, "internet_access": null, "landuse": null, "name": "Haddon", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3406515, 47.6115913, -122.3401825, 47.6119194], "geometry": {"coordinates": [[[-122.3403636, 47.6119194], [-122.3401825, 47.611812], [-122.3404704, 47.6115913], [-122.3406515, 47.6116987], [-122.3403636, 47.6119194]]], "type": "Polygon"}, "id": "216", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24997.778, "cen_dist2chain": 138.46058339839524, "changeset": null, "email": null, "ext_chain": "25049.871 24984.887 24945.853 25004.376 25049.871", "ext_dist2chain": "150.5762000036761 156.96169219068878 126.23472657320431 119.94527816555755 150.5762000036761", "height": null, "id": 360929651, "index": 216, "index_in_full": 1893, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3406623, 47.6101554, -122.3400743, 47.6105733], "geometry": {"coordinates": [[[-122.3400905, 47.6102947], [-122.3404208, 47.6101554], [-122.3406122, 47.6103617], [-122.3406623, 47.6104156], [-122.3404423, 47.6105084], [-122.3402883, 47.6105733], [-122.3400743, 47.6103427], [-122.3400905, 47.6102947]]], "type": "Polygon"}, "id": "217", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1601", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": "9", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24529.615, "cen_dist2chain": 64.1980961615756, "changeset": null, "email": null, "ext_chain": "24470.886 24470.886 24561.846 24581.422 24581.422 24581.422 24484.087 24470.886", "ext_dist2chain": "77.10385826828988 47.837789531224594 47.66824627194404 47.620589071069915 67.11204115411887 80.75344784012232 80.94029760781687 77.10385826828988", "height": "37.8", "id": 360947360, "index": 217, "index_in_full": 1894, "internet_access": null, "landuse": null, "name": "Broadacres Building", "need2ndStageAssess_prob": 0.1408, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427443, 47.6104761, -122.3422575, 47.6108171], "geometry": {"coordinates": [[[-122.3424494, 47.6108171], [-122.3422575, 47.6107045], [-122.3423277, 47.6106501], [-122.3423884, 47.6106857], [-122.3425441, 47.6105651], [-122.3424834, 47.6105295], [-122.3425463, 47.6104808], [-122.3425524, 47.6104761], [-122.3427443, 47.6105887], [-122.3424494, 47.6108171]]], "type": "Polygon"}, "id": "218", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24893.58, "cen_dist2chain": 58.62934689228819, "changeset": null, "email": null, "ext_chain": "24939.339 24874.06 24867.559 24887.192 24867.559 24848.15 24841.664 24841.664 24893.58 24939.339", "ext_dist2chain": "45.625393463791184 39.10312970443585 46.65710584449188 48.70531049729178 65.47074447761315 63.46231489530532 70.26422660631869 70.92147766983462 77.3229869883646 45.625393463791184", "height": null, "id": 360950554, "index": 218, "index_in_full": 1895, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2372, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3425463, 47.6104269, -122.3421657, 47.6107045], "geometry": {"coordinates": [[[-122.3422575, 47.6107045], [-122.3421657, 47.6106506], [-122.3424544, 47.6104269], [-122.3425463, 47.6104808], [-122.3424834, 47.6105295], [-122.3423277, 47.6106501], [-122.3422575, 47.6107045]]], "type": "Polygon"}, "id": "219", "properties": {"__folium_color": "#fb9a99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24848.15, "cen_dist2chain": 53.150972774227206, "changeset": null, "email": null, "ext_chain": "24874.06 24848.15 24815.648 24841.664 24848.15 24867.559 24874.06", "ext_dist2chain": "39.10312970443585 36.042763105941205 67.23046334246702 70.26422660631869 63.46231489530532 46.65710584449188 39.10312970443585", "height": null, "id": 360950557, "index": 219, "index_in_full": 1896, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2728, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3424641, 47.6103655, -122.3420739, 47.6106506], "geometry": {"coordinates": [[[-122.3421657, 47.6106506], [-122.3421198, 47.6106236], [-122.3420739, 47.6105967], [-122.3423691, 47.6103681], [-122.3423724, 47.6103655], [-122.3424641, 47.6104194], [-122.3424544, 47.6104269], [-122.3421657, 47.6106506]]], "type": "Polygon"}, "id": "220", "properties": {"__folium_color": "#e31a1c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24815.648, "cen_dist2chain": 50.65065427411311, "changeset": null, "email": null, "ext_chain": "24848.15 24835.087 24822.157 24783.263 24783.263 24815.648 24815.648 24848.15", "ext_dist2chain": "36.042763105941205 34.51922532865338 33.03154943979317 64.9802791082678 65.3382809949361 68.28109787040002 67.23046334246702 36.042763105941205", "height": null, "id": 360950559, "index": 220, "index_in_full": 1897, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3124, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3423691, 47.6102596, -122.341889, 47.6105967], "geometry": {"coordinates": [[[-122.3420739, 47.6105967], [-122.3420606, 47.6105889], [-122.3420484, 47.6105818], [-122.3419815, 47.6105425], [-122.341889, 47.6104882], [-122.342074, 47.6103449], [-122.3421842, 47.6102596], [-122.3423691, 47.6103681], [-122.3420739, 47.6105967]]], "type": "Polygon"}, "id": "221", "properties": {"__folium_color": "#fdbf6f", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24776.656, "cen_dist2chain": 46.0260754391334, "changeset": null, "email": null, "ext_chain": "24822.157 24815.648 24815.648 24796.246 24763.69 24744.15 24731.146 24783.263 24822.157", "ext_dist2chain": "33.03154943979317 32.58800215935596 32.18843892964888 30.033938693291518 27.085723098280802 47.16147513422098 59.133943562416086 64.9802791082678 33.03154943979317", "height": null, "id": 360950561, "index": 221, "index_in_full": 1898, "internet_access": null, "landuse": null, "name": "Alaska Trade Building", "need2ndStageAssess_prob": 0.368, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"heritage": "yes", "wikidata": "Q4708626"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Alaska Trade Building"}, "type": "Feature"}, {"bbox": [-122.342074, 47.61013, -122.3415227, 47.6104882], "geometry": {"coordinates": [[[-122.341889, 47.6104882], [-122.3415227, 47.6102733], [-122.3417077, 47.61013], [-122.342074, 47.6103449], [-122.341889, 47.6104882]]], "type": "Polygon"}, "id": "222", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24698.631, "cen_dist2chain": 31.42366226886432, "changeset": null, "email": null, "ext_chain": "24763.69 24653.109 24633.485 24744.15 24763.69", "ext_dist2chain": "27.085723098280802 15.777487022541097 35.95750937882937 47.16147513422098 27.085723098280802", "height": null, "id": 360950564, "index": 222, "index_in_full": 1899, "internet_access": null, "landuse": null, "name": "Fairmount Apartments", "need2ndStageAssess_prob": 0.4616, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3421842, 47.6100446, -122.3417077, 47.6103449], "geometry": {"coordinates": [[[-122.342074, 47.6103449], [-122.3417077, 47.61013], [-122.3418179, 47.6100446], [-122.3421842, 47.6102596], [-122.342074, 47.6103449]]], "type": "Polygon"}, "id": "223", "properties": {"__folium_color": "#fb9a99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24685.496, "cen_dist2chain": 47.49593719072449, "changeset": null, "email": null, "ext_chain": "24744.15 24633.485 24620.473 24731.146 24744.15", "ext_dist2chain": "47.16147513422098 35.95750937882937 47.98395326847255 59.133943562416086 47.16147513422098", "height": null, "id": 360950567, "index": 223, "index_in_full": 1900, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.256, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.343926, 47.6122476, -122.3432728, 47.6126849], "geometry": {"coordinates": [[[-122.3432728, 47.6124701], [-122.3436386, 47.6126849], [-122.343926, 47.6124624], [-122.3435602, 47.6122476], [-122.3432728, 47.6124701]]], "type": "Polygon"}, "id": "224", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2101", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": "12", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 25583.343, "cen_dist2chain": 43.63795476915658, "changeset": null, "email": null, "ext_chain": "25557.48 25661.208 25615.78 25511.746 25557.48", "ext_dist2chain": "20.867174938364247 37.10607307045481 66.47705228180898 50.46705000624136 20.867174938364247", "height": null, "id": 362819087, "index": 224, "index_in_full": 1906, "internet_access": null, "landuse": null, "name": "CenturyLink", "need2ndStageAssess_prob": 0.4176, "office": null, "opening_hours": null, "operator": "CenturyLink", "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"operator:wikidata": "Q110391616", "telecom": "exchange"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.344112, 47.6124624, -122.3436386, 47.612794], "geometry": {"coordinates": [[[-122.3438246, 47.612794], [-122.3436386, 47.6126849], [-122.343926, 47.6124624], [-122.344112, 47.6125715], [-122.3438246, 47.612794]]], "type": "Polygon"}, "id": "225", "properties": {"__folium_color": "#fb9a99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2117", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25661.208, "cen_dist2chain": 55.96761274243464, "changeset": null, "email": null, "ext_chain": "25713.195 25661.208 25615.78 25667.769 25713.195", "ext_dist2chain": "45.58794725635643 37.10607307045481 66.47705228180898 74.82816317548367 45.58794725635643", "height": null, "id": 362819088, "index": 225, "index_in_full": 1907, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.2412, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3442909, 47.6125715, -122.3438246, 47.6128995], "geometry": {"coordinates": [[[-122.3438246, 47.612794], [-122.3440043, 47.6128995], [-122.3442909, 47.6126777], [-122.3442165, 47.6126341], [-122.3442131, 47.6126366], [-122.344172, 47.6126125], [-122.3441762, 47.6126092], [-122.344112, 47.6125715], [-122.3438246, 47.612794]]], "type": "Polygon"}, "id": "226", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2119", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25719.734, "cen_dist2chain": 64.23186975445806, "changeset": null, "email": null, "ext_chain": "25713.195 25765.19 25719.734 25693.77 25693.77 25687.104 25687.104 25667.769 25713.195", "ext_dist2chain": "45.58794725635643 53.896511041103345 82.92409139057413 79.50456551141252 79.1651555709378 77.27520738152492 77.70770755603111 74.82816317548367 45.58794725635643", "height": null, "id": 362819089, "index": 226, "index_in_full": 1908, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.1512, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3446607, 47.6126777, -122.3440043, 47.6130234], "geometry": {"coordinates": [[[-122.3441921, 47.6130098], [-122.3440043, 47.6128995], [-122.3442909, 47.6126777], [-122.3446607, 47.6128948], [-122.3444945, 47.6130234], [-122.3444201, 47.6129797], [-122.3444667, 47.6129437], [-122.3443352, 47.6128665], [-122.3442385, 47.6129413], [-122.3442624, 47.6129554], [-122.3441921, 47.6130098]]], "type": "Polygon"}, "id": "227", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2127", "addr:place": null, "addr:postcode": "98121", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25778.263, "cen_dist2chain": 78.07452697166146, "changeset": null, "email": null, "ext_chain": "25817.237 25765.19 25719.734 25817.237 25849.729 25823.842 25817.237 25784.811 25797.801 25804.222 25817.237", "ext_dist2chain": "62.73764025480781 53.896511041103345 82.92409139057413 100.21281202257812 83.5012862739225 79.95522802977638 84.64719629138101 78.42499328675869 68.65639501519031 69.80687516032182 62.73764025480781", "height": null, "id": 362819090, "index": 227, "index_in_full": 1909, "internet_access": null, "landuse": null, "name": "The Rivoli", "need2ndStageAssess_prob": 0.0828, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3444503, 47.6122014, -122.3439731, 47.6125377], "geometry": {"coordinates": [[[-122.3441559, 47.6125377], [-122.3439731, 47.6124251], [-122.3441302, 47.6123067], [-122.3442673, 47.6122035], [-122.3442708, 47.6122014], [-122.3444503, 47.6123086], [-122.3441559, 47.6125377]]], "type": "Polygon"}, "id": "228", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2112", "addr:place": null, "addr:postcode": "98121", "addr:street": "1st Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25609.27, "cen_dist2chain": 90.308894562745, "changeset": null, "email": null, "ext_chain": "25661.208 25602.723 25583.343 25563.782 25563.782 25609.27 25661.208", "ext_dist2chain": "79.30090930589219 71.33783445843305 87.30134965472385 101.25177123416204 101.5861755398813 109.43558310431403 79.30090930589219", "height": null, "id": 362828788, "index": 228, "index_in_full": 1910, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0176, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3441302, 47.6120907, -122.3436107, 47.6124251], "geometry": {"coordinates": [[[-122.3439731, 47.6124251], [-122.3436107, 47.6122131], [-122.3437668, 47.6120907], [-122.3441302, 47.6123067], [-122.3439731, 47.6124251]]], "type": "Polygon"}, "id": "229", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "106", "addr:place": null, "addr:postcode": "98121", "addr:street": "Lenora Street", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25544.348, "cen_dist2chain": 71.37606598197131, "changeset": null, "email": null, "ext_chain": "25602.723 25505.133 25479.284 25583.343 25602.723", "ext_dist2chain": "71.33783445843305 55.47862477472179 71.69126284527877 87.30134965472385 71.33783445843305", "height": null, "id": 362828789, "index": 229, "index_in_full": 1911, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.07, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448575, 47.6119086, -122.3445074, 47.6121444], "geometry": {"coordinates": [[[-122.3446951, 47.6121444], [-122.3445074, 47.6120337], [-122.3446698, 47.6119086], [-122.3448575, 47.6120193], [-122.3446951, 47.6121444]]], "type": "Polygon"}, "id": "230", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25544.348, "cen_dist2chain": 137.68933258101106, "changeset": null, "email": null, "ext_chain": "25583.343 25531.316 25505.133 25557.48 25583.343", "ext_dist2chain": "133.4465662270763 125.26222475952184 141.99529696440618 150.10631780701027 133.4465662270763", "height": null, "id": 362828790, "index": 230, "index_in_full": 1912, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3431582, 47.6114876, -122.3427801, 47.6117652], "geometry": {"coordinates": [[[-122.3427801, 47.611714], [-122.342868, 47.6117652], [-122.3431582, 47.6115388], [-122.3430704, 47.6114876], [-122.3427801, 47.611714]]], "type": "Polygon"}, "id": "231", "properties": {"__folium_color": "#fdbf6f", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25251.537, "cen_dist2chain": 38.927990380330776, "changeset": null, "email": null, "ext_chain": "25258.063 25284.127 25238.573 25212.533 25258.063", "ext_dist2chain": "21.885621670070066 25.380517756877026 55.97953268577865 52.5604091829749 21.885621670070066", "height": null, "id": 362842408, "index": 231, "index_in_full": 1914, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3952, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443824, 47.6145241, -122.3439178, 47.6148509], "geometry": {"coordinates": [[[-122.3439178, 47.6147436], [-122.3441004, 47.6148509], [-122.3443824, 47.6146311], [-122.3442004, 47.6145241], [-122.3439178, 47.6147436]]], "type": "Polygon"}, "id": "232", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2226", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "commercial", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26382.874, "cen_dist2chain": 2.4001511860853117, "changeset": null, "email": null, "ext_chain": "26389.381 26441.473 26382.874 26330.895 26389.381", "ext_dist2chain": "16.232762686468806 6.060791258610628 20.780794628418114 10.750041701519612 16.232762686468806", "height": null, "id": 363007911, "index": 232, "index_in_full": 1919, "internet_access": null, "landuse": null, "name": "Revel", "need2ndStageAssess_prob": 0.6156, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3398256, 47.6077044, -122.3393323, 47.6079832], "geometry": {"coordinates": [[[-122.3398256, 47.6078263], [-122.3397146, 47.6077044], [-122.3396525, 47.6077302], [-122.3396389, 47.6077153], [-122.3395443, 47.6077549], [-122.3395542, 47.6077661], [-122.3395031, 47.6077875], [-122.3394932, 47.6077766], [-122.339393, 47.6078184], [-122.3394014, 47.6078276], [-122.3393323, 47.6078566], [-122.3394479, 47.6079832], [-122.3398256, 47.6078263]]], "type": "Polygon"}, "id": "233", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "13", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23644.912, "cen_dist2chain": 33.218886403096214, "changeset": null, "email": null, "ext_chain": "23670.877 23618.841 23618.841 23612.431 23612.431 23618.841 23618.841 23612.431 23612.431 23618.841 23618.841 23670.877 23670.877", "ext_dist2chain": "50.09604676804297 49.78673480760172 44.307273285500095 44.258493654512904 35.89491792367635 35.91595520860909 31.396929674307184 31.36023583894484 22.512101721936357 22.54705722500403 16.43240121472744 16.77721235450227 50.09604676804297", "height": "48.1", "id": 363197066, "index": 233, "index_in_full": 1950, "internet_access": null, "landuse": null, "name": "South Arcade Condominiums", "need2ndStageAssess_prob": 0.4564, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340475, 47.6082414, -122.3398186, 47.6086939], "geometry": {"coordinates": [[[-122.3402101, 47.6082414], [-122.340475, 47.6085313], [-122.3400835, 47.6086939], [-122.3398186, 47.6084041], [-122.3402101, 47.6082414]]], "type": "Polygon"}, "id": "234", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23911.471, "cen_dist2chain": 33.38081593575512, "changeset": null, "email": null, "ext_chain": "23852.833 23976.494 23976.494 23852.833 23852.833", "ext_dist2chain": "50.670563859700465 50.656885183143274 16.112780155867796 16.121950727763195 50.670563859700465", "height": null, "id": 363197067, "index": 234, "index_in_full": 1951, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.444, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340779, 47.608178, -122.3402742, 47.608505], "geometry": {"coordinates": [[[-122.3405388, 47.608505], [-122.3402742, 47.6082202], [-122.3403742, 47.608178], [-122.3404717, 47.608283], [-122.340504, 47.6083178], [-122.3406443, 47.6082585], [-122.3407069, 47.6083259], [-122.340779, 47.6084036], [-122.3405388, 47.608505]]], "type": "Polygon"}, "id": "235", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23930.965, "cen_dist2chain": 65.03533489990275, "changeset": null, "email": null, "ext_chain": "23976.494 23852.833 23852.833 23898.519 23911.471 23911.471 23943.955 23976.494 23976.494", "ext_dist2chain": "56.27478897466432 56.01057383339641 64.8728005676352 64.94232991590985 64.98058521986805 77.41882088306646 77.48917750614748 77.56473793130833 56.27478897466432", "height": null, "id": 363197068, "index": 235, "index_in_full": 1952, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.064, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3409508, 47.6082534, -122.3407069, 47.6084036], "geometry": {"coordinates": [[[-122.340779, 47.6084036], [-122.3409508, 47.608331], [-122.3408787, 47.6082534], [-122.3408721, 47.6082562], [-122.3407069, 47.6083259], [-122.340779, 47.6084036]]], "type": "Polygon"}, "id": "236", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23956.99, "cen_dist2chain": 85.13969682868135, "changeset": null, "email": null, "ext_chain": "23976.494 23976.494 23943.955 23943.955 23943.955 23976.494", "ext_dist2chain": "77.56473793130833 92.79658264261616 92.715287247659 92.12947944453464 77.48917750614748 77.56473793130833", "height": null, "id": 363197069, "index": 236, "index_in_full": 1953, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0064, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408721, 47.6081888, -122.3406443, 47.6083259], "geometry": {"coordinates": [[[-122.3408095, 47.6081888], [-122.3408721, 47.6082562], [-122.3407069, 47.6083259], [-122.3406443, 47.6082585], [-122.3408095, 47.6081888]]], "type": "Polygon"}, "id": "237", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23930.965, "cen_dist2chain": 84.7820993414896, "changeset": null, "email": null, "ext_chain": "23911.471 23943.955 23943.955 23911.471 23911.471", "ext_dist2chain": "92.05794312194313 92.12947944453464 77.48917750614748 77.41882088306646 92.05794312194313", "height": null, "id": 363197070, "index": 237, "index_in_full": 1954, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0056, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408095, 47.6080553, -122.3404498, 47.6083178], "geometry": {"coordinates": [[[-122.3408095, 47.6081888], [-122.3406855, 47.6080553], [-122.3404498, 47.6081549], [-122.3404844, 47.608192], [-122.3404681, 47.6081989], [-122.3405253, 47.6082604], [-122.3404717, 47.608283], [-122.340504, 47.6083178], [-122.3406443, 47.6082585], [-122.3408095, 47.6081888]]], "type": "Polygon"}, "id": "238", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23885.603, "cen_dist2chain": 80.30139231882589, "changeset": null, "email": null, "ext_chain": "23911.471 23852.833 23859.373 23872.343 23872.343 23898.519 23898.519 23911.471 23911.471 23911.471", "ext_dist2chain": "92.05794312194313 91.96042463954815 71.06611297291752 71.1001802775662 69.65433355890978 69.69149188410793 64.94232991590985 64.98058521986805 77.41882088306646 92.05794312194313", "height": null, "id": 363197071, "index": 238, "index_in_full": 1955, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0256, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3395297, 47.6064843, -122.3389212, 47.6069485], "geometry": {"coordinates": [[[-122.3391173, 47.6069485], [-122.3389841, 47.606804], [-122.3389482, 47.606765], [-122.3389254, 47.6067402], [-122.3389384, 47.6067227], [-122.338948, 47.6067025], [-122.3389492, 47.6066839], [-122.3389456, 47.6066604], [-122.3389348, 47.6066418], [-122.3389212, 47.6066252], [-122.3390004, 47.6065921], [-122.3391293, 47.6065381], [-122.3392606, 47.6064843], [-122.3393581, 47.6065901], [-122.3395297, 47.6067763], [-122.3391173, 47.6069485]]], "type": "Polygon"}, "id": "239", "properties": {"__folium_color": "#b2df8a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23228.522, "cen_dist2chain": 67.88121063252527, "changeset": null, "email": null, "ext_chain": "23293.592 23235.063 23215.559 23202.536 23202.536 23196.039 23189.521 23183.026 23169.659 23163.543 23163.543 23157.015 23157.015 23202.536 23287.081 23293.592", "ext_dist2chain": "50.77612369886176 49.1037946638868 48.62302592070414 48.31051027374625 50.053408156608604 51.70224723443512 52.696859945160945 53.59615709422575 53.776908700771784 53.65856097482319 60.62246222469121 71.95948681048645 83.45339801337506 84.86960680471022 87.10494096583302 50.77612369886176", "height": null, "id": 363197072, "index": 239, "index_in_full": 1956, "internet_access": null, "landuse": null, "name": "Harbor Steps Northwest Tower", "need2ndStageAssess_prob": 0.1284, "office": null, "opening_hours": "Mo-Fr 08:00-17:00", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"elevator": "yes", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3390548, 47.6067162, -122.3384002, 47.6071297], "geometry": {"coordinates": [[[-122.3390548, 47.6069742], [-122.3389193, 47.6068301], [-122.3388604, 47.6067674], [-122.3388229, 47.6067671], [-122.3387833, 47.6067632], [-122.3387477, 47.6067503], [-122.3387227, 47.6067338], [-122.338704, 47.6067162], [-122.3384002, 47.6068435], [-122.3384809, 47.6069268], [-122.3385388, 47.6069866], [-122.3386773, 47.6071297], [-122.3390548, 47.6069742]]], "type": "Polygon"}, "id": "240", "properties": {"__folium_color": "#6a3d9a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23241.505, "cen_dist2chain": 26.21317630277479, "changeset": null, "email": null, "ext_chain": "23293.592 23235.063 23202.536 23202.536 23196.039 23189.521 23183.026 23169.659 23183.026 23215.559 23241.505 23306.456 23293.592", "ext_dist2chain": "45.29844551925179 43.44256071583167 42.599068507022764 40.07452094994106 37.607186908967044 35.84497731837779 34.9616967245262 34.55252936769023 7.843803203121484 9.157303504579202 10.080638629186604 12.165225329696638 45.29844551925179", "height": null, "id": 363197074, "index": 240, "index_in_full": 1957, "internet_access": null, "landuse": null, "name": "Harbor Steps Northeast Tower", "need2ndStageAssess_prob": 0.594, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3386535, 47.6059817, -122.3377685, 47.6066963], "geometry": {"coordinates": [[[-122.3386535, 47.6065406], [-122.338587, 47.6064689], [-122.3384447, 47.6065303], [-122.3384261, 47.6065104], [-122.3384667, 47.6064931], [-122.3381927, 47.6061991], [-122.3381146, 47.6061162], [-122.3380787, 47.6061315], [-122.3380601, 47.6061115], [-122.3382061, 47.6060494], [-122.3381433, 47.6059817], [-122.3377685, 47.6061396], [-122.3378322, 47.6062083], [-122.3379037, 47.6061779], [-122.3379202, 47.6061956], [-122.3378766, 47.6062142], [-122.3379605, 47.6063037], [-122.3382317, 47.6065945], [-122.3382027, 47.6066084], [-122.3382842, 47.6066963], [-122.3386535, 47.6065406]]], "type": "Polygon"}, "id": "241", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1221", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "26", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 22994.371, "cen_dist2chain": 16.597223042024666, "changeset": null, "email": null, "ext_chain": "23104.929 23073.842 23085.427 23071.812 23071.812 22942.369 22909.792 22909.792 22903.196 22896.756 22864.262 22883.711 22909.792 22909.792 22916.342 22916.342 22955.305 23085.427 23085.427 23117.967 23104.929", "ext_dist2chain": "39.58201125237568 38.45769972526899 25.90244627337149 25.541100344166843 29.120961530674975 23.91763471419561 22.22699896639241 19.065056432477054 18.668443463697603 31.483055368939194 30.089710286830524 2.793230537435603 1.371960628724276 4.983066759039664 5.303099924439898 1.480646663263573 3.219335273495539 8.4971245706291 5.824908547895897 7.092336239195147 39.58201125237568", "height": "74.4", "id": 363197077, "index": 241, "index_in_full": 1958, "internet_access": null, "landuse": null, "name": "Harbor Steps Southeast Tower", "need2ndStageAssess_prob": 0.6356, "office": null, "opening_hours": "Mo-Fr 08:00-17:00", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"elevator": "yes", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3391175, 47.6057866, -122.3381947, 47.6065127], "geometry": {"coordinates": [[[-122.3385922, 47.6063816], [-122.3387738, 47.6063051], [-122.338577, 47.6060927], [-122.3385354, 47.6061102], [-122.3385054, 47.6060778], [-122.3384554, 47.6060989], [-122.3384444, 47.6060858], [-122.3383962, 47.606035], [-122.3383019, 47.6060747], [-122.3381947, 47.6059591], [-122.3386042, 47.6057866], [-122.3386687, 47.6058562], [-122.3386535, 47.6058626], [-122.3386762, 47.6058871], [-122.3386895, 47.6058815], [-122.3387511, 47.6059476], [-122.3391175, 47.6063445], [-122.3387128, 47.6065127], [-122.3386488, 47.6064431], [-122.3385922, 47.6063816]]], "type": "Polygon"}, "id": "242", "properties": {"__folium_color": "#fb9a99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1200", "addr:place": null, "addr:postcode": "98101", "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": "17", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 22968.316, "cen_dist2chain": 60.85137295022129, "changeset": null, "email": null, "ext_chain": "23046.343 23039.891 22948.815 22948.815 22935.783 22935.783 22929.352 22909.792 22909.792 22864.262 22844.782 22877.24 22877.24 22883.711 22883.711 22916.342 23091.999 23104.929 23073.842 23046.343", "ext_dist2chain": "42.90230398871699 58.858034322667564 55.120168953595815 51.468382125525196 50.8502832359208 46.46177701301688 46.29248144561739 45.23839498093843 36.98147804764807 34.63508310344661 70.46218786283521 71.89709383944027 70.56389620370668 71.07534613435058 72.23892308076819 73.58504705582354 80.43750629765391 44.93560003567435 43.87814577798198 42.90230398871699", "height": "50.3", "id": 363197078, "index": 242, "index_in_full": 1959, "internet_access": null, "landuse": null, "name": "Harbor Steps Southwest Tower", "need2ndStageAssess_prob": 0.242, "office": null, "opening_hours": "Mo-Fr 08:00-17:00", "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"elevator": "yes", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3395554, 47.6054885, -122.3388266, 47.6059689], "geometry": {"coordinates": [[[-122.339086, 47.6059689], [-122.3390953, 47.6059651], [-122.3392582, 47.6058975], [-122.339402, 47.6058384], [-122.3395554, 47.6057735], [-122.3392974, 47.6054885], [-122.3388266, 47.6056823], [-122.339086, 47.6059689]]], "type": "Polygon"}, "id": "243", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1201", "addr:place": null, "addr:postcode": null, "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22877.24, "cen_dist2chain": 113.61147415404467, "changeset": null, "email": null, "ext_chain": "22955.305 22955.305 22948.815 22948.815 22935.783 22805.653 22825.259 22955.305", "ext_dist2chain": "95.6722026899547 96.48244551872828 110.73789715341559 123.29293736011454 136.73928463777517 131.35224469206534 90.38736792766281 95.6722026899547", "height": "25.9", "id": 363197080, "index": 243, "index_in_full": 1960, "internet_access": null, "landuse": null, "name": "Olympic Warehouse and Cold Storage Building", "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1910", "tags": {"addr:state": "WA", "old_name": "Agen Warehouse", "ref:nrhp": "97001673", "wikidata": "Q28035251"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Agen Warehouse"}, "type": "Feature"}, {"bbox": [-122.3398088, 47.6057735, -122.3390953, 47.6062434], "geometry": {"coordinates": [[[-122.3390953, 47.6059651], [-122.3393472, 47.6062434], [-122.3398088, 47.6060534], [-122.3395554, 47.6057735], [-122.339402, 47.6058384], [-122.3392582, 47.6058975], [-122.3390953, 47.6059651]]], "type": "Polygon"}, "id": "244", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1201", "addr:place": null, "addr:postcode": null, "addr:street": "Western Avenue", "amenity": null, "building": "yes", "building:levels": "15", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23013.95, "cen_dist2chain": 118.9452897477083, "changeset": null, "email": null, "ext_chain": "22955.305 23085.427 23065.931 22935.783 22948.815 22948.815 22955.305", "ext_dist2chain": "96.48244551872828 100.86255046391794 141.23449949794198 136.73928463777517 123.29293736011454 110.73789715341559 96.48244551872828", "height": "22.2", "id": 363197081, "index": 244, "index_in_full": 1961, "internet_access": null, "landuse": null, "name": "1201 Western Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "http://www.martinsmith.com/western-building/", "start_date": "1910", "tags": {"addr:state": "WA", "name:en": "1201 Western Building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3405488, 47.6085896, -122.3401643, 47.6087666], "geometry": {"coordinates": [[[-122.3401981, 47.6087645], [-122.3405488, 47.608615], [-122.3405401, 47.6086058], [-122.340525, 47.6085896], [-122.3401743, 47.6087391], [-122.340168, 47.6087432], [-122.3401645, 47.6087485], [-122.3401643, 47.6087544], [-122.3401674, 47.6087598], [-122.3401734, 47.6087641], [-122.3401813, 47.6087665], [-122.34019, 47.6087666], [-122.3401981, 47.6087645]]], "type": "Polygon"}, "id": "245", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24009.036, "cen_dist2chain": 34.25562625958518, "changeset": null, "email": null, "ext_chain": "24015.592 24015.592 24009.036 24002.523 24002.523 24002.523 24002.523 24002.523 24009.036 24009.036 24015.592 24015.592 24015.592", "ext_dist2chain": "19.315853070276212 50.48032484654364 50.47941346903398 50.437629739175975 19.26751079110193 18.624508828055244 18.09474954320657 17.757333520998234 17.644830812750897 17.773473156107524 18.151739260811866 18.680947544114076 19.315853070276212", "height": null, "id": 363400648, "index": 245, "index_in_full": 1966, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.456, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354097, 47.6001427, -122.3352693, 47.6003073], "geometry": {"coordinates": [[[-122.3354096, 47.6003073], [-122.3354097, 47.6001558], [-122.3353954, 47.6001444], [-122.3352707, 47.6001427], [-122.3352693, 47.600307], [-122.3354096, 47.6003073]]], "type": "Polygon"}, "id": "246", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20660.107, "cen_dist2chain": 37.63579553213509, "changeset": null, "email": null, "ext_chain": "20686.115 20634.107 20627.714 20627.714 20686.115 20686.115", "ext_dist2chain": "32.696624794377385 32.11837909114048 33.15501052868443 42.520230837500186 43.234939882550655 32.696624794377385", "height": null, "id": 367742290, "index": 246, "index_in_full": 1981, "internet_access": null, "landuse": null, "name": "Old Boston Hotel Building", "need2ndStageAssess_prob": 0.0972, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=5247800095;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=707135696", "start_date": "1907", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354096, 47.6003054, -122.3348649, 47.6004733], "geometry": {"coordinates": [[[-122.3354084, 47.6004733], [-122.3354096, 47.6003073], [-122.3352693, 47.600307], [-122.3348656, 47.6003054], [-122.3348649, 47.6004715], [-122.3354084, 47.6004733]]], "type": "Polygon"}, "id": "247", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20712.148, "cen_dist2chain": 53.54836223793721, "changeset": null, "email": null, "ext_chain": "20744.506 20686.115 20686.115 20679.617 20737.742 20744.506", "ext_dist2chain": "33.57867479103215 32.696624794377385 43.234939882550655 73.56020129923755 74.39592168665664 33.57867479103215", "height": null, "id": 367742291, "index": 247, "index_in_full": 1982, "internet_access": null, "landuse": null, "name": "OK Hotel", "need2ndStageAssess_prob": 0.1052, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105243927", "start_date": "1917", "tags": {"alt_name": "O. K. Hotel"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3352707, 47.600141, -122.3348656, 47.600307], "geometry": {"coordinates": [[[-122.3352693, 47.600307], [-122.3348656, 47.6003054], [-122.3348671, 47.600141], [-122.3352707, 47.6001427], [-122.3352693, 47.600307]]], "type": "Polygon"}, "id": "248", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20653.383, "cen_dist2chain": 58.010824491597546, "changeset": null, "email": null, "ext_chain": "20686.115 20679.617 20627.714 20627.714 20686.115", "ext_dist2chain": "43.234939882550655 73.56020129923755 72.86103103228122 42.520230837500186 43.234939882550655", "height": null, "id": 367742292, "index": 248, "index_in_full": 1983, "internet_access": null, "landuse": null, "name": "80 Main", "need2ndStageAssess_prob": 0.0212, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://blue.kingcounty.com/Assessor/eRealProperty/Dashboard.aspx?ParcelNbr=5247800100;https://www.apartments.com/80-main-apartments-seattle-wa/8ydktb3/", "start_date": "2016", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3425691, 47.6097481, -122.3419596, 47.6100786], "geometry": {"coordinates": [[[-122.3424101, 47.6100786], [-122.3425533, 47.6099681], [-122.3425691, 47.6099559], [-122.3422163, 47.6097481], [-122.342204, 47.6097576], [-122.342082, 47.6098517], [-122.342093, 47.6098582], [-122.3420522, 47.6098897], [-122.3420322, 47.6098779], [-122.3419596, 47.6099339], [-122.342073, 47.6100007], [-122.3421398, 47.6099491], [-122.3421243, 47.60994], [-122.3421382, 47.6099293], [-122.3421309, 47.609925], [-122.3421389, 47.6099189], [-122.3424101, 47.6100786]]], "type": "Polygon"}, "id": "249", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "80", "addr:place": null, "addr:postcode": null, "addr:street": "Stewart Street", "amenity": "social_facility", "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24633.485, "cen_dist2chain": 84.89863548653246, "changeset": null, "email": null, "ext_chain": "24705.209 24685.496 24685.496 24581.422 24581.422 24607.558 24607.558 24607.558 24607.558 24607.558 24640.048 24633.485 24620.473 24620.473 24620.473 24620.473 24705.209", "ext_dist2chain": "84.0609516677994 99.60596466926707 101.32036452249595 90.80342197643094 89.46041439155435 76.24035374890413 76.5170862853316 72.02838055044077 71.50440868308785 63.51432397792382 66.90287867587935 74.16687522557665 73.72663227004644 75.22846818191641 75.00031538267609 75.86539881727606 84.0609516677994", "height": null, "id": 367894552, "index": 249, "index_in_full": 1987, "internet_access": null, "landuse": null, "name": "Stewart House", "need2ndStageAssess_prob": 0.0456, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1984", "tags": {"owner": "Pike Place Market PDA", "social_facility:for": "underprivileged", "social_facility:for_1": "senior"}, "timestamp": 0, "url": null, "version": -1, "website": "http://pikeplacemarket.org/residential", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427647, 47.6099559, -122.3423102, 47.6102709], "geometry": {"coordinates": [[[-122.3425691, 47.6099559], [-122.3427647, 47.6100711], [-122.3427469, 47.6100848], [-122.3425058, 47.6102709], [-122.3423102, 47.6101558], [-122.3424101, 47.6100786], [-122.3425533, 47.6099681], [-122.3425691, 47.6099559]]], "type": "Polygon"}, "id": "250", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "98101", "addr:street": "Pike Place", "amenity": null, "building": "yes", "building:levels": "1", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24731.146, "cen_dist2chain": 90.26921471823633, "changeset": null, "email": null, "ext_chain": "24685.496 24744.15 24750.759 24776.656 24711.604 24705.209 24685.496 24685.496", "ext_dist2chain": "101.32036452249595 107.35650187468781 105.43159549937467 79.3106247214821 73.2002507325499 84.0609516677994 99.60596466926707 101.32036452249595", "height": null, "id": 367894553, "index": 250, "index_in_full": 1988, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0236, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"roof:shape": "flat"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3429391, 47.6100711, -122.3424213, 47.6104388], "geometry": {"coordinates": [[[-122.3429391, 47.6101738], [-122.3425957, 47.6104388], [-122.3424213, 47.6103361], [-122.3425058, 47.6102709], [-122.3427647, 47.6100711], [-122.3429391, 47.6101738]]], "type": "Polygon"}, "id": "251", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "retail", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24789.681, "cen_dist2chain": 91.52394623688652, "changeset": null, "email": null, "ext_chain": "24796.246 24835.087 24783.263 24776.656 24744.15 24796.246", "ext_dist2chain": "112.86793637376236 75.77947141755098 70.15425239407142 79.3106247214821 107.35650187468781 112.86793637376236", "height": null, "id": 367894554, "index": 251, "index_in_full": 1989, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0364, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3431231, 47.6101738, -122.3425957, 47.6105472], "geometry": {"coordinates": [[[-122.3429391, 47.6101738], [-122.3431231, 47.6102822], [-122.3431018, 47.6102987], [-122.3428042, 47.6105283], [-122.3427797, 47.6105472], [-122.3425957, 47.6104388], [-122.3429196, 47.6101889], [-122.3429391, 47.6101738]]], "type": "Polygon"}, "id": "252", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24835.087, "cen_dist2chain": 97.33956342459628, "changeset": null, "email": null, "ext_chain": "24796.246 24848.15 24848.15 24887.192 24893.58 24835.087 24796.246 24796.246", "ext_dist2chain": "112.86793637376236 118.86187298408811 116.56772528322156 84.53198159413476 81.89482986953568 75.77947141755098 110.75816861034005 112.86793637376236", "height": null, "id": 367894555, "index": 252, "index_in_full": 1990, "internet_access": null, "landuse": null, "name": "Champion Building", "need2ndStageAssess_prob": 0.0192, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3432861, 47.6102987, -122.3428042, 47.6106368], "geometry": {"coordinates": [[[-122.3428042, 47.6105283], [-122.3429885, 47.6106368], [-122.3432842, 47.6104086], [-122.3432861, 47.6104071], [-122.3431018, 47.6102987], [-122.3428042, 47.6105283]]], "type": "Polygon"}, "id": "253", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24893.58, "cen_dist2chain": 103.61899305522394, "changeset": null, "email": null, "ext_chain": "24887.192 24939.339 24906.779 24906.779 24848.15 24887.192", "ext_dist2chain": "84.53198159413476 90.77800773780453 122.51329238382155 122.7195502059169 116.56772528322156 84.53198159413476", "height": null, "id": 367894556, "index": 253, "index_in_full": 1991, "internet_access": null, "landuse": null, "name": "Pike \u0026 Virginia Building", "need2ndStageAssess_prob": 0.0052, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408874, 47.6087726, -122.3402701, 47.6091354], "geometry": {"coordinates": [[[-122.3405914, 47.6087794], [-122.3405829, 47.6087752], [-122.340573, 47.6087729], [-122.3405625, 47.6087726], [-122.3405523, 47.6087744], [-122.3405434, 47.6087781], [-122.3402864, 47.6088886], [-122.3402775, 47.6088941], [-122.3402718, 47.6089014], [-122.3402701, 47.6089096], [-122.3402724, 47.6089176], [-122.3404643, 47.6091354], [-122.3404902, 47.6091244], [-122.3403005, 47.6089056], [-122.3404195, 47.6088542], [-122.3405644, 47.6087916], [-122.3408579, 47.6089711], [-122.3408636, 47.6089689], [-122.3408874, 47.6089595], [-122.3406346, 47.6088057], [-122.3405914, 47.6087794]]], "type": "Polygon"}, "id": "254", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24100.161, "cen_dist2chain": 31.019569199077665, "changeset": null, "email": null, "ext_chain": "24067.659 24067.659 24061.224 24061.224 24061.224 24061.224 24061.224 24061.224 24067.659 24067.659 24067.659 24165.27 24165.27 24067.659 24067.659 24067.659 24165.27 24165.27 24165.27 24087.086 24067.659", "ext_dist2chain": "43.600459194001395 43.303127021696014 42.793509674281424 42.13209624574837 41.37242605462235 40.586925671502705 17.69840927310263 16.81452506490949 16.045758731593722 15.439100808504337 15.138548833096717 14.650092812496991 16.947485812560277 17.633304397039865 28.238938169414762 41.161292044513864 49.41253272737024 49.905368442123695 51.97607992224944 44.81154791908197 43.600459194001395", "height": null, "id": 368008771, "index": 254, "index_in_full": 1992, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4496, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.345372, 47.6189288, -122.3452186, 47.6191032], "geometry": {"coordinates": [[[-122.345372, 47.6189974], [-122.3453566, 47.6190269], [-122.3453505, 47.6190385], [-122.3453195, 47.6190662], [-122.3453078, 47.6190766], [-122.3452389, 47.6191032], [-122.3452186, 47.6190811], [-122.345283, 47.6190521], [-122.3453114, 47.6190268], [-122.3453199, 47.6190193], [-122.3453344, 47.6189764], [-122.3453426, 47.6189288], [-122.3453717, 47.6189305], [-122.345372, 47.6189974]]], "type": "Polygon"}, "id": "255", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27982.13, "cen_dist2chain": 24.457780552707927, "changeset": null, "email": null, "ext_chain": "27975.59 27982.13 27988.581 28001.154 28001.154 28014.539 28007.996 27995.022 27982.13 27982.13 27969.112 27949.518 27949.518 27975.59", "ext_dist2chain": "28.58307615496929 27.39378702321448 26.920670658564195 24.57918759891118 23.703592968343767 18.505996872364797 17.014512951517567 21.838686253137904 23.997762476513742 24.619340536772736 25.779374919063773 26.43846299128097 28.626369162222943 28.58307615496929", "height": null, "id": 368831833, "index": 255, "index_in_full": 1994, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5272, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"layer": "1"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3461178, 47.6202046, -122.3460237, 47.6207504], "geometry": {"coordinates": [[[-122.3461178, 47.620205], [-122.3461152, 47.6204991], [-122.3460726, 47.6204989], [-122.3460721, 47.6205569], [-122.3461158, 47.6205571], [-122.3461141, 47.6207504], [-122.3460237, 47.6207501], [-122.3460256, 47.6205322], [-122.3460365, 47.6205322], [-122.3460373, 47.6204436], [-122.346027, 47.6204436], [-122.3460291, 47.6202046], [-122.3461178, 47.620205]]], "type": "Polygon"}, "id": "256", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": "restaurant", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28489.11, "cen_dist2chain": 86.87166689033279, "changeset": null, "email": null, "ext_chain": "28397.913 28495.724 28502.155 28521.598 28521.598 28586.527 28586.527 28508.687 28508.687 28482.707 28482.707 28397.913 28397.913", "ext_dist2chain": "88.27238319263884 90.42887499221283 87.23376303890514 87.70124394460397 90.97840130096561 92.76759369907107 86.00028063711166 83.99008772044544 84.80580575365327 84.090149280921 83.31787734218062 81.61460271415628 88.27238319263884", "height": null, "id": 373712574, "index": 256, "index_in_full": 2003, "internet_access": null, "landuse": null, "name": "Brella\u0027s Restaurant \u0026 Lounge", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348093, 47.5996248, -122.3343574, 47.5997094], "geometry": {"coordinates": [[[-122.3343579, 47.5996248], [-122.3344721, 47.5996251], [-122.3346857, 47.5996257], [-122.3348093, 47.599626], [-122.3348076, 47.5997094], [-122.3343574, 47.5997067], [-122.3343579, 47.5996248]]], "type": "Polygon"}, "id": "257", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20458.703, "cen_dist2chain": 93.84158715636913, "changeset": null, "email": null, "ext_chain": "20439.244 20439.244 20439.244 20439.244 20471.676 20471.676 20439.244", "ext_dist2chain": "110.82875031210904 102.24158918766054 86.18065232060779 76.88728683605275 77.00787110695236 110.86140458913022 110.82875031210904", "height": null, "id": 389138215, "index": 257, "index_in_full": 2022, "internet_access": null, "landuse": null, "name": "Maud Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-651817274", "start_date": "1890", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348097, 47.5995445, -122.3343579, 47.599626], "geometry": {"coordinates": [[[-122.3344721, 47.5996251], [-122.3343579, 47.5996248], [-122.3343583, 47.5995445], [-122.3348097, 47.5995456], [-122.3348093, 47.599626], [-122.3346857, 47.5996257], [-122.334686, 47.599587], [-122.3344723, 47.5995864], [-122.3344721, 47.5996251]]], "type": "Polygon"}, "id": "258", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20426.147, "cen_dist2chain": 93.7316919536813, "changeset": null, "email": null, "ext_chain": "20439.244 20439.244 20413.15 20413.15 20439.244 20439.244 20432.626 20432.626 20439.244", "ext_dist2chain": "102.24158918766054 110.82875031210904 110.79372981955488 76.84824344143759 76.88728683605275 86.18065232060779 86.1499723283423 102.22003037845928 102.24158918766054", "height": null, "id": 389138219, "index": 258, "index_in_full": 2026, "internet_access": null, "landuse": null, "name": "Crown Hotel", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-761507081", "start_date": "1900", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3373788, 47.6020552, -122.3371916, 47.6021432], "geometry": {"coordinates": [[[-122.337193, 47.6020552], [-122.3373788, 47.6020566], [-122.3373774, 47.6021432], [-122.3371916, 47.6021418], [-122.337193, 47.6020552]]], "type": "Polygon"}, "id": "259", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21394.245, "cen_dist2chain": 87.78285803709434, "changeset": null, "email": null, "ext_chain": "21374.775 21381.207 21413.824 21407.385 21374.775", "ext_dist2chain": "81.69680346372293 95.47865572942203 93.8511573553491 80.08596760445005 81.69680346372293", "height": null, "id": 389138750, "index": 259, "index_in_full": 2028, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3420231, 47.6095228, -122.3417302, 47.6096801], "geometry": {"coordinates": [[[-122.341966, 47.6096654], [-122.3419842, 47.6096757], [-122.3419919, 47.6096801], [-122.3420231, 47.6096562], [-122.3420225, 47.609637], [-122.3418295, 47.6095228], [-122.3418177, 47.6095277], [-122.3417302, 47.6095635], [-122.341737, 47.6095698], [-122.3417511, 47.6095828], [-122.3418297, 47.6095491], [-122.3419913, 47.6096452], [-122.341966, 47.6096654]]], "type": "Polygon"}, "id": "260", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24490.515, "cen_dist2chain": 79.3668903194688, "changeset": null, "email": null, "ext_chain": "24516.495 24529.615 24529.615 24529.615 24516.495 24457.953 24457.953 24457.953 24464.427 24470.886 24464.427 24516.495 24516.495", "ext_dist2chain": "79.63821295471813 80.18326900061726 80.41580197385356 83.81391209066597 84.9032685689061 79.24074048081917 78.19963161558948 70.51041881443551 70.577537866397 70.72521714055108 77.72206493055498 82.42341226596228 79.63821295471813", "height": null, "id": 396819740, "index": 260, "index_in_full": 2057, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0168, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3395604, 47.609242, -122.3391473, 47.6095779], "geometry": {"coordinates": [[[-122.3395604, 47.6095067], [-122.3393195, 47.609242], [-122.3391473, 47.6093132], [-122.3393882, 47.6095779], [-122.3395604, 47.6095067]]], "type": "Polygon"}, "id": "261", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 24106.598, "cen_dist2chain": 72.4336425656305, "changeset": null, "email": null, "ext_chain": "24158.737 24048.077 24048.077 24158.737 24158.737", "ext_dist2chain": "64.88111667929171 64.81135042890543 79.98687499202352 80.05540986233008 64.88111667929171", "height": null, "id": 397007178, "index": 261, "index_in_full": 2061, "internet_access": null, "landuse": null, "name": "Eitel Building", "need2ndStageAssess_prob": 0.0276, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=332586394", "start_date": "1908", "tags": {"wikidata": "Q30645889"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.339538, 47.6082504, -122.338918, 47.6086833], "geometry": {"coordinates": [[[-122.338918, 47.6084099], [-122.3392991, 47.6082504], [-122.339538, 47.6085239], [-122.3391569, 47.6086833], [-122.338918, 47.6084099]]], "type": "Polygon"}, "id": "262", "properties": {"__folium_color": "#cab2d6", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1424", "addr:place": null, "addr:postcode": "98101", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23794.538, "cen_dist2chain": 25.300131774768136, "changeset": null, "email": null, "ext_chain": "23736.126 23736.126 23852.833 23852.833 23736.126", "ext_dist2chain": "41.82426092588858 8.129564567605698 8.829289579801316 42.52126368096221 41.82426092588858", "height": null, "id": 397007179, "index": 262, "index_in_full": 2062, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.5084, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348694, 47.6023244, -122.3344235, 47.6025537], "geometry": {"coordinates": [[[-122.3348045, 47.6023244], [-122.3348694, 47.6023955], [-122.3344876, 47.6025537], [-122.3344235, 47.6024825], [-122.3348045, 47.6023244]]], "type": "Polygon"}, "id": "263", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "627", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "2", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 21413.824, "cen_dist2chain": 114.1339260688637, "changeset": null, "email": null, "ext_chain": "21381.207 21407.385 21446.223 21420.257 21381.207", "ext_dist2chain": "100.37806817499532 96.8006708571223 127.96510724973342 131.4503990564471 100.37806817499532", "height": null, "id": 397007182, "index": 263, "index_in_full": 2065, "internet_access": null, "landuse": null, "name": "Totem Pole Loand", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-93051350", "start_date": "1908", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3410923, 47.6073567, -122.3408042, 47.6075593], "geometry": {"coordinates": [[[-122.3410732, 47.6074982], [-122.340927, 47.6075593], [-122.3408042, 47.6074258], [-122.3409695, 47.6073567], [-122.3410923, 47.6074903], [-122.3410732, 47.6074982]]], "type": "Polygon"}, "id": "264", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1400", "addr:place": null, "addr:postcode": "98101", "addr:street": "Alaskan Way", "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23697.066, "cen_dist2chain": 143.57163752442602, "changeset": null, "email": null, "ext_chain": "23729.517 23729.517 23670.877 23670.877 23729.517 23729.517", "ext_dist2chain": "149.3022071228361 136.3803130730246 136.10025244718204 150.71094811397842 150.98562437820223 149.3022071228361", "height": null, "id": 397007183, "index": 264, "index_in_full": 2066, "internet_access": null, "landuse": null, "name": "Seattle Antiques Market", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": "antiques", "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3397592, 47.6091597, -122.3393195, 47.6095067], "geometry": {"coordinates": [[[-122.3395604, 47.6095067], [-122.3397592, 47.6094244], [-122.3395183, 47.6091597], [-122.3393195, 47.609242], [-122.3395604, 47.6095067]]], "type": "Polygon"}, "id": "265", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "114", "addr:place": null, "addr:postcode": "98101", "addr:street": "Pike Street", "amenity": null, "building": "yes", "building:levels": "2", "building:material": "brick", "building:min_level": null, "building:use": null, "cen_chain": 24106.598, "cen_dist2chain": 56.0836012049758, "changeset": null, "email": null, "ext_chain": "24158.737 24158.737 24048.077 24048.077 24158.737", "ext_dist2chain": "64.88111667929171 47.35767770979193 47.285718794821356 64.81135042890543 64.88111667929171", "height": null, "id": 397007184, "index": 265, "index_in_full": 2067, "internet_access": null, "landuse": null, "name": "The Liberty Building", "need2ndStageAssess_prob": 0.1292, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-1132318569", "start_date": "1922", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.340305, 47.6074901, -122.33976, 47.6078042], "geometry": {"coordinates": [[[-122.340027, 47.6077468], [-122.3399062, 47.6077973], [-122.3398896, 47.6078042], [-122.33976, 47.6076632], [-122.3401742, 47.6074901], [-122.340305, 47.6076322], [-122.3401673, 47.6076898], [-122.340144, 47.6076644], [-122.3400048, 47.6077226], [-122.340027, 47.6077468]]], "type": "Polygon"}, "id": "266", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23638.541, "cen_dist2chain": 73.62121849239476, "changeset": null, "email": null, "ext_chain": "23670.877 23670.877 23670.877 23612.431 23605.829 23670.877 23670.877 23657.845 23664.342 23670.877", "ext_dist2chain": "67.62962368552964 56.953769599835226 55.4890194144335 55.04623284695374 91.63295321775381 92.10806364646028 79.93572719232029 79.88401264151308 67.58295280986643 67.62962368552964", "height": null, "id": 397007185, "index": 266, "index_in_full": 2068, "internet_access": null, "landuse": null, "name": "U.S. Immigration Building", "need2ndStageAssess_prob": 0.0648, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3353516, 47.6018353, -122.3349536, 47.6021202], "geometry": {"coordinates": [[[-122.3353504, 47.6021202], [-122.3349536, 47.6021195], [-122.3349548, 47.6018353], [-122.3353516, 47.6018361], [-122.3353504, 47.6021202]]], "type": "Polygon"}, "id": "267", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21270.784, "cen_dist2chain": 68.88937900468322, "changeset": null, "email": null, "ext_chain": "21329.327 21316.317 21218.824 21231.731 21329.327", "ext_dist2chain": "56.38347709755363 85.89223930642441 81.5079442450902 51.95054724914881 56.38347709755363", "height": null, "id": 397007187, "index": 267, "index_in_full": 2070, "internet_access": null, "landuse": null, "name": "Travelers Hotel", "need2ndStageAssess_prob": 0.0056, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;http://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=782849921", "start_date": "1913", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3356403, 47.6022774, -122.3350745, 47.6026705], "geometry": {"coordinates": [[[-122.3353054, 47.6026705], [-122.3350745, 47.6024168], [-122.3351437, 47.6023879], [-122.335406, 47.6022774], [-122.3356403, 47.6025273], [-122.3353054, 47.6026705]]], "type": "Polygon"}, "id": "268", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21452.878, "cen_dist2chain": 62.04638648018319, "changeset": null, "email": null, "ext_chain": "21517.823 21420.257 21413.824 21387.664 21485.29 21517.823", "ext_dist2chain": "69.64101411289208 81.96171568095019 76.30672086176779 54.88813631569772 42.05833198462015 69.64101411289208", "height": null, "id": 397007190, "index": 268, "index_in_full": 2073, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.098, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=213253368", "start_date": "1890", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3418596, 47.6082195, -122.3413247, 47.6085296], "geometry": {"coordinates": [[[-122.3414535, 47.6085296], [-122.3413247, 47.6083907], [-122.3413862, 47.6083647], [-122.3417308, 47.6082195], [-122.3418596, 47.6083585], [-122.3414535, 47.6085296]]], "type": "Polygon"}, "id": "269", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24074.086, "cen_dist2chain": 131.25097985315958, "changeset": null, "email": null, "ext_chain": "24100.161 24048.077 24048.077 24048.077 24100.161 24100.161", "ext_dist2chain": "113.3049102129664 113.20882208935095 118.66196638243788 149.18874066769638 149.27833796510882 113.3049102129664", "height": null, "id": 397007191, "index": 269, "index_in_full": 2074, "internet_access": null, "landuse": null, "name": "Madore Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3358603, 47.6025273, -122.3353054, 47.602915], "geometry": {"coordinates": [[[-122.3353054, 47.6026705], [-122.3356403, 47.6025273], [-122.3358603, 47.6027757], [-122.3355388, 47.6029101], [-122.3355273, 47.602915], [-122.3353054, 47.6026705]]], "type": "Polygon"}, "id": "270", "properties": {"__folium_color": "#fb9a99", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "office", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21550.527, "cen_dist2chain": 50.111966165988854, "changeset": null, "email": null, "ext_chain": "21517.823 21485.29 21582.89 21615.42 21615.42 21517.823", "ext_dist2chain": "69.64101411289208 42.05833198462015 30.71860757149243 57.28621758297295 58.23442794772442 69.64101411289208", "height": null, "id": 397007192, "index": 270, "index_in_full": 2075, "internet_access": null, "landuse": null, "name": "Daily Journal Building", "need2ndStageAssess_prob": 0.2684, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-2131797901", "start_date": "1898", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3434826, 47.6109258, -122.3428264, 47.6113278], "geometry": {"coordinates": [[[-122.3429748, 47.6109258], [-122.3431088, 47.6110042], [-122.3434036, 47.6111767], [-122.3434082, 47.6111731], [-122.3434826, 47.6112166], [-122.3433394, 47.6113278], [-122.3433214, 47.6113173], [-122.3433116, 47.6113248], [-122.3428264, 47.611041], [-122.3429748, 47.6109258]]], "type": "Polygon"}, "id": "271", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2021", "addr:place": null, "addr:postcode": "98121", "addr:street": "1st Avenue", "amenity": null, "building": "apartments", "building:levels": "14", "building:material": "concrete", "building:min_level": null, "building:use": null, "cen_chain": 25114.839, "cen_dist2chain": 75.96263428299986, "changeset": null, "email": null, "ext_chain": "25029.331 25069.316 25153.935 25153.935 25173.604 25192.952 25186.569 25186.569 25043.391 25029.331", "ext_dist2chain": "74.61685886627026 79.46162211557932 90.39137172663716 90.88175865469515 93.70502124441835 78.56042612132316 77.85919623686391 76.83082748628696 58.76523154359139 74.61685886627026", "height": null, "id": 397010574, "index": 271, "index_in_full": 2080, "internet_access": null, "landuse": null, "name": "Market Place North", "need2ndStageAssess_prob": 0.0764, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3416844, 47.6096696, -122.3411437, 47.6101281], "geometry": {"coordinates": [[[-122.3415487, 47.6100243], [-122.3414148, 47.6101281], [-122.3411437, 47.6098308], [-122.3413095, 47.6097621], [-122.341465, 47.6099325], [-122.3414958, 47.6099197], [-122.3415831, 47.6098837], [-122.3415106, 47.6098042], [-122.3414451, 47.6098313], [-122.3413606, 47.6097387], [-122.3415273, 47.6096696], [-122.3416844, 47.6098417], [-122.34161, 47.6098726], [-122.3416438, 47.6099097], [-122.3416647, 47.6099326], [-122.3415734, 47.6100047], [-122.3415487, 47.6100243]]], "type": "Polygon"}, "id": "272", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "86", "addr:place": null, "addr:postcode": "98101", "addr:street": "Pine Street", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24522.981, "cen_dist2chain": 32.28285099269118, "changeset": null, "email": null, "ext_chain": "24581.422 24581.422 24464.427 24464.427 24542.221 24542.221 24542.221 24503.47 24503.47 24464.427 24464.427 24542.221 24542.221 24555.185 24568.311 24574.905 24581.422", "ext_dist2chain": "31.96771447260053 17.745850785745645 17.385280303120247 32.00071878639246 31.951372837122246 34.66861733595583 42.35416526873446 42.391788646576735 36.6190263826564 36.63252558876522 51.33281986889225 51.28662656493992 44.72292969655748 44.73132927530434 44.74190951644383 34.67909525774798 31.96771447260053", "height": null, "id": 409363106, "index": 272, "index_in_full": 2099, "internet_access": null, "landuse": null, "name": "Inn at the Market Building", "need2ndStageAssess_prob": 0.4172, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"tourism": "hotel"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.innatthemarket.com", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3414148, 47.6091439, -122.3411264, 47.6093525], "geometry": {"coordinates": [[[-122.3413107, 47.6093525], [-122.3411264, 47.6091493], [-122.3411394, 47.6091439], [-122.3414148, 47.6093076], [-122.3413107, 47.6093525]]], "type": "Polygon"}, "id": "273", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "2", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24308.4, "cen_dist2chain": 59.21138741134813, "changeset": null, "email": null, "ext_chain": "24340.878 24249.761 24249.761 24340.878 24340.878", "ext_dist2chain": "56.02792645344876 56.159612739526644 57.30660296220079 65.31110317673445 56.02792645344876", "height": null, "id": 421508941, "index": 273, "index_in_full": 2104, "internet_access": null, "landuse": null, "name": "Triangle Building", "need2ndStageAssess_prob": 0.064, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3421296, 47.6108825, -122.3417475, 47.6111626], "geometry": {"coordinates": [[[-122.342041, 47.6108825], [-122.3417475, 47.6111109], [-122.3417953, 47.6111388], [-122.341836, 47.6111626], [-122.3421296, 47.6109342], [-122.342041, 47.6108825]]], "type": "Polygon"}, "id": "274", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24939.339, "cen_dist2chain": 0.9397364709131105, "changeset": null, "email": null, "ext_chain": "24906.779 24945.853 24958.772 24971.899 24932.726 24906.779", "ext_dist2chain": "15.216156780566447 16.36441937675245 14.697393454267452 13.261034616276755 18.28580055059171 15.216156780566447", "height": null, "id": 421508942, "index": 274, "index_in_full": 2105, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.4824, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3429791, 47.6148632, -122.3425114, 47.6151903], "geometry": {"coordinates": [[[-122.3425846, 47.6150267], [-122.3427978, 47.6148632], [-122.3429791, 47.6149706], [-122.3426928, 47.6151903], [-122.3425114, 47.6150828], [-122.3425846, 47.6150267]]], "type": "Polygon"}, "id": "275", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2208", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26421.922, "cen_dist2chain": 109.54036862791666, "changeset": null, "email": null, "ext_chain": "26402.361 26356.869 26408.885 26473.854 26421.922 26402.361", "ext_dist2chain": "121.1991058061358 100.9424761219144 90.94018687126128 117.97474782466921 128.1182590609552 121.1991058061358", "height": null, "id": 432313070, "index": 275, "index_in_full": 2117, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3431635, 47.6149706, -122.3426928, 47.6152995], "geometry": {"coordinates": [[[-122.3429791, 47.6149706], [-122.3431635, 47.6150799], [-122.3428771, 47.6152995], [-122.3426928, 47.6151903], [-122.3429791, 47.6149706]]], "type": "Polygon"}, "id": "276", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2212", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26467.309, "cen_dist2chain": 99.31904798254826, "changeset": null, "email": null, "ext_chain": "26408.885 26460.792 26532.385 26473.854 26408.885", "ext_dist2chain": "90.94018687126128 80.64917310943461 107.5147196571179 117.97474782466921 90.94018687126128", "height": null, "id": 432313071, "index": 276, "index_in_full": 2118, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0044, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3427038, 47.6153272, -122.3423609, 47.6155577], "geometry": {"coordinates": [[[-122.3425471, 47.6155577], [-122.3423609, 47.6154475], [-122.3425175, 47.6153272], [-122.3427038, 47.6154374], [-122.3425471, 47.6155577]]], "type": "Polygon"}, "id": "277", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2217", "addr:place": null, "addr:postcode": "98121", "addr:street": "5th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26558.412, "cen_dist2chain": 136.451268999661, "changeset": null, "email": null, "ext_chain": "26597.341 26545.362 26513.01 26571.436 26597.341", "ext_dist2chain": "138.34136540007145 149.10744547112847 134.48860525411223 123.78783118137406 138.34136540007145", "height": null, "id": 432313072, "index": 277, "index_in_full": 2119, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3433448, 47.6150799, -122.3428771, 47.6154069], "geometry": {"coordinates": [[[-122.3428771, 47.6152995], [-122.3431635, 47.6150799], [-122.3433448, 47.6151873], [-122.3432275, 47.6152773], [-122.3430585, 47.6154069], [-122.3428771, 47.6152995]]], "type": "Polygon"}, "id": "278", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2218", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26519.419, "cen_dist2chain": 88.94468188126253, "changeset": null, "email": null, "ext_chain": "26532.385 26460.792 26513.01 26545.362 26577.916 26532.385", "ext_dist2chain": "107.5147196571179 80.64917310943461 70.37813658846689 81.33751427692535 97.0523727285147 107.5147196571179", "height": null, "id": 432313073, "index": 278, "index_in_full": 2120, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0112, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.342974, 47.6153702, -122.3425358, 47.6156745], "geometry": {"coordinates": [[[-122.342974, 47.6154782], [-122.3427912, 47.6153702], [-122.3427038, 47.6154374], [-122.3425471, 47.6155577], [-122.3425358, 47.6155664], [-122.3427185, 47.6156745], [-122.3427325, 47.6156637], [-122.342974, 47.6154782]]], "type": "Polygon"}, "id": "279", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2225", "addr:place": null, "addr:postcode": "98121", "addr:street": "5th Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26597.341, "cen_dist2chain": 122.23352668678888, "changeset": null, "email": null, "ext_chain": "26597.341 26545.362 26571.436 26597.341 26610.443 26662.447 26655.866 26597.341", "ext_dist2chain": "105.06541156497245 115.63866376220201 123.78783118137406 138.34136540007145 139.3935847613771 128.6994621610706 127.41643261984257 105.06541156497245", "height": null, "id": 432313074, "index": 279, "index_in_full": 2121, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3432048, 47.6154445, -122.3427325, 47.6157743], "geometry": {"coordinates": [[[-122.342974, 47.6154782], [-122.3430179, 47.6154445], [-122.3432048, 47.6155551], [-122.3429194, 47.6157743], [-122.3428549, 47.6157361], [-122.3427325, 47.6156637], [-122.342974, 47.6154782]]], "type": "Polygon"}, "id": "280", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2227", "addr:place": null, "addr:postcode": "98121", "addr:street": "5th Avenue", "amenity": "studio", "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26649.497, "cen_dist2chain": 108.76005760366337, "changeset": null, "email": null, "ext_chain": "26597.341 26584.382 26636.487 26707.924 26694.95 26655.866 26597.341", "ext_dist2chain": "105.06541156497245 101.00952349825126 90.13312227253151 116.34593805177471 120.18623494473329 127.41643261984257 105.06541156497245", "height": null, "id": 432313075, "index": 280, "index_in_full": 2122, "internet_access": null, "landuse": null, "name": "Seattle Glassblowing Studio", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": "Mo-Sa 09:00-18:00; Su 10:00-18:00; PH \"Contact us\"", "operator": null, "osm_type": "way", "phone": "+1-206-448-2181", "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"tourism": "attraction", "wheelchair": "yes"}, "timestamp": 0, "url": null, "version": -1, "website": "https://seattleglassblowing.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354388, 47.5984147, -122.334943, 47.598914], "geometry": {"coordinates": [[[-122.3349433, 47.598914], [-122.3354388, 47.5989139], [-122.335438, 47.5984147], [-122.334959, 47.5984147], [-122.334959, 47.5986209], [-122.334943, 47.5986209], [-122.3349433, 47.598914]]], "type": "Polygon"}, "id": "281", "properties": {"__folium_color": "#1f78b4", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "450", "addr:place": null, "addr:postcode": "98104", "addr:street": "Alaskan Way South", "amenity": null, "building": "yes", "building:levels": "8", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20094.762, "cen_dist2chain": 47.96825501856639, "changeset": null, "email": null, "ext_chain": "20179.165 20185.805 20003.772 19997.365 20075.099 20075.099 20179.165", "ext_dist2chain": "66.82983342450481 29.578231723290713 29.481164375890494 65.49021547850813 65.63061789953981 66.83382846862973 66.82983342450481", "height": null, "id": 439990194, "index": 281, "index_in_full": 2136, "internet_access": null, "landuse": null, "name": "450 Alaskan", "need2ndStageAssess_prob": 0.0824, "office": "yes", "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "2017", "tags": {"access": "yes", "addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.hudsonpacificproperties.com/office/450-alaskan", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348027, 47.6004663, -122.3343509, 47.6005481], "geometry": {"coordinates": [[[-122.3343523, 47.6004663], [-122.3348026, 47.6004673], [-122.3348027, 47.6005481], [-122.3343509, 47.6005457], [-122.3343523, 47.6004663]]], "type": "Polygon"}, "id": "282", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20744.506, "cen_dist2chain": 96.15114151565216, "changeset": null, "email": null, "ext_chain": "20731.647 20737.742 20770.332 20763.963 20731.647", "ext_dist2chain": "112.86713318534792 79.05000489276091 79.47650145852863 113.40050706286011 112.86713318534792", "height": null, "id": 439990229, "index": 282, "index_in_full": 2141, "internet_access": null, "landuse": null, "name": "Marathon Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105166332", "start_date": "1889", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348026, 47.6003817, -122.3343523, 47.6004673], "geometry": {"coordinates": [[[-122.3348026, 47.6003828], [-122.3348026, 47.6004673], [-122.3343523, 47.6004663], [-122.334354, 47.6003817], [-122.3348026, 47.6003828]]], "type": "Polygon"}, "id": "283", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20718.639, "cen_dist2chain": 95.73693155861206, "changeset": null, "email": null, "ext_chain": "20705.611 20737.742 20731.647 20705.611 20705.611", "ext_dist2chain": "78.64920997176453 79.05000489276091 112.86713318534792 112.3462346145628 78.64920997176453", "height": null, "id": 439990251, "index": 283, "index_in_full": 2151, "internet_access": null, "landuse": null, "name": "Lucky Hotel", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105215420", "start_date": "1889", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348029, 47.6002988, -122.334354, 47.6003828], "geometry": {"coordinates": [[[-122.3343556, 47.6002988], [-122.3348029, 47.6003003], [-122.3348026, 47.6003828], [-122.334354, 47.6003817], [-122.3343556, 47.6002988]]], "type": "Polygon"}, "id": "284", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20692.743, "cen_dist2chain": 95.28797017521383, "changeset": null, "email": null, "ext_chain": "20679.617 20679.617 20705.611 20705.611 20679.617", "ext_dist2chain": "111.86356979421622 78.24713249645264 78.64920997176453 112.3462346145628 111.86356979421622", "height": null, "id": 439990255, "index": 284, "index_in_full": 2152, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=218911248", "start_date": "1889", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348032, 47.6005457, -122.3343483, 47.6006341], "geometry": {"coordinates": [[[-122.3348027, 47.6005481], [-122.3348032, 47.6006341], [-122.3343483, 47.6006323], [-122.3343509, 47.6005457], [-122.3348027, 47.6005481]]], "type": "Polygon"}, "id": "285", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20777.092, "cen_dist2chain": 96.73949558704813, "changeset": null, "email": null, "ext_chain": "20770.332 20796.352 20789.973 20763.963 20770.332", "ext_dist2chain": "79.47650145852863 79.95743753567348 114.10448491938635 113.40050706286011 79.47650145852863", "height": null, "id": 439990261, "index": 285, "index_in_full": 2155, "internet_access": null, "landuse": null, "name": "Skagit Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=477741034", "start_date": "1889", "tags": {"alt_name": "Skagit Hotel", "building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.334803, 47.6001364, -122.3343556, 47.6003003], "geometry": {"coordinates": [[[-122.3348029, 47.6003003], [-122.3343556, 47.6002988], [-122.3343596, 47.600154], [-122.3343854, 47.6001364], [-122.334803, 47.6001376], [-122.3348029, 47.6003003]]], "type": "Polygon"}, "id": "286", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20653.383, "cen_dist2chain": 94.60414726204165, "changeset": null, "email": null, "ext_chain": "20679.617 20679.617 20627.714 20621.147 20621.147 20679.617", "ext_dist2chain": "78.24713249645264 111.86356979421622 111.04531344342382 109.05403162634843 77.6664779550026 78.24713249645264", "height": null, "id": 439990270, "index": 286, "index_in_full": 2159, "internet_access": null, "landuse": null, "name": "New England Hotel", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1105229645", "start_date": "1889", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3346005, 47.6015666, -122.3343437, 47.6016377], "geometry": {"coordinates": [[[-122.3346005, 47.6015666], [-122.3346, 47.6016377], [-122.334377, 47.6016374], [-122.3343438, 47.6016121], [-122.3343437, 47.6015666], [-122.3346005, 47.6015666]]], "type": "Polygon"}, "id": "287", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "95", "addr:place": null, "addr:postcode": "98104", "addr:street": "Yesler Way", "amenity": null, "building": "yes", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21121.445, "cen_dist2chain": 114.18398234268584, "changeset": null, "email": null, "ext_chain": "21115.036 21140.861 21134.149 21121.445 21108.532 21115.036", "ext_dist2chain": "104.34788739557322 105.29144921779583 121.93961976756428 124.11214228185024 123.5341369787566 104.34788739557322", "height": null, "id": 439990280, "index": 287, "index_in_full": 2164, "internet_access": null, "landuse": null, "name": "Yesler Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov;https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=634473539", "start_date": "1891", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3353644, 47.5965852, -122.3349541, 47.5971128], "geometry": {"coordinates": [[[-122.3353108, 47.5965854], [-122.3349541, 47.5965852], [-122.3349549, 47.5966985], [-122.3350212, 47.5967002], [-122.3350234, 47.5967776], [-122.3350831, 47.5967768], [-122.3350849, 47.5968392], [-122.3350884, 47.5968403], [-122.335084, 47.5968419], [-122.3352999, 47.5971128], [-122.3353644, 47.5971102], [-122.335318, 47.5967673], [-122.3353037, 47.596767], [-122.3353036, 47.5966997], [-122.3353148, 47.5966997], [-122.3353108, 47.5965854]]], "type": "Polygon"}, "id": "288", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "transportation", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19572.241, "cen_dist2chain": 65.38658292780151, "changeset": null, "email": null, "ext_chain": "19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241 19572.241", "ext_dist2chain": "79.87318114155116 94.18616628358004 84.7878925360627 81.21281762443714 74.95987254725662 71.820797556238 66.92220592724111 66.64440258589032 66.77349027814527 36.61280172113952 32.31936799632554 61.72961693660008 62.32928533947465 68.76088248460019 68.35443326220917 79.87318114155116", "height": null, "id": 481482934, "index": 288, "index_in_full": 2195, "internet_access": null, "landuse": null, "name": "SR-99 Tunnel Operations Building South Portal", "need2ndStageAssess_prob": 0.0276, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"construction": "building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3402598, 47.6107495, -122.3396576, 47.611229], "geometry": {"coordinates": [[[-122.3399483, 47.611229], [-122.3402443, 47.6109784], [-122.3402598, 47.6109652], [-122.340197, 47.6109256], [-122.3401641, 47.610889], [-122.3401572, 47.6108918], [-122.3400934, 47.6108205], [-122.3401002, 47.6108177], [-122.340039, 47.6107495], [-122.3400323, 47.6107522], [-122.339895, 47.6108082], [-122.3397836, 47.6108537], [-122.3396576, 47.6109051], [-122.3396845, 47.6109351], [-122.3399483, 47.611229]]], "type": "Polygon"}, "id": "289", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1608", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24666.061, "cen_dist2chain": 124.76511242716859, "changeset": null, "email": null, "ext_chain": "24757.066 24705.209 24705.209 24692.12 24666.061 24666.061 24640.048 24640.048 24614.016 24614.016 24614.016 24614.016 24614.016 24627.065 24757.066", "ext_dist2chain": "140.43006642681067 107.05487985576075 105.29243237319693 107.07831412322552 107.07726112147665 107.68217543652801 107.62763812867803 107.02905756385933 107.00007401174304 107.58647781742167 119.6415367106587 129.42619984556174 140.4896428760102 140.4969509384397 140.43006642681067", "height": null, "id": 494777672, "index": 289, "index_in_full": 2221, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0004, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3434967, 47.621026, -122.3426141, 47.6219029], "geometry": {"coordinates": [[[-122.3426142, 47.6210483], [-122.3426141, 47.6213652], [-122.3427071, 47.6213777], [-122.3428475, 47.6213966], [-122.3428461, 47.6215865], [-122.3428206, 47.6215892], [-122.3426364, 47.6215973], [-122.3426154, 47.6215964], [-122.3426141, 47.621902], [-122.3434954, 47.6219029], [-122.3434967, 47.6215901], [-122.3434545, 47.6215895], [-122.3431881, 47.6215889], [-122.3431881, 47.6215993], [-122.3431652, 47.6215993], [-122.343168, 47.6214283], [-122.3434831, 47.6214048], [-122.3434835, 47.6213866], [-122.3434854, 47.621026], [-122.3434047, 47.6210352], [-122.3429896, 47.6210821], [-122.3427088, 47.6210505], [-122.3427088, 47.621059], [-122.3426142, 47.6210483]]], "type": "Polygon"}, "id": "290", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "333", "addr:place": null, "addr:postcode": "98109", "addr:street": "Dexter Avenue North", "amenity": null, "building": "office", "building:levels": "12", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 28768.819, "cen_dist2chain": 136.02266460976878, "changeset": null, "email": null, "ext_chain": "28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28768.819 28755.754 28761.613 28768.819 28768.819 28768.819 28768.819", "ext_dist2chain": "165.30704834118035 166.19699703567292 159.4649634160864 149.37186494559128 154.45193196271828 156.3707134677613 169.88609742457305 171.37432048625712 183.7985629380038 127.89314741000193 108.96981176038071 111.81526390912403 130.25450474210865 130.67300979493223 132.2765999966645 126.44847396782613 102.82904852861964 102.30350018296673 100.45615932567061 106.36615347917332 136.8834692960715 158.20000799789565 158.12383480703525 165.30704834118035", "height": null, "id": 512681243, "index": 290, "index_in_full": 2234, "internet_access": null, "landuse": null, "name": "333 Dexter", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://www.commercialsearch.com/news/top-10-office-projects-under-construction-in-seattle/;https://www.loopnet.com/Listing/333-Dexter-Ave-N-Seattle-WA/6864489/", "start_date": "2020", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3416746, 47.6076165, -122.3407956, 47.6082168], "geometry": {"coordinates": [[[-122.3411775, 47.6082168], [-122.3407956, 47.6078171], [-122.3412679, 47.6076165], [-122.3413024, 47.6076537], [-122.3416152, 47.607991], [-122.3416314, 47.607985], [-122.3416746, 47.6080302], [-122.3412633, 47.6082017], [-122.3412495, 47.6081865], [-122.3411775, 47.6082168]]], "type": "Polygon"}, "id": "291", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1422", "addr:place": null, "addr:postcode": "98101", "addr:street": "Alaskan Way", "amenity": "parking", "building": "parking", "building:levels": "4", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23885.603, "cen_dist2chain": 134.43455579235322, "changeset": null, "email": null, "ext_chain": "23970.037 23801.059 23801.059 23807.489 23956.99 23956.99 23976.494 23976.494 23970.037 23970.037", "ext_dist2chain": "113.96379195123708 112.94166327080913 154.8761563351726 154.90510131974676 155.15792026626534 156.5447744530445 156.67270763674153 120.34165346733663 120.33995663669701 113.96379195123708", "height": null, "id": 549073892, "index": 291, "index_in_full": 2283, "internet_access": null, "landuse": null, "name": "Republic Parking", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"addr:state": "WA", "level": "-1;-2;-3;-4", "parking": "multi-storey"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3377474, 47.6062896, -122.3366546, 47.6071602], "geometry": {"coordinates": [[[-122.3377474, 47.6066525], [-122.3377138, 47.6066153], [-122.3377403, 47.6066044], [-122.3377083, 47.6065443], [-122.3375718, 47.6063931], [-122.3375086, 47.6063477], [-122.3374763, 47.6063609], [-122.3374119, 47.6062896], [-122.3372357, 47.606362], [-122.3366546, 47.6066005], [-122.3367063, 47.6066578], [-122.3371599, 47.6071602], [-122.3372897, 47.607107], [-122.3374629, 47.6070359], [-122.3375311, 47.6070079], [-122.3373555, 47.6068133], [-122.3377474, 47.6066525]]], "type": "Polygon"}, "id": "292", "properties": {"__folium_color": "#ff7f00", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1201", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "office", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23007.356, "cen_dist2chain": 65.12951325005054, "changeset": null, "email": null, "ext_chain": "23046.343 23033.387 23033.387 23007.356 22948.815 22922.805 22922.805 22896.756 22903.196 22922.805 22948.815 23150.515 23150.515 23144.006 23144.006 23059.332 23046.343", "ext_dist2chain": "27.406851894654135 27.931569054629154 25.616332468097376 25.04064571271565 27.526882012373658 29.84126729740352 32.66467995967081 33.938236098994665 49.297769454971025 99.92937896651566 98.93797493306496 91.4613964649396 80.10507010093393 64.93533147652569 58.96994940048114 61.64895175388107 27.406851894654135", "height": null, "id": 594403350, "index": 292, "index_in_full": 2294, "internet_access": null, "landuse": null, "name": "Qualtrics Tower", "need2ndStageAssess_prob": 0.4692, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://www.commercialsearch.com/news/top-10-office-projects-under-construction-in-seattle/", "start_date": "2020", "tags": {"old_name": "2+U", "wikidata": "Q30590742"}, "timestamp": 0, "url": null, "version": -1, "website": "http://2andu.com", "wikipedia": "en:Qualtrics Tower"}, "type": "Feature"}, {"bbox": [-122.3425125, 47.6124832, -122.3416819, 47.6130244], "geometry": {"coordinates": [[[-122.3424108, 47.6128864], [-122.3425125, 47.6128084], [-122.3423962, 47.6127396], [-122.3419633, 47.6124832], [-122.3417761, 47.6126269], [-122.3416932, 47.6126905], [-122.3416819, 47.6126992], [-122.3420097, 47.6128933], [-122.342231, 47.6130244], [-122.3424108, 47.6128864]]], "type": "Polygon"}, "id": "293", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2031", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25537.726, "cen_dist2chain": 72.82582543246983, "changeset": null, "email": null, "ext_chain": "25615.78 25596.328 25557.48 25427.206 25459.697 25472.732 25472.732 25576.828 25648.336 25615.78", "ext_dist2chain": "56.818359500257195 46.420690469082736 51.53244395791398 69.94495340385473 89.31035868255401 97.86361965144658 99.03161575328835 84.94469414280321 75.15130464009553 56.818359500257195", "height": null, "id": 613645323, "index": 293, "index_in_full": 2295, "internet_access": null, "landuse": null, "name": "3rd and Lenora", "need2ndStageAssess_prob": 0.156, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://www.commercialsearch.com/news/top-10-office-projects-under-construction-in-seattle/;https://martinselig.com/construction-at-frb-and-third-and-lenora/", "start_date": "2020", "tags": {"addr:state": "WA"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.3rdandlenora.com/", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3408007, 47.6104156, -122.3402883, 47.6107829], "geometry": {"coordinates": [[[-122.3407579, 47.610598], [-122.3405146, 47.6107829], [-122.3404387, 47.6107375], [-122.3404031, 47.6106971], [-122.3403287, 47.6106168], [-122.3402883, 47.6105733], [-122.3406623, 47.6104156], [-122.3408007, 47.6105648], [-122.3407579, 47.610598]]], "type": "Polygon"}, "id": "294", "properties": {"__folium_color": "#b2df8a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1613", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24627.065, "cen_dist2chain": 65.03260469604959, "changeset": null, "email": null, "ext_chain": "24653.109 24678.714 24653.109 24640.048 24607.558 24581.422 24581.422 24653.109 24653.109", "ext_dist2chain": "52.117883056478895 78.44411405857873 80.69139152532422 80.60480700457505 80.72172139462558 80.75344784012232 47.620589071069915 47.44851917743294 52.117883056478895", "height": null, "id": 688082629, "index": 294, "index_in_full": 2314, "internet_access": null, "landuse": null, "name": "The Emerald", "need2ndStageAssess_prob": 0.146, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "2020", "tags": {"addr:state": "WA", "wikidata": "Q55635196"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:The Emerald (building)"}, "type": "Feature"}, {"bbox": [-122.3367241, 47.6015351, -122.336675, 47.6015627], "geometry": {"coordinates": [[[-122.336724, 47.6015627], [-122.336675, 47.6015626], [-122.336675, 47.6015523], [-122.3366751, 47.6015351], [-122.3367241, 47.6015352], [-122.336724, 47.6015523], [-122.336724, 47.6015627]]], "type": "Polygon"}, "id": "295", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "roof", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21166.965, "cen_dist2chain": 52.63947645640404, "changeset": null, "email": null, "ext_chain": "21173.34 21173.34 21166.965 21160.47 21160.47 21166.965 21173.34", "ext_dist2chain": "54.274689813774124 50.621321452450495 50.763128083715245 50.99602658508023 54.65696854939502 54.424633401836665 54.274689813774124", "height": null, "id": 736854785, "index": 295, "index_in_full": 2333, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0204, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3448624, 47.6181753, -122.3442043, 47.6184646], "geometry": {"coordinates": [[[-122.3448624, 47.6184642], [-122.3448592, 47.618445], [-122.344852, 47.6184262], [-122.344841, 47.6184084], [-122.3448264, 47.6183917], [-122.3448084, 47.6183767], [-122.3447875, 47.6183634], [-122.3447026, 47.6183136], [-122.3446169, 47.6182633], [-122.3445713, 47.6182365], [-122.3444671, 47.6181753], [-122.3444178, 47.6182136], [-122.344341, 47.6182732], [-122.3442644, 47.6183327], [-122.3442279, 47.6183611], [-122.344212, 47.6183773], [-122.3442043, 47.618396], [-122.3442056, 47.6184154], [-122.3442157, 47.6184336], [-122.3442337, 47.6184488], [-122.3442577, 47.6184595], [-122.3442854, 47.6184646], [-122.3443743, 47.6184646], [-122.3445527, 47.6184644], [-122.3447307, 47.6184643], [-122.3448624, 47.6184642]]], "type": "Polygon"}, "id": "296", "properties": {"__folium_color": "#b15928", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "600", "addr:place": null, "addr:postcode": "98121", "addr:street": "Wall Street", "amenity": null, "building": "apartments", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27741.474, "cen_dist2chain": 34.40365974733433, "changeset": null, "email": null, "ext_chain": "27780.582 27774.171 27767.602 27761.135 27754.517 27747.989 27741.474 27721.754 27702.362 27689.392 27670.005 27682.937 27702.362 27721.754 27734.88 27741.474 27747.989 27767.602 27767.602 27767.602 27767.602 27774.171 27774.171 27774.171 27780.582 27780.582", "ext_dist2chain": "8.302090716187733 8.496571672557684 8.951623921182566 9.99185636194218 10.971001951731264 12.245999700624914 13.723378311253038 19.842747893138462 26.007396283097144 29.296619926513348 36.73461039077656 40.676076585253284 46.777135478265635 52.85148158724743 55.759677269165955 57.01348778474152 57.70066476222945 57.55549747228625 56.77235458381714 55.455132257313394 53.710194482971986 51.65258268598788 44.97417353309453 31.576849993580048 18.200793910871507 8.302090716187733", "height": null, "id": 764642522, "index": 296, "index_in_full": 2337, "internet_access": null, "landuse": null, "name": "SPIRE", "need2ndStageAssess_prob": 0.654, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "http://www.seattle.gov/dpd/AppDocs/GroupMeetings/DRProposal3015251AgendaID5203.pdf", "start_date": "2021", "tags": {"alt_name": "600 Wall Street", "wikidata": "Q56276836"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.spireseattle.com/", "wikipedia": "en:Spire (Seattle building)"}, "type": "Feature"}, {"bbox": [-122.3376689, 47.6022907, -122.3374682, 47.6023602], "geometry": {"coordinates": [[[-122.3376543, 47.6022907], [-122.3376689, 47.6023428], [-122.3375321, 47.6023602], [-122.337528, 47.6023457], [-122.3374787, 47.602352], [-122.3374682, 47.6023143], [-122.3376543, 47.6022907]]], "type": "Polygon"}, "id": "297", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21492.011, "cen_dist2chain": 104.99613402590624, "changeset": null, "email": null, "ext_chain": "21485.29 21504.82 21504.82 21498.458 21498.458 21485.29 21485.29", "ext_dist2chain": "111.66421541420723 111.74315235250556 101.27615596755236 101.2534288919542 97.48088472081564 97.42656904517442 111.66421541420723", "height": null, "id": 907123502, "index": 297, "index_in_full": 2369, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3348022, 47.6018382, -122.3346931, 47.6021166], "geometry": {"coordinates": [[[-122.3346931, 47.6021163], [-122.3348005, 47.6021166], [-122.3348022, 47.6018385], [-122.3346948, 47.6018382], [-122.3346931, 47.6021163]]], "type": "Polygon"}, "id": "298", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "606", "addr:place": null, "addr:postcode": "98104", "addr:street": "Post Avenue", "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21257.796, "cen_dist2chain": 99.03846420485264, "changeset": null, "email": null, "ext_chain": "21303.251 21309.801 21218.824 21212.239 21303.251", "ext_dist2chain": "105.2430681929558 97.25393418006132 92.94728735576957 100.95696036127707 105.2430681929558", "height": null, "id": 910731127, "index": 298, "index_in_full": 2374, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-570761375", "start_date": "1892", "tags": {"addr:state": "WA", "building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.336558, 47.602214, -122.3358469, 47.602685], "geometry": {"coordinates": [[[-122.3358469, 47.6024038], [-122.3361079, 47.602685], [-122.336558, 47.602496], [-122.3363006, 47.602214], [-122.3358469, 47.6024038]]], "type": "Polygon"}, "id": "299", "properties": {"__folium_color": "#b15928", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21478.921, "cen_dist2chain": 1.132457898433214, "changeset": null, "email": null, "ext_chain": "21446.223 21556.897 21511.309 21400.711 21446.223", "ext_dist2chain": "24.405781614841235 10.583765136864077 26.515260165068717 12.685830606326018 24.405781614841235", "height": null, "id": 910735475, "index": 299, "index_in_full": 2375, "internet_access": null, "landuse": null, "name": "Polson Building", "need2ndStageAssess_prob": 0.6716, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=-2118713821", "start_date": "1910", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3356143, 47.6012919, -122.3348557, 47.6014403], "geometry": {"coordinates": [[[-122.3348557, 47.6014382], [-122.3348568, 47.6012919], [-122.3356143, 47.6012953], [-122.3356132, 47.6014403], [-122.3348557, 47.6014382]]], "type": "Polygon"}, "id": "300", "properties": {"__folium_color": "#e31a1c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21063.223, "cen_dist2chain": 54.484773758623234, "changeset": null, "email": null, "ext_chain": "21075.985 21024.003 21043.438 21095.514 21075.985", "ext_dist2chain": "83.65922817687996 81.83318548933417 25.22866078124491 27.083961866684554 83.65922817687996", "height": null, "id": 910743103, "index": 300, "index_in_full": 2376, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.3216, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3355141, 47.6009768, -122.3348659, 47.6011413], "geometry": {"coordinates": [[[-122.3348659, 47.6011396], [-122.3355141, 47.6011413], [-122.335444, 47.6009768], [-122.334867, 47.6009771], [-122.3348659, 47.6011396]]], "type": "Polygon"}, "id": "301", "properties": {"__folium_color": "#33a02c", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20952.568, "cen_dist2chain": 55.65576033691969, "changeset": null, "email": null, "ext_chain": "20972.104 20984.964 20926.622 20913.714 20972.104", "ext_dist2chain": "79.51000272671574 31.01368818245715 34.62243389839494 77.87734610480379 79.51000272671574", "height": null, "id": 911183963, "index": 301, "index_in_full": 2378, "internet_access": null, "landuse": null, "name": "Washington Park Building", "need2ndStageAssess_prob": 0.186, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1104906314", "start_date": "1890", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3351454, 47.6006302, -122.3348636, 47.6007984], "geometry": {"coordinates": [[[-122.3348638, 47.6006302], [-122.3348636, 47.6007984], [-122.3351454, 47.6007972], [-122.3351452, 47.6006308], [-122.3348638, 47.6006302]]], "type": "Polygon"}, "id": "302", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20829.051, "cen_dist2chain": 65.44262277115095, "changeset": null, "email": null, "ext_chain": "20796.352 20854.994 20854.994 20796.352 20796.352", "ext_dist2chain": "75.38342149328498 76.63553017567033 55.493022603726246 54.26970609697841 75.38342149328498", "height": null, "id": 911420314, "index": 302, "index_in_full": 2379, "internet_access": null, "landuse": null, "name": "St. Charles Hotel", "need2ndStageAssess_prob": 0.0032, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1963481037", "start_date": "1889", "tags": {"building:architecture": "neo-romanesque"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3354075, 47.6006308, -122.3351452, 47.6007972], "geometry": {"coordinates": [[[-122.3351454, 47.6007972], [-122.3354075, 47.6007971], [-122.3354074, 47.6006309], [-122.3353943, 47.6006314], [-122.3351452, 47.6006308], [-122.3351454, 47.6007972]]], "type": "Polygon"}, "id": "303", "properties": {"__folium_color": "#1f78b4", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": null, "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20829.051, "cen_dist2chain": 45.02595866808702, "changeset": null, "email": null, "ext_chain": "20854.994 20861.488 20796.352 20796.352 20796.352 20854.994", "ext_dist2chain": "55.493022603726246 35.836601578007425 34.64270382850342 35.62748241864934 54.26970609697841 55.493022603726246", "height": null, "id": 911420315, "index": 303, "index_in_full": 2380, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0964, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=842381994", "start_date": "1904", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3353545, 47.5997135, -122.3349123, 47.5998482], "geometry": {"coordinates": [[[-122.3349135, 47.5997135], [-122.3353545, 47.5997151], [-122.3353534, 47.5998482], [-122.3349123, 47.5998466], [-122.3349135, 47.5997135]]], "type": "Polygon"}, "id": "304", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20497.596, "cen_dist2chain": 52.55217876114085, "changeset": null, "email": null, "ext_chain": "20471.676 20471.676 20522.966 20522.966 20471.676", "ext_dist2chain": "69.04974991329483 35.89910328012527 36.01563641185336 69.18487050801559 69.04974991329483", "height": null, "id": 911421904, "index": 304, "index_in_full": 2381, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.0604, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1104954386", "start_date": "1890", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3345097, 47.5967297, -122.3343973, 47.5968488], "geometry": {"coordinates": [[[-122.334411, 47.5967297], [-122.334398, 47.5967305], [-122.3343973, 47.5968488], [-122.3345097, 47.5968484], [-122.334411, 47.5967297]]], "type": "Polygon"}, "id": "305", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "553", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue South", "amenity": null, "building": "yes", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 19572.241, "cen_dist2chain": 109.98553798909842, "changeset": null, "email": null, "ext_chain": "19572.241 19572.241 19572.241 19572.241 19572.241", "ext_dist2chain": "115.51104824967352 116.32043801591566 110.56508215696088 102.86529072547967 115.51104824967352", "height": null, "id": 924120882, "index": 305, "index_in_full": 2389, "internet_access": null, "landuse": null, "name": "Triangle Hotel and Bar", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=190942206", "start_date": "1910", "tags": {"addr:state": "WA", "alt_name": "Flatiron Building", "heritage": "2", "heritage:operator": "nrhp", "historic": "heritage", "ref:nrhp": "76001892"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.334865, 47.5986172, -122.3343526, 47.5989077], "geometry": {"coordinates": [[[-122.334801, 47.5989077], [-122.3343526, 47.5989072], [-122.3343526, 47.5986172], [-122.3348491, 47.5986173], [-122.334865, 47.5986174], [-122.334865, 47.5987233], [-122.334801, 47.5987232], [-122.334801, 47.5989077]]], "type": "Polygon"}, "id": "306", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "7", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 20133.771, "cen_dist2chain": 93.4320527874379, "changeset": null, "email": null, "ext_chain": "20179.165 20179.165 20075.099 20075.099 20075.099 20114.173 20114.173 20179.165", "ext_dist2chain": "77.52059552176001 111.24012647547376 111.23182665337794 73.8938599936199 72.69815034068436 72.70554376173054 77.51849501711176 77.52059552176001", "height": null, "id": 925408116, "index": 306, "index_in_full": 2390, "internet_access": null, "landuse": null, "name": "Seller Building", "need2ndStageAssess_prob": 0.0, "office": null, "opening_hours": null, "operator": null, "osm_type": "way", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1618249809", "start_date": "1906", "tags": null, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3459725, 47.616277, -122.3445739, 47.6172206], "geometry": {"coordinates": [[[-122.3452119, 47.616277], [-122.3459725, 47.6167231], [-122.3453351, 47.6172206], [-122.3445739, 47.6167745], [-122.3452119, 47.616277]], [[-122.3454142, 47.6168721], [-122.3454875, 47.6168145], [-122.3455743, 47.6167465], [-122.3455691, 47.6167433], [-122.3453108, 47.6165925], [-122.345248, 47.6165948], [-122.3452489, 47.6165577], [-122.3452154, 47.6165383], [-122.3451594, 47.6165821], [-122.3451723, 47.6165895], [-122.3450727, 47.6166674], [-122.3451779, 47.616731], [-122.3452123, 47.6167277], [-122.3452459, 47.6167329], [-122.3452742, 47.6167459], [-122.345294, 47.616765], [-122.3452999, 47.6167761], [-122.3453016, 47.6167993], [-122.3452997, 47.616806], [-122.3454142, 47.6168721]]], "type": "Polygon"}, "id": "307", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2400", "addr:place": null, "addr:postcode": "98121", "addr:street": "4th Avenue", "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 27169.402, "cen_dist2chain": 38.50213408026281, "changeset": 0.0, "email": null, "ext_chain": "27000.439 27182.485 27338.485 27156.549 27000.439", "ext_dist2chain": "42.43376562403593 91.51383617565769 37.185376550312135 13.421288673043238 42.43376562403593", "height": null, "id": 130631918, "index": 307, "index_in_full": 2441, "internet_access": null, "landuse": null, "name": "Fountain Court", "need2ndStageAssess_prob": 0.6148, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"addr:state": "WA", "type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": "https://www.essexapartmenthomes.com/washington/seattle-area/seattle/fountain-court", "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3456728, 47.6144531, -122.3450233, 47.6148856], "geometry": {"coordinates": [[[-122.3453869, 47.6148856], [-122.3453421, 47.6148612], [-122.3453386, 47.6148647], [-122.3450766, 47.6147108], [-122.3450826, 47.6147062], [-122.3450233, 47.614671], [-122.3450674, 47.6146369], [-122.3450622, 47.6146338], [-122.3452556, 47.6144859], [-122.3452639, 47.6144909], [-122.3453135, 47.6144531], [-122.3453202, 47.6144571], [-122.3456728, 47.6146666], [-122.3456665, 47.6146714], [-122.3453869, 47.6148856]], [[-122.3452907, 47.6146125], [-122.3452521, 47.6146419], [-122.3454213, 47.6147438], [-122.34546, 47.6147144], [-122.3452907, 47.6146125]]], "type": "Polygon"}, "id": "308", "properties": {"__folium_color": "#a6cee3", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26454.207, "cen_dist2chain": 89.47868212862058, "changeset": 0.0, "email": null, "ext_chain": "26526.014 26519.419 26519.419 26454.207 26454.207 26434.893 26428.56 26421.922 26389.381 26389.381 26376.29 26376.29 26467.309 26473.854 26526.014", "ext_dist2chain": "86.7016118289909 84.08855678861671 83.73786867812979 68.88182199850044 69.45342966535955 66.14203790388363 70.32590479737117 70.04104386539427 88.34386073026856 88.79459209787906 93.50263330687832 93.87704572336642 113.49924186676404 112.90978221889036 86.7016118289909", "height": null, "id": 133603752, "index": 308, "index_in_full": 2442, "internet_access": null, "landuse": null, "name": null, "need2ndStageAssess_prob": 0.016, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": null, "tags": {"type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3371206, 47.6036796, -122.3358659, 47.6045173], "geometry": {"coordinates": [[[-122.3363289, 47.6045173], [-122.3362402, 47.604419], [-122.3361338, 47.6043012], [-122.3360732, 47.6042341], [-122.3359593, 47.604108], [-122.3358659, 47.6040045], [-122.336036, 47.6039347], [-122.3366576, 47.6036796], [-122.3367881, 47.6038241], [-122.3369949, 47.6040531], [-122.3371206, 47.6041924], [-122.3365012, 47.6044466], [-122.3363289, 47.6045173]], [[-122.33629, 47.6040029], [-122.3361488, 47.6040611], [-122.3361782, 47.6040935], [-122.3361967, 47.6040859], [-122.3362584, 47.604154], [-122.3363228, 47.6042251], [-122.3363761, 47.604284], [-122.3363562, 47.6042922], [-122.3363828, 47.6043216], [-122.3365255, 47.6042629], [-122.33629, 47.6040029]]], "type": "Polygon"}, "id": "309", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "901", "addr:place": null, "addr:postcode": "98104", "addr:street": "1st Avenue", "amenity": null, "building": "yes", "building:levels": "12", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22077.202, "cen_dist2chain": 16.73119350803664, "changeset": 0.0, "email": null, "ext_chain": "22213.713 22174.715 22122.719 22096.635 22044.54 22005.58 21992.584 21940.519 21998.996 22096.635 22155.09 22200.7 22213.713", "ext_dist2chain": "42.71951610123055 45.96950122441269 49.998413051318614 52.34454681618167 56.862495467085004 60.66818403691763 46.31540640590845 6.07060510249096 11.537100986109166 19.824725629618676 24.62942603229751 28.04732990809931 42.71951610123055", "height": "44.4", "id": 167292260, "index": 309, "index_in_full": 2451, "internet_access": null, "landuse": null, "name": "Federal Office Building", "need2ndStageAssess_prob": 0.6236, "office": "government", "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "data.seattle.gov", "start_date": "1932", "tags": {"building:architecture": "art_deco", "government": "administrative", "type": "multipolygon", "wikidata": "Q5440316"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Federal Office Building (Seattle)"}, "type": "Feature"}, {"bbox": [-122.3384287, 47.6040936, -122.337555, 47.6047716], "geometry": {"coordinates": [[[-122.3380059, 47.6047716], [-122.3375794, 47.6043088], [-122.3375975, 47.6043012], [-122.337555, 47.6042551], [-122.3379406, 47.6040936], [-122.3379779, 47.6041341], [-122.3379969, 47.6041261], [-122.3384287, 47.6045945], [-122.3380059, 47.6047716]], [[-122.3379157, 47.6042604], [-122.3378548, 47.6042852], [-122.3378756, 47.6043084], [-122.3378104, 47.604335], [-122.3378177, 47.6043432], [-122.3377799, 47.6043586], [-122.337807, 47.6043888], [-122.3378483, 47.6043719], [-122.3378821, 47.6044095], [-122.3378408, 47.6044263], [-122.3378717, 47.6044607], [-122.3378577, 47.6044664], [-122.3379179, 47.6045335], [-122.3379299, 47.6045286], [-122.3379594, 47.6045614], [-122.3380045, 47.604543], [-122.3380337, 47.6045755], [-122.337992, 47.6045925], [-122.33802, 47.6046237], [-122.338061, 47.604607], [-122.338074, 47.6046215], [-122.3381391, 47.6045949], [-122.3381309, 47.6045857], [-122.3381488, 47.6045784], [-122.338174, 47.6046064], [-122.3382121, 47.6045908], [-122.3381827, 47.6045581], [-122.3382082, 47.6045477], [-122.338181, 47.6045173], [-122.3381556, 47.6045277], [-122.3380941, 47.6044592], [-122.3381178, 47.6044495], [-122.3380574, 47.6043822], [-122.3380331, 47.6043922], [-122.3379721, 47.6043243], [-122.3379973, 47.604314], [-122.3379694, 47.6042829], [-122.3379449, 47.6042929], [-122.3379157, 47.6042604]]], "type": "Polygon"}, "id": "310", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": "Waterfront Place", "addr:housenumber": "1011", "addr:place": null, "addr:postcode": "98104", "addr:street": "Western Avenue", "amenity": null, "building": "residential", "building:levels": "13", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22298.22, "cen_dist2chain": 79.07767516692854, "changeset": 0.0, "email": null, "ext_chain": "22428.468 22233.196 22226.751 22207.207 22181.28 22194.192 22194.192 22402.415 22428.468", "ext_dist2chain": "68.61999082789681 53.998775779919974 55.54586832295531 53.98394617787091 86.90449887134676 88.30437139047763 89.9278213541339 105.07558825379303 68.61999082789681", "height": "48.1", "id": 170407914, "index": 310, "index_in_full": 2452, "internet_access": null, "landuse": null, "name": "Waterfront Place Condominiums", "need2ndStageAssess_prob": 0.0284, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.33606, 47.6031102, -122.3351485, 47.6038567], "geometry": {"coordinates": [[[-122.3356549, 47.6038567], [-122.33552, 47.6037084], [-122.335524, 47.6037068], [-122.3354263, 47.6035994], [-122.3354149, 47.6036041], [-122.3353542, 47.6035373], [-122.3353655, 47.6035326], [-122.3352696, 47.6034271], [-122.3352644, 47.6034293], [-122.3351485, 47.603288], [-122.3355357, 47.6031102], [-122.33556, 47.603137], [-122.3355464, 47.6031426], [-122.3356488, 47.6032552], [-122.3354423, 47.6033406], [-122.3355003, 47.6034043], [-122.3357075, 47.6033186], [-122.3358688, 47.6034959], [-122.3356655, 47.6035799], [-122.33572, 47.6036398], [-122.3359224, 47.6035561], [-122.3360255, 47.6036695], [-122.3360376, 47.6036645], [-122.33606, 47.6036892], [-122.3356677, 47.6038514], [-122.3356549, 47.6038567]], [[-122.3356866, 47.6034112], [-122.3356209, 47.6034361], [-122.3356676, 47.6034926], [-122.3357333, 47.6034678], [-122.3356866, 47.6034112]]], "type": "Polygon"}, "id": "311", "properties": {"__folium_color": "#b2df8a", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "yes", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 21817.041, "cen_dist2chain": 67.77585582315527, "changeset": 0.0, "email": null, "ext_chain": "21940.519 21882.066 21882.066 21842.965 21842.965 21817.041 21817.041 21777.876 21777.876 21725.829 21680.43 21693.453 21693.453 21738.851 21758.404 21784.485 21758.404 21829.917 21849.517 21868.974 21855.996 21901.612 21901.612 21908.221 21940.519 21940.519", "ext_dist2chain": "71.87746958718589 77.75487466040644 77.41923178738412 81.76636662003577 82.72179169313749 85.46738554286303 84.52069322409321 88.93768536619427 89.3722139797261 94.5189597732312 61.917200190365065 60.74730146467011 61.8739866123714 56.9862600988981 74.17332494783687 71.45848729431026 54.18179708891343 46.745824619335394 63.770246200338164 61.33990599818801 44.358642439147474 39.78905169636387 38.77560952362951 37.79684387990664 70.79583851027505 71.87746958718589", "height": null, "id": 176639303, "index": 311, "index_in_full": 2454, "internet_access": null, "landuse": null, "name": "Colman Building", "need2ndStageAssess_prob": 0.164, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "http://www.historylink.org/index.cfm?DisplayPage=output.cfm\u0026file_id=8708", "start_date": "1889", "tags": {"image": "http://commons.wikimedia.org/wiki/File:Seattle_Colman_Building_01.jpg", "image:old": "http://content.lib.washington.edu/cdm4/item_viewer.php?CISOROOT=/seattle\u0026CISOPTR=2686\u0026CISOBOX=1\u0026REC=5", "type": "multipolygon", "wikidata": "Q5147719"}, "timestamp": 0, "url": null, "version": -1, "website": "http://colmanbuilding.com/", "wikipedia": "en:Colman Building"}, "type": "Feature"}, {"bbox": [-122.3373168, 47.6055475, -122.3360143, 47.6064365], "geometry": {"coordinates": [[[-122.3363686, 47.6062339], [-122.3363473, 47.6062446], [-122.3361488, 47.606029], [-122.3361385, 47.6060363], [-122.3360143, 47.6058996], [-122.3364383, 47.6057053], [-122.3367996, 47.6055475], [-122.3370499, 47.6058131], [-122.337053, 47.6058182], [-122.3373168, 47.6061087], [-122.3369481, 47.606262], [-122.3365285, 47.6064365], [-122.3364867, 47.6063907], [-122.3365147, 47.6063791], [-122.3365337, 47.6063014], [-122.336494, 47.6062973], [-122.3364563, 47.6062881], [-122.336422, 47.606274], [-122.3363924, 47.6062557], [-122.3363686, 47.6062339]], [[-122.336511, 47.6060274], [-122.33648461787875, 47.60606240425618], [-122.3364618, 47.6060683], [-122.3364203, 47.6060918], [-122.3363923, 47.6061231], [-122.33638997601909, 47.60613046270057], [-122.33647069198517, 47.60608088137338], [-122.33638685627334, 47.60619211605028], [-122.3363874, 47.6061952], [-122.336411, 47.6062281], [-122.3364492, 47.6062541], [-122.3364978, 47.6062703], [-122.3365516, 47.606275], [-122.3366047, 47.6062676], [-122.3366514, 47.6062491], [-122.3366867, 47.6062213], [-122.3367066, 47.6061873], [-122.3367091, 47.6061507], [-122.3366939, 47.6061156], [-122.3366626, 47.6060858], [-122.3366186, 47.6060644], [-122.3365667, 47.6060538], [-122.3365125, 47.6060552], [-122.336511, 47.6060274]]], "type": "Polygon"}, "id": "312", "properties": {"__folium_color": "#fb9a99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "1191", "addr:place": null, "addr:postcode": "98101", "addr:street": "2nd Avenue", "amenity": null, "building": "office", "building:levels": "22", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 22727.617, "cen_dist2chain": 71.03673206139655, "changeset": 0.0, "email": null, "ext_chain": "22779.667 22786.052 22695.103 22701.63 22649.571 22616.874 22597.438 22707.943 22707.943 22825.259 22844.782 22864.262 22844.782 22844.782 22818.688 22812.154 22812.154 22799.183 22792.719 22779.667", "ext_dist2chain": "103.84106695557554 105.77096367621306 110.70354201141988 111.7205940883877 114.91479580730903 77.44834165573502 45.82633788042872 38.86042704992338 38.847143911119105 32.65710773909791 64.81807784701765 101.43806126045692 102.34614081517132 99.90761587201682 95.23170568518177 97.80432387613307 100.03766104172001 101.83050036614323 103.11163947116756 103.84106695557554", "height": "96", "id": 311847483, "index": 312, "index_in_full": 2472, "internet_access": null, "landuse": null, "name": "Safeco Center", "need2ndStageAssess_prob": 0.2456, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"type": "building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3443679, 47.6136819, -122.3437156, 47.6141182], "geometry": {"coordinates": [[[-122.3440829, 47.6141182], [-122.3437156, 47.6139031], [-122.3440005, 47.6136819], [-122.3443679, 47.6138969], [-122.3443205, 47.6139337], [-122.3440829, 47.6141182]], [[-122.3440104, 47.6140373], [-122.3440502, 47.6140064], [-122.3440852, 47.6140051], [-122.3441424, 47.6140385], [-122.3442619, 47.6139457], [-122.3442048, 47.6139123], [-122.3442017, 47.6138887], [-122.3442415, 47.6138578], [-122.3440946, 47.6137718], [-122.3440548, 47.6138027], [-122.3440198, 47.613804], [-122.3439627, 47.6137706], [-122.3438431, 47.6138634], [-122.3439002, 47.6138968], [-122.3439032, 47.6139204], [-122.3438634, 47.6139513], [-122.3440104, 47.6140373]]], "type": "Polygon"}, "id": "313", "properties": {"__folium_color": "#6a3d9a", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "2201", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "apartments", "building:levels": "27", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 26103.254, "cen_dist2chain": 18.81148040851496, "changeset": 0.0, "email": null, "ext_chain": "26187.796 26077.294 26025.283 26122.948 26135.909 26187.796", "ext_dist2chain": "15.161862584255896 4.09734634133834 24.07975579183198 42.891190717464795 38.24637735631262 15.161862584255896", "height": null, "id": 316497859, "index": 313, "index_in_full": 2473, "internet_access": null, "landuse": null, "name": "Grandview Condominiums", "need2ndStageAssess_prob": 0.5892, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov;http://grandviewseattle.com/", "start_date": null, "tags": {"type": "building"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3402101, 47.6078247, -122.3394377, 47.6084041], "geometry": {"coordinates": [[[-122.3394377, 47.6079874], [-122.3394479, 47.6079832], [-122.3398256, 47.6078263], [-122.3398293, 47.6078247], [-122.3402101, 47.6082414], [-122.3398186, 47.6084041], [-122.3394377, 47.6079874]], [[-122.3397198, 47.6079323], [-122.3396919, 47.6079346], [-122.3396678, 47.6079443], [-122.3396516, 47.6079598], [-122.3396462, 47.6079785], [-122.3396524, 47.6079969], [-122.3396693, 47.6080121], [-122.3396939, 47.6080213], [-122.3397219, 47.608023], [-122.3397485, 47.6080169], [-122.3397691, 47.608004], [-122.3397802, 47.6079865], [-122.3397797, 47.6079676], [-122.3397679, 47.6079504], [-122.3397467, 47.6079379], [-122.3397198, 47.6079323]], [[-122.3398897, 47.608064], [-122.3397387, 47.6081269], [-122.3398476, 47.6082456], [-122.3399986, 47.6081827], [-122.3398897, 47.608064]]], "type": "Polygon"}, "id": "314", "properties": {"__folium_color": "#ff7f00", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "3", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 23762.063, "cen_dist2chain": 33.29816590194819, "changeset": 0.0, "email": null, "ext_chain": "23670.877 23670.877 23670.877 23670.877 23852.833 23852.833 23670.877", "ext_dist2chain": "15.880005403440627 16.77721235450227 50.09604676804297 50.42608969188526 50.670563859700465 16.121950727763195 15.880005403440627", "height": "11.1", "id": 1040922302, "index": 314, "index_in_full": 2478, "internet_access": null, "landuse": null, "name": "Sanitary Public Market", "need2ndStageAssess_prob": 0.4544, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3409986, 47.6099697, -122.3404798, 47.6102907], "geometry": {"coordinates": [[[-122.3406285, 47.6102907], [-122.3404798, 47.6101296], [-122.3408608, 47.6099697], [-122.3409986, 47.6101189], [-122.3408762, 47.6101702], [-122.3408872, 47.6101821], [-122.3406285, 47.6102907]], [[-122.340821, 47.6100838], [-122.3407878, 47.6100972], [-122.3408534, 47.6101713], [-122.3408866, 47.610158], [-122.340821, 47.6100838]], [[-122.3406809, 47.6101414], [-122.3406486, 47.6101551], [-122.3407179, 47.6102293], [-122.3407502, 47.6102156], [-122.3406809, 47.6101414]]], "type": "Polygon"}, "id": "315", "properties": {"__folium_color": "#cab2d6", "addr:city": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "amenity": null, "building": "apartments", "building:levels": "6", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 24503.47, "cen_dist2chain": 25.967665036913115, "changeset": 0.0, "email": null, "ext_chain": "24542.221 24470.886 24470.886 24535.862 24535.862 24542.221 24542.221", "ext_dist2chain": "42.49489959257599 42.555198189172856 8.858300215050974 8.778070115045596 19.600516248922194 19.6013246038125 42.49489959257599", "height": null, "id": 1450637214, "index": 315, "index_in_full": 2483, "internet_access": null, "landuse": null, "name": "Atwood", "need2ndStageAssess_prob": 0.5052, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "https://web6.seattle.gov/DPD/HistoricalSite/QueryResult.aspx?ID=1203110696", "start_date": "1910", "tags": {"type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3358848, 47.6043212, -122.3350796, 47.6048586], "geometry": {"coordinates": [[[-122.3352789, 47.6047566], [-122.3352152, 47.6047828], [-122.3351471, 47.6047077], [-122.3350796, 47.6046331], [-122.3351434, 47.6046069], [-122.3350978, 47.6045579], [-122.3351175, 47.604504], [-122.3355445, 47.6043212], [-122.3356277, 47.6043385], [-122.3357186, 47.6044397], [-122.3358848, 47.6046248], [-122.3358621, 47.6046843], [-122.335442, 47.6048586], [-122.335361, 47.6048456], [-122.3352789, 47.6047566]]], "type": "Polygon"}, "id": "316", "properties": {"__folium_color": "#a6cee3", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "915", "addr:place": null, "addr:postcode": "98174", "addr:street": "2nd Avenue", "amenity": null, "building": "government", "building:levels": "37", "building:material": "stone", "building:min_level": null, "building:use": null, "cen_chain": 22181.28, "cen_dist2chain": 106.56935251446636, "changeset": 0.0, "email": null, "ext_chain": "22220.248 22226.751 22194.192 22168.144 22161.622 22142.095 22122.719 22090.133 22109.612 22142.095 22220.248 22233.196 22265.775 22259.262 22220.248", "ext_dist2chain": "125.99396070279819 131.4200936382241 133.904195157874 136.41477593152194 131.00202133987628 132.76492411332413 129.6745917630002 93.23561333996467 87.74095025372834 84.27403120829261 78.1463567575221 81.71558956555806 117.60804182729008 123.0068255146244 125.99396070279819", "height": "148", "id": 2217866543, "index": 316, "index_in_full": 2486, "internet_access": null, "landuse": null, "name": "Henry M. Jackson Federal Building", "need2ndStageAssess_prob": 0.0004, "office": "government", "opening_hours": "Mo-Fr 08:00-17:00", "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": null, "start_date": "1974", "tags": {"architect": "Bassetti/Norton/Metler/Rekevics and John Graham \u0026 Associates", "checked_exists:date": "2015-11-17", "elevator": "yes", "layer": "1", "type": "multipolygon", "wheelchair": "yes", "wikidata": "Q3132927"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": "en:Henry M. Jackson Federal Building"}, "type": "Feature"}, {"bbox": [-122.3436128, 47.6131289, -122.3427794, 47.6136735], "geometry": {"coordinates": [[[-122.3436128, 47.6134545], [-122.3435177, 47.6135269], [-122.3434654, 47.6134957], [-122.3433659, 47.6135715], [-122.3434182, 47.6136027], [-122.3433252, 47.6136735], [-122.3427794, 47.6133479], [-122.3428561, 47.6132895], [-122.3428695, 47.6132975], [-122.342883, 47.6132873], [-122.3429237, 47.6133116], [-122.3430265, 47.6132333], [-122.3429862, 47.6132092], [-122.3430001, 47.6131986], [-122.3429863, 47.6131904], [-122.343067, 47.6131289], [-122.3436128, 47.6134545]], [[-122.3431428, 47.6133022], [-122.3430739, 47.6133547], [-122.3432259, 47.6134454], [-122.3432948, 47.6133928], [-122.3431428, 47.6133022]]], "type": "Polygon"}, "id": "317", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": "Langdons and Anne Simons Senior Apartments", "addr:housenumber": "2113", "addr:place": null, "addr:postcode": "98121", "addr:street": "3rd Avenue", "amenity": null, "building": "yes", "building:levels": "5", "building:material": null, "building:min_level": null, "building:use": null, "cen_chain": 25862.762, "cen_dist2chain": 22.587034409002047, "changeset": 0.0, "email": null, "ext_chain": "25914.755 25934.234 25921.342 25934.234 25953.895 25966.778 25810.81 25791.158 25797.801 25797.801 25810.81 25791.158 25778.263 25778.263 25771.772 25758.756 25914.755", "ext_dist2chain": "4.85952604102364 4.593219348704051 7.17139864479685 17.030340136891922 14.465437214248206 23.649707448479706 49.92405354393009 42.238883473346185 41.62435328259284 40.272546938963465 38.34951959969852 28.026964107657218 29.90648911112029 28.513706631488102 29.176880022747007 21.046381719070133 4.85952604102364", "height": null, "id": 2261766639, "index": 317, "index_in_full": 2487, "internet_access": null, "landuse": null, "name": "Langdon and Anne Simons Senior Apartments", "need2ndStageAssess_prob": 0.6208, "office": null, "opening_hours": null, "operator": null, "osm_type": "relation", "phone": null, "ref": null, "shop": null, "source": "King County GIS;data.seattle.gov", "start_date": null, "tags": {"type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [-122.3418457, 47.6104223, -122.3409832, 47.6109889], "geometry": {"coordinates": [[[-122.341512, 47.6105668], [-122.3416059, 47.6106274], [-122.3416216, 47.6106157], [-122.3418457, 47.6107524], [-122.3417402, 47.6108311], [-122.3417489, 47.6108364], [-122.3417218, 47.6108566], [-122.3417129, 47.6108512], [-122.3416663, 47.6108859], [-122.3416731, 47.61089], [-122.3416481, 47.6109087], [-122.3416412, 47.6109045], [-122.3415893, 47.6109431], [-122.3415962, 47.6109473], [-122.3415658, 47.6109697], [-122.3415403, 47.6109889], [-122.3415117, 47.6109715], [-122.3409832, 47.610651], [-122.3410369, 47.610611], [-122.3411325, 47.6105397], [-122.3412366, 47.6106032], [-122.3412734, 47.6105757], [-122.3411758, 47.6105068], [-122.341307, 47.6104223], [-122.341512, 47.6105668]], [[-122.3414165, 47.6106284], [-122.3413812, 47.6106511], [-122.3413258, 47.6106121], [-122.3412622, 47.6106595], [-122.3412841, 47.6106729], [-122.3412794, 47.6106764], [-122.3413554, 47.6107228], [-122.3413604, 47.6107191], [-122.341373, 47.6107267], [-122.3413572, 47.6107385], [-122.3415035, 47.6108277], [-122.3415348, 47.6108043], [-122.3415583, 47.6108186], [-122.3416372, 47.6107597], [-122.3414165, 47.6106284]]], "type": "Polygon"}, "id": "318", "properties": {"__folium_color": "#ffff99", "addr:city": "Seattle", "addr:country": null, "addr:housename": null, "addr:housenumber": "110", "addr:place": null, "addr:postcode": "98101", "addr:street": "Stewart Street", "amenity": null, "building": "yes", "building:levels": "11", "building:material": "glass", "building:min_level": null, "building:use": null, "cen_chain": 24776.656, "cen_dist2chain": 16.048713679303496, "changeset": 0.0, "email": "[email protected]", "ext_chain": "24744.15 24776.656 24770.091 24841.664 24854.619 24854.619 24861.073 24854.619 24861.073 24867.559 24867.559 24867.559 24874.06 24874.06 24880.539 24880.539 24874.06 24705.209 24698.631 24685.496 24718.192 24718.192 24678.714 24672.567 24744.15", "ext_dist2chain": "1.8140534474875603 1.2842906381309085 2.6463642155342204 9.551157866624616 1.6741595738135637 1.6163329743731762 4.306037549342084 4.652009473459927 9.555038027145265 9.343291633768816 11.97401046491469 12.206030345552193 17.710632903124772 17.475548916627744 20.70154868502355 23.39897531303007 24.343626633683552 40.68827464613809 34.944506657952516 24.694941537553607 21.599585636168477 17.67410920576424 20.02308158413024 6.707314673458742 1.8140534474875603", "height": "38.1", "id": 2373009817, "index": 318, "index_in_full": 2488, "internet_access": null, "landuse": null, "name": "Thompson Seattle", "need2ndStageAssess_prob": 0.6088, "office": null, "opening_hours": null, "operator": "Thompson Hotels", "osm_type": "relation", "phone": "+1 206-623-4600", "ref": null, "shop": null, "source": null, "start_date": null, "tags": {"stars": "4", "tourism": "hotel", "type": "multipolygon"}, "timestamp": 0, "url": null, "version": -1, "website": "http://www.thompsonhotels.com/hotels/seattle/thompson-seattle", "wikipedia": null}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["index", "addr:city", "addr:country", "addr:housenumber", "addr:housename", "addr:postcode", "addr:place", "addr:street", "email", "name", "opening_hours", "operator", "phone", "ref", "url", "website", "building", "amenity", "building:levels", "building:material", "building:min_level", "building:use", "height", "internet_access", "landuse", "office", "shop", "source", "start_date", "wikipedia", "id", "timestamp", "version", "tags", "osm_type", "changeset", "cen_chain", "cen_dist2chain", "index_in_full", "ext_chain", "ext_dist2chain", "need2ndStageAssess_prob"];
let aliases = ["index", "addr:city", "addr:country", "addr:housenumber", "addr:housename", "addr:postcode", "addr:place", "addr:street", "email", "name", "opening_hours", "operator", "phone", "ref", "url", "website", "building", "amenity", "building:levels", "building:material", "building:min_level", "building:use", "height", "internet_access", "landuse", "office", "shop", "source", "start_date", "wikipedia", "id", "timestamp", "version", "tags", "osm_type", "changeset", "cen_chain", "cen_dist2chain", "index_in_full", "ext_chain", "ext_dist2chain", "need2ndStageAssess_prob"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
geo_json_ed8a2c2c87f97ebacc919fe92c47a0d0.bindPopup(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["index", "addr:city", "addr:country", "addr:housenumber", "addr:housename", "addr:postcode", "addr:place", "addr:street", "email", "name", "opening_hours", "operator", "phone", "ref", "url", "website", "building", "amenity", "building:levels", "building:material", "building:min_level", "building:use", "height", "internet_access", "landuse", "office", "shop", "source", "start_date", "wikipedia", "id", "timestamp", "version", "tags", "osm_type", "changeset", "cen_chain", "cen_dist2chain", "index_in_full", "ext_chain", "ext_dist2chain", "need2ndStageAssess_prob"];
let aliases = ["index", "addr:city", "addr:country", "addr:housenumber", "addr:housename", "addr:postcode", "addr:place", "addr:street", "email", "name", "opening_hours", "operator", "phone", "ref", "url", "website", "building", "amenity", "building:levels", "building:material", "building:min_level", "building:use", "height", "internet_access", "landuse", "office", "shop", "source", "start_date", "wikipedia", "id", "timestamp", "version", "tags", "osm_type", "changeset", "cen_chain", "cen_dist2chain", "index_in_full", "ext_chain", "ext_dist2chain", "need2ndStageAssess_prob"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i].toLocaleString()}</th>
<td>${handleObject(layer.feature.properties[v]).toLocaleString()}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumpopup"});
var color_map_8710302c08b81be884ca5fa26b97d8e9 = {};
color_map_8710302c08b81be884ca5fa26b97d8e9.color = d3.scale.threshold()
.domain([0.0, 0.0014324649298597194, 0.002864929859719439, 0.0042973947895791585, 0.005729859719438878, 0.007162324649298597, 0.008594789579158317, 0.010027254509018035, 0.011459719438877755, 0.012892184368737476, 0.014324649298597194, 0.015757114228456912, 0.017189579158316634, 0.018622044088176352, 0.02005450901803607, 0.02148697394789579, 0.02291943887775551, 0.02435190380761523, 0.02578436873747495, 0.027216833667334666, 0.028649298597194388, 0.030081763527054106, 0.031514228456913825, 0.03294669338677355, 0.03437915831663327, 0.035811623246492987, 0.037244088176352705, 0.03867655310621242, 0.04010901803607214, 0.04154148296593186, 0.04297394789579158, 0.044406412825651304, 0.04583887775551102, 0.04727134268537074, 0.04870380761523046, 0.050136272545090184, 0.0515687374749499, 0.05300120240480962, 0.05443366733466933, 0.05586613226452906, 0.057298597194388776, 0.058731062124248494, 0.06016352705410821, 0.06159599198396794, 0.06302845691382765, 0.06446092184368737, 0.0658933867735471, 0.06732585170340681, 0.06875831663326654, 0.07019078156312625, 0.07162324649298597, 0.07305571142284568, 0.07448817635270541, 0.07592064128256513, 0.07735310621242485, 0.07878557114228457, 0.08021803607214428, 0.08165050100200401, 0.08308296593186372, 0.08451543086172345, 0.08594789579158316, 0.0873803607214429, 0.08881282565130261, 0.09024529058116233, 0.09167775551102204, 0.09311022044088176, 0.09454268537074148, 0.09597515030060119, 0.09740761523046092, 0.09884008016032064, 0.10027254509018037, 0.10170501002004008, 0.1031374749498998, 0.10456993987975952, 0.10600240480961924, 0.10743486973947895, 0.10886733466933866, 0.1102997995991984, 0.11173226452905811, 0.11316472945891784, 0.11459719438877755, 0.11602965931863728, 0.11746212424849699, 0.11889458917835671, 0.12032705410821642, 0.12175951903807616, 0.12319198396793588, 0.12462444889779559, 0.1260569138276553, 0.12748937875751504, 0.12892184368737475, 0.1303543086172345, 0.1317867735470942, 0.1332192384769539, 0.13465170340681362, 0.13608416833667336, 0.13751663326653307, 0.13894909819639278, 0.1403815631262525, 0.1418140280561122, 0.14324649298597195, 0.14467895791583166, 0.14611142284569137, 0.14754388777555108, 0.14897635270541082, 0.15040881763527056, 0.15184128256513027, 0.15327374749498998, 0.1547062124248497, 0.15613867735470943, 0.15757114228456914, 0.15900360721442885, 0.16043607214428857, 0.1618685370741483, 0.16330100200400802, 0.16473346693386773, 0.16616593186372744, 0.16759839679358718, 0.1690308617234469, 0.1704633266533066, 0.1718957915831663, 0.17332825651302602, 0.1747607214428858, 0.1761931863727455, 0.17762565130260521, 0.17905811623246493, 0.18049058116232466, 0.18192304609218438, 0.1833555110220441, 0.1847879759519038, 0.1862204408817635, 0.18765290581162325, 0.18908537074148296, 0.19051783567134267, 0.19195030060120238, 0.19338276553106212, 0.19481523046092183, 0.19624769539078155, 0.19768016032064128, 0.199112625250501, 0.20054509018036074, 0.20197755511022045, 0.20341002004008016, 0.20484248496993987, 0.2062749498997996, 0.20770741482965932, 0.20913987975951903, 0.21057234468937874, 0.21200480961923848, 0.2134372745490982, 0.2148697394789579, 0.21630220440881762, 0.21773466933867733, 0.21916713426853707, 0.2205995991983968, 0.22203206412825652, 0.22346452905811623, 0.22489699398797597, 0.22632945891783568, 0.2277619238476954, 0.2291943887775551, 0.23062685370741481, 0.23205931863727455, 0.23349178356713426, 0.23492424849699398, 0.2363567134268537, 0.23778917835671343, 0.23922164328657314, 0.24065410821643285, 0.24208657314629256, 0.24351903807615233, 0.24495150300601204, 0.24638396793587175, 0.24781643286573146, 0.24924889779559117, 0.2506813627254509, 0.2521138276553106, 0.2535462925851703, 0.2549787575150301, 0.2564112224448898, 0.2578436873747495, 0.25927615230460926, 0.260708617234469, 0.2621410821643287, 0.2635735470941884, 0.2650060120240481, 0.2664384769539078, 0.26787094188376753, 0.26930340681362724, 0.27073587174348696, 0.2721683366733467, 0.27360080160320643, 0.27503326653306615, 0.27646573146292586, 0.27789819639278557, 0.2793306613226453, 0.280763126252505, 0.2821955911823647, 0.2836280561122244, 0.2850605210420842, 0.2864929859719439, 0.2879254509018036, 0.2893579158316633, 0.290790380761523, 0.29222284569138274, 0.29365531062124245, 0.29508777555110216, 0.29652024048096187, 0.29795270541082164, 0.29938517034068135, 0.3008176352705411, 0.30225010020040083, 0.30368256513026054, 0.30511503006012025, 0.30654749498997996, 0.3079799599198397, 0.3094124248496994, 0.31084488977955915, 0.31227735470941886, 0.3137098196392786, 0.3151422845691383, 0.316574749498998, 0.3180072144288577, 0.3194396793587174, 0.32087214428857713, 0.32230460921843684, 0.3237370741482966, 0.3251695390781563, 0.32660200400801603, 0.32803446893787575, 0.32946693386773546, 0.33089939879759517, 0.3323318637274549, 0.3337643286573146, 0.33519679358717436, 0.33662925851703407, 0.3380617234468938, 0.3394941883767535, 0.3409266533066132, 0.3423591182364729, 0.3437915831663326, 0.34522404809619234, 0.34665651302605205, 0.34808897795591187, 0.3495214428857716, 0.3509539078156313, 0.352386372745491, 0.3538188376753507, 0.35525130260521043, 0.35668376753507014, 0.35811623246492985, 0.35954869739478956, 0.36098116232464933, 0.36241362725450904, 0.36384609218436875, 0.36527855711422846, 0.3667110220440882, 0.3681434869739479, 0.3695759519038076, 0.3710084168336673, 0.372440881763527, 0.3738733466933868, 0.3753058116232465, 0.3767382765531062, 0.3781707414829659, 0.37960320641282563, 0.38103567134268534, 0.38246813627254506, 0.38390060120240477, 0.3853330661322645, 0.38676553106212425, 0.38819799599198396, 0.38963046092184367, 0.3910629258517034, 0.3924953907815631, 0.39392785571142286, 0.39536032064128257, 0.3967927855711423, 0.398225250501002, 0.39965771543086176, 0.40109018036072147, 0.4025226452905812, 0.4039551102204409, 0.4053875751503006, 0.4068200400801603, 0.40825250501002003, 0.40968496993987974, 0.4111174348697395, 0.4125498997995992, 0.41398236472945893, 0.41541482965931864, 0.41684729458917835, 0.41827975951903806, 0.4197122244488978, 0.4211446893787575, 0.4225771543086172, 0.42400961923847696, 0.4254420841683367, 0.4268745490981964, 0.4283070140280561, 0.4297394789579158, 0.4311719438877755, 0.43260440881763523, 0.43403687374749494, 0.43546933867735466, 0.4369018036072144, 0.43833426853707413, 0.4397667334669339, 0.4411991983967936, 0.4426316633266533, 0.44406412825651304, 0.44549659318637275, 0.44692905811623246, 0.44836152304609217, 0.44979398797595194, 0.45122645290581165, 0.45265891783567136, 0.45409138276553107, 0.4555238476953908, 0.4569563126252505, 0.4583887775551102, 0.4598212424849699, 0.46125370741482963, 0.4626861723446894, 0.4641186372745491, 0.4655511022044088, 0.46698356713426853, 0.46841603206412824, 0.46984849699398795, 0.47128096192384766, 0.4727134268537074, 0.4741458917835671, 0.47557835671342685, 0.47701082164328656, 0.4784432865731463, 0.479875751503006, 0.4813082164328657, 0.4827406813627254, 0.4841731462925851, 0.4856056112224449, 0.48703807615230466, 0.48847054108216437, 0.4899030060120241, 0.4913354709418838, 0.4927679358717435, 0.4942004008016032, 0.4956328657314629, 0.49706533066132264, 0.49849779559118235, 0.4999302605210421, 0.5013627254509018, 0.5027951903807615, 0.5042276553106212, 0.5056601202404809, 0.5070925851703406, 0.5085250501002004, 0.5099575150300601, 0.5113899799599199, 0.5128224448897796, 0.5142549098196393, 0.515687374749499, 0.5171198396793587, 0.5185523046092185, 0.5199847695390781, 0.521417234468938, 0.5228496993987976, 0.5242821643286574, 0.525714629258517, 0.5271470941883768, 0.5285795591182364, 0.5300120240480962, 0.5314444889779559, 0.5328769539078156, 0.5343094188376754, 0.5357418837675351, 0.5371743486973948, 0.5386068136272545, 0.5400392785571142, 0.5414717434869739, 0.5429042084168336, 0.5443366733466934, 0.545769138276553, 0.5472016032064129, 0.5486340681362725, 0.5500665330661323, 0.5514989979959919, 0.5529314629258517, 0.5543639278557113, 0.5557963927855711, 0.557228857715431, 0.5586613226452906, 0.5600937875751504, 0.56152625250501, 0.5629587174348698, 0.5643911823647294, 0.5658236472945892, 0.5672561122244488, 0.5686885771543086, 0.5701210420841684, 0.5715535070140281, 0.5729859719438878, 0.5744184368737475, 0.5758509018036072, 0.5772833667334669, 0.5787158316633266, 0.5801482965931863, 0.581580761523046, 0.5830132264529059, 0.5844456913827655, 0.5858781563126253, 0.5873106212424849, 0.5887430861723447, 0.5901755511022043, 0.5916080160320641, 0.5930404809619237, 0.5944729458917836, 0.5959054108216433, 0.597337875751503, 0.5987703406813627, 0.6002028056112224, 0.6016352705410822, 0.6030677354709418, 0.6045002004008017, 0.6059326653306613, 0.6073651302605211, 0.6087975951903808, 0.6102300601202405, 0.6116625250501002, 0.6130949899799599, 0.6145274549098196, 0.6159599198396793, 0.6173923847695391, 0.6188248496993988, 0.6202573146292585, 0.6216897795591183, 0.6231222444889779, 0.6245547094188377, 0.6259871743486973, 0.6274196392785572, 0.6288521042084168, 0.6302845691382766, 0.6317170340681362, 0.633149498997996, 0.6345819639278557, 0.6360144288577154, 0.6374468937875751, 0.6388793587174348, 0.6403118236472946, 0.6417442885771543, 0.643176753507014, 0.6446092184368737, 0.6460416833667334, 0.6474741482965932, 0.6489066132264529, 0.6503390781563126, 0.6517715430861724, 0.6532040080160321, 0.6546364729458918, 0.6560689378757515, 0.6575014028056112, 0.6589338677354709, 0.6603663326653307, 0.6617987975951903, 0.6632312625250502, 0.6646637274549098, 0.6660961923847696, 0.6675286573146292, 0.668961122244489, 0.6703935871743487, 0.6718260521042084, 0.6732585170340681, 0.6746909819639278, 0.6761234468937876, 0.6775559118236473, 0.678988376753507, 0.6804208416833667, 0.6818533066132264, 0.6832857715430862, 0.6847182364729458, 0.6861507014028057, 0.6875831663326653, 0.6890156312625251, 0.6904480961923847, 0.6918805611222445, 0.6933130260521041, 0.6947454909819639, 0.6961779559118237, 0.6976104208416833, 0.6990428857715432, 0.7004753507014028, 0.7019078156312626, 0.7033402805611222, 0.704772745490982, 0.7062052104208416, 0.7076376753507014, 0.7090701402805611, 0.7105026052104209, 0.7119350701402806, 0.7133675350701403, 0.7148])
.range(['#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#a6cee3ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#1f78b4ff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#b2df8aff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#33a02cff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#fb9a99ff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#e31a1cff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#fdbf6fff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#ff7f00ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#cab2d6ff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#6a3d9aff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#ffff99ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff', '#b15928ff']);
color_map_8710302c08b81be884ca5fa26b97d8e9.x = d3.scale.linear()
.domain([0.0, 0.7148])
.range([0, 400]);
color_map_8710302c08b81be884ca5fa26b97d8e9.legend = L.control({position: 'topright'});
color_map_8710302c08b81be884ca5fa26b97d8e9.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};
color_map_8710302c08b81be884ca5fa26b97d8e9.legend.addTo(map_dbd0515f8e30a272654326c44e50b64d);
color_map_8710302c08b81be884ca5fa26b97d8e9.xAxis = d3.svg.axis()
.scale(color_map_8710302c08b81be884ca5fa26b97d8e9.x)
.orient("top")
.tickSize(1)
.tickValues([0.0, '', 0.11913333333333333, '', 0.23826666666666665, '', 0.3574, '', 0.4765333333333333, '', 0.5956666666666667, '', 0.7148, '']);
color_map_8710302c08b81be884ca5fa26b97d8e9.svg = d3.select(".legend.leaflet-control").append("svg")
.attr("id", 'legend')
.attr("width", 450)
.attr("height", 40);
color_map_8710302c08b81be884ca5fa26b97d8e9.g = color_map_8710302c08b81be884ca5fa26b97d8e9.svg.append("g")
.attr("class", "key")
.attr("transform", "translate(25,16)");
color_map_8710302c08b81be884ca5fa26b97d8e9.g.selectAll("rect")
.data(color_map_8710302c08b81be884ca5fa26b97d8e9.color.range().map(function(d, i) {
return {
x0: i ? color_map_8710302c08b81be884ca5fa26b97d8e9.x(color_map_8710302c08b81be884ca5fa26b97d8e9.color.domain()[i - 1]) : color_map_8710302c08b81be884ca5fa26b97d8e9.x.range()[0],
x1: i < color_map_8710302c08b81be884ca5fa26b97d8e9.color.domain().length ? color_map_8710302c08b81be884ca5fa26b97d8e9.x(color_map_8710302c08b81be884ca5fa26b97d8e9.color.domain()[i]) : color_map_8710302c08b81be884ca5fa26b97d8e9.x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 10)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
color_map_8710302c08b81be884ca5fa26b97d8e9.g.call(color_map_8710302c08b81be884ca5fa26b97d8e9.xAxis).append("text")
.attr("class", "caption")
.attr("y", 21)
.text('need2ndStageAssess_prob');
</script>