Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "id":"1",
- "properties": {},
- "geometry": {
- "type": "Point",
- "coordinates": [-90, 0]
- }
- },
- {
- "type": "Feature",
- "id":"2",
- "properties": {},
- "geometry": {
- "type": "Point",
- "coordinates": [-45,45]
- }
- },
- {
- "type": "Feature",
- "id":"3",
- "properties": {},
- "geometry": {
- "type": "Point",
- "coordinates": [0,0]
- }
- },
- {
- "type": "Feature",
- "id":"4",
- "properties": {},
- "geometry": {
- "type": "Point",
- "coordinates": [45,-45]
- }
- },
- {
- "type": "Feature",
- "id":"5",
- "properties": {},
- "geometry": {
- "type": "Point",
- "coordinates": [90,0]
- }
- }
- ]
- }
RAW Paste Data