Created
November 28, 2016 06:39
-
-
Save ateucher/b4311b7ad0191ff71eb68ce579bc3206 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": { | |
"x": "a" | |
}, | |
"geometry": { | |
"type": "MultiPoint", | |
"coordinates": [ | |
[3.2, 4], | |
[3, 4.6], | |
[3.8, 4.4], | |
[3.5, 3.8], | |
[3.4, 3.6], | |
[3.9, 4.5] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment