Opened 12 years ago

Closed 12 years ago

#1482 closed task (fixed)

Wish - update to v.in.osm2

Reported by: rchirgwin Owned by: hamish
Priority: normal Milestone: 6.4.2
Component: Vector Version: unspecified
Keywords: v.in.osm2 Cc: grass-dev@…
CPU: Unspecified Platform: Unspecified

Description

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

Change History (3)

comment:1 by martinl, 12 years ago

Component: DefaultVector
Keywords: v.in.osm2 added
Milestone: 7.0.0

comment:2 by hamish, 12 years ago

Cc: grass-dev@… added
Milestone: 7.0.06.4.2
Owner: changed from grass-dev@… to hamish
Status: newassigned

(grass 6 addons script)

for current method see https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/install_osm.sh#L154

Hamish

comment:3 by hamish, 12 years ago

Resolution: fixed
Status: assignedclosed

fixed in r49063.

currently the main Xapi server is down, but there are a couple other backup servers available from the OSM Xapi wiki page.

http://wiki.openstreetmap.org/wiki/Xapi#Java

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" 

(this addon requires GRASS 6.4.2rc1 or newer)

Hamish

Note: See TracTickets for help on using tickets.