summaryrefslogtreecommitdiff
path: root/navit/maptool
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-213-3/+3
* Fix:maptoo:Use %zu for size_t.sleske2013-08-191-1/+1
* Fix:maptool:Fix warning by turning assert into runtime check.|If there's a pr...sleske2013-08-191-1/+4
* Fix:maptool:Fix warning about uninitialized variable.sleske2013-08-191-5/+5
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-111-2/+2
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-113-0/+8
* Fix:maptool:Fix warning about invalid shift by making osmid a long long.|Part...sleske2013-08-112-2/+7
* Refactor:maptool:Fix whitespace.sleske2013-08-111-159/+159
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-114-10/+3
* Fix:maptool:Fixed few memleaks in relations, baoundary, coastline processing ...mdankov2013-08-034-8/+21
* Fix:maptool:Fix some memory leaks regarding boundary processingmartin-s2013-07-306-5/+64
* Add:maptool:Support associatedStreet relations in maps built with "experiment...mdankov2013-05-104-13/+175
* Fix:maptool:Made map input work againmartin-s2013-04-271-1/+1
* Add:maptool:Process de:place=city tags for German town boundaries not marked ...mdankov2013-04-071-0/+1
* Add:maptool:Consider empty member roles ot be "outer" in town boundary polygons.mdankov2013-04-061-1/+1
* Add:maptool:Convert France regions,departments,communes to navit's states,cou...mdankov2013-04-021-1/+1
* Fix:maptool:Let towns_poly temp file be removed.mdankov2013-04-023-4/+5
* Add:maptool:Merge to mainstream current experimental features to convert town...mdankov2013-04-012-15/+10
* Add:maptool:Experimental feature to convert DE municipality (admin_level=8) b...mdankov2013-03-241-1/+4
* Add:maptool:Refactor experimental place relations to polygones conversion fea...mdankov2013-03-171-21/+38
* Fix:maptool:Make node hash work on 64 bitmartin-s2013-03-111-1/+1
* Fix:maptool:Allow access tag to be overriden by individual tagsmartin-s2013-03-111-2/+4
* Add:core:Move maptool/geom.c code to navit core.mdankov2013-03-054-558/+6
* Add:maptool:Clean up geom.c to move it to core.mdankov2013-03-043-115/+120
* Add:maptool:Extend experimental feature by including more town boundaries def...mdankov2013-03-031-1/+4
* Add:maptool:Experimental feature to convert place=* relations to poly_place* ...mdankov2013-02-282-3/+58
* Fix:maptool:Fixed broken coastline generatormartin-s2013-02-261-14/+41
* Add:maptool:Support addr:suburb tag by converting it to attr_district on stre...mdankov2013-02-231-0/+7
* Add:maptool:admin_level osm tag to navit attrs state/county/municipality conv...mdankov2013-02-231-4/+4
* Add:maptool:Move to mainstream all experimental features: Spain town search b...mdankov2013-02-213-4/+3
* Fix:maptool:Properly put city districts (place=suburb) into the index.mdankov2013-02-191-2/+5
* Fix:maptool:Make expiremental feature to skip extra administrative subdivisio...mdankov2013-02-172-9/+8
* Fix:maptool:Really remove duplicate of attribute used as key (redo svn5372).mdankov2013-02-171-7/+7
* Add:maptool:Experimental feature to not include excessive administrative subl...mdankov2013-02-163-8/+42
* Fix:maptool:Allow osm nodeid to corss 2^31 boundary.mdankov2013-02-102-5/+5
* Add:maptool:Process Russian administrative subdivisions.mdankov2013-02-081-1/+1
* Fix:maptool:Remove duplicate of attribute used as key.mdankov2013-02-081-1/+2
* Add:maptool:Enable Spain town index for experimental maptool runs.mdankov2013-02-071-1/+1
* Add:maptool:Merge recent expiremental changes to mainstream.mdankov2013-02-072-30/+23
* Fix:maptool:Fix country index ordering in maptool experimental feature. Make ...mdankov2013-02-062-1/+7
* Add:maptool:Experimental option to split country indexesmdankov2013-02-034-25/+168
* Fix:maptool:Enlarge itembin static buffer to hold US polygon which currently ...mdankov2013-01-251-1/+1
* Fix:core:Update iso3166-1 country lists, recoginse iso3166-1:alpha2 tag on co...mdankov2013-01-052-1/+12
* Fix:core:Consider each member way of border relation only once, even if it ha...mdankov2013-01-032-1/+6
* Fix:core:Introduce constants WORLD_BOUNDINGBOX_* for size of the world.sleske2012-11-051-2/+2
* Add:core:New bicycle related POIs are added to bike layout. Bike layout is fi...mdankov2012-10-061-0/+3
* Fix:maptool:Allow for attrmap array (or file specified in --rule-file) to use...mdankov2012-09-221-6/+13
* Fixes the maptool build after a typo in R5200geoghegan2012-08-131-0/+1
* Simple changes required to compile in MSVCbjasspa2012-08-1210-45/+106
* Fix:maptool:Better handling of access=destinationmartin-s2012-07-281-1/+4