]> git.openstreetmap.org Git - nominatim-ui.git/history - src
Map: delete old viewbox rectangle before adding a new one
[nominatim-ui.git] / src /
2023-08-29 marc tobiasMap: delete old viewbox rectangle before adding a new one
2023-08-01 marc tobiaswhen clicking on -reverse- tab then round coordinates...
2023-07-22 Sarah Hoffmannremove OSM type column from deletable and polygons...
2023-06-26 marc tobiasSvelte 4.0 trigger a new linter warning
2023-06-26 marc tobiasreplace eslint-plugin-svelte3 with eslint-plugin-svelte
2023-06-26 marc tobiasfix Svelte accessibily linter warnings, no more autofocus
2023-06-26 marc tobiastest-suite: remove httpbin HTTP calls, server is unreliable
2023-06-26 marc tobiascut lines at 100, spacing changes for linter
2023-06-26 Marc TobiasReverse map: show search position (red circle) also...
2023-06-26 Marc Tobiasreplace httpbin with beeceptor for mocking HTTP error...
2023-03-21 Sarah HoffmannUpdate reverse zoom level descriptions
2023-03-20 Sarah HoffmannRemove non-standard zoom levels
2023-03-08 marc tobiasvarious nodejs package updates
2023-03-08 Jan Piskvor Martinecadd Nominatim_Config.Map_Default_Bounds config value
2023-01-06 Marc Tobias3.2.10 - add link to further postcode documentation
2022-12-11 marc tobiasreverse query form: also auto-split by encoded comma
2022-12-11 marc tobiaswhen searching for OSM Url, show detail page result...
2022-12-11 marc tobiasautofocus on search fields
2022-11-16 Marc Tobiasrollup v2->v3, convert -require- to ESM style -import-
2022-11-16 marc tobiasformatLabel: dont print -Yes- as label
2022-11-15 marc tobiasvarious npm package updates
2022-07-17 Marc Tobiasupdate node packages
2022-05-24 marc tobiasreverse map: add tooltips to circle markers
2022-05-20 marc tobiasOn /details page the map-position box was misaligned
2022-05-05 Marc Tobiasconfig value Nominatim_API_Endpoint can also be a callback
2022-04-26 Sarah HoffmannMerge pull request #181 from lonvia/fix-trueness
2022-04-22 Sarah Hoffmannboolean parameters must be handled as code in parameters
2022-04-05 Marc TobiasOn Search page the 'deduplication' checkbox needs to...
2022-02-17 Marc Tobiasdetail page address list: better gray-out when line...
2022-01-20 Sarah HoffmannMerge pull request #169 from lonvia/fix-columns
2022-01-13 Sarah Hoffmannfix span columns in details page
2021-10-27 mtmailnew config option -Reverse_Only- (#166)
2021-10-27 mtmailcatch and report JSON parsing errors, simulate API...
2021-05-31 mtmailHelper check for details keywords (#160)
2021-05-19 mtmailupgrade Bootstrap 4 => 5, remove jquery (#146)
2021-05-19 mtmailhierarchy in details response is hash, not array (...
2021-05-16 mtmaildetail page: fix display when keywords from API are...
2021-05-16 Yash SrivastavaFix: Page does not reload due to relative base url...
2021-05-09 Yash Srivastavafeat: Removed polygon parameter from API and debug...
2021-04-29 Yash SrivastavaFeat: Ignore case senstivity to osm type, details page...
2021-04-25 Peter CExtended Nominatim API endpoint config (#142)
2021-04-19 Yash SrivastavaFix: Missing API and debug links (#132)
2021-04-19 mtmailMapIcon: make sure title and url get updated when place...
2021-04-19 mtmailreverse page: dont switch empty coordinates (#130)
2021-04-14 mtmailCut down number of status fetch requests (#122)
2021-04-14 Yash SrivastavaDetails page: Use osm type and it as placeholder for...
2021-04-12 marc tobiasavoid build warning by reassigning Nominatim_Config...
2021-04-12 mtmailadd help with overpass-turbo query for calculated postc...
2021-04-08 mtmailSwitched to structured form when URL contains structure...
2021-04-08 marc tobiasvalidate hidden fields against pattern only when filled
2021-04-08 mtmailwhen navigating search to reverse page, keep the map...
2021-03-26 mtmailvalidate countrycodes, lat, lon fields even when hidden...
2021-03-23 otbutzValidate countrycodes (#108)
2021-03-12 mtmailnew /status.html page (#104)
2021-03-12 mtmailset smaller valid step for polygon simplification form...
2021-03-05 mtmaildetailspage: children, hierarchy link didnt update...
2021-03-03 mtmailmake sure webpages still work on file:// protocol ...
2021-03-02 Sarah Hoffmannmake details information table responsive (#98)
2021-03-01 Sarah HoffmannAdd component for rows in details info box (#96)
2021-02-28 Sarah Hoffmanndetails: ignore missing computed postcode (#95)
2021-02-25 mtmailNew configuration paths (#89)
2021-02-25 mtmailError section (#90)
2021-02-23 mtmailallow theming (#84)
2021-02-19 marc tobiasDetailsLink: use place_id if place does not have osmtype,id
2021-02-18 mtmailvarious UI adjustments for mobile browsers (#85)
2021-02-18 mtmailDetails search: merge three forms into one (#81)
2021-02-18 mtmaildetails page: add -search by name- for address lines...
2021-02-17 mtmailconvert advanced search options into inline list (#82)
2021-02-17 mtmaillast update -x ago-, spinner for loading indicator...
2021-02-16 mtmailput search,reverse,by-id links into top navbar (#75)
2021-02-16 Sarah HoffmannEnable simple CI run (#77)
2021-02-13 Sarah HoffmannHandle all page changes via page store (#70)
2021-02-12 Sarah HoffmannComponents for internal links (#69)
2021-02-10 mtmailreverse search: better initial zoom (#63)
2021-02-10 Sarah HoffmannConvert current_result and current_request_latlon store...
2021-02-10 mtmailsplit latitude value if copy&pasted as pair (#62)
2021-02-10 mtmaillink.href is always absolute URL, inspect raw HTML...
2021-02-10 mtmailmake LastUpdated a Svelte component (#56)
2021-02-08 mtmaildetails page: on error (HTTP 400) show message (#58)
2021-02-08 mtmaileslint: remove 3 unused variables (#57)
2021-02-06 marc tobiasuse Svelte (HTML) style comments, // shows up on screen
2021-02-06 mtmailMerge pull request #55 from lonvia/sveltify-popstate
2021-02-05 Sarah Hoffmannuse svelte syntax for setting the popstate handler
2021-02-05 mtmailMerge pull request #54 from lonvia/split-search-page-II
2021-02-03 Sarah Hoffmannsplit SearchBar into forward and reverse version
2021-02-03 Sarah Hoffmannsplit SearchPage into forward and reverse versions
2021-02-02 mtmailAdd eslint linter (#52)
2021-02-02 Sarah HoffmannMake page choice more svelty (#51)
2021-02-02 marc tobiasreverse search: click on map triggers new search
2021-02-02 marc tobiasfix remaining compile warnings
2021-02-02 marc tobiasreport-issue modal window was missing
2021-02-02 marc tobiasremove search-url-params polyfill. Svelte doesnt suppor...
2021-02-02 Sarah Hoffmannavoid direct references to node_modules
2021-01-30 marc tobiasversion 2.0 - converted to Svelte framework
2021-01-04 marc tobias/reverse.html should be reverse.html to app works in...
2020-12-02 Sarah Hoffmannadd a button to display keywords on the details page
2020-12-02 Sarah Hoffmannshow admin level only for admin boundaries
2020-12-02 Sarah Hoffmannrestructure rank display
2020-10-30 Sarah HoffmannAdd interface for setting advanced search options ...
2020-10-28 mtmailMerge pull request #40 from mtmail/navigation-to-detail...
next