Skip to content

Instantly share code, notes, and snippets.

@danbjoseph
Created April 28, 2015 14:37
Show Gist options
  • Save danbjoseph/21fce20cc6b4b70592b3 to your computer and use it in GitHub Desktop.
Save danbjoseph/21fce20cc6b4b70592b3 to your computer and use it in GitHub Desktop.
spatialite db for osm data in qgis

http://anitagraser.com/2014/05/31/a-guide-to-googlemaps-like-maps-with-osm-in-qgis/

styles here: https://github.com/anitagraser/QGIS-resources/tree/master/qgis2/osm_spatialite

ogr2ogr -f "SQLite" -dsco SPATIALITE=YES -spat 88.6376953125 26.09625490696853 79.51904296874999 30.713503990354965 {filename}.db {filename}.osm.pbf

we have a color and toner style but it currently only works at around 1:8000 https://github.com/AmericanRedCross/qgis-styles

can turn off labels and whatnot as needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment