Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.31 KB

File metadata and controls

43 lines (30 loc) · 1.31 KB

MapQuickView

MapQuickView is an mobile mapping application prototype built with PhoneGap, jQuery.mobile and Leaflet that allows the importation of tiled layers from remote TMS servers to quickly view what they look like on your mobile device.

Its primal goal was to let me try the above technologies and learn more about them. As mentiioned, this is a prototype.

Quick preview

You can quickly see what the application looks like.

Install

Install MapQuickView v0.2 on your Android device.

About AppPreferences

The AppPreferences PhoneGap plugin was used to save the layers added/removed. The installation procedures were follow and I had to update the project directoy using these commands:

android list targets
android update project --path $(pwd) --target 4 --subprojects

References