Skip to content

Commit

Permalink
Added MBTiles for testing TileMill db tiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillnagel committed Apr 23, 2012
1 parent 1570f80 commit 4986968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added unfolding/data/muse-dark-2-4.mbtiles
Binary file not shown.
Expand Up @@ -9,9 +9,9 @@
public class MBTilesMapApp extends PApplet {

// Connection to SQLite/MBTiles in distribution (outside of the jar)
public static final String JDBC_CONN_STRING_TABLE = "jdbc:sqlite:./data/muse-dark-2-8.mbtiles";
// Connection to SQLite/MBTiles in dev environemtn (link to the project)
public static final String JDBC_CONN_STRING_MAC = "jdbc:sqlite:../../unfolding/data/muse-dark-2-8.mbtiles";
public static final String JDBC_CONN_STRING_TABLE = "jdbc:sqlite:./data/muse-dark-2-4.mbtiles";
// Connection to SQLite/MBTiles in dev environment (link to the project)
public static final String JDBC_CONN_STRING_MAC = "jdbc:sqlite:../../unfolding/data/muse-dark-2-4.mbtiles";

Map map;

Expand Down

0 comments on commit 4986968

Please sign in to comment.