Rank: 208316 based on 0 downloads (last 30 days) and 0 file submitted
photo

David

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by David
Updated File Comments Rating
27 Mar 2012 OpenStreetMap Functions Load map, extract connectivity, plot road network & find shortest paths from OpenStreetMap XML file. Author: Ioannis Filippidis

Hi Ioannis

I like your OpenStreetMap Matlab functions a lot. However, for some osm files I get the following error:

[parsed_osm] = parse_openstreetmap('openstreetmap/map.osm');
??? Reference to non-existent field 'tag'.

Error in ==> parse_osm>parse_way at 59
tag{1,i} = waytemp.tag;

Error in ==> parse_osm at 14
parsed_osm.way = parse_way(osm.way);

Error in ==> parse_openstreetmap at 40
parsed_osm = parse_osm(map_osm.osm);

Do you have an idea how this can be resolved?

Regards,
David

Contact us