[mod] remove overpass API call

prepare the code the PR #90
This commit is contained in:
Alexandre Flament 2021-05-29 15:22:20 +02:00 committed by Markus Heiser
parent ee83c99d2b
commit a89b823f8d
7 changed files with 0 additions and 368 deletions

View file

@ -446,8 +446,6 @@ def image_proxify(url):
def get_translations():
return {
# when overpass AJAX request fails (on a map result)
'could_not_load': gettext('could not load data'),
# when there is autocompletion
'no_item_found': gettext('No item found')
}