diff --git a/reference.html b/reference.html index df362aba..b79b32d1 100644 --- a/reference.html +++ b/reference.html @@ -1943,6 +1943,12 @@ var map = L.map('map', { LatLngBounds null When this option is set, the TileLayer only loads tiles that are in the given geographical bounds. + + + crossOrigin + Boolean + false + If true, all tiles will have their crossOrigin attribute set to ''. This is needed if you want to access tile pixel data.