forked from organicmaps/organicmaps-tmp
[generator] Process chipseal as paved tag
This commit is contained in:
parent
3d017be356
commit
65551559db
1 changed files with 4 additions and 3 deletions
|
@ -485,9 +485,10 @@ string DetermineSurface(OsmElement * p)
|
|||
return {};
|
||||
|
||||
static base::StringIL pavedSurfaces = {
|
||||
"paved", "asphalt", "cobblestone", "cobblestone:flattened", "sett",
|
||||
"concrete", "concrete:lanes", "concrete:plates", "paving_stones", "metal",
|
||||
"wood"};
|
||||
"paved", "asphalt", "cobblestone", "cobblestone:flattened",
|
||||
"sett", "concrete", "concrete:lanes", "concrete:plates",
|
||||
"paving_stones", "metal", "wood", "chipseal"};
|
||||
|
||||
static base::StringIL badSurfaces = {"cobblestone", "sett", "metal", "wood", "grass",
|
||||
"gravel", "mud", "sand", "snow", "woodchips"};
|
||||
static base::StringIL badSmoothness = {
|
||||
|
|
Loading…
Add table
Reference in a new issue