Fix typos
This commit is contained in:
parent
4f34d2111d
commit
60c8a057ab
1 changed files with 4 additions and 3 deletions
|
|
@ -115,9 +115,10 @@
|
||||||
marker.setVisible(true);
|
marker.setVisible(true);
|
||||||
bounds.extend(marker.getPosition());
|
bounds.extend(marker.getPosition());
|
||||||
}
|
}
|
||||||
this.map.fitBounds(bounds);
|
map.fitBounds(bounds);
|
||||||
if(this.map.getZoom() > 15)
|
if(map.getZoom() > 15){
|
||||||
this.map.setZoom(15);
|
map.setZoom(15);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue