summaryrefslogtreecommitdiff
path: root/navit/maptool/osm.c
Commit message (Expand)AuthorAgeFilesLines
* add destination forward/backwardmaptool_dest_fw_bwjandegr2016-03-041-0/+16
* no-HOVjandegr2016-01-271-0/+2
* trac-1064 render OSM shop=mall as poi_mallR6485Pierre GRANDIN2015-12-311-0/+1
* Check fwrite rc in maptoolR6301Michael Dankov2015-10-121-18/+22
* Fix two memory related bugs in maptoolR6264Michael Dankov2015-09-131-1/+4
* Add:maptool:Output progress info during boundaries processing.Michael Dankov2015-08-161-4/+12
* 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: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:maptool:Fix typos in messages and comment.sleske2014-11-221-2/+2
* 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: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-111-3/+0
* Refactor:maptool:Remove unused code.sleske2014-07-251-17/+3
* 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-171-13/+0
* Refactor:maptool:New #define for relation member template string.sleske2014-07-171-2/+2
* Refactor:maptool:Mark unused members of struct node_item.sleske2014-07-171-3/+3
* Refactor:maptool:Better function names.sleske2014-07-171-6/+6
* Refactor:maptool:Remove obsolete feature switch doway2poi.sleske2014-07-171-3/+1
* Refactor:maptool:Use enum for relation member types, separate function for de...sleske2014-07-071-13/+15
* Refactor:maptool:Rename methods, add Doxygen commments.sleske2014-07-071-15/+15
* Refactor:maptool:Introduce struct files_relation_processing to simplify file ...sleske2014-07-071-31/+30
* Add:maptool:Write OSM data from addr:interpolation to binfile.|Part of #1177.sleske2014-07-071-7/+128
* Add:maptool:Write addr:interpolation data to temporary file when reading OSM ...sleske2014-07-071-0/+8
* Fix:maptool:Memleakmdankov2014-06-151-0/+3
* 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-291-45/+46
* Fix:maptool:Refactoring & better error message for too many nodes in a way.sleske2014-05-291-10/+11
* 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
* Fix:maptool:Drop debug printouts included by accident.mdankov2014-02-231-1/+0
* Add:maptool:Let maptool run on 32bit systems. Use 64bit file IO interface on ...mdankov2014-02-221-30/+39
* Add:maptool:Convert admin_level=8 boundary levels of Switzerland to town poly...mdankov2013-10-161-1/+1
* Add:maptool:Move experimental associatedStreet feature into production.mdankov2013-09-231-7/+1
* Add:maptool:Improve experimental feature to support associatedStreet relations.mdankov2013-09-101-19/+45
* Fix:maptool:Avoid turn restrictions skipping on long routes. Do not allow tur...mdankov2013-09-101-1/+26
* Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.sleske2013-08-291-4/+5
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-1/+1
* Fix:maptool:Fix warning about uninitialized variable.sleske2013-08-191-5/+5
* Fix:maptool:Fix warning about invalid shift by making osmid a long long.|Part...sleske2013-08-111-1/+1
* Refactor:maptool:Fix whitespace.sleske2013-08-111-159/+159