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

No mapping to concept of first referenced Axis, second referenced axis... for BBOX #420

Open
nmtoken opened this issue Jun 4, 2019 · 0 comments

Comments

@nmtoken
Copy link

nmtoken commented Jun 4, 2019

I see in the example files for OGC services (WMS and WFS) that use a bounding box specified in the specifications as {minx,miny,maxx,maxy} that these have been incorrectly translated as having fixed meaning,

so for example

http://resource.europe-geology.eu/service/wmsGeologicUnit/operation> a hydra:Operation;
	hydra:method "GET"^^xsd:string;
	hydra:returns "image/png";
	hydra:property[ a hydra:IriTemplate;
		hydra:template "http://resource.europe-geology.eu/service/wmsGeologicUnit{?service, version, request, layers, crs, format, width, height}&bbox={minlatitude, minlongitude, maxlatitude, maxlongitude}"^^xsd:string;

bbox is above being set not as minx,miny,maxx,maxy as per the specification, but as minlatitude, minlongitude, maxlatitude, maxlongitude

It should be noted that x can be latitude, or longitude (or indeed another dimension), as can y. (time, elevation...)

it looks like what is missing are some concepts like

hydra:property "epos:firstlistedaxis"

hydra:property "epos:secondlistedaxis"
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