Mensaje nº 1. Bienvenido a la lista.
Si descomprimes el zip en tu ordenador y abres el ejemplo, se debería
ver sin problema. En local no necesita la clave API de GMaps. Si no te
funciona, si tienes Internet Explorer 7, instala Firefox. Hay un
problema con IE7 que está pendiente de arreglar.
> que era los .js que estaban mal vinculados, bueno os dejo el vinculo
> http://pistasysenderos.com/jstools4gps/examples/example1.html haber si
> me podeis ayudar
He probado con un ejemplo en mi ordenador con vínculos hacia los
javascript en tu servidor y funciona, así que parece que la culpa no
es de ellos.
Usando Firebux, una extensión de Firefox para depurar Javascript, me
sale el siguiente error:
POST http://pistasysenderos.com/jstools4gps/examples/gpsdata/080720lasvueltas.gpx
405 Method Not Allowed 208ms
http://pistasysenderos.com/jstools4gps/js/prototype-1.6.0.2.js (línea
1223)
-----------------------------------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>The page cannot be displayed</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<STYLE type="text/css">
BODY { font: 8pt/12pt verdana }
H1 { font: 13pt/15pt verdana }
H2 { font: 8pt/12pt verdana }
A:link { color: red }
A:visited { color: maroon }
</STYLE>
</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
<h1>The page cannot be displayed</h1>
The page you are looking for cannot be displayed because an invalid
method (HTTP verb) was used to attempt
access.
<hr>
<p>Please try the following:</p>
<ul>
<li>Contact the Web site administrator if you believe that this
request should be allowed.</li>
<li>Make sure that the Web site address displayed in the address bar
of your browser is spelled and formatted
correctly. </li>
</ul>
<h2>HTTP Error 405 - The HTTP verb used to access this page is not
allowed.<br>Internet Information Services
(IIS)</h2>
<hr>
<p>Technical Information (for support personnel)</p>
<ul>
<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft
Product Support Services</a
> and perform a title search for the words <b>HTTP</b> and <b>405</b>.</li>
<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),
and search for topics titled <b>Setting Application Mappings</b>,
<b>Securing Your Site with Web Site
Permissions</b>, and <b>About Custom Error Messages</b>.</li>
</ul>
</TD></TR></TABLE></BODY></HTML>
-----------------------------------------------------------------------------------------------------------------
Eso quiere decir que el servidor de tu página es el IIS de Microsoft y
que "por algún motivo" no nos deja usar el método POST para abrir el
archivo GPX. Prueba a cambiar en la línea 920 del archivo
js/tools4gps.js el método 'post' por 'get'. Si te es más fácil, puedes
coger el archivo ya modificado en
http://jstools4gps.heliohost.org/js/tools4gps.js
Prueba y me dices.
Un saludo.