summaryrefslogtreecommitdiff
path: root/home/poi.js
blob: 95391525367418ef4ff0045c5ea8bc4c1d315336 (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": "Amager",
  28. "location": "Prøvestens Allé 15",
  29. "type": "Combi"
  30. },
  31. "geometry": {
  32. "type": "Point",
  33. "coordinates": [12.617495, 55.6596697]
  34. }
  35. },
  36. {
  37. "type": "Feature",
  38. "properties": {
  39. "area": "Røde Hus",
  40. "location": "Ringstedvej 65 th."
  41. },
  42. "geometry": {
  43. "type": "Point",
  44. "coordinates": [11.52641, 55.63933]
  45. }
  46. },
  47. ]}