22 lines
612 B
JSON
22 lines
612 B
JSON
{
|
|
"qgisApp": "/Applications/QGIS.app",
|
|
"input": "/absolute/path/to/input.osm",
|
|
"outDir": "/absolute/path/to/output/out",
|
|
"gpkg": "/absolute/path/to/output/name.gpkg",
|
|
"project": "/absolute/path/to/output/name.qgz",
|
|
"preview": "/absolute/path/to/output/name_preview.png",
|
|
"arrowScale": 0.8,
|
|
"clipPad": 0.002,
|
|
"canvasPad": 0.001,
|
|
"previewPad": 0.0007,
|
|
"canvasExtent": null,
|
|
"previewExtent": null,
|
|
"osm2streets": {
|
|
"debug_each_step": false,
|
|
"dual_carriageway_experiment": false,
|
|
"sidepath_zipping_experiment": false,
|
|
"inferred_sidewalks": true,
|
|
"osm2lanes": true
|
|
}
|
|
}
|