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
```