Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkuku/mbtiles

elixir library to work with mbtiles files
https://github.com/dkuku/mbtiles

elixir hacktoberfest openstreetmap

Last synced: 2 months ago
JSON representation

elixir library to work with mbtiles files

Awesome Lists containing this project

README

        

# Mbtiles

you need a mbtils file for this package to work
to specify the location add an entry in your config.exs file

```
config :mbtiles,
ecto_repos: [Mbtiles.Repo]

config :mbtiles, Mbtiles.Repo,
database: "priv/united_kingdom.mbtiles"
```

## Example repository
[dkuku/tile_server](https://github.com/dkuku/tile_server)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mbtiles` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:mbtiles, "~> 0.4.2"}
]
end
```