Created
August 16, 2018 06:24
-
-
Save LdDl/3fc98728cf511b751c3b35a753688aad 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", | |
"properties": { | |
"percent": 0.9 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.61719822883606, | |
55.75813439707792 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"percent": 0.28 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.613829374313354, | |
55.75753069413687 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"percent": 0.63 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.61245608329773, | |
55.758436245044045 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment