geolocation tweak

This commit is contained in:
Graham McIntire 2025-07-10 17:54:35 -05:00
parent 13ac1731fd
commit 1a52bf4baf
No known key found for this signature in database

View file

@ -109,7 +109,10 @@ defmodule AprsmeWeb.MapLive.Index do
_ -> _ ->
# No geolocation available, use URL params or defaults # No geolocation available, use URL params or defaults
Logger.info("MapLive: No IP geolocation found, using URL/default center: #{inspect(url_center)}, zoom: #{url_zoom}") Logger.info(
"MapLive: No IP geolocation found, using URL/default center: #{inspect(url_center)}, zoom: #{url_zoom}"
)
{url_center, url_zoom} {url_center, url_zoom}
end end