Socket
Socket
Sign inDemoInstall

gina-plugin-mbtiles

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gina-plugin-mbtiles

Simple Cordova API plugin providing map tiles from MBTiles (SQLite) db file capable of providing multiple mbtiles sources at the same time.


Version published
Weekly downloads
2
Maintainers
1
Install size
30.8 kB
Created
Weekly downloads
 

Readme

Source

cordova-plugin-mbtiles 3.4.0

To install plugin

  • Android

create project by cordova

cordova create <project_name> <package_name> <name_class>

Then

cordova platform add android

cordova add plugin <path_to_src>
  • Windows

create project by cordova

cordova create <project_name> <package_name> <name_class>

Then

cordova platform add wp8

cordova add plugin <path_to_src>

After need to istall and add reference SQlite For Windows.

  • iOS

create project by cordova

cordova create <project_name> <package_name> <name_class>

Then

cordova platform add ios

cordova add plugin <path_to_src>
  • BlackBerry

create project by cordova

cordova create <project_name> <package_name> <name_class>

Then

cordova platform add blackberry10

cordova add plugin <path_to_src>

FAQs

Last updated on 02 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc