summaryrefslogtreecommitdiff
path: root/navit/maptool
Commit message (Expand)AuthorAgeFilesLines
* Workaround maptool crash, increase static itembin buffer.R6272Michael Dankov2015-09-162-1/+2
* Fix two memory related bugs in maptoolR6264Michael Dankov2015-09-131-1/+4
* Fix maptool build for Win32R6255Michael Dankov2015-09-081-8/+19
* Fix maptool SIGALRM handlerMichael Dankov2015-09-081-10/+97
* Fix a memleak in maptool.Michael Dankov2015-08-171-0/+1
* Fix:maptool:Do not segfault when unable to open output binfile.Michael Dankov2015-08-163-3/+19
* Add:maptool:Output progress info during boundaries processing.Michael Dankov2015-08-162-4/+14
* Fix:maptool:Skip & report unknown o5m tags. Recognize and silently ignore 0xd...Michael Dankov2015-08-141-1/+11
* Fix:maptool:Properly free the boundary list.Michael Dankov2015-08-121-2/+3
* Fix:maptool:Increase o5m processing buffer size. Report more info in case we ...mdankov2015-05-161-2/+2
* Add:core:Merge project highfive|Thx jandegr and robotaxi for contributing!mvglasow2015-05-151-1/+1
* revert prev. commitjandegr2015-04-221-1/+0
* prepare for -n switch testingjandegr2015-04-221-0/+1
* Fix:maptool:Fix experimental map by moving coastline to order=9. See #845.mdankov2015-03-191-4/+4
* Fix:maptool:Avoid core dumps when using -b optionmartin-s2015-03-061-10/+14
* Fix:maptool:Mark coastline pulling to order 6 as experimental feature, relate...mdankov2015-03-042-2/+5
* Fix:maptool:Fixed badly rendered coastlines ( Trac #854 )kazer_2015-03-031-0/+1
* Fix:maptool:Produce more exact warning messages on country conflicts.mdankov2015-02-141-5/+10
* Add:maptool:Process more osm tags describing way (especially ramp) destinatio...mdankov2014-12-211-0/+30
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-222-13/+13
* Fix:maptool:Fix typos in messages and comment.sleske2014-11-222-3/+3
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-222-15/+13
* Add:maptool:Poland administrative divisions|Thank you jandegr for initiating ...mdankov2014-09-161-1/+4
* Fix:maptool:Fixed use of maptool with slices > 32GB, closes #1249|Thanks Trya...kazer_2014-09-071-5/+5
* Fix:maptool:Fix cast warnings by using GINT_TO_POINTER, and designated initia...sleske2014-08-311-1/+1
* Fix:maptool:Fixed OSM search issues in Belgium / Netherlands, as per #1243|Th...kazer_2014-08-201-2/+2
* Fix:Maptool:Open file pointer leak, coverity issue 1224898.mdankov2014-08-161-0/+1
* Refactor:maptool:Remove unused code.sleske2014-08-112-6/+0
* Refactor:maptool:Remove unused code.sleske2014-07-253-30/+3
* Refactor:maptool:Remove unused password function (from r4410).sleske2014-07-252-9/+0
* Refactor:maptool:Doxygen comments.sleske2014-07-251-0/+9
* Refactor:maptool:Some comments about relation processing.sleske2014-07-171-0/+4
* Fix:maptool:Correctly handle missing nodes if node_hash is used.sleske2014-07-171-1/+6
* Refactor:maptool:Extract functions for node buffer handling.sleske2014-07-171-8/+21
* Refactor:maptool:Remove unused function resolve_ways_file.sleske2014-07-172-14/+0
* Refactor:maptool:New #define for relation member template string.sleske2014-07-173-3/+6
* Refactor:maptool:Mark unused members of struct node_item.sleske2014-07-172-6/+6
* Refactor:maptool:Better function names.sleske2014-07-173-14/+14
* Fix:maptool:Improve online help and manpage for maptool.sleske2014-07-171-2/+2
* Refactor:maptool:Remove obsolete feature switch doway2poi.sleske2014-07-172-25/+18
* Refactor:maptool:Use enum for relation member types, separate function for de...sleske2014-07-075-41/+70
* Refactor:maptool:Rename methods, add Doxygen commments.sleske2014-07-075-29/+35
* Refactor:maptool:Introduce struct files_relation_processing to simplify file ...sleske2014-07-073-90/+81
* Add:maptool:Write OSM data from addr:interpolation to binfile.|Part of #1177.sleske2014-07-073-7/+166
* Add:maptool:Write addr:interpolation data to temporary file when reading OSM ...sleske2014-07-073-0/+12
* Refactor:maptool:Macro for default slice size.sleske2014-07-071-2/+3
* Fix:maptool:Memleakmdankov2014-06-151-0/+3
* Fix:maptool:Put back switch '--experimental' removed in r.5780, add descripti...sleske2014-05-291-0/+14
* Fix:maptool:Correct pointer arithmetic for attr_strings_buffer; some renaming.sleske2014-05-291-9/+9
* Refactor:maptool:Refactor node_item_get, extract node_item_find_index_in_orde...sleske2014-05-291-43/+48