Skip to content

Commit e5a846c

Browse files
authored
Create restaurants.geojson
1 parent 6a8cf22 commit e5a846c

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

restaurants.geojson

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"marker-color": "#c23c47",
8+
"marker-size": "medium",
9+
"marker-symbol": ""
10+
},
11+
"geometry": {
12+
"type": "Point",
13+
"coordinates": [
14+
-82.39954501390457,
15+
34.85122653338002
16+
]
17+
}
18+
},
19+
{
20+
"type": "Feature",
21+
"properties": {
22+
"marker-color": "#00aa59",
23+
"marker-size": "medium",
24+
"marker-symbol": ""
25+
},
26+
"geometry": {
27+
"type": "Point",
28+
"coordinates": [
29+
-82.39979982376099,
30+
34.85086554820125
31+
]
32+
}
33+
},
34+
{
35+
"type": "Feature",
36+
"properties": {
37+
"marker-color": "#8853b5",
38+
"marker-size": "medium",
39+
"marker-symbol": ""
40+
},
41+
"geometry": {
42+
"type": "Point",
43+
"coordinates": [
44+
-82.39990711212158,
45+
34.85089636407102
46+
]
47+
}
48+
},
49+
{
50+
"type": "Feature",
51+
"properties": {
52+
"marker-color": "#f3e54b",
53+
"marker-size": "small",
54+
"marker-symbol": "star"
55+
},
56+
"geometry": {
57+
"type": "Point",
58+
"coordinates": [
59+
-82.3995852470398,
60+
34.85197051003339
61+
]
62+
}
63+
},
64+
{
65+
"type": "Feature",
66+
"properties": {
67+
"marker-color": "#485bd1",
68+
"marker-size": "medium",
69+
"marker-symbol": ""
70+
},
71+
"geometry": {
72+
"type": "Point",
73+
"coordinates": [
74+
-82.39822804927826,
75+
34.8519000746622
76+
]
77+
}
78+
}
79+
]
80+
}

0 commit comments

Comments
 (0)