From 74a34ec14be00aee4f6605283ac846d62abfdbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 24 Mar 2012 00:13:06 +0100 Subject: [PATCH 1/3] rely on the Flickr APIs in the strategy-bbox example --- examples/strategy-bbox.html | 84 ++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 25 deletions(-) diff --git a/examples/strategy-bbox.html b/examples/strategy-bbox.html index 3b53c778da..1674113829 100644 --- a/examples/strategy-bbox.html +++ b/examples/strategy-bbox.html @@ -10,20 +10,46 @@ @@ -56,7 +86,7 @@

BBOX Strategy Example

- vector, feature, stylemap, wfs, bbox, strategy, cleanup + vector, feature, stylemap, bbox, strategy, script, flickr

Uses a BBOX strategy to request features within a bounding box. @@ -67,6 +97,10 @@ previously requested data bounds are invalidated (by browsing to some area not covered by those bounds), another request for data is issued.

+ +

This particular example uses the Flickr API.

+ From d574f09e6abe150446d7cc6c8b94b0e498100c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 28 Mar 2012 14:13:31 +0200 Subject: [PATCH 2/3] rely on the Flickr APIs in the strategy-paging example --- examples/strategy-paging.html | 73 ++++++++++++++++++++++++----------- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/examples/strategy-paging.html b/examples/strategy-paging.html index c51518a2ee..204bac9d27 100644 --- a/examples/strategy-paging.html +++ b/examples/strategy-paging.html @@ -10,20 +10,45 @@