MCPcopy Create free account
hub / github.com/comaps/comaps / IsTransporter

Method IsTransporter

generator/osm2type.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 }
342
343 bool IsTransporter(uint32_t t) const
344 {
345 // Ferry and shuttle have the same processing logic now.
346 return t == Get(Ferry) || t == Get(ShuttleTrain);
347 }
348
349 bool IsRailwayStation(uint32_t t) const { return t == Get(RailwayStation); }
350

Callers 1

PostprocessElementFunction · 0.80

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected