Closed egemenertugrul closed 8 years ago
Hi, you need to add a dll to make it work. I am not sure if all of the errors are related but you should add the sqlite3.dll into the plugins folder to at least get rid of the first one. If i understood correclty, the MBTiles specification is an efficient format for storing millions of tiles in a single SQLite database. As it is a SQLite database, you need to add a DLL to use it (it's a local one database). You need to add the dll corresponding to your architecture of course. (on windows, 32 or 64 bits)
Usually the SQLite3 library is already present on your OS. What OS are you running @egemenertugrul?
@pirou Alright I'm going to add the dll file now.
@jderrough I'm currently using Windows 8.1 Pro 64 bit
Adding the corresponding dll file from https://www.sqlite.org/download.html to the Assets/Plugins folder solved it! Thanks for your help, have a nice day!
I'm sorry for a newbie question here, I think I couldn't find a way to generate markers on the map.
I can see that this line should work:
map.CreateMarker<MarkerBehaviour>("test marker - 9 rue Gentil, Lyon", new double[2] { 4.83527, 45.76487 }, markerGO);
but i don't see any markers on the map.Also I'm getting the error:
maybe those are related?