Hi,
It looks like that to be added to the list of edges, there must be "highway" in the tags (referring to graphserver / pygs / graphserver / ext / osm / osmdb.py). Is there a reason for such a choice?
osmdb.populate( osm_filename, accept=lambda tags: 'highway' in tags, reporter=sys.stdout, create_indexes=False )
Thanks!
Hi,
It looks like that to be added to the list of edges, there must be "highway" in the tags (referring to graphserver / pygs / graphserver / ext / osm / osmdb.py). Is there a reason for such a choice?
Thanks!