From f15a619bb5b7fd3eaf94e9e37fd2dfeb41412bce Mon Sep 17 00:00:00 2001 From: caran Date: Thu, 9 Jan 2014 12:46:19 -0500 Subject: [PATCH 1/7] 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 --- example/index.html | 5 +- jquery.usmap.js | 170 ++++++++++++++++++++++++++++++++++----------- 2 files changed, 131 insertions(+), 44 deletions(-) diff --git a/example/index.html b/example/index.html index 0b87dfc..9aa5b47 100755 --- a/example/index.html +++ b/example/index.html @@ -16,13 +16,14 @@ - + - + @@ -83,5 +111,8 @@
+ +

Map including Puerto Rico and U.S. Virgin Islands

+
From 88ad3d732ed2047a8fb0a4dbf7758611550e1ebb Mon Sep 17 00:00:00 2001 From: caran Date: Fri, 10 Jan 2014 10:19:47 -0500 Subject: [PATCH 6/7] Removed territories from main example --- example/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/example/index.html b/example/index.html index ce97455..f96a87c 100755 --- a/example/index.html +++ b/example/index.html @@ -23,7 +23,6 @@ - + - +