205 comments found.
I also am waiting for the Responsive Version of this.
Hi,
Did you email me? If not please do so and I’ll send it over.
Thanks, Greg
Hello—
Has the responsive update been released yet? I see you commented a couple months back that you had a responsive version and had e-mailed it to someone here. Thanks!
Hi,
Not yet as I don’t have much time these days but you can email me for it. I should be able to finally upload the update after next week.
Thanks, Greg
I was looking through the comments, and I would too like some dots or pins if possible on the map. Thanks!
Also, for some reason, the map links are not working in Chrome Version 29.0.1547.67 m
Hi,
For the pins send me an email and I’ll send you that version.
I can’t replicate the click issue, I tried on win7 and win8 and it works fine in both, what is your setup?
Thanks, Greg
Hi Greg, Thanks for answering the question, I got the files! My setup is Google Chrome: Version 29.0.1547.76 m on Windows 7 Pro, I thought it may be a version issue so I tried updating my Chrome.
Is there any way that you could add a “LEGEND” fucntion? XOlored boxes with descriptive tect, correlating to the colors on the map.
Also, in IE, the state abbreviations are not clickable.
Hi,
Unfortunately I am not available for freelance work at the moment, but you could look at the way I do the square boxes for some of the text abbreviations such as Hawaii, look in the path.js, and duplicate a node. Then you can add any text you want and place it manually using x/y coordinates like the current text.
I’ll look into the IE issue.
Thanks, Greg
Can I have a Drop down List on top of the map to select the respective state.
If you can help me out this then I’m gonna Purchase it now.
Hi,
Sorry I am not available for freelance work at this time.
Thanks, Greg
Okay i got it already, never mind
All I’m getting is a blank screen. I need some help getting this map working. Any guidance you can provide would be great.
Just replied to your email 
Hi, is it possible to display the map in 2 separate locations on a page?
when i try now it only shows 1
thanks
-dave
Hi,
This is not an option currently, but I will try and make an update this week to add this feature, send me an email via my profile page and I’ll let you know when it is ready.
Thanks, Greg
In Chrome (Version 28.0.1500.95 m) I get an error Uncaught TypeError: Cannot set property ‘onmousemove’ of null in init.js, line 329:
document.body.onmousemove = getMouseXY;
It is causing the map to not load.
Thanks, Sylvia
Hi,
The map seems to work fine here in this browser on windows7, which OS are you using?
I’m on holidays until 26th August now so will look at it when I come back.
Thanks, Greg
Windows 8. Have a great holiday.
Hi,
Can you send me an email via my profile page and I’ll check it out.
Thanks, Greg
Is there a way to have two different colors within the same state? I need customers to see that the entire state is not highlighted. For example, can I make the northern part of California blue and the southern part red? I am using this to replace this Flash map for the same purpose if it helps make more sense what I’m looking to do: http://marsalsons.com/default.aspx?pageId=39
Thank you!
Hi,
It’s not possible unless they were actually 2 different elements, so you can’t have 1 state with 2 colors, only way would be to split the actual state in 2 states.
Thanks, Greg
I need to add a couple of additional territories to this map – Puerto Rico and Guam. I tried editing paths.js with the info for Puerto Rico, but extracting paths from a different map doesn’t seem to work.
Is there a utility online where I could get accurate paths to add these two locations?
Thanks
Hi,
Send me an email via my profile page and I’ll add those for you.
Thanks, Greg
Purchased the map for a site and for some reason it’s posting the map all the way up on the top left rather than in the div in the lower section of the page. The rest of the side text is where it should be but the map keeps going to the top left. Any ideas???
Hi,
Send me a link to your map online using the contact form on my profile page and I’ll have a look.
Thanks, Greg
I sorted it out. It seemed to be a conflict between something in your css and mine. Thanks anyway! The map works and looks great now!
Hi, It says that there are two versions: URL and Text. I just downloaded. How do I get the text version? Also, is it possible to get all the code written in english?
Hi,
There are 2 text version in your download file, in the advanced_bottom_text and advanced folders. Also all the code should be in English, which code do you mean?
Thanks, Greg
When I open the xml folder in advanced and click on usaMapSettings, it opens and a lot of the stuff is written that is not in english. for example: stateData stateSelectedColor=”feb41c” stateOverColor=”E32F02” initialStateColor=”B12401” stateMode=”ON” url=”http://marketplace.envato.com/user/LGLab” stateName=”Alaska”> <
This is really a problem for the small boxes at right (MA, RI, CT, etc.). The boxes aren’t much larger than the abbreviations … the user in IE naturally mouses over the abbreviations and the box appears/becomes inactive.
Hi,
Please send me an email via my profile page and I’ll look for a fix.
Thanks, Greg
Thanks for the great code! Working well.
Couple of things I’m running into though.
First, the abbreviationColor = “f2f2f2” I haven’t changed, but with IE8 when a state is visited, it turned itself into a black color rather than stay #f2f2f2f. Works fine on IE9 and other major browsers.
Second, occassionally on an iOS device, a state that’s been deselected, continues to be selected while another is active. So if you click on DC, then choose Texas, both Texas and DC are highlighted at the same time.
Any help would be super appreciated.
Hi,
Please send me an email via my profile page and I’ll have a look.
Thanks, Greg
Thanks Greg, will do.
Is it possible to add dots/pins for certain locations on the map?
Hi,
I’m quite busy this week, but send me an email via my profile page and I’ll add this option for you when I have some free time next week.
Thanks, Greg
Hi LGLab,
In conjunction with my comment above (it wouldn’t let me edit it, sorry)...
I used this in a different version and it worked but I was having compatibility issues. Any Ideas?
<defs> <pattern id=”img1” patternUnits=”userSpaceOnUse” width=”600” height=”450”> <image xlink:href=”cool.jpg” x=”0” y=”0” width=”600” height=”450” /> </pattern> </defs>
Thanks again, Jesse
Hi Jesse,
I’m very busy at the moment so I can only point you in the right direction for now, but if you still have issues email me via my profile page and I’ll have a look next week.
In the mean time, this map uses the raphael.js library, which you can find here and there is a documentation on their site: http://raphaeljs.com/
What you are looking for the “Element.attr” function which is the bit of code that fills the states, this function has a “fill” parameter which supports colour, gradient or image. The part of the code you’d be looking for in my map is in the init.js file on line 172 and it looks like this: http://pastie.org/8013719
In the above code you want to look at the line that looks like this:
'fill': stateColors[i]
So you can try and add an image path in the xml file insstead of a color which might work, or manually add the image path in the js file instead of “stateColors[i]”
Thanks, Greg
Hi LGLab,
It it possible to have images in the SVG Paths rather than just a fill color? How about images with another hover/roll-over image state? Perhaps something with fill=”url()” ?
Thanks, Jesse
You have a worpress version or is this easy to integrate into wordpress?
Hi,
No I don’t have any wp version but many users used this one in wp using an iframe to load it.
Thanks, Greg
This script may be what I’m looking for … except I need the reverse.
So the mouse rolls over manufacturer/text/image and corresponding states change colors.
Can this script do that?
Example: User rolls over manufacturers #1 Indiana, Michigan, Ohio change color.
User rolls over manufacturer #2 Ohio, Illinois, Indiana change color.
Hi,
It doesn’t by default but it could be tweaked, send me an email via my profile to discuss it further.
Thanks, Greg