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 515e4fc commit c666802Copy full SHA for c666802
DEVELOPMENT.md
@@ -21,7 +21,7 @@ git clone https://github.com/trufi-association/osm-search-data-export.git
21
cd osm-search-data-export
22
docker build . --tag osm-search-data-export:latest
23
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
24
-cp /tmp/search.json ../AddisMapTransit/assets/data/ search.json
+cp /tmp/search.json ../AddisMapTransit/assets/data/search.json
25
```
26
27
## Fastlane
0 commit comments