simplegeo / polymaps

Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers.
http://polymaps.org/
Other
1.6k stars 213 forks source link

Non-Interactive maps moving when Interactive maps change on same page #104

Open SpencerLiolios opened 12 years ago

SpencerLiolios commented 12 years ago

Because the location of the map is stored in the URL, when you move an interactive map, it'll cause other static maps on the page to move as well. Creating uniqueIDs for both the divider the map is in, and the SVG object does not resolve this bug.