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

Method SetDontNormalizeType

generator/feature_merger.hpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 /// Leave original types, for example: boundary-administrative-2.
113 template <size_t N>
114 void SetDontNormalizeType(char const * (&arr)[N])
115 {
116 m_dontNormalize.insert(GetType(arr, N));
117 }
118
119 MergedFeatureBuilder * operator()(feature::FeatureBuilder const & fb);
120};

Callers 1

WorldMapGeneratorMethod · 0.80

Calls 2

GetTypeFunction · 0.70
insertMethod · 0.45

Tested by

no test coverage detected