From 02f28b9160f4acc7be19d89c1af5d6a61c0af4e6 Mon Sep 17 00:00:00 2001 From: bennlich Date: Tue, 22 Apr 2014 22:59:33 -0700 Subject: [PATCH] Updated reference for crossOrigin option --- reference.html | 6 ++++++ 1 file changed, 6 insertions(+) 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.