yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

dragzoom: can't use on multiple maps #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create two maps on a page, each with a drag-zoom control
2. One won't work.

What is the expected output? What do you see instead?

Expected: Both work independently
Actual: The 2nd triggers the 1st, and only the 1st works.

Please provide any additional information below.

This is due to the DragZoom widget using 8 html IDs for various nodes. The
attached patch fixes this behaviour. 

Original issue reported on code.google.com by robert.c...@gmail.com on 2 Apr 2008 at 8:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by lem...@gmail.com on 23 May 2008 at 4:11

GoogleCodeExporter commented 8 years ago
Fixed in r607.

Original comment by lem...@gmail.com on 23 May 2008 at 5:38