Skip to content

Commit af1508a

Browse files
committed
INSPIRE default schemas location will be fixed in MapServer > 8.6.3
1 parent 8b9e9d1 commit af1508a

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

en/ogc/inspire.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -357,19 +357,24 @@ add some extra configuration settings to the `WEB.METADATA` section::
357357
WEB
358358
METADATA
359359
"ows_inspire_capabilities" "url|embed" # make this an INSPIRE service
360-
...
361-
# Enable strict OGC compliance
362-
"ows_compliance_mode" "true"
363-
364-
# Override the default INSPIRE schemas location.
365-
# Needed because the INSPIRE validator will not
366-
# follow a permanent redirect from plain http://
367-
# and throw an error instead.
368-
"inspire_schemas_location" "https://inspire.ec.europa.eu/schemas"
360+
"ows_compliance_mode" "true" # Enable strict OGC compliance
369361
...
370362
END
371363
END
372364

365+
.. tip::
366+
In MapServer <= 8.6.3, you also need to override the
367+
INSPIRE schema repository location, because INSPIRE
368+
validator will throw an error on the default::
369+
370+
WEB
371+
METADATA
372+
...
373+
"inspire_schemas_location" "https://inspire.ec.europa.eu/schemas"
374+
...
375+
END
376+
END
377+
373378
.. #### rST Link Section ####
374379

375380
.. _`European directive`: https://knowledge-base.inspire.ec.europa.eu/index_en

0 commit comments

Comments
 (0)