Skip to content

Commit

Permalink
[Old Map] Install layer ÖPNVMap.
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Apr 30, 2021
2 parents e38ba29 + a34077f commit e9000b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/gclh_defi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -12045,6 +12045,12 @@ var mainGC = function() {
settings_secondary_elevation_service = 2
setValue("migration_task_03", true);
}
// Migrate new map layer ÖPNVMap to the available map layers (zu v0.10.20).
if (getValue("migration_task_04", false) != true) {
settings_map_layers.push('ÖPNVMap');
setValue('settings_map_layers', settings_map_layers.join("###"));
setValue("migration_task_04", true);
}
}

// GC/TB Name, GC/TB Link, GC/TB Name Link, preliminary LogDate.
Expand Down

0 comments on commit e9000b0

Please sign in to comment.