File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Feature : Flex output uses a Lua config file
22
33 Scenario : Check access to osm2pgsql object from Lua
4- Given the input file 'liechtenstein-2013-08-03.osm.pbf'
4+ Given the OSM data
5+ """
6+ """
57 And the lua style
68 """
79 print("version=" .. osm2pgsql.version)
@@ -28,15 +30,17 @@ Feature: Flex output uses a Lua config file
2830 """
2931
3032 Scenario : Check access to osm2pgsql properties from Lua
31- Given the input file 'liechtenstein-2013-08-03.osm.pbf'
33+ Given the OSM data
34+ """
35+ """
3236 And the lua style
3337 """
3438 local p = osm2pgsql.properties
3539 print("attributes=" .. p.attributes)
3640 print("prefix=" .. p.prefix)
3741 """
38- Then running osm2pgsql flex fails
39- And the standard output contains
42+ When running osm2pgsql flex
43+ Then the standard output contains
4044 """
4145 attributes=false
4246 """
You can’t perform that action at this time.
0 commit comments