Access to location dependent data in Lua via way:get_location_tags()

This commit is contained in:
Michael Krasnyk
2017-09-22 14:03:12 +02:00
parent 2059f7234a
commit 0f498d13f5
8 changed files with 58 additions and 68 deletions
@@ -40,8 +40,6 @@ struct LocationDependentData
properties_t operator()(const point_t &point) const;
properties_t operator()(const osmium::Way &way) const;
private:
void loadLocationDependentData(const boost::filesystem::path &file_path);