Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix:debug:Change line separators for dbg to work also on win* platform (#546) | Joseph Herlant | 2018-04-26 | 2 | -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_strdup | Joseph Herlant | 2018-04-08 | 2 | -2/+2 |
| | |||||
* | maptool use g_realloc instead of realloc | Joseph Herlant | 2018-04-07 | 3 | -31/+20 |
| | |||||
* | maptool: migrate free to g_free | Joseph Herlant | 2018-04-07 | 8 | -35/+23 |
| | |||||
* | maptool: migrate malloc to g_malloc | Joseph Herlant | 2018-04-02 | 7 | -33/+25 |
| | |||||
* | fix:maptool: prevent memory leak when fread fails (#420) | Joseph Herlant | 2018-03-31 | 1 | -5/+4 |
| | |||||
* | maptool: prevent issues when realloc fails (#419) | Joseph Herlant | 2018-03-31 | 1 | -3/+8 |
| | |||||
* | Merge branch 'trunk' into fix_compiler_warning | Patrick Höhn | 2018-02-12 | 2 | -24/+104 |
|\ | |||||
| * | Update osm_psql.c | jandegr | 2018-02-09 | 1 | -23/+103 |
| | | |||||
| * | Update CMakeLists.txt | jandegr | 2018-02-09 | 1 | -1/+1 |
| | | |||||
* | | correct header file considering earlier changes | Patrick Höhn | 2018-02-12 | 1 | -1/+1 |
| | | |||||
* | | further adjustments according comments | Patrick Höhn | 2018-02-12 | 1 | -1/+3 |
| | | |||||
* | | corrected files considering more comments by @pgrandin | Patrick Höhn | 2018-01-22 | 2 | -9/+11 |
| | | |||||
* | | fix: added changes as suggested by @pgrandin on github | Patrick Höhn | 2018-01-22 | 4 | -3/+6 |
| | | |||||
* | | fix: corrected header file to change of return type of load_buffer | Patrick Höhn | 2018-01-21 | 1 | -1/+1 |
| | | |||||
* | | fix: wrong use of boolean values | Patrick Höhn | 2018-01-21 | 1 | -2/+2 |
| | | |||||
* | | doc: added doxygen documentation to buffer.c | Patrick Höhn | 2018-01-21 | 1 | -3/+26 |
| | | |||||
* | | fix: changes in buffer.c | Patrick Höhn | 2018-01-21 | 1 | -4/+4 |
| | | |||||
* | | fix:avoid NULL pointer in ch.c | Patrick Höhn | 2018-01-20 | 1 | -0/+1 |
| | | |||||
* | | fix:build:fixed compiler warning in maptool module | Patrick Höhn | 2018-01-20 | 5 | -12/+49 |
|/ | |||||
* | Fix:maptool:Remove option -5 (MD5 checksum) from maptool | Sebastian Leske | 2017-11-03 | 3 | -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 support | Sebastian Leske | 2017-11-03 | 1 | -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-prototypes | Sebastian Leske | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Fix:core:Fix warnings from -Wmissing-prototypes | Sebastian Leske | 2017-09-22 | 2 | -4/+4 |
| | |||||
* | Fix:core:Use fprintf with string literal instead of variable. | trldp | 2017-09-18 | 1 | -1/+1 |
| | | | | Allows building with -Werror=format-security. | ||||
* | Add multicountry towns support in maptool (#305) | mdankov | 2017-08-23 | 1 | -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 tag | mdankov | 2017-07-30 | 1 | -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) | jandegr | 2017-07-17 | 1 | -1/+3 |
| | |||||
* | Add some more common landuse polygons (#262)R7629 | Johan Fitié | 2017-06-20 | 1 | -0/+7 |
| | | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse | ||||
* | Revert "Add some more common landuse polygons"revert-258-MoreCommonLandusePolygons | jandegr | 2017-05-25 | 1 | -7/+0 |
| | |||||
* | Add some more common landuse polygons | Johan Fitié | 2017-05-24 | 1 | -0/+7 |
| | | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse | ||||
* | Add:maptool:Better error messages for wrong cmdline parametersR7567 | Sebastian Leske | 2017-05-24 | 1 | -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 manpage | Sebastian Leske | 2017-05-24 | 1 | -4/+6 |
| | |||||
* | Refactor:maptool:rename variables | Sebastian Leske | 2017-05-24 | 3 | -10/+10 |
| | |||||
* | Add grass, grassland, wetland and sand | Johan Fitié | 2017-05-08 | 1 | -0/+4 |
| | | | As suggested by @jandegr in https://github.com/navit-gps/navit/pull/240#issuecomment-299688984 | ||||
* | Merge branch 'trunk' into trac/1341trac/1341 | Pierre Grandin | 2016-12-01 | 4 | -40/+69 |
|\ | | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am | ||||
| * | Fix:maptool:Correct OSM tag is shop=chemist, not drogist. | Sebastian Leske | 2016-11-26 | 1 | -2/+1 |
| | | |||||
| * | fix:maptool:properly check node reference markR6739 | Michael Dankov | 2016-08-26 | 1 | -1/+2 |
| | | |||||
| * | fix:maptool:proper signednessR6737 | Michael Dankov | 2016-08-24 | 2 | -4/+4 |
| | | |||||
| * | refactor:maptool:Support 56 bit node IDsR6731 | Michael Dankov | 2016-07-27 | 4 | -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_bw | jandegr | 2016-03-04 | 1 | -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-HOV | jandegr | 2016-01-27 | 1 | -0/+2 |
| | | |||||
| * | trac-1064 render OSM shop=mall as poi_mallR6485 | Pierre GRANDIN | 2015-12-31 | 1 | -0/+1 |
| | | |||||
* | | Removing autotools support | Pierre GRANDIN | 2015-12-31 | 1 | -10/+0 |
|/ | |||||
* | Make big cities visible at low zoomR6327 | mdankov | 2015-11-02 | 1 | -0/+4 |
| | |||||
* | Check fwrite rc in maptoolR6301 | Michael Dankov | 2015-10-12 | 7 | -43/+46 |
| | |||||
* | Workaround maptool crash, increase static itembin buffer.R6272 | Michael Dankov | 2015-09-16 | 2 | -1/+2 |
| | |||||
* | Fix two memory related bugs in maptoolR6264 | Michael Dankov | 2015-09-13 | 1 | -1/+4 |
| | | | | Related to town and turn restriction processing | ||||
* | Fix maptool build for Win32R6255 | Michael Dankov | 2015-09-08 | 1 | -8/+19 |
| | | | | | Fallback to not Async signal safe gettimeofday on WIN32, which does not support neither async signals nor clock_gettime. | ||||
* | Fix maptool SIGALRM handler | Michael Dankov | 2015-09-08 | 1 | -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. |