From 557e91b9ae8a0faa06bbd87fa72882918e4cb7a1 Mon Sep 17 00:00:00 2001 From: Matthias Kramer <matthias.kramer@uni-due.de> Date: Tue, 24 Oct 2023 11:39:05 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Cberschriften=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/interaktiv/create-interactive-map.py | 2 +- public/interaktiv/interactive-map.html | 1 - public/statisch/create-map-D.py | 2 +- public/statisch/create-map-DACH.py | 2 +- public/statisch/ddi-map-D.html | 1 - public/statisch/ddi-map-DACH.html | 1 - 6 files changed, 3 insertions(+), 6 deletions(-) diff --git a/public/interaktiv/create-interactive-map.py b/public/interaktiv/create-interactive-map.py index b5ca7aa..3396111 100644 --- a/public/interaktiv/create-interactive-map.py +++ b/public/interaktiv/create-interactive-map.py @@ -15,7 +15,7 @@ o.write('.leaflet-container {height: 400px;width: 600px;max-width: 100%;max-heig o.write("</head>\n") o.write("<body>\n") o.write("") -o.write("<h2>Die interaktive DDI-Landkarte</h2>\n") +#o.write("<h2>Die interaktive DDI-Landkarte</h2>\n") o.write('<div id="map" style="width: 90%; height: 90%;"></div>\n') o.write('<script>const map = L.map("map").setView([51.25, 10.0], 6);\n') o.write("L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {maxZoom: 19, attribution: '© <a href=" + '"http://www.openstreetmap.org/copyright">OpenStreetMap</a>'+"'}).addTo(map);\n") diff --git a/public/interaktiv/interactive-map.html b/public/interaktiv/interactive-map.html index 1bf0593..60f0b50 100644 --- a/public/interaktiv/interactive-map.html +++ b/public/interaktiv/interactive-map.html @@ -8,7 +8,6 @@ .leaflet-container {height: 400px;width: 600px;max-width: 100%;max-height: 100%;}</style> </head> <body> -<h2>Die interaktive DDI-Landkarte</h2> <div id="map" style="width: 90%; height: 90%;"></div> <script>const map = L.map("map").setView([51.25, 10.0], 6); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {maxZoom: 19, attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'}).addTo(map); diff --git a/public/statisch/create-map-D.py b/public/statisch/create-map-D.py index 671dfe2..a91c9e1 100644 --- a/public/statisch/create-map-D.py +++ b/public/statisch/create-map-D.py @@ -12,7 +12,7 @@ o.write('<link rel="stylesheet" href="style.css">\n') o.write("</head>\n") o.write("<body>\n") o.write("") -o.write("<h2>Die DDI-Landkarte</h2>\n") +#o.write("<h2>Die DDI-Landkarte</h2>\n") o.write('<div class="con">\n') # read in csv-file diff --git a/public/statisch/create-map-DACH.py b/public/statisch/create-map-DACH.py index b46189f..fb7d00f 100644 --- a/public/statisch/create-map-DACH.py +++ b/public/statisch/create-map-DACH.py @@ -12,7 +12,7 @@ o.write('<link rel="stylesheet" href="style.css">\n') o.write("</head>\n") o.write("<body>\n") o.write("") -o.write("<h2>Die DDI-Landkarte</h2>\n") +#o.write("<h2>Die DDI-Landkarte</h2>\n") o.write('<div class="con">\n') # read in csv-file diff --git a/public/statisch/ddi-map-D.html b/public/statisch/ddi-map-D.html index d5304f5..edbfe9e 100644 --- a/public/statisch/ddi-map-D.html +++ b/public/statisch/ddi-map-D.html @@ -5,7 +5,6 @@ <link rel="stylesheet" href="style.css"> </head> <body> -<h2>Die DDI-Landkarte</h2> <div class="con"> <a href="https://ddi.uni-wuppertal.de/" target="_blank"><div class="dot" style="top:47.7%; left:16.4%"><span>Bergische Universität Wuppertal<br />Prof. Dr. Ludger Humbert</span></div></a> <a href="https://uol.de/ddi" target="_blank"><div class="dot" style="top:23.8%; left:26.6%"><span>Carl von Ossietzky Universität Oldenburg<br />Prof. Dr. Ira Diethelm</span></div></a> diff --git a/public/statisch/ddi-map-DACH.html b/public/statisch/ddi-map-DACH.html index 855b83a..7b345fd 100644 --- a/public/statisch/ddi-map-DACH.html +++ b/public/statisch/ddi-map-DACH.html @@ -5,7 +5,6 @@ <link rel="stylesheet" href="style.css"> </head> <body> -<h2>Die DDI-Landkarte</h2> <div class="con"> <a href="https://ddi.uni-wuppertal.de/" target="_blank"><div class="dot" style="top:39.7%; left:14.0%"><span>Bergische Universität Wuppertal<br />Prof. Dr. Ludger Humbert</span></div></a> <a href="https://uol.de/ddi" target="_blank"><div class="dot" style="top:19.5%; left:22.8%"><span>Carl von Ossietzky Universität Oldenburg<br />Prof. Dr. Ira Diethelm</span></div></a> -- GitLab