Fix typo. Add this
This commit is contained in:
parent
a48654ca65
commit
4f34d2111d
1 changed files with 2 additions and 2 deletions
|
|
@ -116,8 +116,8 @@
|
|||
bounds.extend(marker.getPosition());
|
||||
}
|
||||
this.map.fitBounds(bounds);
|
||||
if(map.getZoom() > 15)
|
||||
map.setZoom(15);
|
||||
if(this.map.getZoom() > 15)
|
||||
this.map.setZoom(15);
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue