You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zooming based on the amount of pointers that a filters works when using taxonomyFilters, but doesn't work when just searching. How do I get both to work the same way?
Here is what my code looks like:
varschoolLocator=$("#bh-sl-map-container").storeLocator({// Import datadataRaw: [{...data}],dataType: "json",// Google map settingsMap settingsoriginMarker: true,// Show map on frist load with all markers in zoomfullMapStart: true,slideMap: true,// Extra optionsmaxDistance: true,// autoGeocode: true, // Auto check where users livesdistanceAlert: -1,distanceErrorAlert: false,lengthUnit: 'km',// Custom filterstaxonomyFilters : {'onderwijstype' : 'onderwijstype-filter',},// Disable popup alertscallbackNotify: function(){console.warn('No results');}});
The text was updated successfully, but these errors were encountered:
I've made a video to better explain the problem: https://youtu.be/cmw6H5Ogybk
Zooming based on the amount of pointers that a filters works when using
taxonomyFilters
, but doesn't work when just searching. How do I get both to work the same way?Here is what my code looks like:
The text was updated successfully, but these errors were encountered: