map.geojson 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "description": "PRova prova 1 /\n newline",
  8. "name": "Prova 1"
  9. },
  10. "geometry": {
  11. "type": "Point",
  12. "coordinates": [
  13. 11.353543996810915,
  14. 44.5085036959108
  15. ]
  16. }
  17. },
  18. {
  19. "type": "Feature",
  20. "properties": {
  21. "name": " Prova 2",
  22. "description": "Prova prova 2"
  23. },
  24. "geometry": {
  25. "type": "Point",
  26. "coordinates": [
  27. 11.36665463447571,
  28. 44.50429536697188
  29. ]
  30. }
  31. },
  32. {
  33. "type": "Feature",
  34. "properties": {
  35. "description": "Prova prova 3",
  36. "name": "Prova 3"
  37. },
  38. "geometry": {
  39. "type": "Point",
  40. "coordinates": [
  41. 11.329071521759035,
  42. 44.51795220021296
  43. ]
  44. }
  45. },
  46. {
  47. "type": "Feature",
  48. "properties": {
  49. "name": "Prova 4",
  50. "description": "Prova \n Prova \n Prova \n quattro"
  51. },
  52. "geometry": {
  53. "type": "Point",
  54. "coordinates": [
  55. 11.35092616081238,
  56. 44.51151820295402
  57. ]
  58. }
  59. }
  60. ]
  61. }