organicmaps/kml
Maxim Pimenov 8651b85289 [coding] [geometry] Deprecated PointToInt.
For some reason we have been using bitwise merge to store
a pair of 32-bit unsigned integer coordinates. Since the
width of the coordinates is fixed and storage in general
has nothing to do with the Z-order curve where bitwise
merge is appropriate, this commit marks this method of
storage as obsolete (and effectively deprecated).

The functions to convert between PointD and PointU are
still serviceable. Their usage is slightly refactored.
2018-04-10 14:31:32 +03:00
..
kml_tests Added new data in extended KML format (#8388) 2018-03-27 16:22:29 +03:00
CMakeLists.txt Added KML library 2018-03-14 18:13:54 +03:00
header_binary.hpp Added KML library 2018-03-14 18:13:54 +03:00
serdes.cpp Bookmark tests fixes. Persistent id storage added. 2018-04-06 15:59:42 +03:00
serdes.hpp Fixed reading tracks from KML 2018-04-05 19:47:16 +03:00
serdes_binary.cpp Improved KML library 2018-03-22 12:58:25 +03:00
serdes_binary.hpp Improved KML library 2018-03-22 12:58:25 +03:00
type_utils.hpp Use base types from kml library. 2018-04-06 15:59:42 +03:00
types.hpp Use base types from kml library. 2018-04-06 15:59:42 +03:00
visitors.hpp [coding] [geometry] Deprecated PointToInt. 2018-04-10 14:31:32 +03:00