File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments