Thanks for geting back to me but can someone please help me fix it ?
here is the web page . http://computerfreek.com/n810 you will see the
map there it is working right now .As i am pulling the XML file from
http://computerfreek.com:810/gpsdata.xml . BUT I NEED TO PULL the XML
file from http:/n800.webhop.net:810/gpsdata.asp .Is there a way to fix
this ?
I have to pull it from a dynamic host n800.webhop.net as it is updated
via my nokia n800 runing gps software that host the XML file. It works
here as long as i am connect my network that is also hosting the
computerfreek.com domain. as you can see it is working fine and
updating the map data every 5 sec.
Please someone help me with this code ..
On Oct 2, 3:08 pm, "Barry Hunter" <barrybhun...@googlemail.com> wrote:
<craigcavall...@gmail.com> wrote:
> Thanks for geting back to me but can someone please help me fix it ?
> here is the web page .http://computerfreek.com/n810you will see the
> map there it is working right now .As i am pulling the XML file fromhttp://computerfreek.com:810/gpsdata.xml. BUT I NEED TO PULL the XML
> file from http:/n800.webhop.net:810/gpsdata.asp .Is there a way to fix
> this ?
No. You can't "fix" it. You can use a proxy to work around it.
> I have to pull it from a dynamic host n800.webhop.net as it is updated
> via my nokia n800 runing gps software that host the XML file. It works
> here as long as i am connect my network that is also hosting the
> computerfreek.com domain. as you can see it is working fine and
> updating the map data every 5 sec.
> Please someone help me with this code ..
> On Oct 2, 3:08 pm, "Barry Hunter" <barrybhun...@googlemail.com> wrote:
Ok i got it for the most part useing gpsgate as the server and some
code that is out there . but can someone tell me how i can have the
marker on this web page auto select ? so i do not need to click on it
or even click on the map for the info boxs down below loads ? I just
like to open the page and have it go right to the befault marker /
user
<craigcavall...@gmail.com> wrote:
> Ok i got it for the most part useing gpsgate as the server and some
> code that is out there . but can someone tell me how i can have the
> marker on this web page auto select ? so i do not need to click on it
> or even click on the map for the info boxs down below loads ? I just
> like to open the page and have it go right to the befault marker /
> user
> On Oct 6, 7:51 am, "craigcavall...@gmail.com"<craigcavall...@gmail.com> wrote:
> > Ok i got it for the most part useing gpsgate as the server and some
> > code that is out there . but can someone tell me how i can have the
> > marker on this web page auto select ? so i do not need to click on it
> > or even click on the map for the info boxs down below loads ? I just
> > like to open the page and have it go right to the befault marker /
> > user
<craigcavall...@gmail.com> wrote:
> When you click on the marker you will see it loads the ID:
> Heading:
> MPH:
> GPS Latitude:
> GPS Longitude:
> Last update:
> below the map !!
> I like to make it so you do not have to click it just loads them
> feilds .. when the map loads !
> but i can't see to just remove the " click "
> Thanks craig
also retry the page maybe it did not have my gpc info
I didn't notice that that happened...
If you always have only one marker and it is called "marker" (and
marker is global...) you can do:
GEvent.trigger(marker, "click");
after it (and its click listener) has been defined.
> On Oct 6, 11:01 am, "geocode...@gmail.com" <geocode...@gmail.com>
> wrote:
> > On Oct 6, 7:51 am, "craigcavall...@gmail.com"<craigcavall...@gmail.com> wrote:
> > > Ok i got it for the most part useing gpsgate as the server and some
> > > code that is out there . but can someone tell me how i can have the
> > > marker on this web page auto select ? so i do not need to click on it
> > > or even click on the map for the info boxs down below loads ? I just
> > > like to open the page and have it go right to the befault marker /
> > > user
> > What do you mean by "auto select"? Nothing happens when I click on
> > the marker or anywhere else that seems like it might do something
> > (IE6).