Skip to content

OpenHistoricalMap/nominatim-ui

This branch is 2 commits ahead of, 89 commits behind osm-search/nominatim-ui:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rub21
Jan 24, 2023
81e184d · Jan 24, 2023
Oct 27, 2021
Jan 24, 2023
Jul 17, 2022
Aug 8, 2022
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Aug 8, 2022
Jan 26, 2022
Mar 1, 2018
Aug 8, 2022
Sep 26, 2022
Aug 8, 2022
May 19, 2021
Feb 23, 2021
Aug 8, 2022

Repository files navigation

Nominatim-UI

GitHub release (latest by date)

Debugging user interface for Nominatim (source) geocoder.

The frontend runs standalone as website and will request data from a separate Nominatim API running on http://localhost:80/nominatim/ (configurable, see below).

Download a stable release from https://github.com/osm-search/nominatim-ui/releases. For technical background, how to develop and create a release see CONTRIBUTE.md file at https://github.com/osm-search/nominatim-ui/.

Screenshot

Starting the frontend

You can either

  • open the dist directory in your browser.

  • if you have Python installed (part of the Nominatim API server installation):

    1. cd dist
    2. start webserver python3 -m http.server 8765
    3. open http://localhost:8765/ in your browser
  • start a webserver using (Big list of http static server one-liners) or configure Apache, nginx or other webservers to serve the dist directory.

Configuration

You can customize your installation by creating and editing dist/theme/config.theme.js which allows you to override the default values provided by dist/config.default.js. See the config.theme.js.example in the same directory for examples.

The dist/theme/ directory also contains files make it easy to set a different logo image, colors, welcome and help text.

License

The source code is available under a GPLv2 license.

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 65.8%
  • JavaScript 33.8%
  • CSS 0.4%