diff --git a/carte-orientation.py b/carte-orientation.py index fb3e172..f2ec9c8 100644 --- a/carte-orientation.py +++ b/carte-orientation.py @@ -14,7 +14,7 @@ from pathlib import Path def main(): # Paramètres du projet tempdir = tempfile.TemporaryDirectory() - styles_url = 'http://www.linux-alpes.org/osm/ressources/styles/' + styles_url = 'https://forge.chapril.org/linux_alpes/caliec/raw/branch/master/styles/' lambert93 = QgsCoordinateReferenceSystem("EPSG:2154") wgs = QgsCoordinateReferenceSystem("EPSG:4326") wgspm = QgsCoordinateReferenceSystem("EPSG:3857")