Fix codeberg url and updates teams

Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
Jean-Baptiste
2025-05-11 08:29:14 +02:00
parent 844805a3a1
commit 8f4589edfe
19 changed files with 47 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
For the subway layer to be available in CoMaps, a `SUBWAY_URL`
parameter ought to be provided to the
[map generator](https://codeberg.com/comaps/comaps/tree/master/tools/python/maps_generator).
[map generator](https://codeberg.org/comaps/comaps/tree/master/tools/python/maps_generator).
Normally you can specify this link https://cdn.comaps.app/subway.json,
which provides a regularly updated file.
These instructions describe how to manually build a subway layer file.
@@ -21,7 +21,7 @@ whole planet is also applicable.
If you already have some not too outdated \*.o5m version, it is enough
because the subway generation script will update it with `osmupdate`.
1. With the [CoMaps subways](https://codeberg.com/comaps/subways) repository deployed,
1. With the [CoMaps subways](https://codeberg.org/comaps/subways) repository deployed,
run `scripts/process_subways.sh` bash script or prepare your own script
which launches `process_subways.py` and `validation_to_html.py` scripts
with suitable options.