Map not displaying correctly

Hey,

I’ve had this issue for awhile. Thought it might go away with updates but I still seem to have it. When I select “Map” my view looks like this:

Any idea why that might be? Zooming in and out don’t appear to work either.

However, if I hit the edit button, top right. I do see the map correctly as well as my zones.

Try to refresh the cache of your browser, i.e. if you donot see the same effect from a incognito/inprivate browser t then it is likely that

Yep I should have noted that I’ve tried clearing my cache and CTRL + F5 and I’ve tried incognito. All results are thee same. I’ve tried both Chrome and Edge and the problem appears in both browsers.

Slight change in behaviour this morning. I did run an update last night but I’m not sure that could be related. My versions are:
Home Assistant 2022.12.6
Supervisor 2022.11.2
Operating System 9.4
Frontend 20221213.0 - latest

Instead of seeing the originally posted image I now see this:


When zooming into my location I don’t see my location entity (phone) or others.

Note, I also get the same behaviour on my phone via the compainion app.So I’m near certain it’s not related to browser issues on my PC.

How did you setup your home location?

Via:
Settings > General > Edit Location > Zones > Home (move location)

Which is the same as:
Map > Edit (Top Right) > Zones > Home (move location)

try to get logs by adding this to logger
homeassistant.components.map : debug

Another thought… the background theme? I am using the default ‘backedn selected’ one and am on 12.6

Okay, oddly by adding the below to my “/config/configuration.yaml” file :

logger:
  default: info
  logs:
    homeassistant.components.map : debug

The map started working as expected. I then removed the above lines from my “/config/configuration.yaml” file and the map contiuned to function meaning it’s fixed the problem. Very confusing :confused:

Maps work in mysterious ways
:crazy_face: