GeoJson:Silk Road Schematic

From The Largs to Largs Grand Tour
Revision as of 23:35, 15 January 2026 by Peter (talk | contribs) (Created page with "{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Silk Road (schematic)" }, "geometry": { "type": "LineString", "coordinates": [ [28.9784, 41.0082], [35.2137, 31.7683], [44.3661, 33.3152], [51.3890, 35.6892], [66.9900, 39.6542], [75.9898, 39.4677], [87.6168, 43.8256], [108.9398, 34.3416] ] } }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

 "type": "FeatureCollection",
 "features": [
   {
     "type": "Feature",
     "properties": { "name": "Silk Road (schematic)" },
     "geometry": {
       "type": "LineString",
       "coordinates": [
         [28.9784, 41.0082],
         [35.2137, 31.7683],
         [44.3661, 33.3152],
         [51.3890, 35.6892],
         [66.9900, 39.6542],
         [75.9898, 39.4677],
         [87.6168, 43.8256],
         [108.9398, 34.3416]
       ]
     }
   }
 ]

}