Message from discussion
Issue 209 in gmaps-utility-library-dev: MarkerCluster does not support image sprites
Received: by 10.151.109.15 with SMTP id l15mr2149004ybm.41.1301949271496;
Mon, 04 Apr 2011 13:34:31 -0700 (PDT)
X-BeenThere: google-maps-utility-library@googlegroups.com
Received: by 10.150.58.20 with SMTP id g20ls2583163yba.0.p; Mon, 04 Apr 2011
13:34:30 -0700 (PDT)
Received: by 10.236.151.105 with SMTP id a69mr3038315yhk.10.1301949270742;
Mon, 04 Apr 2011 13:34:30 -0700 (PDT)
Received: by 10.236.151.105 with SMTP id a69mr3038314yhk.10.1301949270730;
Mon, 04 Apr 2011 13:34:30 -0700 (PDT)
Return-Path: <3ViuaTRAKAGkJVKLZPaL-UVYLWSfNVVNSL....@codesite.bounces.google.com>
Received: from mail-yi0-f75.google.com (mail-yi0-f75.google.com [209.85.218.75])
by gmr-mx.google.com with ESMTPS id v10si1092834ybe.1.2011.04.04.13.34.30
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 04 Apr 2011 13:34:30 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3ViuaTRAKAGkJVKLZPaL-UVYLWSfNVVNSL....@codesite.bounces.google.com designates 209.85.218.75 as permitted sender) client-ip=209.85.218.75;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3ViuaTRAKAGkJVKLZPaL-UVYLWSfNVVNSL....@codesite.bounces.google.com designates 209.85.218.75 as permitted sender) smtp.mail=3ViuaTRAKAGkJVKLZPaL-UVYLWSfNVVNSL....@codesite.bounces.google.com; dkim=pass (test mode) header...@google.com
Received: by yia28 with SMTP id 28so9719yia.4
for <google-maps-utility-library@googlegroups.com>; Mon, 04 Apr 2011 13:34:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=beta;
h=domainkey-signature:mime-version:reply-to:x-generated-by
:x-googlecode-project:x-googlecode-issue-id:message-id:date:subject
:from:to:content-type;
bh=p+gCIJBxg3n9IUom4J8gfFs/Qi9AH/iaU8zV+tnqdcc=;
b=eV0/QQSkafWjYA0quuFO8wX016FKC0wonpT6DaS6pJlnP2e8gbUbW3V9xgAuvfyKi7
ru484XL/3tClKsE0Y8uQ==
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=google.com; s=beta;
h=mime-version:reply-to:x-generated-by:x-googlecode-project
:x-googlecode-issue-id:message-id:date:subject:from:to:content-type;
b=CX5fg4uYOo84q0rJZaC3aTriT2v3rHTM/jl5Pq3RetX7VjbbKHBi1tLTgFT1S50WJx
ZekzdeNViN/meCEkQnIw==
MIME-Version: 1.0
Received: by 10.224.70.140 with SMTP id d12mr480513qaj.10.1301949270452; Mon,
04 Apr 2011 13:34:30 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: gmaps-utility-library-dev
X-GoogleCode-Issue-Id: 209
Message-ID: <0-4757601849388020439-6356888676876970251-codesite-noreply=google....@googlecode.com>
Date: Mon, 04 Apr 2011 20:34:30 +0000
Subject: Issue 209 in gmaps-utility-library-dev: MarkerCluster does not
support image sprites
From: codesite-nore...@google.com
To: google-maps-utility-library@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Status: New
Owner: ----
New issue 209 by patrick....@macefusion.com: MarkerCluster does not support
image sprites
http://code.google.com/p/gmaps-utility-library-dev/issues/detail?id=209
It would be nice if MarkerCluster was capable of writing the image style
with a top and left value, when defined. This will allow us to use image
sprites.
MarkerStyleOption will need a left and top value that can default to 0 or
null and be handled appropriately in ClusterMarker_.prototype.createCss().