add max bounds outline to debug file for easier testing
This commit is contained in:
parent
be42f7a3b6
commit
e8f249e937
@ -30,6 +30,8 @@
|
||||
maxBounds: bounds
|
||||
});
|
||||
|
||||
var latlngs = L.rectangle(bounds).getLatLngs();
|
||||
L.polyline(latlngs.concat([latlngs[0]])).addTo(map);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user