mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
Merge commit '05cc660641' into traffic
# Conflicts: # CMakeLists.txt # android/app/src/main/java/app/organicmaps/settings/SettingsPrefsFragment.java # android/sdk/src/main/cpp/app/organicmaps/sdk/Framework.hpp # android/sdk/src/main/cpp/app/organicmaps/sdk/OrganicMaps.cpp # android/sdk/src/main/cpp/app/organicmaps/sdk/util/Config.cpp # libs/indexer/data_source.hpp # libs/indexer/feature.hpp # libs/indexer/ftypes_matcher.hpp # libs/map/framework.cpp # libs/map/traffic_manager.cpp # libs/routing/absent_regions_finder.cpp # libs/routing/edge_estimator.hpp # libs/routing/index_router.cpp # libs/routing/index_router.hpp # libs/routing/routing_session.hpp # libs/routing_common/num_mwm_id.hpp # libs/traffic/traffic_info.cpp # qt/mainwindow.hpp # qt/preferences_dialog.cpp # tools/openlr/helpers.hpp # tools/openlr/openlr_decoder.cpp # tools/openlr/openlr_decoder.hpp # tools/openlr/openlr_stat/openlr_stat.cpp # tools/openlr/router.hpp # tools/openlr/score_candidate_paths_getter.cpp # tools/openlr/score_candidate_paths_getter.hpp # xcode/CoMaps.xcworkspace/contents.xcworkspacedata
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#define DATA_FILE_EXTENSION ".mwm"
|
||||
#define DATA_FILE_EXTENSION_TMP ".mwm.tmp"
|
||||
#define RELATIONS_FILE_EXTENSION_TMP ".rels.tmp"
|
||||
#define DIFF_FILE_EXTENSION ".mwmdiff"
|
||||
#define DIFF_APPLYING_FILE_EXTENSION ".diff.applying"
|
||||
#define FONT_FILE_EXTENSION ".ttf"
|
||||
@@ -22,8 +23,11 @@
|
||||
#define OFFSET_EXT ".offs"
|
||||
#define ID2REL_EXT ".id2rel"
|
||||
|
||||
auto constexpr TMP_OFFSETS_EXT = OFFSET_EXT EXTENSION_TMP;
|
||||
|
||||
#define CENTERS_FILE_TAG "centers"
|
||||
#define FEATURES_FILE_TAG "features"
|
||||
#define RELATIONS_FILE_TAG "relations"
|
||||
#define GEOMETRY_FILE_TAG "geom"
|
||||
#define TRIANGLE_FILE_TAG "trg"
|
||||
#define INDEX_FILE_TAG "idx"
|
||||
@@ -36,16 +40,18 @@
|
||||
#define POSTCODE_POINTS_FILE_TAG "postcode_points"
|
||||
#define POSTCODES_FILE_TAG "postcodes"
|
||||
#define CITIES_BOUNDARIES_FILE_TAG "cities_boundaries"
|
||||
#define FEATURE_TO_OSM_FILE_TAG "feature_to_osm"
|
||||
#define FEATURE_TO_OSM_FILE_TAG "feature_to_osm" // not used in prod
|
||||
#define HEADER_FILE_TAG "header"
|
||||
#define VERSION_FILE_TAG "version"
|
||||
#define METADATA_FILE_TAG "meta"
|
||||
#define ALTITUDES_FILE_TAG "altitudes"
|
||||
#define ROAD_ACCESS_FILE_TAG "roadaccess"
|
||||
#define ROAD_PENALTY_FILE_TAG "roadpenalty"
|
||||
#define RESTRICTIONS_FILE_TAG "restrictions"
|
||||
#define ROUTING_FILE_TAG "routing"
|
||||
#define CROSS_MWM_FILE_TAG "cross_mwm"
|
||||
#define FEATURE_OFFSETS_FILE_TAG "offs"
|
||||
#define RELATION_OFFSETS_FILE_TAG "rel_offs"
|
||||
#define SEARCH_RANKS_FILE_TAG "ranks"
|
||||
#define POPULARITY_RANKS_FILE_TAG "popularity"
|
||||
#define REGION_INFO_FILE_TAG "rgninfo"
|
||||
@@ -90,6 +96,7 @@
|
||||
#define GPS_TRACK_FILENAME "gps_track.dat"
|
||||
#define RESTRICTIONS_FILENAME "restrictions.csv"
|
||||
#define ROAD_ACCESS_FILENAME "road_access.bin"
|
||||
#define ROAD_PENALTY_FILENAME "road_penalty.bin"
|
||||
|
||||
#define METALINES_FILENAME "metalines.bin"
|
||||
#define CAMERAS_TO_WAYS_FILENAME "cameras_to_ways.bin"
|
||||
|
||||
Reference in New Issue
Block a user