Skip to content

Commit 54842c7

Browse files
committed
removed "bounds"
Had originally tried to include bounds, but was too complicated for what I need at the moment.
1 parent ce642a4 commit 54842c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/maxbounds-pad-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
</div>
7070
<div class="right">
7171
<h1>Extend Maxbounds with Pad</h1>
72-
<p>You can extend bounds and maxbounds with a pad property. <a href=http://leafletjs.com/reference.html#latlngbounds-pad>Pad</a> is a percentage by which the latLngBounds will be extended.</p>
72+
<p>You can extend maxbounds with a pad property. <a href=http://leafletjs.com/reference.html#latlngbounds-pad>Pad</a> is a percentage by which the latLngBounds will be extended.</p>
7373

7474
<pre ng-bind="maxbounds | json"></pre>
7575
<pre ng-bind="markers | json"></pre>
7676

7777
</div>
7878
</body>
79-
</html>
79+
</html>

0 commit comments

Comments
 (0)