Skip to content

Commit

Permalink
chore(parse-layers-sheet): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Helms authored and Andreas Helms committed Jan 9, 2025
1 parent b20375b commit 7a06232
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Common-stadtnavi-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ This watches if any of the submodules has been changed and compiles it on-the-fl
Map layers config from layers spreadsheet can be converted from CSV to JSON running

```
node ./scripts/parse-layers-sheet.js
node ./scripts/parse-layers-sheet.js "https://docs.google.com/spreadsheets/d/{key}/gviz/tq?tqx=out:csv&sheet={sheet}"
```

Before running the script make sure to have CSV export of layers spreadsheet
in place and to have set the correct input and output file names in the script.
Before running make sure to have have set the correct output file name in the script.

Created JSON file can be used to replace files in

Expand Down

0 comments on commit 7a06232

Please sign in to comment.