UNPKG

zwift-data

Version:

Data about Zwift worlds, routes and segments

126 lines (125 loc) 3.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.worlds = void 0; exports.worlds = [ { id: 1, name: "Watopia", slug: "watopia", bounds: [ [-11.62597, 166.87747], [-11.74087, 167.03255], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Watopia_2.png", }, { id: 2, name: "Richmond", slug: "richmond", bounds: [ [37.5774, -77.48954], [37.5014, -77.394], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Richmond.png", }, { id: 3, name: "London", slug: "london", bounds: [ [51.5362, -0.1776], [51.4601, -0.0555], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_London.png", }, { id: 4, name: "New York", slug: "new-york", bounds: [ [40.81725, -74.0227], [40.74085, -73.9222], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork.png", }, { id: 5, name: "Innsbruck", slug: "innsbruck", bounds: [ [47.2947, 11.3501], [47.2055, 11.4822], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Innsbruck.png", }, { id: 6, name: "Bologna", slug: "bologna", bounds: [ [44.5308037, 11.26261748], [44.45463821, 11.36991729102076], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Bologna.png", }, { id: 7, name: "Yorkshire", slug: "yorkshire", bounds: [ [54.0254, -1.632], [53.9491, -1.5022], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Yorkshire.png", }, { id: 8, name: "Crit City", slug: "crit-city", bounds: [ [-10.3657, 165.7824], [-10.4038, 165.8207], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_CritCity.png", }, { id: 9, name: "Makuri Islands", slug: "makuri-islands", bounds: [ [-10.73746, 165.76591], [-10.85234, 165.88222], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Japan.png", }, { id: 10, name: "France", slug: "france", bounds: [ [-21.64155, 166.1384], [-21.7564, 166.26125], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_France.png", }, { id: 11, name: "Paris", slug: "paris", bounds: [ [48.9058, 2.2561], [48.82945, 2.3722], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Champs.png", }, { id: 13, name: "Scotland", slug: "scotland", bounds: [ [55.67595, -5.2802], [55.61845, -5.17798], ], imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Scotland.png", }, ];