Advertisement
Guest User

Untitled

a guest
Sep 15th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Point",
  8. "coordinates": [ -94.933611,29.374722 ]
  9. },
  10. "properties": {
  11. "Name":"Marathon Petroleum"
  12. }
  13. },
  14. {
  15. "type": "Feature",
  16. "geometry": {
  17. "type": "Point",
  18. "coordinates": [ -94.903253,29.368733 ]
  19. },
  20. "properties": {
  21. "Name":"Marathon Petroleum"
  22. }
  23. },
  24. {
  25. "type": "Feature",
  26. "geometry": {
  27. "type": "Point",
  28. "coordinates": [ -94.909515,29.367617 ]
  29. },
  30. "properties": {
  31. "Name":"Valero"
  32. }
  33. },
  34. {
  35. "type": "Feature",
  36. "geometry": {
  37. "type": "Point",
  38. "coordinates": [ -95.234814,29.71584 ]
  39. },
  40. "properties": {
  41. "Name":"LyondellBasell"
  42. }
  43. },
  44. {
  45. "type": "Feature",
  46. "geometry": {
  47. "type": "Point",
  48. "coordinates": [ -95.255198,29.722213 ]
  49. },
  50. "properties": {
  51. "Name":"Valero"
  52. }
  53. },
  54. {
  55. "type": "Feature",
  56. "geometry": {
  57. "type": "Point",
  58. "coordinates": [ -95.009208,29.743865 ]
  59. },
  60. "properties": {
  61. "Name":"Exxon"
  62. }
  63. },
  64. {
  65. "type": "Feature",
  66. "geometry": {
  67. "type": "Point",
  68. "coordinates": [ -95.12495,29.720425 ]
  69. },
  70. "properties": {
  71. "Name":"Shell"
  72. }
  73. },
  74. {
  75. "type": "Feature",
  76. "geometry": {
  77. "type": "Point",
  78. "coordinates": [ -95.208807,29.722466 ]
  79. },
  80. "properties": {
  81. "Name":"Petrobras"
  82. }
  83. }
  84. ]
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement