Android app to download CoMaps map files and serve them over the local network — no internet connection needed once maps are downloaded.
cd android
./gradlew assembleDebugAPK will be at app/build/outputs/apk/debug/app-debug.apk.
Alternatively, open the android/ folder in Android Studio and run.
- Download tab — Select a map series, pick the regions you want, tap download
- Serve tab — Start the server, enter the shown URL (
http://<ip>:8080) in CoMaps → Settings → Custom Map Server URL
- Downloads
.mwmmap files from the CoMaps CDN - Runs an embedded HTTP server with Range request support (required by CoMaps)
- Serves files over WiFi — works with any CoMaps app instance on the same network
Based on the CoMaps Map Distributor by Bastian Greshake.
AGPL-3.0-or-later (same as comaps-map-distributor)