Optimize RestrictionParser performance
This commit is contained in:
parent
794ae5996f
commit
cf223ef516
@ -101,7 +101,7 @@ RestrictionParser::TryParse(const osmium::Relation &relation) const
|
|||||||
|
|
||||||
for (; fi_begin != fi_end; ++fi_begin)
|
for (; fi_begin != fi_end; ++fi_begin)
|
||||||
{
|
{
|
||||||
const std::string value(fi_begin->value());
|
auto value = fi_begin->value();
|
||||||
|
|
||||||
// documented OSM restriction tags start either with only_* or no_*;
|
// documented OSM restriction tags start either with only_* or no_*;
|
||||||
// check and return on these values, and ignore no_*_on_red or unrecognized values
|
// check and return on these values, and ignore no_*_on_red or unrecognized values
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user