erooman wrote:
Thta is exactly it, the submit button does not seem to be doing anything- I have even tried deleting and reinstalling the plugins and that did not work either. As a temporary work around- I am just using the GoogleDir plugin with pre-made directions for the time being. Since the GoogleMap and GoogleDir plugin work perfectly, and there are only three major routes to my building, I created three hyperlinked maps based on these three major routes that people can access. I haven't given up on the tohere plugin working- since that would be the best solution- and because the interface is slick and simple.
Hi Erik,
I've replied two emails to you. Looking at your reply here, I think you did not get any of those. Anyway, here's the thing I sent you.
1) You can see a demo of the googleDir plugin here. The result is the same as yours:
http://www.kksou.com/t1510/index.php?option=com_content&view=article&id=79&catid=35&Itemid=55
2) You can see a demo of the googleDir_tohere plugin here:
http://www.kksou.com/t1510/index.php?option=com_content&view=article&id=80&catid=35&Itemid=55
Try key in "interstate 26" in the field "Coming From", you will get the same result as (1).
Note that I've got the latitude and longitude of your home address using the Google Geocoder v2.0:
http://www.kksou.com/php-gtk2/google-geocoder-v2/
This is a pretty powerful program. You can key in an initial address first, say "171 Moultrie St, Charleston, SC 29403". Then you can use your mouse to click somewhere else on your map. You will see the longitude and latitude of the location that you've clicked. In this way, you can get the exact longitude and latitude of any buildings on your campus.
3) As for your other question regarding "the side directions got cut off somewhat", please edit the css file "googleDirections.css" in the folder plugins/content/googleDirections.
Edit the entry:
table.googleDirections td {
font-family: Verdana, Arial, sans serif;
font-size: 11px;
margin: 2px;
}
and see if you can change the padding or margin. If you compare yours with mine, you can see that the css file are the same, but the effects are different. So most likely it's influenced by your tempalte css. In any case, do some trial and you should be able to get the desired format that you want.
Just one thing to bear in mind: the css style sheets are cached. So when you change the css file and do a reload, usually you will not notice any change. (You can test this by changing the font-size to say 24px). To resolve this, whenever you change the css file, open the css file in a browser. for example, in my case, it's
http://www.kksou.com/t1510/plugins/content/googleDirections/googleDirections.css. Open this in the browser and do a reload. This will force a reload of the css file. Then go back to your article and do a reload of that article.
Please give it a try and let me know if it works.
Regards,
/kksou