Packages

Library that simpilfies working with mbtiles files to use it you need to specify the mbtiles path in your config config :mbtiles, :mbtiles_path, 'priv/test.mbtiles'

Current section

Files

Jump to
mbtiles README.md
Raw

README.md

# 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, mbtiles_path: "priv/poland.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.1.0"}
]
end
```