Rick Burgstaler dde379ba12 Make tileSources option smarter about detecting when a json string or xml string has been passed in
The tileSources option was only using a test looking for the presence of a "{", "[", or "<" character to determine if a json string or xml string was passed in.  It is possible for a url to contain one of these characters as well which would break using the url as a tileSources parameter.  The following is an example of a breaking url:
http://myurl.org/{25fb14f0-a839-4c4d-8c97-dd1d67b2cb35}/MyImage.xml

This patch resolves this issue.
2016-08-10 14:30:10 -05:00
..
2013-11-25 08:48:44 -08:00
2016-04-03 07:59:10 -04:00
2016-07-25 20:35:49 +02:00
2013-11-25 08:48:44 -08:00
2016-04-10 19:01:30 -04:00
2016-04-10 19:01:30 -04:00
2016-05-13 15:35:33 -04:00
2016-04-21 16:06:07 -04:00
2016-07-29 01:33:48 +03:00
2016-07-29 12:41:25 +03:00
2013-11-25 08:48:44 -08:00
2016-06-14 17:31:21 +00:00