1
1
Fork
You've already forked geospatial
0
This library extracts the Mobilizon.Service.Geospatial module from Mobilizon.
  • Elixir 100%
Find a file
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
elixir 1.19 support
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026年02月07日 14:35:23 +01:00
.forgejo/workflows Fix workflow? 2025年06月12日 14:02:12 +02:00
config GoogleMaps, Nominatim, Pelias: implement get_by_id, update Photon link 2022年11月29日 13:49:25 +01:00
lib elixir 1.19 support 2026年02月07日 14:35:23 +01:00
test GoogleMaps, Nominatim, Pelias: implement get_by_id, update Photon link 2022年11月29日 13:49:25 +01:00
.formatter.exs Initial commit 2022年09月05日 13:47:55 +02:00
.gitignore Initial commit 2022年09月05日 13:47:55 +02:00
LICENSE Initial commit 2022年09月05日 13:47:55 +02:00
mix.exs elixir 1.19 support 2026年02月07日 14:35:23 +01:00
mix.lock Bump Tesla version 2024年07月24日 13:04:22 +02:00
README.md elixir 1.19 support 2026年02月07日 14:35:23 +01:00

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.