mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
bdd: move import tests from scenes to grid descriptions
This commit is contained in:
@@ -69,7 +69,7 @@ def define_node_grid(context, grid_step, origin):
|
||||
coords = origin.split(',')
|
||||
if len(coords) != 2:
|
||||
raise RuntimeError('Grid origin expects orgin with x,y coordinates.')
|
||||
origin(float(coords[0]), float(coords[1]))
|
||||
origin = (float(coords[0]), float(coords[1]))
|
||||
elif origin in ALIASES:
|
||||
origin = ALIASES[origin]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user