Help me customize my map

Good afternoon
I’m trying to change the settings of my map.

I’ve already created the deployment folder with the structure
–map
–mapdata.mbtiles
–mapsettings.json

But any change I make to the mapsettings.json file
I don’t see any change on the map
ex:

master": {
          "center": [-8.7, 40.98502232788636],
          "bounds": [-8.7, 40.6, -8.6, 40.7]
           "zoom": 8,
           "minZoom": 0, 
           "maxZoom": 22,
           "boxZoom": false,
           "geocodeUrl": "https://nominatim.openstreetmap.org"
      },

I downloaded the file mapdata.mbtiles from the site maptiler.com

Do I need to make any changes to docker-compose.yml?

When I am in /manager/#/configuration
I can’t change the MAP SETTINGS?

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.