Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app-starter/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Shops": {
"name": "Geschäfte DaSchau"
},
"gas-wfs": {
"name": "Tankstellen WFS",
"attributions": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> Mitwirkende."
"airport-de-wfs": {
"name": "Flughäfen Deutschland WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Datenquellen</a>"
},
"earthquakes": {
"name": "Erdbeben 2012 (Mag 5)",
Expand Down
6 changes: 3 additions & 3 deletions app-starter/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Shops": {
"name": "Shops DaSchau"
},
"gas-wfs": {
"name": "Gas Stations WFS",
"attributions": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors."
"airport-de-wfs": {
"name": "Airports Germany WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Data Sources</a>"
},
"earthquakes": {
"name": "Earthquakes 2012 (Mag 5)",
Expand Down
6 changes: 3 additions & 3 deletions app-starter/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Shops": {
"name": "Magasins DaSchau"
},
"gas-wfs": {
"name": "Pompes à Essence WFS",
"attributions": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>-contributeurs"
"airport-de-wfs": {
"name": "Aéroports Allemagne WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Sources de Données</a>."
},
"earthquakes": {
"name": "Tremblements de Terre 2012 (Mag 5)",
Expand Down
6 changes: 3 additions & 3 deletions app-starter/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Shops": {
"name": "Shops DaSchau"
},
"gas-wfs": {
"name": "Estações de Gás WFS",
"attributions": "© <a href=\"https://www.openstreetmap.org/copyright\">Colaboradores do OpenStreetMap</a>"
"airport-de-wfs": {
"name": "Aeroportos Alemanha WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Fontes de Dados</a>."
},
"earthquakes": {
"name": "Terremotos 2012 (Magnitude 5)",
Expand Down
20 changes: 9 additions & 11 deletions app-starter/public/static/app-conf-sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
27 changes: 13 additions & 14 deletions app-starter/public/static/app-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions docs/language-packs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors."
"airport-de-wfs": {
"name": "Airports Germany WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Data Sources</a>."
},
"earthquakes": {
"name": "Earthquakes 2012 (Mag 5)",
Expand Down
4 changes: 2 additions & 2 deletions docs/map-layer-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`|
Expand Down
26 changes: 13 additions & 13 deletions docs/wegue-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down