From a89b823f8d273711469cc63622f329598c067a7b Mon Sep 17 00:00:00 2001
From: Alexandre Flament
Date: Sat, 29 May 2021 15:22:20 +0200
Subject: [mod] remove overpass API call
prepare the code the PR #90
---
searx/templates/oscar/result_templates/map.html | 13 -------------
1 file changed, 13 deletions(-)
(limited to 'searx/templates/oscar/result_templates/map.html')
diff --git a/searx/templates/oscar/result_templates/map.html b/searx/templates/oscar/result_templates/map.html
index 9713452b3..011ccc0bd 100644
--- a/searx/templates/oscar/result_templates/map.html
+++ b/searx/templates/oscar/result_templates/map.html
@@ -7,10 +7,6 @@
• {{ icon('globe') }} {{ _('show map') }}
{%- endif -%}
-{%- if result.osm and (result.osm.type and result.osm.id) -%}
- • {{ icon('map-marker') }} {{ _('show details') }}
-{%- endif -%}
-
{# {% if (result.latitude and result.longitude) %}
• {{ icon('map-marker') }} {{ _('show geodata') }}
{% endif %} #}
@@ -39,15 +35,6 @@
{%- endif %}
-{%- if result.osm and (result.osm.type and result.osm.id) -%}
-
-{%- endif -%}
-
{# {% if (result.latitude and result.longitude) %}
Longitude: {{ result.longitude }}
--
cgit v1.2.3