-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from lat-lon/updateHTMLconfig8337
Added new HTML encoding configuration for each dataset
- Loading branch information
Showing
8 changed files
with
255 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
/* Header */ | ||
|
||
.navbar { | ||
background-color: #56900b; | ||
} | ||
|
||
/* Logo */ | ||
|
||
.navbar-brand { | ||
display:none; | ||
/* | ||
background: url("https://localhost:8080/logo.png") center / contain no-repeat; | ||
width: 110px; | ||
height: 110px; | ||
*/ | ||
} | ||
|
||
/* Breadcrump */ | ||
nav .breadcrumb-item.active { | ||
color: #6c757d; | ||
} | ||
|
||
nav .breadcrumb-item a:link { | ||
color: #ffffff; | ||
} | ||
|
||
nav .breadcrumb-item a:visited { | ||
color: #ffffff; | ||
} | ||
|
||
nav .breadcrumb-item a:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
|
||
nav .breadcrumb-item a:active { | ||
} | ||
|
||
/* Formats */ | ||
nav .nav-link.disabled:link { | ||
color: #6c757d; | ||
} | ||
nav .nav-link:link { | ||
color: #ffffff; | ||
} | ||
nav .nav-link:visited { | ||
color: #ffffff; | ||
} | ||
nav .nav-link:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
nav .nav-link:active { | ||
} | ||
|
||
/* Table with data */ | ||
.propertylist { | ||
list-style-type:none; | ||
padding-left: 0; | ||
} | ||
|
||
/* Footer */ | ||
html { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
position: relative; | ||
margin: 0; | ||
padding-bottom: 6rem; | ||
min-height: 100%; | ||
} | ||
|
||
.page-footer{ | ||
position: absolute; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
padding: 1rem; | ||
background-color: #56900b; | ||
text-align: right; | ||
color: #ffffff; | ||
} | ||
|
||
/* Link Legal Notice */ | ||
#legalNotice:link { | ||
color: #ffffff; | ||
} | ||
#legalNotice:visited { | ||
color: #ffffff; | ||
} | ||
#legalNotice:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
#legalNotice:active { | ||
} | ||
|
||
/* Link Privacy */ | ||
#legalNotice:link { | ||
color: #ffffff; | ||
} | ||
#privacy:visited { | ||
color: #ffffff; | ||
} | ||
#privacy:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
#privacy:active { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
/* Header */ | ||
|
||
.navbar { | ||
background-color: #8f092d; | ||
} | ||
|
||
/* Logo */ | ||
|
||
.navbar-brand { | ||
display:none; | ||
/* | ||
background: url("https://localhost:8080/logo.png") center / contain no-repeat; | ||
width: 110px; | ||
height: 110px; | ||
*/ | ||
} | ||
|
||
/* Breadcrump */ | ||
nav .breadcrumb-item.active { | ||
color: #6c757d; | ||
} | ||
|
||
nav .breadcrumb-item a:link { | ||
color: #ffffff; | ||
} | ||
|
||
nav .breadcrumb-item a:visited { | ||
color: #ffffff; | ||
} | ||
|
||
nav .breadcrumb-item a:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
|
||
nav .breadcrumb-item a:active { | ||
} | ||
|
||
/* Formats */ | ||
nav .nav-link.disabled:link { | ||
color: #6c757d; | ||
} | ||
nav .nav-link:link { | ||
color: #ffffff; | ||
} | ||
nav .nav-link:visited { | ||
color: #ffffff; | ||
} | ||
nav .nav-link:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
nav .nav-link:active { | ||
} | ||
|
||
/* Table with data */ | ||
.propertylist { | ||
list-style-type:none; | ||
padding-left: 0; | ||
} | ||
|
||
/* Footer */ | ||
html { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
position: relative; | ||
margin: 0; | ||
padding-bottom: 6rem; | ||
min-height: 100%; | ||
} | ||
|
||
.page-footer{ | ||
position: absolute; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
padding: 1rem; | ||
background-color: #8f092d; | ||
text-align: right; | ||
color: #ffffff; | ||
} | ||
|
||
/* Link Legal Notice */ | ||
#legalNotice:link { | ||
color: #ffffff; | ||
} | ||
#legalNotice:visited { | ||
color: #ffffff; | ||
} | ||
#legalNotice:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
#legalNotice:active { | ||
} | ||
|
||
/* Link Privacy */ | ||
#legalNotice:link { | ||
color: #ffffff; | ||
} | ||
#privacy:visited { | ||
color: #ffffff; | ||
} | ||
#privacy:hover { | ||
color: #6c757d; | ||
text-decoration: underline; | ||
} | ||
#privacy:active { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<HtmlView configVersion="3.4.0" | ||
xmlns="http://www.deegree.org/ogcapi/htmlview" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.deegree.org/ogcapi/htmlview http://schemas.deegree.org/ogcapi/3.4.0/htmlview.xsd"> | ||
|
||
<CssFile>../html/strassenbaumkataster.css</CssFile> | ||
<LegalNoticeUrl>https://lat-lon.de/en/Imprint.html</LegalNoticeUrl> | ||
<PrivacyPolicyUrl>https://lat-lon.de/en/Privacy.html</PrivacyPolicyUrl> | ||
<DocumentationUrl>https://cite.deegree.org/deegree-ogcapi-1.3/documentation/index.html#_usage</DocumentationUrl> | ||
<Map> | ||
<WMSUrl version="1.3.0">https://sgx.geodatenzentrum.de/wms_topplus_open</WMSUrl> | ||
<WMSLayers>web_grau</WMSLayers> | ||
<CrsProj4Definition code="EPSG:25832">+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs | ||
</CrsProj4Definition> | ||
<Source><![CDATA[© <a href="https://sg.geodatenzentrum.de/web_public/Datenquellen_TopPlus_Open.pdf" target="_new">Datenquellen</a>]]></Source> | ||
</Map> | ||
|
||
</HtmlView> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters