From ed4b3ee3e268cb3cd27f77d056ec94e0a5c314c9 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 21 Mar 2021 11:06:32 +0100 Subject: [PATCH] Remove markerSymbol --- css/style.css | 10 ---------- js/LayersConfig.js | 3 +-- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/css/style.css b/css/style.css index c782df7..7575ced 100644 --- a/css/style.css +++ b/css/style.css @@ -54,16 +54,6 @@ table.dataTable { vertical-align: top; } -.overpass-layer-icon i { - position: absolute; - top: 7px; - left: 7px; - color: white; - margin: auto; - display: inline-block; - font-size: 11px; -} - /* wrap toolbar controls */ .leaflet-top.leaflet-left { bottom: 0; diff --git a/js/LayersConfig.js b/js/LayersConfig.js index eed72a3..146ca53 100644 --- a/js/LayersConfig.js +++ b/js/LayersConfig.js @@ -181,8 +181,7 @@ BR.LayersConfig = L.Class.extend({ title: '{{ tags.name }}', body: '{% for k, v in tags %}{% if k[:5] != "addr:" %}{% endif %}{% endfor %}
{{ k }}{% if k matches "/email/" %}{{ v }}{% elseif v matches "/^http/" %}{{ v }}{% elseif v matches "/^www/" %}{{ v }}{% else %}{{ v }}{% endif %}
', - markerSymbol: - '', + markerSymbol: null, }, }); },