nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

wikiloc_with_waypoints.json (1142B)


      1 {
      2     "query": [
      3         "https://www.wikiloc.com/hiking-trails/test-test-zkouska-77022441",
      4         "http://www.wikiloc.com/hiking-trails/test-test-zkouska-77022441",
      5         "https://wikiloc.com/hiking-trails/test-test-zkouska-77022441",
      6         "https://ru.wikiloc.com/hiking-trails/test-test-zkouska-77022441",
      7         "https://www.wikiloc.com/hiking-trails/hello-77022441"
      8     ],
      9     "geodata": [
     10         {
     11             "name": "Test - Тест - Zkouška",
     12             "tracks": [
     13                 [
     14                     {"lat": 56.526946, "lng": 28.962483},
     15                     {"lat": 56.526960, "lng": 28.962478},
     16                     {"lat": 56.527011, "lng": 28.962450},
     17                     {"lat": 56.527021, "lng": 28.962496},
     18                     {"lat": 56.527013, "lng": 28.962502},
     19                     {"lat": 56.527002, "lng": 28.962494},
     20                     {"lat": 56.527019, "lng": 28.962526}
     21                 ]
     22             ],
     23             "points": [
     24                 {"lat": 56.5263, "lng": 28.96245, "name": "Point 1"},
     25                 {"lat": 56.5264, "lng": 28.96246, "name": "Точка 2"}
     26             ]
     27         }
     28     ]
     29 }