Skip to content

Commit

Permalink
Change footways prevew setting to FALSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Clark committed Nov 26, 2024
1 parent a948162 commit 0200d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/RapidSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class RapidSystem extends AbstractSystem {

this._datasets.set('omdFootways', {
id: 'omdFootways',
beta: true,
beta: false,
added: true, // whether it should appear in the list
enabled: false, // whether the user has checked it on
conflated: true,
Expand Down

0 comments on commit 0200d09

Please sign in to comment.