Le script utilise les styles de la forge
This commit is contained in:
parent
40ab07220b
commit
e001a3317a
@ -14,7 +14,7 @@ from pathlib import Path
|
|||||||
def main():
|
def main():
|
||||||
# Paramètres du projet
|
# Paramètres du projet
|
||||||
tempdir = tempfile.TemporaryDirectory()
|
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")
|
lambert93 = QgsCoordinateReferenceSystem("EPSG:2154")
|
||||||
wgs = QgsCoordinateReferenceSystem("EPSG:4326")
|
wgs = QgsCoordinateReferenceSystem("EPSG:4326")
|
||||||
wgspm = QgsCoordinateReferenceSystem("EPSG:3857")
|
wgspm = QgsCoordinateReferenceSystem("EPSG:3857")
|
||||||
|
Loading…
Reference in New Issue
Block a user