DESCRIPTION

v.in.osm creates a new vector map containing direct from OpenStreetMap's database

NOTES

The Xapi servers are often overloaded. Check with the OSM wiki for current status.

See the same OSM Wiki for details on setting the query string.

EXAMPLES

Extract private roads in Spearfish County using a backup server:
g.region -d
v.in.osm out=test_osm_ways_private feature=ways \
    query="way[access=private]" \
    server="http://open.mapquestapi.com/xapi/api/0.6"

SEE ALSO

v.in.ogr

AUTHOR

Hamish Bowman
Dept. Marine Science
University of Otago
Dunedin, New Zealand

Last changed: $Date$