Septima / spatialsuite-geomatic-wms

Dette er et modul til Spatial Suite, der giver adgang til Geomatic WMS tjenester
MIT License
0 stars 1 forks source link

spatialsuite-geomatic-wms

Dette er et modul til Spatial Suite, der giver adgang til Geomatic WMS tjenester

Udviklingen af modulet er drevet af Spatial Suite kunder.

Installation

Udpak filen til /config/modules/thirdparty/septima

Fjern endelsen "-master" fra den udpakkede folder Tilføj modulet til din modules_xxx.xml

Indsæt følgende i din profils themegroups element:


<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='geomatic_klassifikation']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='faktorer']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='dagbefolkning']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='beskaeftigelse']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='ejerforhold']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='indkomst_og_formue']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='uddannelse']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='civilstand']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='alder']" mustexist="false"/>

Indsæt dette i themes elementet i profilen:

<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_klassifikation.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_faktorer.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_dagbefolkning.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_beskaeftigelse.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_ejerforhold.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_indkomst_formue.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_uddannelse.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_civilstand.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_alder.xml" nodes="/themes/*" mustexist="false"/>

Har du kun adgang til klassifikation og faktorer:

Indsæt dettet i themegroups elementet i profilen:

<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='geomatic_klassifikation']" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/profile.xml" nodes="/profile/themegroups/themegroup[@name='faktorer']" mustexist="false"/>

Indsæt dette i themes elementet i profilen:

<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_klassifikation.xml" nodes="/themes/*" mustexist="false"/>
<include src="https://github.com/Septima/spatialsuite-geomatic-wms/raw/master/[module:spatialsuite-geomatic-wms.dir]/profiles/includes/themes-geomatic_faktorer.xml" nodes="/themes/*" mustexist="false"/>

Indsæt dit burgernavn og password i CBinfo.xml

<param name="module.spatiasluite.geomatic.wms.username">USER</param>
<param name="module.spatiasluite.geomatic.wms.password">PASSWORD</param>