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
AgeCommit message (Expand)Author
2020-10-02[indexer][generator][editor] Return postcodes to metadata.tatiana-yan
2020-07-31[editor] Fix International/Alternative/Old name load for edited feature.tatiana-yan
2020-06-30[editor] Fix variables initialization order: XMLFeature static variables shou...tatiana-yan
2020-06-11[coding][editor] Support alt_name and old_name in editor.tatiana-yan
2020-04-30Several fixes per the PVS-Studio report.Maxim Pimenov
2020-02-10[indexer] Do not use cuisines from metadata, stop adding cuisines to metadata.tatiana-yan
2019-11-27[indexer] Do not save postcodes to metadata.tatiana-yan
2019-03-03[editor] get rid of T prefixArsentiy Milchakov
2019-03-03[editor] std migration + clang-formatArsentiy Milchakov
2019-02-21[editor][indexer] Use EditableMapObject in editor instead of FeatureType.tatiana-yan
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ...tatiana-yan
2018-06-08[indexer][editor] Move code and tests for work with XMLFeature to editorSergey Yershov
2018-01-17[editor] relations are allowed for editingArsentiy Milchakov
2016-06-28[editor] Trim nameIlya Zverev
2016-03-29[editor] Do not overwrite OSM type when feature is modified (not created by u...Alex Zolotarev
2016-03-24Merge pull request #2451 from Zverik/comments2Alex Zolotarev
2016-03-24[editor] Fix name:int_nameIlya Zverev
2016-03-24[editor] Review fixes, and a new method HasAnyTags() in XMLFeatureIlya Zverev
2016-03-23Removed unnecessary copy.Alex Zolotarev
2016-03-23[editor] Do not validate feature in copy-constructor.Alex Zolotarev
2016-03-23XMLFeature::GetMercatorCenter.Alex Zolotarev
2016-03-23Renamed constants.Alex Zolotarev
2016-03-23Edits migration.Sergey Magidovich
2016-03-23Geometry serialization.Sergey Magidovich
2016-03-23[editor] New XMLFeature methods.Alex Zolotarev
2016-03-23Renamed feature’s offset to index for consistency.Alex Zolotarev
2016-03-23XMLFeature::IsArea().Alex Zolotarev
2016-03-23XMLFeature operator== to avoid duplicates uploading.Alex Zolotarev
2016-03-23XMLFeature now has ApplyPatch() and ToOsmString() methods.Alex Zolotarev
2016-03-23DebugPrint for XMLFeature.Alex Zolotarev
2016-03-23XMLFeature::GetCenter() returns ms::LatLon.Alex Zolotarev
2016-03-23Do not create node features from xml for now. Patch everything.Sergey Magidovich
2016-03-23Implement serialsization for features with type other than GEOM_POINT.Sergey Magidovich
2016-03-23Fixed assertions in the editor core.Alex Zolotarev
2016-03-23Implement type of a FeatureType serialization.Sergey Magidovich
2016-03-23Offset setter/getter for XMLFeature.Alex Zolotarev
2016-03-23Base editor serialization.Alex Zolotarev
2016-03-23FeatureType from/to XMLFeature.Sergey Magidovich
2016-03-23Add (Get)SetHeader to XMLFeature.Sergey Magidovich
2016-03-23Add dummy type serialization.Sergey Magidovich
2016-03-23Code review.Sergey Magidovich
2016-03-23Move xml-feature to editor library.Sergey Magidovich