Remove dot and -v
This commit is contained in:
parent
84bde1c007
commit
66c6579a1b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* More than one tag value works as "one of": `[('amenity', 'cafe', 'restaurant')]`.
|
||||
* Query can be a list of queries, providing for "OR" clause. An example:
|
||||
|
||||
`[[('amenity', 'swimming_pool')], [('leisure', 'swimming_pool')]]`.
|
||||
`[[('amenity', 'swimming_pool')], [('leisure', 'swimming_pool')]]`
|
||||
|
||||
* Parameters for profiles, using `-p` argument.
|
||||
* No more default imports solely for profiles, import `re` and `zipfile` youself now.
|
||||
|
|
|
@ -29,7 +29,7 @@ For a simplest case, run:
|
|||
|
||||
conflate <profile.py> -o result.osm
|
||||
|
||||
You might want to add ``-v`` to get status messages, and other arguments
|
||||
You might want to add other arguments
|
||||
to pass a dataset file or write the resulting osmChange somewhere. Run
|
||||
``conflate -h`` to see a list of arguments.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue