Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "MultiPoint",
  8. "coordinates": [
  9. [80.27, 13.08], [78.48, 17.38], [77.59, 12.97], [76.93, 8.52]
  10. ]
  11. },
  12. "properties": {
  13. "marker-symbol": "star",
  14. "marker-color": "red",
  15. "popupContent": "Visited Places...!"
  16. }
  17. }
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement