mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
# List of old versions
|
||||
# Format:
|
||||
# {
|
||||
# "name": <just human readable name>
|
||||
# "branch": <branch of version>
|
||||
# "hash": <hash of branch> (not required, by default: hash from local repo will be taken)
|
||||
# "mwm_path": <path to mwms for this version>
|
||||
# }
|
||||
[OLD_VERSION]
|
||||
Params = [
|
||||
{
|
||||
"name": "release-94 version",
|
||||
"branch": "release-94",
|
||||
"hash": "bba92911d0347347d704e1e4b1215a2844bedd09",
|
||||
"mwm_path": "/mwm/path/for/this/version"
|
||||
}]
|
||||
|
||||
# List of new versions, the same syntax as for old versions.
|
||||
[NEW_VERSION]
|
||||
Params = [
|
||||
{
|
||||
"name": "Less operator new first version",
|
||||
"branch": "less_operator_new",
|
||||
"hash": "1111111111111111111111111111111111111111",
|
||||
"mwm_path": "/mwm/path/for/this/version"
|
||||
},
|
||||
{
|
||||
"name": "Less operator new second version",
|
||||
"branch": "less_operator_new",
|
||||
"hash": "2222222222222222222222222222222222222222",
|
||||
"mwm_path": "/mwm/path/for/this/version"
|
||||
},
|
||||
{
|
||||
"name": "Less cache miss",
|
||||
"branch": "less_cache_miss",
|
||||
"mwm_path": "/mwm/path/for/this/version"
|
||||
}]
|
||||
|
||||
[PATHS]
|
||||
# Path where all results will be placed.
|
||||
ResultsSaveDir = /results
|
||||
# Path to file with routes in format:
|
||||
# start_lat_1 start_lon_1 finish_lat_1 finish_lon_1
|
||||
# start_lat_2 start_lon_2 finish_lat_2 finish_lon_2
|
||||
# ...
|
||||
RoutesFile = /start_finish_latlon_file.routes
|
||||
|
||||
[TOOL]
|
||||
# Timeout for building each route, with heap profiler everything works long, so prefer using big timeout.
|
||||
Timeout = 7200
|
||||
# car, pedestrian, bicycle, transit
|
||||
VehicleType = car
|
||||
|
||||
Reference in New Issue
Block a user