summaryrefslogtreecommitdiff
path: root/navit/maptool
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Refactor:maptool:Better names, add comments, remove unused parameter.sleske2014-05-296-64/+67
* Fix:maptool:Refactoring & better error message for too many nodes in a way.sleske2014-05-291-10/+11
* Refactor:core:Use GLib define, use g_hash_table_new.sleske2014-05-291-1/+1
* Refactor:core:Add some Doxygen comments.sleske2014-05-291-1/+19
* Fix:maptool:Remove unused switch '--experimental', delete commented-out code.sleske2014-05-291-24/+0
* Fix:maptool:Don't crash when restarted from phase11.mdankov2014-04-061-0/+1
* Fix:maptool:Get rid of str[n]cpy in osm.c. Use g_strlcpy instead.mdankov2014-03-011-11/+13
* Fix:maptool:Make use snprintf instead of sprintf, add dbg_assert()s to make s...mdankov2014-03-011-11/+21
* Fix:maptool:Fix osmid_attr_value variable type. Use that variable in relation...mdankov2014-03-011-5/+4
* Add:maptool:Output node id before crashing if a single osm node matches too m...mdankov2014-02-281-2/+5
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-271-12/+12