SphericalMercator

.github/workflows/test.yml

This is a port of MapBox’s SphericalMercator JS library to Elixir.

The API remains similar, so refer to the original project for the documentation.

Versions

JS version Elixir version
1.2.0 1.0.0

Installation

If available in Hex, the package can be installed by adding spherical_mercator to your list of dependencies in mix.exs:

def deps do
  [
    {:spherical_mercator, "~> 1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/spherical_mercator.