GeoJson formaat bij bepalen activiteit

Beste,

Via https://service.pre.omgevingswet.overheid.nl/publiek/toepasbare-regels/api/bepalenactiviteiten/v1/activiteiten/ probeer ik een punt (zie hieronder) te sturen, maar er wordt gemeld dat het coordinatenstelsel niet wordt ondersteund. In de header wordt Content-CRS: ‘EPSG:28992’ meegegeven.

{
“geometrie”: {
“type”: “Point”,
“coordinates”: [139844, 443660]
}
}

het attribuut origineelCoordinaatSysteem zoals deze wordt teruggegeven in de omgevingsdocumenten wordt niet opgepakt.

ReDoc geeft onderstaand format als voorbeeld:

{
“scope”: “checken”,
“geometrie”: {
“type”: “Point”,
“coordinates”: [
0,
0
]
}
}

Foutmelding van bovenstaande geometrie:

{
    "status": 400,
    "type": "Validatie meldingen",
    "title": "Er zijn validatie meldingen geconstateerd",
    "detail": null,
    "invalid-params": [
        {
            "type": "Validatie melding",
            "name": "bepalenActiviteiten.coordinateSystem",
            "reason": "Niet ondersteund coordinaten stelsel"
        }
    ]
}

Let op deze service v1 is uitgefaseerd, lees ook https://aandeslagmetdeomgevingswet.nl/ontwikkelaarsportaal/api-register/api/omgevingsdocopvragen/ voor informatie over de v2.

Coordinate Reference System

The coordinate reference system for all GeoJSON coordinates is a
geographic coordinate reference system, using the World Geodetic
System 1984 (WGS 84) [WGS84] datum, with longitude and latitude units
of decimal degrees. This is equivalent to the coordinate reference
system identified by the Open Geospatial Consortium (OGC) URN
urn:ogc:def:crs:OGC::CRS84. An OPTIONAL third-position element SHALL
be the height in meters above or below the WGS 84 reference
ellipsoid. In the absence of elevation values, applications
sensitive to height or depth SHOULD interpret positions as being at
local ground or sea level.

Note: the use of alternative coordinate reference systems was
specified in [GJ2008], but it has been removed from this version of
the specification because the use of different coordinate reference
systems – especially in the manner specified in [GJ2008] – has
proven to have interoperability issues. In general, GeoJSON
processing software is not expected to have access to coordinate
reference system databases or to have network access to coordinate
reference system transformation parameters. However, where all
involved parties have a prior arrangement, alternative coordinate
reference systems can be used without risk of data being
misinterpreted.

Toch wordt het nederlandse stelsel ook gebruikt en begrepen… :slight_smile: