helium / mappers

Mappers Frontend and API
Apache License 2.0
66 stars 25 forks source link

H3 ID Type Fix #13

Closed kent-williams closed 3 years ago

kent-williams commented 3 years ago

This PR fixes the h3 id type to actually be a string. The Erlang h3 library being used was returning a char list which is not a binary type in Elixir.