makaw/somado

Can you provide the DB?

Opened this issue · 6 comments

ifle commented

I try to run your app and it failed. Can you provide the DB?
Thanks

makaw commented

Hi,
The Sqlite DB is provided in the release section. Anyway it seems that there is a problem with Spatialite on Windows 10 (it is working with Windows 7 and earlier versions). Some details are described here:
https://github.com/sqlitebrowser/sqlitebrowser/wiki/SpatiaLite-on-Windows

makaw commented

OK, it is working in Windows 10 with the new gen Spatialite:
http://www.gaia-gis.it/gaia-sins/windows-bin-NEXTGEN-amd64/
Just download it, unpack and add its path to the PATH system variable.

Could you please also describe how did you generate the routes.sqlite database. Is only for Poland or?

makaw commented

I prepared it for Masovia (the central area of Poland), but you can generate it for any area you want. Here: http://www.gaia-gis.it/gaia-sins/Using-Routing.pdf you can find an example how to generate database from OSM data using some Spatialite DB tools. Anyway I'll try to describe it soon. I was thinking about some kind of import tool within this project, but I can't find enough time :(

Thanks for hints! Nice app! I will help with whatever I can in order to extended it's functionality - having this in mind if you have plans for something please create some issues in order for other to document on then and propose solutions (implementations).

makaw commented

Hey, in the latest release I put a document that describes how to generate own spatial database :)