]> err.no Git - mapper/history - src/osm-db-import.c
Remove old map sources
[mapper] / src / osm-db-import.c
2008-06-06 Kaj-Michael LangSet some special sqlite pragmas to speed up import
2008-04-29 Kaj-Michael LangMerge branch 'master' of git+ssh://tal.org/home/git...
2008-04-28 Kaj-Michael LangSmall changes in importer, add comments and use more...
2008-04-28 Kaj-Michael LangHandle some more POIs properly
2008-04-25 Kaj-Michael LangAdd missing GPL header
2008-04-25 Kaj-Michael LangUse g_slice_new0 instead of manuly setting things to...
2008-04-23 Kaj-Michael LangSmall fixes to importer:
2008-03-20 Kaj-Michael LangPrint progress properly
2008-03-18 Kaj-Michael LangUse array of table and index definitions. Add helper...
2008-02-26 Kaj-Michael LangAdd explicit Restaurant category
2008-02-21 Kaj-Michael LangAdd OSM import function directly in the UI.
2008-02-20 Kaj-Michael LangMerge branch 'master' of ssh://git.tal.org/home/git...
2008-02-20 Kaj-Michael LangUse a bit larger read buffer
2008-02-19 Kaj-Michael LangAdd category and parsing support for shop=adult
2008-02-18 Kaj-Michael LangFree the way if it's not used. Add proper return values...
2008-02-18 Kaj-Michael LangMark non-public functions static
2008-02-18 Kaj-Michael LangSplit out the import code from osm.c to osm-db-import...