From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/cross-origin-xml.html | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 misc/openlayers/examples/cross-origin-xml.html (limited to 'misc/openlayers/examples/cross-origin-xml.html') diff --git a/misc/openlayers/examples/cross-origin-xml.html b/misc/openlayers/examples/cross-origin-xml.html deleted file mode 100644 index b811bf7..0000000 --- a/misc/openlayers/examples/cross-origin-xml.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - OpenLayers Script Protocol XML Example - - - - - - - - -

Script Protocol With XML

-
- protocol, script, cross origin, xml, advanced -
-

- Demonstrates how, with a custom parseFeatures method, the script protocol can be used with YQL for cross-origin loading of files in any of the XML formats supported by OpenLayers. -

-
-
-

- YQL can wrap a jsonp callback around an XML file, which effectively means Yahoo's servers are acting as a proxy for cross-origin feature loading. This example uses a GPX file, but the same technique can be used for other formats such as KML. -

-

- View the cross-origin-xml.js - source to see how this is done -

-
- - - -- cgit v1.2.3