#1482: Wish - update to v.in.osm2
-------------------------+--------------------------------------------------
Reporter: rchirgwin | Owner: grass-dev@…
Type: task | Status: new
Priority: normal | Milestone:
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Per this note from Hamish on the Grass-GIS list:
since january osm devs have built a new work-alike of
xapi written in java which is not quite as complete, but can
be supported and distributed by the available resources.
for the osgeo live dvd I have documented the almost-the-same-
but-not-quite new java Xapi method, please file a wish and I'll
fix v.in.osm2
e.g. 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"
}}}