Skip to content

Commit

Permalink
Fix getClickablePOI returning incorrect value, if developer doesn't e…
Browse files Browse the repository at this point in the history
…xecute setClickablePOI
  • Loading branch information
ebhsgit committed May 20, 2020
1 parent 5e04a78 commit 5cd0f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Map.prototype.getMap = function(meta, div, options) {
args = [meta];
options = options || {};

self.set('clickablePOI', true) // Current POI are clickable by default

self.set('clickable', options.clickable === false ? false : true);
self.set('visible', options.visible === false ? false : true);

Expand Down

0 comments on commit 5cd0f07

Please sign in to comment.