mirror of
https://github.com/searxng/searxng.git
synced 2025-08-31 23:46:49 +02:00
[enh] openstreetmap / map template: improve results
implements ideas described in #69 * update the engine * use wikidata * update map.html template
This commit is contained in:
parent
92c8a8829f
commit
c75425655f
9 changed files with 16192 additions and 146 deletions
|
@ -3,7 +3,7 @@ from pathlib import Path
|
|||
|
||||
|
||||
__init__ = ['ENGINES_LANGUGAGES', 'CURRENCIES', 'USER_AGENTS', 'EXTERNAL_URLS', 'WIKIDATA_UNITS', 'EXTERNAL_BANGS',
|
||||
'bangs_loader', 'ahmia_blacklist_loader']
|
||||
'OSM_KEYS_TAGS', 'bangs_loader', 'ahmia_blacklist_loader']
|
||||
data_dir = Path(__file__).parent
|
||||
|
||||
|
||||
|
@ -23,3 +23,4 @@ USER_AGENTS = load('useragents.json')
|
|||
EXTERNAL_URLS = load('external_urls.json')
|
||||
WIKIDATA_UNITS = load('wikidata_units.json')
|
||||
EXTERNAL_BANGS = load('external_bangs.json')
|
||||
OSM_KEYS_TAGS = load('osm_keys_tags.json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue