pelias-leaflet-plugin
Version:
Add Pelias geocoding to your Leaflet map.
13 lines (12 loc) • 637 B
JavaScript
// TODO!
describe('Markers and bboxes', function () {
it.skip('displays a marker when highlighting an item');
it.skip('displays a marker when selecting an item');
it.skip('displays no markers if `markers` option is false');
it.skip('displays no marker if an item has a bbox');
it.skip('pans and zooms to bbox if an item has a bbox');
it.skip('displays a marker if an item has a bbox but is a venue or address point');
it.skip('displays a marker if an item has a bbox but `overrideBbox` is true');
it.skip('clears markers when geocoder control is reset');
it.skip('clears markers before displaying another marker');
});