forked from geoglrb/Silent-Seattle-458
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNewMapSilent
More file actions
80 lines (80 loc) · 1.92 KB
/
NewMapSilent
File metadata and controls
80 lines (80 loc) · 1.92 KB
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
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Placename": "Seattle Chinese Garden",
"Notes": "An imagined geography of peonies, pools, and pavilions",
"link": "www.seattlechinesegarden.org/"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.35276222229004,
47.55312816069254
]
}
},
{
"type": "Feature",
"properties": {
"Placename": "Hamilton Viewpoint",
"Notes": "A viewpoint park (David Pontecorvo)",
"link": "http://www.seattle.gov/parks/park_detail.asp?ID=454"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.38649368286131,
47.593878902222
]
}
},
{
"type": "Feature",
"properties": {
"Placename": "Ravenna Park",
"Notes": "Basketball court, merry-go-round (Bryce Jennings)",
"link": "http://www.seattle.gov/parks/park_detail.asp?id=391"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.30568408966063,
47.67084227349092
]
}
},
{
"type": "Feature",
"properties": {
"Placename": "Seattle Meowtropolitan Cafe",
"Notes": "Cafe with cats (Naomi Provost)",
"link": "https://seattlemeowtropolitan.com/"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.34261274337769,
47.66129037481437
]
}
},
{
"type": "Feature",
"properties": {
"Placename": "Schmitz Preserve Park",
"Notes": "Park that is old (KennyNgo)",
"link": "http://www.seattle.gov/parks/park_detail.asp?ID=465"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.40157842636108,
47.575671655213476
]
}
}
]
}