Commit 8214b1a3 authored by Eric Duminil's avatar Eric Duminil
Browse files

could do

parent 27896a9c
...@@ -15,6 +15,7 @@ SCHLESWIG_HOLSTEIN = Bundesland( ...@@ -15,6 +15,7 @@ SCHLESWIG_HOLSTEIN = Bundesland(
class CityGMLWithCustomName(CityGMLWithDate): class CityGMLWithCustomName(CityGMLWithDate):
# NOTE: Could modify CityGML, with default filename = ""
# massen.php?file=LoD2_32_454_6068_1_SH.xml&id=4&live=2023&km=32450_6060 # massen.php?file=LoD2_32_454_6068_1_SH.xml&id=4&live=2023&km=32450_6060
FILENAME_PATTERN = re.compile(r"lod2_.*?\.[xg]ml", re.IGNORECASE) FILENAME_PATTERN = re.compile(r"lod2_.*?\.[xg]ml", re.IGNORECASE)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment