Changes between Version 1 and Version 2 of BluePrintGISProxy
- Timestamp:
- 01/26/09 14:00:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISProxy
v1 v2 1 1 == GIS Proxy == 2 OpenLayers needs a Proxy for some functions (e.g. GeoRSS, WFS) due to Javascript cross-domain security:2 !OpenLayers needs a Proxy for some functions (e.g. GeoRSS, WFS) due to Javascript cross-domain security: 3 3 * http://faq.openlayers.org/proxyhost/ 4 4 5 We need to rewrite the OpenLayers example as a Web2Py controller function:5 We need to rewrite the !OpenLayers example as a Web2Py controller function: 6 6 * http://trac.openlayers.org/browser/trunk/openlayers/examples/proxy.cgi 7 7