Closed shodge17 closed 3 years ago
First one is changed, but according to our NGS data, the second actually is "Not Classified": Is this correct?
I looked at each of the 8 points that have this classification and found that half of them were classified as horizontal while the other half were not found on the master NGS layer ( https://maps1.arcgisonline.com/arcgis/services/NGS_Geodetic_Control). I think I am ok erroring on the side of classifying them rather than not classifying them.
Sounds good! Turns out that the first one actually is listed as "Vertical." I'm going to change the delimiters in the code, as I think spaces are creating some edge cases in the code.
um... Here is what I found AQ2770 - Horizontal BE3990 - Horizontal AJ2432 - Not found but is on an airport runway making me think it is horizontal AD9137 - Not found but is on an airport runway making me think it is horizontal DE8827 - Horizontal AJ2073 - Horizontal AA1814 - Not found but is on an airport runway making me think it is horizontal AF0304 - Not found but is on a golf course next to an airport runway making me think it is horizontal
this is compared to the points found in the NGS site mentioned above,
Sorry, I said that poorly! What I meant was that the first condition pos_srce = 'HD_HELD1' and vert_srce = 'ADJUSTED'
was listed as "Vertical," but was marked as "Hor. & Ver." due to a bug. I've changed the code and these points should now be correctly symbolized as "Vertical."
I've also moved the second combination (pos_srce = 'NO CHECK' and vert_srce = 'GPS OBS'
) from "Not classified" to "Horizontal."
I've added labels to the map on test
. One caveat: callout labels as used in the Flash version are not supported by FeatureLayers in the current JS API.
This issues seems to have been solved. I see you (Clinton) have had nothing to do with this one so I am going to close it.
Thank you for contacting Florida State University. The following person(s) you are trying to contact directly or through a distribution list are no longer with the university. Philip Griffith (pdgriffith@fsu.edu) For further assistance, please contact the ITS Service Desk at 850-644-HELP (4357) or help.fsu.edu. This is an automated notification. Replies to this mailbox are not monitored.
If pos_srce = 'HD_HELD1' and vert_srce = 'ADJUSTED' Then this is a vertical mark NOT a both
If pos_srce = 'NO CHECK' and vert_srce = 'GPS OBS' Then this is a horizontal mark NOT an undefined