Skip to content

Commit 62cfb61

Browse files
committed
add OAF docs to polar core
1 parent 0f34d76 commit 62cfb61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/clients/diplan/example/services.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,5 @@ export default [
450450
collection: 'Flurstueck',
451451
crs: 'http://www.opengis.net/def/crs/EPSG/0/25832',
452452
bboxCrs: 'http://www.opengis.net/def/crs/EPSG/0/25832',
453-
gfiTheme: 'default',
454453
},
455454
]

packages/core/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ Whitelisted and confirmed parameters include:
342342
- WMS: id, name, url, typ, format, version, transparent, layers, STYLES
343343
- WFS: id, name, url, typ, outputFormat, version, featureType
344344
- WMTS: id, name, urls, typ, capabilitiesUrl, optionsFromCapabilities, tileMatrixSet, layers, legendURL, format, coordinateSystem, origin, transparent, tileSize, minScale, maxScale, requestEncoding, resLength
345+
- OAF: id, name, url, typ, collection, crs, bboxCrs
345346
- GeoJSON: id, name, url, typ, version, minScale, maxScale, legendURL
346347

347348
###### Example services register
@@ -396,6 +397,16 @@ Whitelisted and confirmed parameters include:
396397
"layers": "layer-name",
397398
"legendURL": "my-legend-url"
398399
},
400+
{
401+
"id": "oaf",
402+
"typ": "OAF",
403+
"name": "My OAF",
404+
"url": "https://api.hamburg.de/datasets/v1/stadtgruen",
405+
"collection": "poi",
406+
"crs": "http://www.opengis.net/def/crs/EPSG/0/25832",
407+
"bboxCrs": "http://www.opengis.net/def/crs/EPSG/0/25832",
408+
"gfiTheme": "default",
409+
},
399410
{
400411
"id": "my-geojson",
401412
"name": "My GeoJSON data",

0 commit comments

Comments
 (0)