Guest User

Untitled

a guest
Jul 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "data":{
  3. "type":"FeatureCollection",
  4. "features":[
  5. {
  6. "type":"Feature",
  7. "geometry":{
  8. "type":"Point",
  9. "coordinates":[
  10. 38.544907,
  11. -121.740517
  12. ],
  13. "__typename":"GeometryType"
  14. },
  15. "__typename":"MapInfoType"
  16. }
  17. ]
  18. },
  19. "type":"geojson"
  20. }
  21.  
  22. {
  23. "data":{
  24. "type":"FeatureCollection",
  25. "features":[
  26. {
  27. "type":"Feature",
  28. "geometry":{
  29. "type":"Point",
  30. "coordinates":[
  31. 38.544907,
  32. -121.740517
  33. ],
  34. },
  35. }
  36. ]
  37. },
  38. "type":"geojson"
  39. }
Add Comment
Please, Sign In to add comment