Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "marker-color": "#ff0000",
  8. "marker-size": "medium",
  9. "marker-symbol": "restaurant",
  10. "place-name": "Courtyard Fiairfield Marriott"
  11. },
  12. "geometry": {
  13. "type": "Point",
  14. "coordinates": [
  15. 77.6802923,
  16. 12.928069
  17. ]
  18. }
  19. },
  20. {
  21. "type": "Feature",
  22. "properties": {
  23. "marker-color": "#ff0000",
  24. "marker-size": "medium",
  25. "marker-symbol": "lodging",
  26. "place-name": "Sindhuja PG For Gents"
  27. },
  28. "geometry": {
  29. "type": "Point",
  30. "coordinates": [
  31. 77.6719488,
  32. 12.9274549
  33. ]
  34. }
  35. },
  36. {
  37. "type": "Feature",
  38. "properties": {
  39. "marker-color": "#ff0000",
  40. "marker-size": "medium",
  41. "marker-symbol": "industrial",
  42. "place-name": "Goldman Sachs ORR Office"
  43. },
  44. "geometry": {
  45. "type": "Point",
  46. "coordinates": [
  47. 77.6566278,
  48. 12.9275014
  49. ]
  50. }
  51. },
  52. {
  53. "type": "Feature",
  54. "properties": {
  55. "marker-color": "#ff0000",
  56. "marker-size": "medium",
  57. "marker-symbol": "industrial",
  58. "place-name": "Goldman Sachs EGL Office"
  59. },
  60. "geometry": {
  61. "type": "Point",
  62. "coordinates": [
  63. 77.6419743,
  64. 12.9500803
  65. ]
  66. }
  67. },
  68. {
  69. "type": "Feature",
  70. "properties": {
  71. "marker-color": "#ff0000",
  72. "marker-size": "medium",
  73. "marker-symbol": "cricket",
  74. "place-name": "Baddyzone badminton Club"
  75. },
  76. "geometry": {
  77. "type": "Point",
  78. "coordinates": [
  79. 77.7007028,
  80. 12.9309126
  81. ]
  82. }
  83. },
  84. {
  85. "type": "Feature",
  86. "properties": {
  87. "marker-color": "#ff0000",
  88. "marker-size": "medium",
  89. "marker-symbol": "cricket",
  90. "place-name": "Laser Tag"
  91. },
  92. "geometry": {
  93. "type": "Point",
  94. "coordinates": [
  95. 77.7012569,
  96. 12.9628501
  97. ]
  98. }
  99. },
  100. {
  101. "type": "Feature",
  102. "properties": {
  103. "marker-color": "#ff0000",
  104. "marker-size": "medium",
  105. "marker-symbol": "playground",
  106. "place-name": "WonderLa"
  107. },
  108. "geometry": {
  109. "type": "Point",
  110. "coordinates": [
  111. 77.3987832,
  112. 12.8345611
  113. ]
  114. }
  115. },
  116. {
  117. "type": "Feature",
  118. "properties": {
  119. "marker-color": "#ff0000",
  120. "marker-size": "medium",
  121. "marker-symbol": "bar",
  122. "place-name": "Windmills Craftworks"
  123. },
  124. "geometry": {
  125. "type": "Point",
  126. "coordinates": [
  127. 77.7196844,
  128. 12.9824008
  129. ]
  130. }
  131. }
  132. ]
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement