[types] Adding buoys

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-11-12 01:57:32 +01:00
committed by Yannik Bloscheck
parent 6ae28a0ccf
commit f664138a42
122 changed files with 645 additions and 36 deletions

View File

@@ -144,6 +144,8 @@ bool TypeAlwaysExists(uint32_t type, GeomType geomType = GeomType::Undefined)
cl.GetTypeByPath({"internet_access"}),
cl.GetTypeByPath({"toilets"}),
cl.GetTypeByPath({"drinking_water"}),
cl.GetTypeByPath({"lateral"}),
cl.GetTypeByPath({"cardinal"}),
};
if (base::IsExist(arrTypes, type))
return true;