Tagged Questions
1
vote
2answers
170 views
Can't open Spatialite db from openstreetmap in Quantum GIS
I am new to QGIS, OpenStreetmap and Spatialite. I'm trying to get the (OSM) map data into a (SQLite) compact form I can eventually use for realtime reverse geocoding in a vehicle. Quantum is just for ...
2
votes
1answer
104 views
Open source software for car navigation on iOS platform
I'm trying to make a car offline navigation app for iOS. Now I analyze OpenStreetMap features what to use. I would like to know if there is open source solution for the following parts of app:
best ...
2
votes
1answer
248 views
OSM data, line and polygon confusion
Taking some OSM (*.osm) data downloaded from Geofabrik I have created a Spatialite database using spatialite_osm_map. Now I have problems, because some of the data that is supposed to be in the form ...
4
votes
1answer
784 views
Help importing osm data into spatialite
I am trying to import OSM data into Spatialite.
The data is a query from overpass called features.osm
I'm using spatialite 3.0, and following examples, I have created a new database with:
$ ...
2
votes
1answer
244 views
How to get spatialite_osm_net from spatialite
I am using windows 7. I downloaded spatialite-tools (precompiled) from the following site. But there is no "spatialite_osm_net" tool available. For one of my project I was trying to convert the OSM ...
2
votes
1answer
798 views
Queries on virtual network in Spatialite only make errors
I've installed Spatialite 2.4 in Ubuntu. I try to convert an osm file into a roads network using this tutorial and make searches on it, but the queries only produce "no column" errors.
$ ...