We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fd640 commit 6c596d7Copy full SHA for 6c596d7
DEVELOPMENT.md
@@ -6,6 +6,6 @@ Warning: BBOX Params are flipped!
6
git clone https://github.com/trufi-association/osm-search-data-export.git
7
cd osm-search-data-export
8
docker build . --tag osm-search-data-export:latest
9
-docker run --volume /tmp:/data osm-search-data-export --input overpass --bbox "8.82,38.63,9.11,38.91" --output json --outpath /data/search.json
+docker run --volume /tmp:/data osm-search-data-export --input overpass --bbox "8.82,38.63,9.11,38.91" --output json-compact --outpath /data/search.json
10
cp /tmp/search.json ../AddisMapTransit/assets/data/ search.json
11
```
0 commit comments