Changes between Initial Version and Version 1 of BluePrintGISFeedsCaching


Ignore:
Timestamp:
09/27/10 22:09:13 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeedsCaching

    v1 v1  
     1== Feeds Caching ==
     2
     3 * per-feed settings
     4 * cron download of the feed when expiring (not when requested by user)
     5 * http://dev.openlayers.org/docs/files/OpenLayers/Strategy/Refresh-js.html
     6 * build into OL (done)
     7 * link to cache refresh time
     8
     9Example output:
     10{{{
     11var kmlLayerExercise_24_Injects_Strategy=new OpenLayers.Strategy.Refresh({interval:120000});
     12kmlLayerExercise_24_Injects_Strategy.setLayer(kmlLayerExercise_24_Injects);
     13kmlLayerExercise_24_Injects_Strategy.start();
     14}}}
     15----
     16[wiki:BluePrintGeographicInformationSystems GIS BluePrints]