[Geoserver-devel] [JIRA] (GEOS-8878) MultiDimensional extension misuses the schema location for namespace URI

Andrea Aime created an issue

GeoServer / BugGEOS-8878

MultiDimensional extension misuses the schema location for namespace URI

Issue Type:

BugBug

Assignee:

Unassigned

Created:

08/Aug/18 7:25 PM

Priority:

MediumMedium

Reporter:

Andrea Aime

The current output looks like:

  <Domains xmlns="http://demo.geo-solutions.it/share/wmts-multidim/wmts_multi_dimensional.xsd" xmlns:ows="http://www.opengis.net/ows/1.1">

but it should be something like:

<Domains xmlns="http://www.geo-solutions.it/wmts-multidim/1.0" xmlns:ows="http://www.opengis.net/ows/1.1">

The schema also needs fixing, giving it a target namespace (one possible example used above) and be moved inside the GeoServer instance so that it can be reached even if the client cannot reach the general internet.

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100090-sha1:e1f3615)

Atlassian logo