• After witnessing the continued decrease of involvement in the SpotterNetwork staff in serving SN members with troubleshooting issues recently, I have unilaterally decided to terminate the relationship between SpotterNetwork's support and Stormtrack. I have witnessed multiple users unable to receive support weeks after initiating help threads on the forum. I find this lack of response from SpotterNetwork officials disappointing and a failure to hold up their end of the agreement that was made years ago, before I took over management of this site. In my opinion, having Stormtrack users sit and wait for so long to receive help on SpotterNetwork issues on the Stormtrack forums reflects poorly not only on SpotterNetwork, but on Stormtrack and (by association) me as well. Since the issue has not been satisfactorily addressed, I no longer wish for the Stormtrack forum to be associated with SpotterNetwork.

    I apologize to those who continue to have issues with the service and continue to see their issues left unaddressed. Please understand that the connection between ST and SN was put in place long before I had any say over it. But now that I am the "captain of this ship," it is within my right (nay, duty) to make adjustments as I see necessary. Ending this relationship is such an adjustment.

    For those who continue to need help, I recommend navigating a web browswer to SpotterNetwork's About page, and seeking the individuals listed on that page for all further inquiries about SpotterNetwork.

    From this moment forward, the SpotterNetwork sub-forum has been hidden/deleted and there will be no assurance that any SpotterNetwork issues brought up in any of Stormtrack's other sub-forums will be addressed. Do not rely on Stormtrack for help with SpotterNetwork issues.

    Sincerely, Jeff D.

Live Tracker

Joined
Dec 3, 2008
Messages
191
Location
St. Joseph, MO
MODS- Please forgive me if this in the wrong spot, I figured this topic would fall under equipment category.

Where can I find whatever I need to put a live tracker up on my site, kind of like the one that tornadovideos.net uses, one with the radar imagery and whatnot, I've tried looking everywhere but I can't find anything. Does anyone know anything about it?
 
As Skip said the easiest way to do this is with GpsGate.
I have a page that uses this HERE.
If you want to get into programming it, you can customize it with whatever you want including radar.
 
thats exactly what i want to do. but how do i get the map onto my site?

That's why I asked if you are a programmer. You are going to have to go through the source code of that webpage, copy out the map, and modify it to work on your own webpage. This is not a trivial task if you are unfamiliar with HTML, javascript, and PHP.
 
thats exactly what i want to do. but how do i get the map onto my site?

Hi Randall,

The easiest way to do this is to use a snippit of HTML to call your position from FindU. This is assuming you are using APRS however, although there's a way to get your position into the APRS stream without actually transmitting APRS data (would need to do some research on that aspect as I can't remember off the top of my head how to do that).

Just put this bit of code into your web page (substitute the CALLSIGN with your own callsign of course).


EDIT: Damm, can't get the message to stop shortening the code above; make sure you "hover" the pointer over the linked part of the text above to get the whole hyperlink

If you need anything else than this you need to check out those links of Skip's above. There's a lot of custom solutions out there that simply use the Google Map API plus your position data; but they do involve some work on your part to get working.
 
That's why I asked if you are a programmer. You are going to have to go through the source code of that webpage, copy out the map, and modify it to work on your own webpage. This is not a trivial task if you are unfamiliar with HTML, javascript, and PHP.

Not to mention it would be theft of intellectual property, i.e. Copyright. Source code is subject to copyright laws as well. Something of course all of us on this forum are respectful of, right?
 
As far as getting a map for your website, anybody can obtain a key to use the Google Maps API in their website. Then, it's just a matter of inserting (which they tell you how to do) and then writing some code to plot your position and radar.
 
Back
Top