DroidStore

Browse all apps

Mobile Tile Server

HTTP Server for your local Map Tiles
com.bojko108.mobiletileserver
Version5.4
Download size2.4 MB
Released2025-06-08
CategoryNavigation
SourceF-Droid · izzyondroid
Install via WebUSB Download APK

About Mobile Tile Server

<p><i>Mobile Tile Server</i> can be used as a HTTP server, serving Map Tiles from the device storage. When the server is running you can access the tiles from different mapping applications.</p><p>The application provides four main options:</p><ul><li>Access of local Map Tiles</li><li>Access of local MBTiles files</li><li>Redirect to a Tile Server with QuadKey Tile schema</li><li>Access static files</li></ul><p><b>Access to local Map Tiles</b></p><p>Local Map Tiles can be accessed on address: <code>http://localhost:PORT/tiles</code> – where PORT is set in application settings. In settings, you must specify a directory, where the files are stored. This directory is used as a root for the server. All files in that directory (including subdirectories) will be accessible from the server.</p><p><br><b>Example:</b> If you have map tiles stored in <code>/storage/emulated/0/MobileTileServer/tiles/Plovdiv/{z}_{x}_{y}.png</code>, you can set the root directory to: <code>/storage/emulated/0/MobileTileServer</code>. Then in order to access this map just start the service and navigate to: <code>http://localhost:PORT/tiles/Plovdiv/{z}_{x}_{y}.png</code>.</p><p>In this case the root directory points to the parent folder (which contains ’Plovdiv’ subfolder). This way you can have multiple subfolders containing different map tiles and all can be accessed through the same server!</p><p><br><b>Access to local MBTiles files</b></p><p>… can be found on address: <code>http://localhost:PORT/mbtiles</code> – where PORT is set in application settings. In settings, you must specify a directory, where the files are stored. This directory is used as a root for the server. All files in that directory (including subdirectories) will be accessible from the server.</p><p>As MBTiles use TMS schema to store map tiles, y coordinate must be transformed in order to locate the correct tile row. If your app uses XYZ tile schema, pass negative value for y (-y) as a parameter.</p><p>There are several param

← Back to browse · JSON