Skip to content

Commit

Permalink
add interactive layer yields documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Apr 11, 2024
1 parent b79dfca commit df51ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/components/interactive-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import TooltipLayer from './tooltip-layer';
*
* @class InteractiveLayer
* @extends BaseLayer
* @yield {PopupLayer} popup
* @yield {TooltipLayer} tooltip
*/
export default class InteractiveLayer extends BaseLayer {
leafletOptions = [
Expand Down

0 comments on commit df51ead

Please sign in to comment.