Giter Club home page Giter Club logo

Comments (3)

brodybits avatar brodybits commented on August 10, 2024

Guys please state which version of cordova-sqlite-ext you are using. In case of a problem please post a minimal self-contained project with no other plugins and no other frameworks such as Ionic to reproduce.

Reading BLOBs from pre-populated databases is already covered by the test suite.

from cordova-sqlite-ext.

stevensotelo avatar stevensotelo commented on August 10, 2024

Hi @SaPicOne

I solved this issue in the following app: https://github.com/CIAT-DAPA/cs_switch_map

The problem was that I requested all tiles for my map and it takes a lot of time, I fixed it with the following query:

var query='SELECT tile_data FROM tiles WHERE zoom_level = ' + z +' AND tile_column = ' + x + ' AND tile_row = ' + y;

from cordova-sqlite-ext.

brodybits avatar brodybits commented on August 10, 2024

Thanks @stevensotelo. I will take a look at your project and consider adding it to the documentation when I get a chance.

from cordova-sqlite-ext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.