summaryrefslogtreecommitdiff
path: root/home/poi.js
blob: 031523f0a6b64134e1bbd79e320d6e2dfb6202b0 (plain)
  1. var data = { "type": "FeatureCollection", "features": [
  2. {
  3. "type": "Feature",
  4. "properties": {
  5. "area": "Gamløse",
  6. "location": "Stauninggårdsvej 25"
  7. },
  8. "geometry": {
  9. "type": "Point",
  10. "coordinates": [11.81712, 55.76432]
  11. }
  12. },
  13. {
  14. "type": "Feature",
  15. "properties": {
  16. "area": "Mørkøv",
  17. "location": "Ringstedvej 24 A"
  18. },
  19. "geometry": {
  20. "type": "Point",
  21. "coordinates": [11.50349, 55.64768]
  22. }
  23. },
  24. {
  25. "type": "Feature",
  26. "properties": {
  27. "area": "Røde Hus",
  28. "location": "Ringstedvej 65 th."
  29. },
  30. "geometry": {
  31. "type": "Point",
  32. "coordinates": [11.52641, 55.63933]
  33. }
  34. },
  35. ]}