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.
package/dist/index.d.ts CHANGED
@@ -18,7 +18,7 @@ interface Config {
18
18
  interpolatedStopSymbol?: string;
19
19
  interpolatedStopText?: string;
20
20
  linkStopUrls?: boolean;
21
- mapboxAccessToken?: string;
21
+ mapStyleUrl?: string;
22
22
  menuType?: 'simple' | 'jump' | 'radio';
23
23
  noDropoffSymbol?: string;
24
24
  noDropoffText?: string;
package/dist/index.js CHANGED
@@ -334,7 +334,7 @@ function formatTripNameForCSV(trip, timetable) {
334
334
  }
335
335
 
336
336
  // package.json
337
- var version = "2.9.15";
337
+ var version = "2.10.0";
338
338
 
339
339
  // src/lib/utils.ts
340
340
  var isTimepoint = (stoptime) => {
@@ -1288,6 +1288,7 @@ function setDefaultConfig(initialConfig) {
1288
1288
  interpolatedStopText: "Estimated time of arrival",
1289
1289
  gtfsToHtmlVersion: version,
1290
1290
  linkStopUrls: false,
1291
+ mapStyleUrl: "https://tiles.openfreemap.org/styles/liberty",
1291
1292
  menuType: "jump",
1292
1293
  noDropoffSymbol: "\u2021",
1293
1294
  noDropoffText: "No drop off available",