Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
  4.  
  5. "features": [
  6. { "type": "Feature", "properties": { "Name": "3" }, "geometry": { "type": "Point", "coordinates": [ -135.0249393739, 60.672798081069011 ] } },
  7. { "type": "Feature", "properties": { "Name": "4" }, "geometry": { "type": "Point", "coordinates": [ -135.0249393739, 60.672825032341493 ] } },
  8. { "type": "Feature", "properties": { "Name": "6" }, "geometry": { "type": "Point", "coordinates": [ -135.0249393739, 60.672851983614009 ] } },
  9. { "type": "Feature", "properties": { "Name": "1" }, "geometry": { "type": "Point", "coordinates": [ -135.02482914462001, 60.672771129797013 ] } },
  10. { "type": "Feature", "properties": { "Name": "16" }, "geometry": { "type": "Point", "coordinates": [ -135.02482914462001, 60.672798081068997 ] } }
  11. ]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement