From 3ae529c954030ebfa22c49513746a940d3c0c84f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 14 Jun 2011 11:15:14 +0200 Subject: [PATCH] Use specific version for markerclusterer until the released version contains the features we want. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0903bb5..5b9c699 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ maps: htdocs/javascript/markerclusterer.js ## Try and use taged version asap (from http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/…). htdocs/javascript/markerclusterer.js: - wget http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js -O htdocs/javascript/markerclusterer.js + wget "http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js?r=308" -O htdocs/javascript/markerclusterer.js ## ## lists rpc -- 2.1.4