Created
October 17, 2014 08:24
-
-
Save schlomm/784a0c08c32ca135ed15 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": { | |
"name": "Hello 2" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-69.60937499999999, | |
27.994401411046173 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 3" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-60.8203125, | |
20.96143961409685 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 4" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-49.92187499999999, | |
18.312810846425442 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 5" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-39.7265625, | |
14.944784875088372 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 6" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-29.53125, | |
14.604847155053898 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 7" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-17.9296875, | |
16.63619187839765 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 8" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.734374999999999, | |
19.973348786110602 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 9" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.0546875, | |
27.059125784374068 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 10" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-32.16796875, | |
38.8225909761771 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 11" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-63.45703124999999, | |
56.559482483762245 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Hello 12" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.39453125, | |
56.84897198026975 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment