less copy protection, more size visualization
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

57 lignes
1.5 KiB

  1. {
  2. "name": "Famous Places",
  3. "directory": "/media/naturals/Earth/",
  4. "shapefile": "E:/macrovision/mapshaper/land/merged.geojson",
  5. "mode": "points",
  6. "layer": "merged",
  7. "items": [
  8. {
  9. "name": "North America",
  10. "file": "E:/macrovision/mapshaper/land/North America.geojson",
  11. "lat": 35,
  12. "lon": -100
  13. },
  14. {
  15. "name": "South America",
  16. "file": "E:/macrovision/mapshaper/land/South America.geojson",
  17. "lat": -13,
  18. "lon": -60
  19. },
  20. {
  21. "name": "Europe",
  22. "file": "E:/macrovision/mapshaper/land/Europe.geojson",
  23. "lat": 48,
  24. "lon": 6
  25. },
  26. {
  27. "name": "Africa",
  28. "file": "E:/macrovision/mapshaper/land/Africa.geojson",
  29. "lat": 5,
  30. "lon": 15
  31. },
  32. {
  33. "name": "Asia",
  34. "file": "E:/macrovision/mapshaper/land/Asia.geojson",
  35. "lat": 50,
  36. "lon": 90
  37. },
  38. {
  39. "name": "Australia",
  40. "file": "E:/macrovision/mapshaper/land/Australia.geojson",
  41. "lat": -24,
  42. "lon": 132
  43. },
  44. {
  45. "name": "North Pole",
  46. "file": "E:/macrovision/mapshaper/land/North Pole.geojson",
  47. "lat": 90,
  48. "lon": 0
  49. },
  50. {
  51. "name": "South Pole",
  52. "file": "E:/macrovision/mapshaper/land/South Pole.geojson",
  53. "lat": -90,
  54. "lon": 0
  55. }
  56. ]
  57. }