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.
@@ -331,7 +331,7 @@ function formatTripNameForCSV(trip, timetable) {
331
331
  }
332
332
 
333
333
  // package.json
334
- var version = "2.9.15";
334
+ var version = "2.10.0";
335
335
 
336
336
  // src/lib/utils.ts
337
337
  var isTimepoint = (stoptime) => {
@@ -1285,6 +1285,7 @@ function setDefaultConfig(initialConfig) {
1285
1285
  interpolatedStopText: "Estimated time of arrival",
1286
1286
  gtfsToHtmlVersion: version,
1287
1287
  linkStopUrls: false,
1288
+ mapStyleUrl: "https://tiles.openfreemap.org/styles/liberty",
1288
1289
  menuType: "jump",
1289
1290
  noDropoffSymbol: "\u2021",
1290
1291
  noDropoffText: "No drop off available",