mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +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:
82
tools/python/airmaps/var/etc/airmaps.ini.default
Normal file
82
tools/python/airmaps/var/etc/airmaps.ini.default
Normal file
@@ -0,0 +1,82 @@
|
||||
[Main]
|
||||
# The path where the planet will be downloaded and the maps are generated.
|
||||
MAIN_OUT_PATH: ~/maps_build
|
||||
# If the flag DEBUG is set a special small planet file will be downloaded.
|
||||
DEBUG: 1
|
||||
|
||||
|
||||
[Developer]
|
||||
# The path where the generator_tool will be searched.
|
||||
BUILD_PATH: ~/omim-build-release
|
||||
# The path to the project directory omim.
|
||||
OMIM_PATH: ~/omim
|
||||
|
||||
|
||||
[Storage]
|
||||
# Webdaw settings.
|
||||
# WD_HOST:
|
||||
# WD_LOGIN:
|
||||
# WD_PASSWORD:
|
||||
|
||||
|
||||
[Generator tool]
|
||||
# The path to the omim/data.
|
||||
USER_RESOURCE_PATH: ${Developer:OMIM_PATH}/data
|
||||
# Do not change it. This is determined automatically.
|
||||
# NODE_STORAGE: map
|
||||
|
||||
|
||||
[Osm tools]
|
||||
# The path to the osmctools sources.
|
||||
OSM_TOOLS_SRC_PATH: ${Developer:OMIM_PATH}/tools/osmctools
|
||||
# The path where osmctools will be searched or will be built.
|
||||
OSM_TOOLS_PATH: ~/osmctools
|
||||
|
||||
|
||||
[Stages]
|
||||
# Run osmupdate tool for planet.
|
||||
NEED_PLANET_UPDATE: 0
|
||||
|
||||
|
||||
[Logging]
|
||||
# The path where maps_generator log will be saved.
|
||||
# LOG_FILE_PATH: generation.log
|
||||
|
||||
|
||||
[External]
|
||||
# The url to the planet file.
|
||||
# PLANET_URL:
|
||||
# The url to the file with md5 sum of the planet.
|
||||
# PLANET_MD5_URL:
|
||||
# The base url to WorldCoasts.geom and WorldCoasts.rawgeom (without file name).
|
||||
# Files latest_coasts.geom and latest_coasts.rawgeom must be at this URL.
|
||||
# For example, if PLANET_COASTS_URL = https://somesite.com/download/
|
||||
# The https://somesite.com/download/latest_coasts.geom url will be used to download latest_coasts.geom and
|
||||
# the https://somesite.com/download/latest_coasts.rawgeom url will be used to download latest_coasts.rawgeom.
|
||||
# PLANET_COASTS_URL:
|
||||
# The url to the subway file.
|
||||
SUBWAY_URL: https://cdn.organicmaps.app/subway.json
|
||||
|
||||
# Urls for production maps generation.
|
||||
# UGC_URL:
|
||||
# HOTELS_URL:
|
||||
# PROMO_CATALOG_CITIES:
|
||||
# POPULARITY_URL:
|
||||
# FOOD_URL:
|
||||
# FOOD_TRANSLATIONS_URL:
|
||||
# SRTM_PATH:
|
||||
# ISOLINES_PATH:
|
||||
# UK_POSTCODES_URL:
|
||||
# US_POSTCODES_URL:
|
||||
|
||||
|
||||
[Common]
|
||||
# Auto detection.
|
||||
THREADS_COUNT: 0
|
||||
# Emails for mailing.
|
||||
# EMAILS:
|
||||
|
||||
|
||||
[Stats]
|
||||
# Path to rules for calculating statistics by type
|
||||
STATS_TYPES_CONFIG: ${Developer:OMIM_PATH}/tools/python/maps_generator/var/etc/stats_types_config.txt
|
||||
Reference in New Issue
Block a user