Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Logs and databases #
######################
*.log

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REQUIREMENTS:

HOW USE
1. extract a small area with a .osm file
ex.
ex.
wget http://download.gfoss.it/osm/osm/regioni/trentino_alto_adige.osm.bz2
bunzip trentino_adige_osm.bz2
2. convert it with spatialite_osm_raw
Expand Down