This library extracts the Mobilizon.Service.Geospatial module from Mobilizon.
- Elixir 100%
|
nicole mikołajczyk
dd38b8a60d
Some checks failed
Compile, format and test / Test on OTP 26.2.5 / Elixir 1.15.8 (push) Failing after 3m32s
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl> |
||
|---|---|---|
| .forgejo/workflows | Fix workflow? | |
| config | GoogleMaps, Nominatim, Pelias: implement get_by_id, update Photon link | |
| lib | elixir 1.19 support | |
| test | GoogleMaps, Nominatim, Pelias: implement get_by_id, update Photon link | |
| .formatter.exs | Initial commit | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| mix.exs | elixir 1.19 support | |
| mix.lock | Bump Tesla version | |
| README.md | elixir 1.19 support | |
Geospatial
This library extracts the Mobilizon.Service.Geospatial module from Mobilizon. The only new feature is the Geospatial.Providers.Provider.get_by_id/2 function.
Installation
If available in Hex, the package can be installed
by adding geospatial to your list of dependencies in mix.exs:
def deps do
[
{:geospatial, "~> 0.3.4"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/geospatial.