mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
bdd: remove support for scenes
Only keep support for the special point geometry 'country:xx'.
This commit is contained in:
@@ -83,7 +83,7 @@ class PlaceColumn:
|
||||
self._add_hstore('address', 'country', value)
|
||||
|
||||
def _set_key_geometry(self, value):
|
||||
self.geometry = self.context.osm.parse_geometry(value, self.context.scene)
|
||||
self.geometry = self.context.osm.parse_geometry(value)
|
||||
assert self.geometry is not None, "Bad geometry: {}".format(value)
|
||||
|
||||
def _add_hstore(self, column, key, value):
|
||||
|
||||
Reference in New Issue
Block a user