NewSignature / us-map

An interactive map of the United States using Raphaël
BSD 2-Clause "Simplified" License
279 stars 184 forks source link

Added U.S. Territories, hover states for text labels, iPad/iPhone support #34

Open kcaran opened 10 years ago

kcaran commented 10 years ago

Added support for displaying U.S. territories: includeTerritories : an array of territories to display [ 'PR', 'VI', 'GU', 'AS', 'MP' ] terrBoxX - integer value X location of top of territory labels terrBoxY - integer value Y location of top of territory labels

Implemented labelTextHoverStyles.

Ran jshint against script, added a minified version of script.

Included another example map with the new features.