move json to api, change tile loading api

This commit is contained in:
2026-01-24 17:15:31 +01:00
parent f059b54936
commit 317ee96ba3
11 changed files with 628 additions and 647 deletions

View File

@@ -48,7 +48,7 @@ defmodule MoundHunters.Application do
:ok ->
Logger.info("Created Mnesia schema")
{:error, {_node1, {:already_exists, _node2}}} ->
{:error, {_, {:already_exists, _}}} ->
Logger.debug("Mnesia schema already exists")
{:error, reason} ->
@@ -74,6 +74,8 @@ defmodule MoundHunters.Application do
:max_lng,
:status,
:error_message,
:jpg_available,
:png_available,
:created_at,
:updated_at
],