Changes between Initial Version and Version 1 of BluePrintGISProxy


Ignore:
Timestamp:
01/26/09 14:00:03 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISProxy

    v1 v1  
     1== GIS Proxy ==
     2OpenLayers needs a Proxy for some functions (e.g. GeoRSS, WFS) due to Javascript cross-domain security:
     3 * http://faq.openlayers.org/proxyhost/
     4
     5We need to rewrite the OpenLayers example as a Web2Py controller function:
     6 * http://trac.openlayers.org/browser/trunk/openlayers/examples/proxy.cgi
     7
     8We should then make it's list of allowed hosts configurable via the Map Service Catalogue (done transparently in the background whenever needed).
     9
     10Potentially this could be useful for other modules as well.
     11
     12----
     13[wiki:BluePrintGeographicInformationSystems GIS BluePrints]