Opened 14 years ago
Closed 12 years ago
#269 closed enhancement/feature request (fixed)
Towns missing from destination dialog (use lowercase conversion in osm2navit)
Reported by: | Kapiteined | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | version 0.2.0 |
Component: | mapdrivers/OSM | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
When entering a destination with the destination dialog, some towns are missing in the list.
i use an OSM map (http://download.geofabrik.de/osm/europe/netherlands.osm.bz2) and convert this with osm2navit (navit and osm2navit are svn build of 2008122)
Missing towns:
townname: delft
debug nodeid: 274247451
id 0x55 0x3efb
townname lelystad
debug nodeid 243670659
Change History (4)
comment:1 Changed 14 years ago by Kapiteined
comment:2 Changed 14 years ago by KaZeR
- Component changed from core to mapdrivers/OSM
- Milestone set to version 0.2.0
- Status changed from new to assigned
- Type changed from defect/bug to enhancement/feature request
comment:3 Changed 13 years ago by kazer
- Summary changed from Towns missing from destination dialog to Towns missing from destination dialog (use lowercase conversion in osm2navit)
comment:4 Changed 12 years ago by kazer
- Resolution set to fixed
- Status changed from assigned to closed
Search is now case insensitive.
Note: See
TracTickets for help on using
tickets.
Solved it with the help of cp15: The is_in tag for these towns is the Netherlands, instead of The Netherlands. Perhaps a good idea to have osm2navit map all is_in tags to lowercase and use only lowercase is_in tags in navit itself?