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

Method ValidateAndFormat_height

generator/osm2meta.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257std::string MetadataTagProcessorImpl::ValidateAndFormat_height(std::string const & v)
258{
259 return measurement_utils::OSMDistanceToMetersString(v, false /*supportZeroAndNegativeValues*/, 1);
260}
261
262std::string MetadataTagProcessorImpl::ValidateAndFormat_building_levels(std::string v)
263{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected