]> git.openstreetmap.org Git - nominatim.git/commitdiff
simplify use of secondary importance
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Sep 2022 20:12:48 +0000 (22:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 1 Oct 2022 09:01:49 +0000 (11:01 +0200)
The values in the raster are already normalized between 0 and 2**16,
so a simple conversion to [0, 1] will do.

Check for existance of secondary_importance table statically when
creating the SQL function. For that to work importance tables need
to be created before the functions.


No differences found