gtfs-to-html 2.9.15 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,6 @@
15
15
  }
16
16
  ],
17
17
  "linkStopUrls": true,
18
- "mapboxAccessToken": "YOUR MAPBOX ACCESS TOKEN",
19
18
  "menuType": "radio",
20
19
  "noHead": false,
21
20
  "outputFormat": "html",
package/dist/app/index.js CHANGED
@@ -375,7 +375,7 @@ function getAgencyGeoJSON(config2) {
375
375
  }
376
376
 
377
377
  // package.json
378
- var version = "2.9.15";
378
+ var version = "2.10.0";
379
379
 
380
380
  // src/lib/utils.ts
381
381
  var isTimepoint = (stoptime) => {
@@ -1329,6 +1329,7 @@ function setDefaultConfig(initialConfig) {
1329
1329
  interpolatedStopText: "Estimated time of arrival",
1330
1330
  gtfsToHtmlVersion: version,
1331
1331
  linkStopUrls: false,
1332
+ mapStyleUrl: "https://tiles.openfreemap.org/styles/liberty",
1332
1333
  menuType: "jump",
1333
1334
  noDropoffSymbol: "\u2021",
1334
1335
  noDropoffText: "No drop off available",