diff --git a/.gitea/workflows/csv-to-xml.yml b/.gitea/workflows/csv-to-xml.yml index 7696ce8..d6c4c33 100644 --- a/.gitea/workflows/csv-to-xml.yml +++ b/.gitea/workflows/csv-to-xml.yml @@ -29,7 +29,7 @@ jobs: # --- KONFIGURATION DER SPALTEN --- # Definiere hier, welcher CSV-Index (1-basiert) welchem Key entspricht # Format: "Index:Name" - COLS=("1:id" "2:inhalt" "3:gruppe" "4:inhalt" "5:url" "6:provider" "7:stil") + COLS=("1:id" "4:inhalt" "2:gruppe" "3:ebene" "5:url" "6:provider" "7:stil") # 1. XML ERZEUGEN echo '' > linkliste.xml diff --git a/linkliste.csv b/linkliste.csv index 4cd57bb..101d620 100644 --- a/linkliste.csv +++ b/linkliste.csv @@ -1,6 +1,6 @@ id;gruppe;ebene;inhalt;url;provider;stil 1;Umwelt;6;LSG;url='https://luis.sachsen.de/arcgis/rest/services/natur/schutzgebiete/FeatureServer/5';REST;GIS_LfULG_LSG.qml -2;Techn. Infrastruktur - Bestand;;Windkraftanlagen-inBetrieb;url='https://luis.sachsen.de/arcgis/rest/services/luft/wka/FeatureServer/1';RESTT; +2;Techn. Infrastruktur - Bestand;;Windkraftanlagen-inBetrieb;url='https://luis.sachsen.de/arcgis/rest/services/luft/wka/FeatureServer/1';REST; 3;Techn. Infrastruktur - Bestand;;Windkraftanlagen-vorBetrieb;url='https://luis.sachsen.de/arcgis/rest/services/luft/wka/FeatureServer/2';REST; 4;Techn. Infrastruktur - Bestand;;Windkraftanlagen-inGenehmigung;url='https://luis.sachsen.de/arcgis/rest/services/luft/wka/FeatureServer/3';REST; 5;Nutzung / Grünflache - Bestand;;Gebietskulisse PVFVO;url='https://luis.sachsen.de/arcgis/rest/services/energie/photovoltaikfreiflaechen/FeatureServer/0';REST;Gebietskulisse_pvfvo.qml