pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

Location Update Waypoint - Symbology and Purpose #163

Closed pjdohertygis closed 9 months ago

pjdohertygis commented 2 years ago

Since some teams are using the location update waypoint more often, perhaps it is time to rethink the icon for this waypoint? When we switch to Tracker we will want to consider this anyway. Should we just use the same icons were are currently using for Force Laydown?

Currently Using: SAR Symbol https://napsg-web.s3.amazonaws.com/symbology/index.html#/single?And%20Assemble%20Assembly%20Branch%20Chain%20Check%20Check-In%20Command%20In%20Location%20NIMS%20Point%20Position%20Rescue%20SAR%20Search%20Team%20Teams%20Urban%20USAR

Option 1: US&R Symbol https://napsg-web.s3.amazonaws.com/symbology/index.html#/single?Incident%20Type%208%20Type%208%20Search%20And%20Rescue%20USAR%20Resource%20Team%20Unit%20Task%20Force

Option 2: Use an out of the box Esri symbol that stands out a bit more. For TX-TF1 Track I used firefly symbology and that was much easier to see.

pjdohertygis commented 2 years ago

I am thinking of using something like...

image

@afackler - think it would be possible to do a "Xh Ym ago") label to my expression?

image

pjdohertygis commented 2 years ago

Symbology to test...

Blue person icon under Public Safety set, size 24 image

Label

Filter image

Expression var Team = $feature["team_name_filter"] var Squad = " SQ" + $feature["squad_id"] var StartTime = ToLocal($feature["start_time"]) var IDLabel = [Team, Squad];

return Concatenate(IDLabel, TextFormatting.NewLine)

Style image

pjdohertygis commented 2 years ago

image I have changed this symbol in all web maps and QuickCapture buttons I could find. Let's continue to rotate this in. @jdokemaps can you add to the data dictionary and eventually update in AGOL (will make it a Planner task)