openstreetmap / trac-tickets

Archived Trac Tickets
1 stars 1 forks source link

Gazetteer support uselass "speed" inside of "maxspeed" in extratags #4349

Closed openstreetmap-trac closed 3 years ago

openstreetmap-trac commented 3 years ago

Reporter: frodrigo [Submitted to the original trac issue database at 8.28pm, Sunday, 8th April 2012]

Tag "speed" can be found into extratags list on gazetteer (aside maxweight and maxheight) but good tag is "maxspeed".

Need replace strcmp(item->key, "speed") == 0 by strcmp(item->key, "maxspeed") == 0 on output-gazetteer.c:514

openstreetmap-trac commented 3 years ago

Author: lonvia [Added to the original trac issue at 5.10pm, Sunday, 17th February 2013]

Fixed in r29255