File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Overpass API python wrapper
2
2
===========================
3
3
4
- This is a thin wrapper around the OpenStreetMap [ Overpass
4
+ Python bindings for the OpenStreetMap [ Overpass
5
5
API] ( http://wiki.openstreetmap.org/wiki/Overpass_API ) .
6
6
7
7
[ ![ Build Status] ( https://travis-ci.org/mvexel/overpass-api-python-wrapper.svg?branch=master )] ( https://travis-ci.org/mvexel/overpass-api-python-wrapper )
@@ -74,7 +74,7 @@ Setting this to `True` will get you debug output.
74
74
75
75
### Simple queries
76
76
77
- In addition to just sending your query and parse the result, the wrapper
77
+ In addition to just sending your query and parse the result, ` overpass `
78
78
provides shortcuts for often used map queries. To use them, just pass
79
79
them like to normal query to the API.
80
80
You can’t perform that action at this time.
0 commit comments