Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed May 22, 2024
1 parent cc9f54f commit 5fc54b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/extractor/scripting_environment_lua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ void Sol2ScriptingEnvironment::InitContext(LuaScriptingContext &context)
// "connectivity",
// extractor::RoadPriorityClass::CONNECTIVITY);

// context.state.new_enum("item_type",
// "node",
// osmium::item_type::node,
// "way",
// osmium::item_type::way,
// "relation",
// osmium::item_type::relation);
context.state.new_enum("item_type",
"node",
osmium::item_type::node,
"way",
osmium::item_type::way,
"relation",
osmium::item_type::relation);

// context.state.new_usertype<RasterContainer>("raster",
// "load",
Expand Down

0 comments on commit 5fc54b4

Please sign in to comment.