Skip to content

Commit 3f1455e

Browse files
authored
Create ANAC_Playgrounds.geojson
1 parent 65fe2ba commit 3f1455e

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"name": "Pirate Ship Playground",
8+
"marker-color": "#04d600",
9+
"marker-size": "medium",
10+
"marker-symbol": "playground",
11+
"location": "Nicholson St. & Anacostia Ave. SE"
12+
},
13+
"geometry": {
14+
"coordinates": [
15+
-76.97767168656978,
16+
38.87495133561103
17+
],
18+
"type": "Point"
19+
},
20+
"id": 0
21+
},
22+
{
23+
"type": "Feature",
24+
"properties": {
25+
"name": "Closed",
26+
"marker-color": "#ff0000",
27+
"marker-size": "medium",
28+
"marker-symbol": "roadblock",
29+
"location": "1700 Anacostia Ave. SE at the swimming pool and tennis courts"
30+
},
31+
"geometry": {
32+
"coordinates": [
33+
-76.9822387745061,
34+
38.87282339706647
35+
],
36+
"type": "Point"
37+
},
38+
"id": 2
39+
},
40+
{
41+
"type": "Feature",
42+
"properties": {
43+
"name": "Playground",
44+
"location": "1500 Anacostia Ave. SE at the roller skating pavilion",
45+
"marker-color": "#04d600",
46+
"marker-size": "medium",
47+
"marker-symbol": "playground"
48+
},
49+
"geometry": {
50+
"coordinates": [
51+
-76.96928134844904,
52+
38.87809988076026
53+
],
54+
"type": "Point"
55+
},
56+
"id": 3
57+
},
58+
{
59+
"type": "Feature",
60+
"properties": {
61+
"name": "Playground",
62+
"location": "Anacostia Ave. NE & E. Capitol St.",
63+
"marker-color": "#04d600",
64+
"marker-size": "medium",
65+
"marker-symbol": "playground"
66+
},
67+
"geometry": {
68+
"coordinates": [
69+
-76.96167951502174,
70+
38.890816231055226
71+
],
72+
"type": "Point"
73+
},
74+
"id": 4
75+
}
76+
]
77+
}

0 commit comments

Comments
 (0)