summaryrefslogtreecommitdiff
path: root/searx/engines/openstreetmap.py
AgeCommit message (Expand)Author
2021-01-14[enh] engines: add about variableAlexandre Flament
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-06-10[fix] resolve pep8 errorsAdam Tauber
2020-06-09[enh] add routing directions to osm search - closes #254Adam Tauber
2019-12-21[fix] convert byte query to string in osm engine - fixes #1220Adam Tauber
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-09[mod] return empty string on missing osm titleAdam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-02-07Openstreetmap's unit testCqoicebordel
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[enh] add photon engineThomas Pointhuber
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-11-19[enh][oscar_template] loading map informations from overpass-apiThomas Pointhuber
2014-11-03[fix] use address.city if possibleThomas Pointhuber
2014-11-03[enh] template_oscar: show addressdata if possibleThomas Pointhuber
2014-11-02[enh] oscar_template: initial osm-map support for map resultsThomas Pointhuber
2014-09-06[enh] new engine: openstreetmapAdam Tauber