Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kml
AgeCommit message (Collapse)Author
2020-11-23[pybindings] pykmllib fixArsentiy Milchakov
2020-11-06[pybindings] Fix linking on MacVictor Popov
Mac has different linker defaults than linux, and by default it does not allow undefined symbols to be left in resulting pybinding library. To allow it, we specifically pass linker argument when linking final pybinding object. This is done to avoid linking excessively to libpythonX.Y since at the time pybinding is loaded into Python process, all libpython symbols would be immediately available.
2020-10-17[bookmarks] Review fixes. MAPSME-14916Anatoliy Tomilov
2020-10-17[pykmlib] [bookmarks] Make SetBookmarksMinZoom a separate function. MAPSME-14916Anatoliy Tomilov
2020-10-17[pykmlib] [bookmarks] Add FileData.set_bookmarks_min_zoom to pykmlib. ↵Anatoliy Tomilov
MAPSME-14916
2020-10-17[bookmarks] Use bookmarks score to precalculate MinZoom. MAPSME-14916Anatoliy Tomilov
2020-10-17[kml] Add BookmarkData::m_minZoom support to text kml serdes. MAPSME-14916Anatoliy Tomilov
2020-10-17[kml] [kmb] Bump kmb version to V8. Add Bookmark::m_minZoom. MAPSME-14916Anatoliy Tomilov
2020-10-09[bookmarks] compilations are supported into bookmark managerArsentiy Milchakov
2020-10-01[pykmlib] compilation id is addedArsentiy Milchakov
2020-09-30[pykmlib] review fixArsentiy Milchakov
2020-09-30[pykmlib] compilations are added into FileDataArsentiy Milchakov
2020-09-30[kml] small formattingArsentiy Milchakov
2020-09-24[kml] [kmb] Add compilation list to bookmark MAPSME-14910Anatoliy Tomilov
2020-09-24[kml] [kmb] Support 10.3 kml types (V8) in text kml and kmb serdes. MAPSME-14910Anatoliy Tomilov
2020-09-23[bookmarks] dummy for nested guidesArsentiy Milchakov
2020-09-22[pybindings] remove linking to libpythonVictor Popov
2020-09-21[kml] Support compilations in kml data structures MAPSME-14909Anatoliy Tomilov
2020-09-21[kml] Save V7 BookmarkData and CategoryData in types_V7.hpp. These ↵Anatoliy Tomilov
structures will be changed in V8 MAPSME-14909
2020-07-14[pykmlib] Review fixes.Vladimir Byko-Ianko
2020-07-14[pykmlib] Adding more about language info to log in case of exceptions.Vladimir Byko-Ianko
2020-06-03[pybindings] PR review improvementsVictor Popov
- docs refinements - python style fixes
2020-06-03[pybindings] setup.py for building pybindings with easeVictor Popov
- build boost_python from our bundled boost - configure omim, build single binding - build all bindings in one run - install, create wheels
2020-03-18[bindings] Refactored functions in vector_list_conversion.hpp; added a ↵Maksim Andrianov
namespace.
2020-03-12[bookmarks] Support float altitudes in kml files.py-modules-10.0.0Daria Volvenkova
2020-03-12[bookmarks][pykmlib] Support invalid altitude in tracks.Daria Volvenkova
2020-03-10[pykmlib] Track points with altitudes.Daria Volvenkova
2020-02-25[kml] points with altitudes for tracks. review fixesArsentiy Milchakov
2020-02-25[kml] points with altitudes for tracks.Arsentiy Milchakov
2020-01-13[pykmlib] Added extended colors.Daria Volvenkova
2020-01-13[bookmarks] no need to show PreviewPlus state when description is emptyArsentiy Milchakov
2020-01-13[bookmarks] Extended bookmarks icons.Daria Volvenkova
2020-01-13[bookmarks] Extended colours palette. Upgraded KML version.Daria Volvenkova
2019-11-27[cmake] Add succinct dependency.tatiana-yan
2019-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-10-22[bookmarks] Duplicated bookmark ids fixed.Daria Volvenkova
2019-10-03Fixed KML v.3 deserializationr.kuznetsov
2019-09-07KML library v.4r.kuznetsov
2019-09-05[search] [bookmarks] Added a test.Maxim Pimenov
2019-08-26[bookmarks][iOS] Review fixes.Daria Volvenkova
2019-08-07[bookmarks] Sorting by type, distance and type.Daria Volvenkova
2019-05-30[geometry] LatLon refactoring.Vladimir Byko-Ianko
2019-05-21[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.Maxim Pimenov
2019-04-23[base] Replaced base::Key to base::Value as in fact it's a valueVladiMihaylenko
2019-01-17[KML] Added new access rules AuthorOnly for web edited bookmarks.py-modules-0.2.8r.kuznetsov
2019-01-15Add version to all PYBINDINGS modules.Victor Popov
Make all modules have externally-specified (by build script) version. It must be externally specified since we can't know which tag the code was checked out from.
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
Also added some documentation on how StringUtf8Multilang is stored.
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-23[coding] Moved functions that encode points to one common file.Maxim Pimenov
2018-11-23[descriptions] Description section serializer and deserializer added.Daria Volvenkova