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.html | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 misc/openlayers/examples/cross-origin.html (limited to 'misc/openlayers/examples/cross-origin.html') diff --git a/misc/openlayers/examples/cross-origin.html b/misc/openlayers/examples/cross-origin.html deleted file mode 100644 index 246047a..0000000 --- a/misc/openlayers/examples/cross-origin.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - OpenLayers Script Protocol Example - - - - - - - - -

Script Protocol

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

- Demonstrates the use of a script protocol for making feature requests - cross origin. -

-
-
-

- In cases where a service returns serialized features and accepts - a named callback (e.g. http://example.com/features.json?callback=foo), - the script protocol can be used to read features without being - restricted by the same origin policy. -

-

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

-
- - - -- cgit v1.2.3