vijay
1
Hi team, I am following the conversation I am also facing the same kind of issue.
map is loading on local but not loading on my VM.
"options": {
"default": {
"center": [ -97.723 , 30.30 ],
"bounds": [ -98.212, 29.931, -97.234, 30.67 ],
"zoom": 10,
"maxZoom": 19,
"boxZoom": false,
"geocodeUrl": "https://nominatim.openstreetmap.org"
}
}
I am using the austin map.
When I see the browser network tab map apis is returning 204 status code.
vijay
2
Manager container log on local:
org.openremote.manager.map.MapService : Starting map service with tile data: /deployment/map/mapdata.mbtiles
Manger container log on VM[GCP]:
org.openremote.manager.map.MapService : Map meta data could not be loaded, map functionality will not work
1 Like
Rich
3
Looks like a permission issue or corrupt mbtiles file