Maps Component & Layout

Hi Jade,

Yes you can! This depends a bit on the map provider; you’d do it using the providerOptions configuration. For example, say I had the following map config (Mapbox lists all of their default styles here):

      "mapConfig": {
        //"enablePinClustering": true, // Cluster pins on the map that are close together. Defaults false
        "mapProvider": "MapBox", // The name of the provider (e.g. Mapbox, Google)
        "providerOptions": {
          "style": "mapbox://styles/mapbox/light-v10"
        },
      }

Here’s what my map looks like

Note that this is only settable on the vertical (not the universal section).

Thanks,
Rose