Skip to content

Commit

Permalink
Added poi.png
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Mar 19, 2024
1 parent ce0f8a0 commit 7774cfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const MODE = ['tile-clusterer', 'tile', 'bbox'].includes(SEARCH_PARAMS.get('mode
: 'tile';
const SHOW_MODE_SWITCHER = SEARCH_PARAMS.get('hideModeSwitcher') !== 'true';
const SHOW_CELLS = SEARCH_PARAMS.get('showCells') === 'true';
const DEBOUNCE = SEARCH_PARAMS.get('debounce') === 'true';

const markerElement = document.createElement('div');
markerElement.classList.add('circle');
Expand Down
Binary file added example/poi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7774cfa

Please sign in to comment.