Created
February 10, 2017 16:13
-
-
Save orsenthil/41b7aeacfca52e26ea2f0e4f08da3503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "type" : "FeatureCollection", | |
"features" : [ | |
{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395315,33.776808]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395455,33.776810]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395451,33.776934]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395257,33.776900]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.394786,33.776895]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
, | |
{ "type" : "Feature", | |
"geometry" : {"type": "LineString", "coordinates": [[-84.395315,33.776808], [-84.395455,33.776810]]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "LineString", "coordinates": [[-84.395455,33.776810], [-84.395451,33.776934]]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "LineString", "coordinates": [[-84.395451,33.776934], [-84.395257,33.776900]]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "LineString", "coordinates": [[-84.395257,33.776900], [-84.394786,33.776895]]}, | |
"properties": {"marker-color": "#F5A207"} | |
} | |
, | |
{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395459,33.776701]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395415,33.776621]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395540,33.777070]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395414,33.776701]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395259,33.776821]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395462,33.776621]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395503,33.776953]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
,{ "type" : "Feature", | |
"geometry" : {"type": "Point", "coordinates": [-84.395522,33.776800]}, | |
"properties": {"marker-color": "#000000"} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment