Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/DailyTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mv zim-tools_linux-x86_64-*/zim* /usr/local/bin/

- name: Run scraper
run: docker run -v $PWD/output:/output local-maps maps2zim --area monaco --geonames-region FR --name maps_en_test --title "Maps Test" --description "Test ZIM for maps" --file-name "tests_en_maps" --default-view=43.74,7.43,13
run: docker run -v $PWD/output:/output local-maps maps2zim --area monaco --geonames-region MC --name maps_en_test --title "Maps Test" --description "Test ZIM for maps" --file-name "tests_en_maps" --default-view=43.74,7.43,13

- name: archive ZIM
uses: actions/upload-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
mv zim-tools_linux-x86_64-*/zim* /usr/local/bin/

- name: Run scraper
run: docker run -v $PWD/output:/output local-maps maps2zim --area monaco --geonames-region FR --name maps_en_test --title "Maps Test" --description "Test ZIM for maps" --file-name "tests_en_maps" --default-view=43.74,7.43,13
run: docker run -v $PWD/output:/output local-maps maps2zim --area monaco --geonames-region MC --name maps_en_test --title "Maps Test" --description "Test ZIM for maps" --file-name "tests_en_maps" --default-view=43.74,7.43,13

- name: archive ZIM
uses: actions/upload-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker build -t local-maps .
In general, you will run scraper only on `monaco` subset so that you avoid processsing the `planet` mbtiles. You also want only a small Geonames subset, e.g. `FR`. You can for instance run the following command:

```
docker run --rm -it -v "$PWD/output":/output -v "$PWD/tmp":/tmp local-maps maps2zim --area monaco --geonames-region FR --name maps-tests_en_all --title "Maps Test" --description "Test ZIM for maps" --file-name "maps-tests_en_all" --default-view=43.74,7.43,13 --tmp /tmp --overwrite
docker run --rm -it -v "$PWD/output":/output -v "$PWD/tmp":/tmp local-maps maps2zim --area monaco --geonames-region MC --name maps-tests_en_all --title "Maps Test" --description "Test ZIM for maps" --file-name "maps-tests_en_all" --default-view=43.74,7.43,13 --tmp /tmp --overwrite
```

Extract interesting (scraper-generated) ZIM content and move it to `public` folder.
Expand Down
Loading