Change location data method to way:get_location_tags(key)

This commit is contained in:
Michael Krasnyk
2017-09-22 16:14:55 +02:00
parent 0f498d13f5
commit 095b345713
6 changed files with 89 additions and 98 deletions
@@ -38,7 +38,7 @@ struct LocationDependentData
bool empty() const { return rtree.empty(); }
properties_t operator()(const point_t &point) const;
property_t operator()(const point_t &point, const char *key) const;
private:
void loadLocationDependentData(const boost::filesystem::path &file_path);