opengeospatial / ogcapi-routes

public repo for OGC API - Routes Standards Working Group
Other
10 stars 3 forks source link

Use of JSON-FG extensions in the Route Exchange Model #32

Open cportele opened 2 years ago

cportele commented 2 years ago

From the discussion during the September 2021 Member Meeting:

Some of the JSON-FG extensions could be useful for clients parsing a route, in particular:

cportele commented 2 years ago

From a discussion in the Routing Pilot Sprint:

The REM has four feature types that can be instantiated: overview, start, end and segment. Currently the type is indicated using a member type inside the GeoJSON properties object. For the GeoJSON representation it does make sense to keep the information in the properties object, because this is where GeoJSON software will expect it. However, it would make sense to change the member key from type to featureType, both to align with the JSON-FG naming convention and to avoid confusion with the GeoJSON use of type for Feature etc.