Informations about Service should become configurable

Issue #45 resolved
Reimar Bauer created an issue

We should introduce to set this text used in Service in mss_wms_settings and fill into the template

<Service>
        <Name>OGC:WMS</Name>
        <Title>Mission Support System Web Map Service</Title>
        <Abstract>Your Abstract.</Abstract>
        <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="$(server_url)"/>
        <ContactInformation>
            <ContactPersonPrimary>
                <ContactPerson>Your Name</ContactPerson>
                <ContactOrganization>Your Organization</ContactOrganization>
            </ContactPersonPrimary>
            <ContactAddress>
                <AddressType>postal</AddressType>
                <Address>Your Street</Address>
                <City>Your City</City>
                <StateOrProvince></StateOrProvince>
                <PostCode>12345</PostCode>
                <Country>Germany</Country>
            </ContactAddress>
        </ContactInformation>
        <Fees>none</Fees>
        <AccessConstraints>This service is intended for research purposes only.</AccessConstraints>
    </Service>

Comments (3)

  1. Log in to comment