Open karasalaravikumar opened 8 years ago
angular.extend($scope, { events: { map: { enable: ['click'] } }, center: { lat: 30.510240, lng: -94.418571, zoom: 5 }, defaults: { interia: true, tap: true, tap_tolerance : 30 }, layers: { baselayers: { mapbox: { name: 'mapbox', type: 'xyz', url: 'https://api.mapbox.com/{version}/mapbox.streets/{z}/{x}/{y}.jpg70?access_token={access_token}', layerParams: { version: 'v4', access_token: '' }, layerOptions: {} } }, overlays: { thingsCluster: { name: 'thingsCluster', type: 'markercluster', visible: true, layerOptions: { showCoverageOnHover: false } } } } });
angular.extend($scope, { events: { map: { enable: ['click'] } }, center: { lat: 30.510240, lng: -94.418571, zoom: 5 }, defaults: { interia: true, tap: true, tap_tolerance : 30 }, layers: { baselayers: { mapbox: { name: 'mapbox', type: 'xyz', url: 'https://api.mapbox.com/{version}/mapbox.streets/{z}/{x}/{y}.jpg70?access_token={access_token}', layerParams: { version: 'v4', access_token: '' }, layerOptions: {} } }, overlays: { thingsCluster: { name: 'thingsCluster', type: 'markercluster', visible: true, layerOptions: { showCoverageOnHover: false } } } } });