Closed MichaelMarkieta closed 7 years ago
How would I go about disabling the mouseover interaction on a polygon geojson layer:
$http.get("assets/data/states.geojson") .success(function (data) { angular.extend(vm.layers.overlays, { states: { name: 'States', type: 'geoJSONShape', data: data, visible: true, layerOptions: { style: { color: '#444', weight: 1.0, opacity: 1.0 } } } }); })
How would I go about disabling the mouseover interaction on a polygon geojson layer: