forked from vdct/ProjetDuMois
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
22 lines (22 loc) · 911 Bytes
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"OSM_URL": "https://www.openstreetmap.org",
"OSM_USER": "user",
"OSM_PASS": "pass",
"OSM_API_KEY": "key",
"OSM_API_SECRET": "secret",
"OSMOSE_URL": "https://osmose.openstreetmap.fr",
"NOMINATIM_URL": "https://nominatim.openstreetmap.org",
"MAPILLARY_URL": "https://www.mapillary.com",
"MAPILLARY_API_KEY": "yourtoken",
"REPOSITORY_URL": "https://github.com/vdct/ProjetDuMois",
"JOSM_REMOTE_URL": "http://localhost:8111",
"OSH_PBF_URL": "https://osm-internal.download.geofabrik.de/europe/france/reunion-internal.osh.pbf",
"MAPBOX_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 ] ] ]
}
}