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

WCS GetCapabilities user defined parameters #237

Closed
pomadchin opened this issue Mar 24, 2020 · 0 comments · Fixed by #242
Closed

WCS GetCapabilities user defined parameters #237

pomadchin opened this issue Mar 24, 2020 · 0 comments · Fixed by #242
Assignees
Labels

Comments

@pomadchin
Copy link
Member

pomadchin commented Mar 24, 2020

Add into WCS GetCapabilities custom parameters descriptions for the GetCoverage operation.

At this point our GetCatapbilities GetCoverage description may look like the following way:

<ows:Operation name="GetCoverage">
	<ows:DCP>
		<ows:HTTP>
			<ows:Get xlink:href="http://localhost:9000/"/>
		</ows:HTTP>
	</ows:DCP>
	<ows:Parameter name="service">
		<ows:AllowedValues>
			<ows:Value>WCS</ows:Value>
		</ows:AllowedValues>
	</ows:Parameter>
	<ows:Parameter name="AcceptVersions">
		<ows:AllowedValues>
			<ows:Value>1.1.1</ows:Value>
		</ows:AllowedValues>
	</ows:Parameter>
	<ows:Parameter name="InterpolationType">
		<ows:AllowedValues>
			<ows:Value>nearest neighbor</ows:Value>
			<ows:Value>bilinear</ows:Value>
			<ows:Value>bicubic</ows:Value>
		</ows:AllowedValues>
		<ows:DefaultValue>nearest neighbor</ows:DefaultValue>
	</ows:Parameter>
</ows:Operation>

We can add any arbitrary parameters like <ows:Parameter name="zFactor"> or <ows:Parameter name="azimuth"> into this description.

This task is to expose Vertical Exaggeration and Scale Factor as parameters in MAML Hillshade and Slope directives through GetCapabilities.

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

Successfully merging a pull request may close this issue.

1 participant