Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Interactive Map Needed
Old 04-25-2012, 10:10 PM Interactive Map Needed
Experienced Talker

Posts: 49
Trades: 0
Please can someone offer help, we are trying to add a interactive map to our website similar to http://southerncomfort-bnb.com/the-a...tractions-map/ which they are using wordpress plugin.


Can someone offer suggestion for html site

Thanks
thedude-tpm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-26-2012, 03:49 AM Re: Interactive Map Needed
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
You can customize a google map here and just add the final code to your website:

http://maps.google.com/help/maps/getmaps/plot-one.html
miki86 is offline
Reply With Quote
View Public Profile
 
Old 04-26-2012, 11:15 PM Re: Interactive Map Needed
Junior Talker

Posts: 3
Name: Ted Ko
Trades: 0
I used iMapBuilder.NEt which is an online map building tool before for another similar project. It let you build custom Google maps as the attraction map you show, with 'category' function so you can switch on/off group of points base on their category.
tdjprj is offline
Reply With Quote
View Public Profile
 
Old 04-27-2012, 08:21 AM Re: Interactive Map Needed
Junior Talker

Posts: 1
Trades: 0
you need to maintain several arrays of the icons according to their categories.
When the category is chosen, then go through the array one by one and set the map property of the marker:
Code:
for(var i = 0; i < oneCategories.length; i ++) {
    oneCategories.setMap(map);
}
If you want to hide them:
Code:
for(var i = 0; i < oneCategories.length; i ++) {
    oneCategories.setMap(null);
}

Last edited by Physicsguy; 04-27-2012 at 11:44 AM.. Reason: added [code] tags
maleo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Interactive Map Needed
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21507 seconds with 11 queries