summaryrefslogtreecommitdiff
path: root/navit/maptool/osm.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup:maptool: use g_strcmp0 instead of strcmp (#434)Joseph Herlant2018-08-211-81/+81
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-173/+95
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-2994/+2931
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-18/+0
* maptool: migrate strdup to g_strdupJoseph Herlant2018-04-081-1/+1
* maptool use g_realloc instead of reallocJoseph Herlant2018-04-071-6/+1
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-221-1/+1
* Add multicountry towns support in maptool (#305)mdankov2017-08-231-159/+320
* Fix:maptool Accept ISO3166-1:alpha2 tagmdankov2017-07-301-1/+1
* display label for heightlines (#284)jandegr2017-07-171-1/+3
* Add some more common landuse polygons (#262)R7629Johan Fitié2017-06-201-0/+7
* Revert "Add some more common landuse polygons"revert-258-MoreCommonLandusePolygonsjandegr2017-05-251-7/+0
* Add some more common landuse polygonsJohan Fitié2017-05-241-0/+7
* Refactor:maptool:rename variablesSebastian Leske2017-05-241-2/+2
* Add grass, grassland, wetland and sandJohan Fitié2017-05-081-0/+4
* Fix:maptool:Correct OSM tag is shop=chemist, not drogist.Sebastian Leske2016-11-261-2/+1
* fix:maptool:properly check node reference markR6739Michael Dankov2016-08-261-1/+2
* fix:maptool:proper signednessR6737Michael Dankov2016-08-241-2/+2
* refactor:maptool:Support 56 bit node IDsR6731Michael Dankov2016-07-271-26/+33
* 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