summaryrefslogtreecommitdiff
path: root/navit/maptool
Commit message (Collapse)AuthorAgeFilesLines
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-262-13/+13
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* maptool: migrate strdup to g_strdupJoseph Herlant2018-04-082-2/+2
|
* maptool use g_realloc instead of reallocJoseph Herlant2018-04-073-31/+20
|
* maptool: migrate free to g_freeJoseph Herlant2018-04-078-35/+23
|
* maptool: migrate malloc to g_mallocJoseph Herlant2018-04-027-33/+25
|
* fix:maptool: prevent memory leak when fread fails (#420)Joseph Herlant2018-03-311-5/+4
|
* maptool: prevent issues when realloc fails (#419)Joseph Herlant2018-03-311-3/+8
|
* Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-122-24/+104
|\
| * Update osm_psql.cjandegr2018-02-091-23/+103
| |
| * Update CMakeLists.txtjandegr2018-02-091-1/+1
| |
* | correct header file considering earlier changesPatrick Höhn2018-02-121-1/+1
| |
* | further adjustments according commentsPatrick Höhn2018-02-121-1/+3
| |
* | corrected files considering more comments by @pgrandinPatrick Höhn2018-01-222-9/+11
| |
* | fix: added changes as suggested by @pgrandin on githubPatrick Höhn2018-01-224-3/+6
| |
* | fix: corrected header file to change of return type of load_bufferPatrick Höhn2018-01-211-1/+1
| |
* | fix: wrong use of boolean valuesPatrick Höhn2018-01-211-2/+2
| |
* | doc: added doxygen documentation to buffer.cPatrick Höhn2018-01-211-3/+26
| |
* | fix: changes in buffer.cPatrick Höhn2018-01-211-4/+4
| |
* | fix:avoid NULL pointer in ch.cPatrick Höhn2018-01-201-0/+1
| |
* | fix:build:fixed compiler warning in maptool modulePatrick Höhn2018-01-205-12/+49
|/
* Fix:maptool:Remove option -5 (MD5 checksum) from maptoolSebastian Leske2017-11-033-57/+1
| | | | | | Remove option -5 from maptool, which calculates the MD5 checksum for the created binfile. The MD5 sum can also be calculated later, and removing it allows us to remove the dependency on OpenSSL (see trac 1350).
* Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-031-87/+2
| | | | | | Remove support for decrypting an encrypted binfile map. The feature is not used, and removing it will let us remove the problematic dependency on OpenSSL (see trac 1350).
* Fix:core:Fix warnings from -Wstrict-prototypesSebastian Leske2017-09-221-1/+1
|
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-222-4/+4
|
* Fix:core:Use fprintf with string literal instead of variable.trldp2017-09-181-1/+1
| | | | Allows building with -Werror=format-security.
* Add multicountry towns support in maptool (#305)mdankov2017-08-231-159/+320
| | | | | | | | | | | | | | * maptool:Allow multinational towns OSM community tends to allow to map disputed territories all around the world as belonging to every country, which claims the territory. maptool was randomly choosing only one of such countries for each town an a disputed territory. This commit makes maptool to conform OSM practice. It will assign a town to every country, which drew its boundary around the town node. * Fix maptool crash related to freed memory access * Reduce debug noise in maptool
* Fix:maptool Accept ISO3166-1:alpha2 tagmdankov2017-07-301-1/+1
| | | | Some countries (Spain, for example) do not have ISO3166-1 tag on their boundary, ISO3166-1:alpha2 is used instead. It looks like ISO3166-1 is now an obsoleted tag, but it's still widely used, according to https://taginfo.openstreetmap.org/search?q=ISO3166-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
| | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse
* 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
| | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse
* Add:maptool:Better error messages for wrong cmdline parametersR7567Sebastian Leske2017-05-241-16/+26
| | | | | | | Print a helpful (hopefully) error message for wrong command line parameters, instead of just showing the help. Always use exit code 1 in case of problems.
* Fix:maptool:Update maptool help and manpageSebastian Leske2017-05-241-4/+6
|
* Refactor:maptool:rename variablesSebastian Leske2017-05-243-10/+10
|
* Add grass, grassland, wetland and sandJohan Fitié2017-05-081-0/+4
| | | As suggested by @jandegr in https://github.com/navit-gps/navit/pull/240#issuecomment-299688984
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-014-40/+69
|\ | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am
| * 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-242-4/+4
| |
| * refactor:maptool:Support 56 bit node IDsR6731Michael Dankov2016-07-274-36/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | We need it because openstreetmap data recently has passed 2^32 node id value. Also, running maptool on 32 bit systems won't work at least in following cases: - a node with osm id=>2^32 is a via member of a turn restriction relation; - input file has unordered node ids, that's the case, for example, for overpass turbo exported data. To avoid confusion, I have disabled maptool build for 32bit systems.
| * add destination forward/backwardmaptool_dest_fw_bwjandegr2016-03-041-0/+16
| | | | | | navigation.c contains code to handle destination: backward and forward, but the changes needed in maptool to provide those did not get merged yet.
| * no-HOVjandegr2016-01-271-0/+2
| |
| * trac-1064 render OSM shop=mall as poi_mallR6485Pierre GRANDIN2015-12-311-0/+1
| |
* | Removing autotools supportPierre GRANDIN2015-12-311-10/+0
|/
* Make big cities visible at low zoomR6327mdankov2015-11-021-0/+4
|
* Check fwrite rc in maptoolR6301Michael Dankov2015-10-127-43/+46
|
* 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
| | | | Related to town and turn restriction processing
* Fix maptool build for Win32R6255Michael Dankov2015-09-081-8/+19
| | | | | Fallback to not Async signal safe gettimeofday on WIN32, which does not support neither async signals nor clock_gettime.
* Fix maptool SIGALRM handlerMichael Dankov2015-09-081-10/+97
| | | | | | | Use only asynchronous signal safe functions in SIGALRM handler. It was probably fprintf() causing random segfaults to maptool, which became very reproduceable after implementing progress report at phase 6.