Easy GPS Mapping
Incorporate Google Maps, Microsoft Virtual Earth to your website easily with www.umapper.com
Worth a look!
Regards, Smooth
Incorporate Google Maps, Microsoft Virtual Earth to your website easily with www.umapper.com
Worth a look!
Regards, Smooth
I am trying to incorportate either umapper.com maps or ThickBox into my tours, but I found it really dificult to get it work.
What I want to do, is to put a button and when you click on it, a small (let say 300 x 300 window) pop's up with a google map and there is a Mark pointing the exact location of the tour you are seeing.
Do I make my self clear?
I think I can do It with the JavaScript option but I am not really familiar with this, any ideas or help?
Thanks!
Martin
Clear as mud! LOL
You will need to paste the Umapper code into a .html document as you would any Flash type code. Save the .html file and upload this to your website. Then via Tourweaver make a hotspot link to the "external" .html page. Using normal window sizing code you can have this window pop the size you request.
Remember Umapper defaults to 500x300 but this can be changed.
Unfortunately Tourweaver doesn't allow you to load .html into a "tour" pop-up window but it would be a nice feature to be added.
Regards, Smooth
Hi Martin,
I suggest you read this thread at http://www.easypano.com/forum/display_topic_threads.asp?ForumID=6&TopicID=3870&PagePosition=1 by bruxist. Hope it's of help.
Best regards,
Carolyn
Hi realtor jerry, here is a bit of javascript that will do the job.
<a href="javascript:;"
onClick="window.open('yourmaplinkhere','myWin','scrollbars=yes,width=500,height=500');"<Open Window><p>Map</p>
Just place the code in your webpage where you want the link to appear. Replace 'yourmaplinkhere' with the link to your map.
Hope this helps.