]> git.openstreetmap.org Git - nominatim.git/commit
introduce paths module which contains the data paths
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 26 Nov 2022 16:08:51 +0000 (17:08 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 27 Nov 2022 11:02:37 +0000 (12:02 +0100)
commit20f56dfc77453b60e3e2a5dff2e400024affe96b
treedf26dad46f1f9f73a089e375435201c735bbe3aa
parent67664406da6c2fdf7753d64be0d5ca79a5599735
introduce paths module which contains the data paths

This means that nominatim can find its data even when not called
from the command line tool.
CMakeLists.txt
cmake/paths-py.tmpl [new file with mode: 0644]
nominatim/paths.py [new file with mode: 0644]