diff --git a/ogcapi-workspace/html/htmlview.xml b/ogcapi-workspace/html/htmlview.xml index cdb7f4f..75d08e2 100755 --- a/ogcapi-workspace/html/htmlview.xml +++ b/ogcapi-workspace/html/htmlview.xml @@ -3,7 +3,7 @@ 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"> - ../html/lgv.css + ../html/landingpage.css https://lat-lon.de/en/Imprint.html https://lat-lon.de/en/Privacy.html diff --git a/ogcapi-workspace/html/kitaeinrichtungen.css b/ogcapi-workspace/html/kitaeinrichtungen.css new file mode 100755 index 0000000..233d57b --- /dev/null +++ b/ogcapi-workspace/html/kitaeinrichtungen.css @@ -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 { + } \ No newline at end of file diff --git a/ogcapi-workspace/html/oaf.xml b/ogcapi-workspace/html/kitaeinrichtungview.xml similarity index 95% rename from ogcapi-workspace/html/oaf.xml rename to ogcapi-workspace/html/kitaeinrichtungview.xml index 62dba53..93c4310 100755 --- a/ogcapi-workspace/html/oaf.xml +++ b/ogcapi-workspace/html/kitaeinrichtungview.xml @@ -3,7 +3,7 @@ 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"> - ../html/lgv.css + ../html/kitaeinrichtungen.css https://lat-lon.de/en/Imprint.html https://lat-lon.de/en/Privacy.html https://cite.deegree.org/deegree-ogcapi-1.3/documentation/index.html#_usage diff --git a/ogcapi-workspace/html/lgv.css b/ogcapi-workspace/html/landingpage.css similarity index 100% rename from ogcapi-workspace/html/lgv.css rename to ogcapi-workspace/html/landingpage.css diff --git a/ogcapi-workspace/html/strassenbaumkataster.css b/ogcapi-workspace/html/strassenbaumkataster.css new file mode 100755 index 0000000..0c79f58 --- /dev/null +++ b/ogcapi-workspace/html/strassenbaumkataster.css @@ -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 { + } \ No newline at end of file diff --git a/ogcapi-workspace/html/strassenbaumkatasterview.xml b/ogcapi-workspace/html/strassenbaumkatasterview.xml new file mode 100755 index 0000000..d62e293 --- /dev/null +++ b/ogcapi-workspace/html/strassenbaumkatasterview.xml @@ -0,0 +1,18 @@ + + + ../html/strassenbaumkataster.css + https://lat-lon.de/en/Imprint.html + https://lat-lon.de/en/Privacy.html + https://cite.deegree.org/deegree-ogcapi-1.3/documentation/index.html#_usage + + https://sgx.geodatenzentrum.de/wms_topplus_open + web_grau + +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs + + Datenquellen]]> + + + \ No newline at end of file diff --git a/ogcapi-workspace/ogcapi/kitaeinrichtung.xml b/ogcapi-workspace/ogcapi/kitaeinrichtung.xml index 9a8fe4b..02fc558 100644 --- a/ogcapi-workspace/ogcapi/kitaeinrichtung.xml +++ b/ogcapi-workspace/ogcapi/kitaeinrichtung.xml @@ -1,9 +1,17 @@ - + + kitaeinrichtung/datasource_kita_kitaeinrichtungen + http://www.opengis.net/def/crs/OGC/1.3/CRS84 http://www.opengis.net/def/crs/EPSG/0/4326 http://www.opengis.net/def/crs/EPSG/0/25832 + + kitaeinrichtungview + Datenlizenz Deutschland Namensnennung 2.0 @@ -21,4 +29,5 @@ https://metaver.de/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=C1AC42B2-C104-45B8-91F9-DA14C3C88A1F&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full https://metaver.de/trefferanzeige?docuuid=C1AC42B2-C104-45B8-91F9-DA14C3C88A1F + diff --git a/ogcapi-workspace/ogcapi/strassenbaumkataster.xml b/ogcapi-workspace/ogcapi/strassenbaumkataster.xml index 2e9db80..1ff1135 100755 --- a/ogcapi-workspace/ogcapi/strassenbaumkataster.xml +++ b/ogcapi-workspace/ogcapi/strassenbaumkataster.xml @@ -17,7 +17,7 @@ - oaf + strassenbaumkatasterview