-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.example.json
More file actions
41 lines (41 loc) · 1.63 KB
/
config.example.json
File metadata and controls
41 lines (41 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"WEBSITE_NAME": "Podoma",
"WEBSITE_MOTTO": "The OpenStreetMap statistics engine",
"WEBSITE_URL": "https://podoma.fr",
"WEBSITE_DESCRIPTION": "Podoma is a powerful, full-featured, engine and dashboard for getting precise statistics about OpenStreetMap community contributions over specific topics.",
"OSM_URL": "https://www.openstreetmap.org",
"OSM_API_URL": "https://api.openstreetmap.org",
"OSM_USER": "user",
"OSM_PASS": "pass",
"OSM_CLIENT_ID": "id",
"OVERPASS_URL": "https://overpass-api.de/api/interpreter",
"OSMOSE_URL": "https://osmose.openstreetmap.fr",
"NOMINATIM_URL": "https://nominatim.openstreetmap.org",
"MAPILLARY_URL": "https://www.mapillary.com",
"MAPILLARY_API_KEY": "yourtoken",
"PANORAMAX_URL": "https://explore.panoramax.fr",
"MATOMO_HOST": "https://stats.domaine.fr/",
"MATOMO_SITE": "6",
"REPOSITORY_URL": "https://github.com/osm-fr/podoma",
"JOSM_REMOTE_URL": "http://localhost:8111",
"OSH_PBF_AUTHORIZED": true,
"OSH_PBF_URL": "https://osm-internal.download.geofabrik.de/europe/france/france-internal.osh.pbf",
"OSM_PBF_URL": "http://download.openstreetmap.fr/extracts/europe/france-latest.osm.pbf",
"POLY_URL": "https://download.geofabrik.de/europe/france.poly",
"VECT_STYLE": "https://tile-vect.openstreetmap.fr/styles/liberty/style.json",
"PDM_TILES_URL": "http://localhost:7800",
"DB_USE_IMPOSM_UPDATE": true,
"WORK_DIR": "/tmp/pdm",
"GEOJSON_BOUNDS": {
"type": "Polygon",
"coordinates": [
[
[55.02777, -21.55017],
[56.08795, -21.55017],
[56.08795, -20.73556],
[55.02777, -20.73556],
[55.02777, -21.55017]
]
]
}
}