• 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.

GR level 2 analyst version 1.71 won't run on windows 10 TP

I'm not sure I know what you mean, unless the style file syntax has changed, and I can find no source that indicates that it has.

Again, I am working with shapefiles, which have database fields as defined in the accompanying *.dbf files. The style files can key off of those different fields.

So, in this example:

; All Roads Style File
Status: NAME1 NAME2 NAME3 FULLNAME

; For Roads_USA_StateHighways-XX
;
; SRP = State Highway Paved (ORANGE)
; SRU = State Highway Unpaved (ORANGE)
; NE-SFWY = New England State Freeway (VIOLET)
; NE-SRP = New England State Road Paved (GREEN)
;
Color: "ID" "SRP" 1000 255 128 0
Color: "ID" "SRU" 1000 255 128 0
Color: "ID" "NE-SFWY" 500 255 0 255
Color: "ID" "NE-SRP" 50 0 200 0


We have features in the shapefile (in this case line segments) which have several fields attached to them. One of the fields is "ID" which essentially determines the "type" of road. If the "ID" field is "SRP", it will be displayed at a zoom level of 1000, and given an RGB color value of 255,128,0

"Status" just defines which fields (again, you can find them in the *.dbf file) have their values printed out when you mouse-over the feature.

I could have a field called "Width" in the shapefile/*.dbf file, but as far as I know, GRLx doesn't care what the fields in the shapefile are called.

This is apparently the latest style file specification:
http://www.grlevelx.com/manuals/gis/files_style.htm

If it has been updated, it has not made it to the official documentation. Searching the "Owner Forums" for shapefile width just brings up old threads for new feature requests.

There's literally hundreds of posts which mention Tiger shapefiles, and there are as many style files floating around as there are posts. Tiger road shapefiles are "pretty good" but aren't always up-to-date, and they tend to show a lot of private roads and driveways. Best bet for accuracy is to get shapefiles from various DOTs, and change the available fields, but the native fields are different in every state and it can be major undertaking.
 
I saw the same issue with Windows 10 TP, so I decided not to upgrade just yet. The other issue, which is not related, is that Windows Media Center is not compatible. I use it in the field to pick up local TV stations when chasing so I can watch reports via TV, rather than streaming (wasting data) or radio.
 
Good idea Greg... But I tried to upload my GR2AE color tables, and PAL isn't supported. And as I went through the setup, I can see the current system turning into a mess based on naming conventions, tags, etc. Can separate categories be set up?

I added the .pal extension to allowed file types in Resources @rdale as I believe that's what you were getting at above. If you have suggestions for other categories (or sub categories), naming conventions, etc. please let me know. I'm all ears. :)
 
Back
Top