]> git.openstreetmap.org Git - nominatim.git/commit
add a WKB decoder for the Point class
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Feb 2023 14:35:54 +0000 (15:35 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Feb 2023 16:29:56 +0000 (17:29 +0100)
commitee0c5e24bb2bd89288a2fa7a9dada2c7ee8f44a9
tree16089ca36b002f8d865052b28c8754ab1ad88bb9
parentb320f1c7e3fdf51b0cd15927efea52ab01d93cbc
add a WKB decoder for the Point class

This allows to return point geometries from the database and makes
the SQL a bit simpler.
nominatim/api/lookup.py
nominatim/api/results.py
nominatim/api/types.py
nominatim/api/v1/format.py
test/python/cli/test_cmd_api.py