Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWS Context document Specification Reference not clear on GeoJSON #3

Open
p3dr0 opened this issue Sep 16, 2015 · 0 comments
Open

OWS Context document Specification Reference not clear on GeoJSON #3

p3dr0 opened this issue Sep 16, 2015 · 0 comments

Comments

@p3dr0
Copy link
Member

p3dr0 commented Sep 16, 2015

The conceptual model element specReference is the Specification Reference (requirements class) identifying that this is an OWC Context document and its version. Currently this mapped both in ATOM and GeoJSON to the link element using the relation profile

In GeoJSON this becames

{
  "type": "FeatureCollection",
  "id": "http://www.opengis.net/owc/1.0/examples/geojson/1",
  "properties" : {
    "links" : {
      "profiles" : [
        "http://www.opengis.net/spec/owc-geojson/1.0/req/core"
        ],
    ...
    },
  "features": [{
    ...
    }]
  }

I had several comments that this is not evident to spot on a GeoJSON document (see discussion on #2) and that we might need think on clarifying this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant