EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit cb752474 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

update urls in reporting links, adding //

parent 8d27cb4e
No related branches found
No related tags found
1 merge request!55Production release 1.2.0
......@@ -42,11 +42,11 @@ xsi:schemaLocation="http://www.telespazio.com/CSCDA/CDD/PDAS PDAS_interfaces%202
identifier=escape(context.identifier),
availability_time=escape(isoformat(inserted)),
wcs_capabilities_url=escape(
'%s/ows?service=wcs&request=GetCapabilities&cql=identifier="%s"'
'//%s/ows?service=wcs&request=GetCapabilities&cql=identifier="%s"'
% (self.service_url, context.identifier)
),
wms_capabilities_url=escape(
'%s/ows?service=wms&request=GetCapabilities&cql=identifier="%s"'
'//%s/ows?service=wms&request=GetCapabilities&cql=identifier="%s"'
% (self.service_url, context.identifier)
),
)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment