Guest User

Untitled

a guest
Jun 13th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. { "type": "Feature", "id": 1, "properties": { "val": 1 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 30.0 ] } },
  5. { "type": "Feature", "id": 2, "properties": { "val": 2 }, "geometry": { "type": "Point", "coordinates": [ 10.0, 30.0 ] } },
  6. { "type": "Feature", "id": 3, "properties": { "val": 3 }, "geometry": { "type": "Point", "coordinates": [ 20.0, 30.0 ] } },
  7. { "type": "Feature", "id": 4, "properties": { "val": 4 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 20.0 ] } },
  8. { "type": "Feature", "id": 5, "properties": { "val": 5 }, "geometry": { "type": "Point", "coordinates": [ 10.0, 20.0 ] } },
  9. { "type": "Feature", "id": 6, "properties": { "val": 6 }, "geometry": { "type": "Point", "coordinates": [ 20.0, 20.0 ] } },
  10. { "type": "Feature", "id": 7, "properties": { "val": 7 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 10.0 ] } },
  11. { "type": "Feature", "id": 8, "properties": { "val": 8 }, "geometry": { "type": "Point", "coordinates": [ 10.0, 10.0 ] } },
  12. { "type": "Feature", "id": 9, "properties": { "val": 9 }, "geometry": { "type": "Point", "coordinates": [ 20.0, 10.0 ] } },
  13. { "type": "Feature", "id": 10, "properties": { "val": 10 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 0.0 ] } },
  14. { "type": "Feature", "id": 11, "properties": { "val": 11 }, "geometry": { "type": "Point", "coordinates": [ 10.0, 0.0 ] } },
  15. { "type": "Feature", "id": 12, "properties": { "val": 12 }, "geometry": { "type": "Point", "coordinates": [ 20.0, 0.0 ] } }
  16. ]
  17. }
Add Comment
Please, Sign In to add comment