By Matthew Perlman ( October 27, 2016, 2:58 PM EDT) -- var map;
var layer_0;
function initialize() {
map = new google.maps.Map(document.getElementById('map-canvas'), {
center: new google.maps.LatLng(40.75305323550842, -73.9753713121338),
zoom: 16
});
var style = [
{
featureType: 'all',
elementType: 'all',
stylers: [
{ saturation: -99 }
]
},
{
featureType: 'poi',
elementType: 'all',
stylers: [
{ visibility: 'off' }
]
},
{
featureType: 'transit',
elementType: 'all',
stylers: [
{ visibility: 'off' }
]
}
];
var styledMapType = new google.maps.StyledMapType(style, {
map: map,
name: 'Styled Map'
});
map.mapTypes.set('map-style', styledMapType);
map.setMapTypeId('map-style');
layer_0 = new google.maps.FusionTablesLayer({
query: {
select: "col15",
from: "1f4pJjKaBtyiZgWeCiHAMIAtowWtIlFCHyRuqGe-p"
},
map: map,
styleId: 2,
templateId: 2
});
}
google.maps.event.addDomListener(window, 'load', initialize);
Building owners in New York City are often averse to landmark designations because of the expense and other burdens they can carry, but for landlords in the area around Grand Central Terminal in Manhattan, the situation is more complicated....