]> err.no Git - mapper/commit
Add OSM import function directly in the UI.
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 21 Feb 2008 11:51:19 +0000 (13:51 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 21 Feb 2008 11:51:19 +0000 (13:51 +0200)
commitf0f290f1afecfecbb92394008c33de3ea4969d77
tree15054a18ce174e9d7068f37b73e0dc779c8f197a
parent8bc10b4d1b62d9069b838ee6448168652815be96
Add OSM import function directly in the UI.
- Use a thread to do the import in the background.
- Very simple import dialog.. would need some love.
src/Makefile.am
src/cb.c
src/cb.h
src/import-gui.c [new file with mode: 0644]
src/osm-db-import.c
src/osm-db-import.h
src/ui-common.c