diff --git a/app-starter/locales/de.json b/app-starter/locales/de.json index 154322fb..439a2e12 100644 --- a/app-starter/locales/de.json +++ b/app-starter/locales/de.json @@ -14,9 +14,9 @@ "Shops": { "name": "Geschäfte DaSchau" }, - "gas-wfs": { - "name": "Tankstellen WFS", - "attributions": "© OpenStreetMap Mitwirkende." + "airport-de-wfs": { + "name": "Flughäfen Deutschland WFS", + "attributions": "© BKG dl-de/by-2-0 Datenquellen" }, "earthquakes": { "name": "Erdbeben 2012 (Mag 5)", diff --git a/app-starter/locales/en.json b/app-starter/locales/en.json index 0a4fa873..04d4df5f 100644 --- a/app-starter/locales/en.json +++ b/app-starter/locales/en.json @@ -14,9 +14,9 @@ "Shops": { "name": "Shops DaSchau" }, - "gas-wfs": { - "name": "Gas Stations WFS", - "attributions": "© OpenStreetMap contributors." + "airport-de-wfs": { + "name": "Airports Germany WFS", + "attributions": "© BKG dl-de/by-2-0 Data Sources" }, "earthquakes": { "name": "Earthquakes 2012 (Mag 5)", diff --git a/app-starter/locales/fr.json b/app-starter/locales/fr.json index 21dcae36..bb93a633 100644 --- a/app-starter/locales/fr.json +++ b/app-starter/locales/fr.json @@ -14,9 +14,9 @@ "Shops": { "name": "Magasins DaSchau" }, - "gas-wfs": { - "name": "Pompes à Essence WFS", - "attributions": "© OpenStreetMap-contributeurs" + "airport-de-wfs": { + "name": "Aéroports Allemagne WFS", + "attributions": "© BKG dl-de/by-2-0 Sources de Données." }, "earthquakes": { "name": "Tremblements de Terre 2012 (Mag 5)", diff --git a/app-starter/locales/pt.json b/app-starter/locales/pt.json index 58cf51d1..94ec531a 100644 --- a/app-starter/locales/pt.json +++ b/app-starter/locales/pt.json @@ -14,9 +14,9 @@ "Shops": { "name": "Shops DaSchau" }, - "gas-wfs": { - "name": "Estações de Gás WFS", - "attributions": "© Colaboradores do OpenStreetMap" + "airport-de-wfs": { + "name": "Aeroportos Alemanha WFS", + "attributions": "© BKG dl-de/by-2-0 Fontes de Dados." }, "earthquakes": { "name": "Terremotos 2012 (Magnitude 5)", diff --git a/app-starter/public/static/app-conf-sidebar.json b/app-starter/public/static/app-conf-sidebar.json index 632c4481..440810d1 100644 --- a/app-starter/public/static/app-conf-sidebar.json +++ b/app-starter/public/static/app-conf-sidebar.json @@ -103,33 +103,31 @@ }, { "type": "WFS", - "lid": "gas-wfs", - "url": "https://ows-demo.terrestris.de/geoserver/osm/wfs", - "typeName": "osm:osm-fuel", + "lid": "airport-de-wfs", + "url": "https://sgx.geodatenzentrum.de/wfs_poi_open", + "typeName": "poi-open:flughaefen", "version": "2.0.0", - "maxFeatures": 50, - "formatConfig": { - }, + "maxFeatures": 75, + "formatConfig": {}, "format": "GML3", "loadOnlyVisible": true, "visible": false, "selectable": true, "style": { - "textIcon": "local_gas_station", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "blue" + "fillColor": "black" }, "columnMapping": { "name": "Name" }, "selectStyle": { - "textIcon": "star", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "black" + "fillColor": "blue" }, "doAppendSelectStyle": false }, - { "type": "VECTOR", "lid": "earthquakes", diff --git a/app-starter/public/static/app-conf.json b/app-starter/public/static/app-conf.json index 5d148a9d..911ae0f4 100644 --- a/app-starter/public/static/app-conf.json +++ b/app-starter/public/static/app-conf.json @@ -93,33 +93,32 @@ }, { "type": "WFS", - "lid": "gas-wfs", - "url": "https://ows-demo.terrestris.de/geoserver/osm/wfs", - "typeName": "osm:osm-fuel", + "lid": "airport-de-wfs", + "url": "https://sgx.geodatenzentrum.de/wfs_poi_open", + "typeName": "poi-open:flughaefen", "version": "2.0.0", - "maxFeatures": 50, - "formatConfig": { - }, + "maxFeatures": 75, + "formatConfig": {}, "format": "GML3", "loadOnlyVisible": true, "visible": false, "selectable": true, + "columnMapping": { + "name": "Name", + "poi_id": "POI ID" + }, "style": { - "textIcon": "local_gas_station", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "blue" - }, - "columnMapping": { - "name": "Name" + "fillColor": "black" }, "selectStyle": { - "textIcon": "star", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "black" + "fillColor": "blue" }, "doAppendSelectStyle": false }, - { "type": "VECTOR", "lid": "earthquakes", diff --git a/docs/language-packs.md b/docs/language-packs.md index e8677b5e..4ad9c832 100644 --- a/docs/language-packs.md +++ b/docs/language-packs.md @@ -108,9 +108,9 @@ Below is an example configuration for an English language pack. "Shops": { "name": "Shops DaSchau" }, - "gas-wfs": { - "name": "Gas Stations WFS", - "attributions": "© OpenStreetMap contributors." + "airport-de-wfs": { + "name": "Airports Germany WFS", + "attributions": "© BKG dl-de/by-2-0 Data Sources." }, "earthquakes": { "name": "Earthquakes 2012 (Mag 5)", diff --git a/docs/map-layer-configuration.md b/docs/map-layer-configuration.md index 51a8f113..f8161526 100644 --- a/docs/map-layer-configuration.md +++ b/docs/map-layer-configuration.md @@ -55,8 +55,8 @@ The following properties can be applied to all map layer types | Property | Meaning | Example | |---------------------|:---------:|---------| | **type** | Indicator that the layer is a WFS-based vector layer, always `WFS` here | `"type": "WFS"` | -| **url** | The URL to the Web Feature Service (WFS) | `"url": "https://ows.terrestris.de/geoserver/osm/wfs"` | -| **typeName** | The name of the FeatureType | `"typeName": "osm:osm-fuel"`| +| **url** | The URL to the Web Feature Service (WFS) | `"url": "https://sgx.geodatenzentrum.de/wfs_poi_open"` | +| **typeName** | The name of the FeatureType | `"typeName": "poi-open:flughaefen"`| | projection | The projection of the layer. Has to be defined in `projectionDefs` if not `EPSG:4326` or `EPSG:3857`. if not set the projection of the map is used | `"projection": "EPSG:3857"` | | style | Object to define a rendering style for the features of the layer | see [style](map-layer-configuration?id=style-for-vectorlayers) | | version | The version of the WFS, defaults to `1.1.0` | `"version": "2.0.0"`| diff --git a/docs/wegue-configuration.md b/docs/wegue-configuration.md index 34c1554f..4313a50c 100644 --- a/docs/wegue-configuration.md +++ b/docs/wegue-configuration.md @@ -511,29 +511,29 @@ Example configurations can be found in the `app-starter/static` directory. Below }, { "type": "WFS", - "lid": "gas-wfs", - "url": "https://ows-demo.terrestris.de/geoserver/osm/wfs", - "typeName": "osm:osm-fuel", + "lid": "airport-de-wfs", + "url": "https://sgx.geodatenzentrum.de/wfs_poi_open", + "typeName": "poi-open:flughaefen", "version": "2.0.0", - "maxFeatures": 50, - "formatConfig": { - }, + "maxFeatures": 75, + "formatConfig": {}, "format": "GML3", "loadOnlyVisible": true, "visible": false, "selectable": true, + "columnMapping": { + "name": "Name", + "poi_id": "POI ID" + }, "style": { - "textIcon": "local_gas_station", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "blue" - }, - "columnMapping": { - "name": "Name" + "fillColor": "black" }, "selectStyle": { - "textIcon": "star", + "textIcon": "airplane_ticket", "font": "normal 30px Material Icons", - "fillColor": "black" + "fillColor": "blue" }, "doAppendSelectStyle": false },