index
:
delta/navit-svn.git
baserock/ps/wip
improved_destination
iphone
iphone@1058
iphone@2422
libglade
master
modular_map
navit
public_transport
public_transport@1058
public_transport@2243
sdl
srtm
srtm@1058
srtm@3154
wince
wince@1058
wince@2429
svn.code.sf.net: Obsolete (use navit)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
navit
/
maptool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix:maptool:Drop debug printouts included by accident.
mdankov
2014-02-23
2
-2
/
+0
*
Add:maptool:Let maptool run on 32bit systems. Use 64bit file IO interface on ...
mdankov
2014-02-22
5
-53
/
+67
*
Fix:maptool:Reduce top level tile size. Do not keep there items which do not ...
mdankov
2013-12-08
1
-4
/
+24
*
Fix:maptool:Don't use alloca to allocate protobuf blob buffer as it can be to...
mdankov
2013-12-07
1
-4
/
+6
*
Add:maptool:Convert admin_level=8 boundary levels of Switzerland to town poly...
mdankov
2013-10-16
1
-1
/
+1
*
Add:maptool:Move experimental associatedStreet feature into production.
mdankov
2013-09-23
2
-14
/
+7
*
Add:maptool:Improve experimental feature to support associatedStreet relations.
mdankov
2013-09-10
3
-44
/
+82
*
Fix:maptool:Avoid turn restrictions skipping on long routes. Do not allow tur...
mdankov
2013-09-10
3
-13
/
+53
*
Fix:maptool:Don't use g_strcmp0() to make it compileable for windows.
mdankov
2013-08-30
1
-2
/
+4
*
Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.
sleske
2013-08-29
1
-4
/
+5
*
Fix:maptool:Fix NULL pointer dereference introduced last night.
mdankov
2013-08-29
1
-2
/
+2
*
Add:maptool:Workaround to process France boundary not having ISO tag. Related...
mdankov
2013-08-28
1
-0
/
+3
*
Add:maptool:Skip country boundaries which have no outer members. Report unsup...
mdankov
2013-08-28
1
-1
/
+17
*
Fix:maptool:Use types.h in maptool.
sleske
2013-08-26
1
-7
/
+1
*
Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...
sleske
2013-08-21
3
-3
/
+3
*
Fix:maptoo:Use %zu for size_t.
sleske
2013-08-19
1
-1
/
+1
*
Fix:maptool:Fix warning by turning assert into runtime check.|If there's a pr...
sleske
2013-08-19
1
-1
/
+4
*
Fix:maptool:Fix warning about uninitialized variable.
sleske
2013-08-19
1
-5
/
+5
*
Fix:core:Fix warnings from pointer type problems.|Part of #1154.
sleske
2013-08-11
1
-2
/
+2
*
Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...
sleske
2013-08-11
3
-0
/
+8
*
Fix:maptool:Fix warning about invalid shift by making osmid a long long.|Part...
sleske
2013-08-11
2
-2
/
+7
*
Refactor:maptool:Fix whitespace.
sleske
2013-08-11
1
-159
/
+159
*
Fix:core:Fix warnings from unused variables.|Part of #1154.
sleske
2013-08-11
4
-10
/
+3
*
Fix:maptool:Fixed few memleaks in relations, baoundary, coastline processing ...
mdankov
2013-08-03
4
-8
/
+21
*
Fix:maptool:Fix some memory leaks regarding boundary processing
martin-s
2013-07-30
6
-5
/
+64
*
Add:maptool:Support associatedStreet relations in maps built with "experiment...
mdankov
2013-05-10
4
-13
/
+175
*
Fix:maptool:Made map input work again
martin-s
2013-04-27
1
-1
/
+1
*
Add:maptool:Process de:place=city tags for German town boundaries not marked ...
mdankov
2013-04-07
1
-0
/
+1
*
Add:maptool:Consider empty member roles ot be "outer" in town boundary polygons.
mdankov
2013-04-06
1
-1
/
+1
*
Add:maptool:Convert France regions,departments,communes to navit's states,cou...
mdankov
2013-04-02
1
-1
/
+1
*
Fix:maptool:Let towns_poly temp file be removed.
mdankov
2013-04-02
3
-4
/
+5
*
Add:maptool:Merge to mainstream current experimental features to convert town...
mdankov
2013-04-01
2
-15
/
+10
*
Add:maptool:Experimental feature to convert DE municipality (admin_level=8) b...
mdankov
2013-03-24
1
-1
/
+4
*
Add:maptool:Refactor experimental place relations to polygones conversion fea...
mdankov
2013-03-17
1
-21
/
+38
*
Fix:maptool:Make node hash work on 64 bit
martin-s
2013-03-11
1
-1
/
+1
*
Fix:maptool:Allow access tag to be overriden by individual tags
martin-s
2013-03-11
1
-2
/
+4
*
Add:core:Move maptool/geom.c code to navit core.
mdankov
2013-03-05
4
-558
/
+6
*
Add:maptool:Clean up geom.c to move it to core.
mdankov
2013-03-04
3
-115
/
+120
*
Add:maptool:Extend experimental feature by including more town boundaries def...
mdankov
2013-03-03
1
-1
/
+4
*
Add:maptool:Experimental feature to convert place=* relations to poly_place* ...
mdankov
2013-02-28
2
-3
/
+58
*
Fix:maptool:Fixed broken coastline generator
martin-s
2013-02-26
1
-14
/
+41
*
Add:maptool:Support addr:suburb tag by converting it to attr_district on stre...
mdankov
2013-02-23
1
-0
/
+7
*
Add:maptool:admin_level osm tag to navit attrs state/county/municipality conv...
mdankov
2013-02-23
1
-4
/
+4
*
Add:maptool:Move to mainstream all experimental features: Spain town search b...
mdankov
2013-02-21
3
-4
/
+3
*
Fix:maptool:Properly put city districts (place=suburb) into the index.
mdankov
2013-02-19
1
-2
/
+5
*
Fix:maptool:Make expiremental feature to skip extra administrative subdivisio...
mdankov
2013-02-17
2
-9
/
+8
*
Fix:maptool:Really remove duplicate of attribute used as key (redo svn5372).
mdankov
2013-02-17
1
-7
/
+7
*
Add:maptool:Experimental feature to not include excessive administrative subl...
mdankov
2013-02-16
3
-8
/
+42
*
Fix:maptool:Allow osm nodeid to corss 2^31 boundary.
mdankov
2013-02-10
2
-5
/
+5
*
Add:maptool:Process Russian administrative subdivisions.
mdankov
2013-02-08
1
-1
/
+1
[next]