Search code examples
jsongoogle-mapslooker-studio

How can I set Map default zoom and position in Google Data Studio?


In Google Data Studio I would to set another default zoom level and also the positioning of the map chart with the follow JSON.

How could I proceed?

The JSON:

[
  {
    "featureType": "road.local",
    "stylers": [
      {
        "visibility": "off"
      }
    ]
  },
  {
    "featureType": "road.arterial",
    "elementType": "labels",
    "stylers": [
      {
        "visibility": "off"
      }
    ]
  },
  {
    "featureType": "road.highway",
    "elementType": "labels",
    "stylers": [
      {
        "visibility": "off"
      }
    ]
  }
] 

From this zoom:
from this zoom

To this zoom:
to this zoom


Solution

  • You may specify the region or country in the Google Map Filter in your Google Maps chart:

    1

    That will filter the specific data you want to show and it will also automatically zoom and position the map to that region or country.