GXRoute doesn't show the map

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
mila06
Posts: 8
Joined: Mon May 26, 2008 6:21 am

GXRoute doesn't show the map

Post by mila06 » Sat Nov 29, 2008 7:44 pm

Hi
I have installed the plugin GXRoute using the manual(APIkey, long/lat, adress and so on), but it doesn't show any map on my site. It does setup the space for the map:

Code: Select all

<!-- Code start - inserted by GXRoute 0.1 beta 3 from http://xtc.xhonneux.com -->
<div id="GXRoute"><table align="center" border=0><tr><td><div align="center"><iframe align="center" width="514" height="372" frameborder="0" src="./plugins/gxroute/map/gxroute0.html">http://www.milaweb.dk/plugins/gxroute/map/gxroute0.html</iframe></div></td></tr></table></div><!-- Code end - inserted by GXRoute 0.1 beta 3 from http://xtc.xhonneux.com -->
How can i get any closer on what is going on?

/Michael

Torsten.Behrens
Posts: 522
Joined: Thu May 22, 2008 7:27 am
Location: Germany / Schleswig-Holstein
Contact:

Re: GXRoute doesn't show the map

Post by Torsten.Behrens » Sat Nov 29, 2008 8:51 pm

http://www.milaweb.dk
is not a cmsimple webpage
and so http://www.milaweb.dk/plugins/gxroute/map/gxroute0.html repeat an 404 error.

Torsten
Torsten Behrens
CMSimple Templates

mila06
Posts: 8
Joined: Mon May 26, 2008 6:21 am

Re: GXRoute doesn't show the map

Post by mila06 » Sat Nov 29, 2008 11:27 pm

ok, thanks

I have now tried giving it a real adress, but stil no lock

Code: Select all

<!-- Code start - inserted by GXRoute 0.1 beta 3 from http://xtc.xhonneux.com -->
<div id="GXRoute"><table align="center" border=0><tr><td><div align="center"><iframe align="center" width="514" height="372" frameborder="0" src="./plugins/gxroute/map/gxroute0.html">http://kingo.milasupport.dk/plugins/gxroute/map/gxroute0.html</iframe></div></td></tr></table></div><!-- Code end - inserted by GXRoute 0.1 beta 3 from http://xtc.xhonneux.com -->
/Michael

johnjdoe
Posts: 571
Joined: Tue May 20, 2008 6:32 am

Re: GXRoute doesn't show the map

Post by johnjdoe » Sun Nov 30, 2008 8:32 am

Hi Michael,

I don't know what you have encoded in your config as $plugin_cf['gxroute']['address'] but when I analyze the javascript created and used by GXRoute, there is a mistake in it:

Code: Select all

var adresse = "Stig Kingo
This should be the cause because the final quotation mark is missing.

mila06
Posts: 8
Joined: Mon May 26, 2008 6:21 am

Re: GXRoute doesn't show the map

Post by mila06 » Sun Nov 30, 2008 8:47 am

That was it !!!!!

It is now working very good - Thanks. I had placed a new-line efter kingo..


/Michael

johnjdoe
Posts: 571
Joined: Tue May 20, 2008 6:32 am

Re: GXRoute doesn't show the map

Post by johnjdoe » Mon Dec 01, 2008 10:48 am

Perfect! Enjoy the plugin! ;-)

Post Reply