Skip to content

Commit 6c596d7

Browse files
committed
[doc] How to build search.json
1 parent a2fd640 commit 6c596d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Warning: BBOX Params are flipped!
66
git clone https://github.com/trufi-association/osm-search-data-export.git
77
cd osm-search-data-export
88
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
9+
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
1010
cp /tmp/search.json ../AddisMapTransit/assets/data/ search.json
1111
```

0 commit comments

Comments
 (0)