GithubHelp home page GithubHelp logo

mbtiles's Introduction

MBTiles for Windows Phone 8.1

Build status

Build your offline maps for Windows Phone 8.1 with MBTiles.

Usage

var uri = new Uri("ms-appx:///Maps/geography-class.mbtiles");
var file = await StorageFile.GetFileFromApplicationUriAsync(uri);
MapControl.TileSources.Add(MBTileSource.Create(file.Path));

See GeographyClass sample project for more details.

Dependencies

MBTiles are SQLite databases. Therefore, SQLitePCL package must be installed in a target project.

Documentation

mbtiles's People

Contributors

altso avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mbtiles's Issues

Project continuation

Hi @altso great job on this library but you don't seem to maintain it currently. Would you be interested in giving me or the group maintaining NTS access to allow the continuation of this project. I want to:

  • update it to latest .NET core.
  • make sure we can also write MBtiles

I also maintain/co-maintain other geo libraries in the .NET space together with others:

This is one of the missing pieces in the toolset, writing MBTiles using this project:

https://github.com/NetTopologySuite/NetTopologySuite.IO.VectorTiles

The only thing I would need is access to publish nuget pacakges.

The library has not target issues for .NET framework 4.5.1

I am facing the below issue in new project as well :

Install failed. Rolling back...
Install-Package : Could not install package 'MBTiles 1.0.0.0-alpha'. You are trying to install this package into a project that
targets '.NETCore,Version=v4.5.1', but the package does not contain any assembly references or content files that are compatible
with that framework. For more information, contact the package author.
At line:1 char:1

Install-Package MBTiles -Pre
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
    FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

Will you please add this ?

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.