Skip to content

Instantly share code, notes, and snippets.

@gabriellupu
Created February 7, 2018 15:00
Show Gist options
  • Select an option

  • Save gabriellupu/03327ad6fedb048ac6dc8d4d787e4ff1 to your computer and use it in GitHub Desktop.

Select an option

Save gabriellupu/03327ad6fedb048ac6dc8d4d787e4ff1 to your computer and use it in GitHub Desktop.

Revisions

  1. gabriellupu created this gist Feb 7, 2018.
    217 changes: 217 additions & 0 deletions google_maps_style_for_print.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,217 @@
    [
    {
    "elementType": "labels",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "administrative",
    "elementType": "geometry",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "administrative",
    "elementType": "labels.text.fill",
    "stylers": [
    {
    "color": "#222222"
    },
    {
    "weight": "1"
    }
    ]
    },
    {
    "featureType": "administrative.land_parcel",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "administrative.neighborhood",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "administrative.neighborhood",
    "elementType": "labels",
    "stylers": [
    {
    "visibility": "on"
    }
    ]
    },
    {
    "featureType": "landscape",
    "stylers": [
    {
    "color": "#ffffff"
    }
    ]
    },
    {
    "featureType": "landscape",
    "elementType": "geometry.stroke",
    "stylers": [
    {
    "color": "#dddddd"
    }
    ]
    },
    {
    "featureType": "landscape.man_made",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "landscape.natural",
    "stylers": [
    {
    "visibility": "on"
    }
    ]
    },
    {
    "featureType": "landscape.natural.terrain",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "poi",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "poi.attraction",
    "stylers": [
    {
    "hue": "#ff0000"
    },
    {
    "saturation": -100
    },
    {
    "gamma": 3.16
    },
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "poi.business",
    "stylers": [
    {
    "hue": "#ff0000"
    },
    {
    "saturation": -100
    },
    {
    "gamma": 3.16
    },
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "poi.park",
    "stylers": [
    {
    "visibility": "on"
    }
    ]
    },
    {
    "featureType": "poi.place_of_worship",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "road",
    "stylers": [
    {
    "color": "#999999"
    }
    ]
    },
    {
    "featureType": "road",
    "elementType": "labels.icon",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "road",
    "elementType": "labels.text.stroke",
    "stylers": [
    {
    "color": "#ffffff"
    }
    ]
    },
    {
    "featureType": "transit",
    "stylers": [
    {
    "visibility": "off"
    }
    ]
    },
    {
    "featureType": "transit.station",
    "stylers": [
    {
    "visibility": "on"
    },
    {
    "weight": 5.5
    }
    ]
    },
    {
    "featureType": "water",
    "stylers": [
    {
    "color": "#b3c8fb"
    },
    {
    "lightness": "50"
    },
    {
    "gamma": "1"
    },
    {
    "visibility": "on"
    }
    ]
    }
    ]