7 * JS error on http://localhost:8000/reverse.html?format=html&lat=51.72702815704774&lon=8.701171874999998&zoom=
8 * test in MSIE https://github.com/WebReflection/url-search-params
9 * Nominatim backend API
10 * need /status to support &format=json
11 * need /details to support &format=json
12 * reverse: zoom not set
13 http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom=
14 * error message on API error or timeout
15 * search page: add pagination, moreurl
16 * search page: add viewbox
17 * details page: add "There are more child objects which are not shown" back in
18 * set acceptlanguage to API request
19 * move this TODO.txt to github issues
20 * write install instructions
21 * check output of /dist into repository
26 * config vs config.local.js
27 * should it be possible to add comments to config?
28 * snake_case vs camelCase
29 * support for proxy environment variables?
30 * support nearlat,nearlon parameters
31 * need a `<link href="nominatim.xml" rel="search" title="Nominatim Search" type="application/opensearchdescription+xml">` file
32 * do we an /src/assets directory?
33 * in which repository should the images/mapicons/ live?
38 * don't show unset parameters in URL, e.g. `&a=&b=&c=1` => '&c='
39 * different content for official OSM, e.g. github urls
41 * cache `update_data_date` result
42 * a new search causes a new pageview
43 * webpack or grunt build framework
44 * don't copy jquery/leaflet in /src, use dependency manager instead, e.g. https://bower.io/
46 * add tests with fixtures
47 * concatenate/minify JS and CSS
52 * we have marker-icon twice
53 * remove Perl dependency from build
54 * show map bounds section => move to handlebar template, map to partial
55 * make sure we use https URL to external sites where possible
56 * aResults vs aPlace vs aFeature variable naming
57 * use CSS preprocessor and linter