UGS-GIO / forgeApp

UGS FORGE web application that compiles a large data set of FORGE data and displays it on an interactive web map
https://geology.utah.gov/apps/jay/tests/FORGE/
1 stars 0 forks source link

Map appearance and symbolization tweeks #7

Closed Stefankirby closed 4 years ago

Stefankirby commented 4 years ago

1) Change forge area polygon to from yellow to red.

Stefankirby commented 4 years ago

2) Adjust water level point symbolization so it only shows springs and wells, instead of source... Well symbol can just be the current symbol for wells.

Stefankirby commented 4 years ago
  1. Add site label for groundwater chemistry points.
Stefankirby commented 4 years ago
  1. Make sure 3d wells have a normal well symbol on land surface and a label,
marthajensen commented 4 years ago
  1. Adjust water level point symbolization so it only shows springs and wells, instead of source... Well symbol can just be the current symbol for wells.

Hi Stefan - when you say "well symbol can just be the current symbol for wells" - do you mean the current symbol used in the water levels (black outline, blue fill) or do you mean the current symbol for the FORGE_ wells (black outline only)?

Stefankirby commented 4 years ago

Current symbol for water levels

On Wed, May 13, 2020 at 8:42 AM Martha Jensen notifications@github.com wrote:

  1. Adjust water level point symbolization so it only shows springs and wells, instead of source... Well symbol can just be the current symbol for wells.

Hi Stefan - when you say "well symbol can just be the current symbol for wells" - do you mean the current symbol used in the water levels (black outline, blue fill) or do you mean the current symbol for the FORGE_ wells (black outline only)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/UGS-GIO/forgeApp/issues/7#issuecomment-628036542, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFGEW37BKT3HGRJWPUOTODRRKWTTANCNFSM4MS7LIRA .

-- Stefan Kirby, PG Utah Geological Survey 1594 W. North Temple St. Salt Lake City, UT 84114

Phone 801 537 3349

http://geology.utah.gov/

marthajensen commented 4 years ago

Data republished for web map -

  1. Forge area now has red boundary
  2. Source removed from Water Levels - @jjhi11 I think a Legend renderer needs to be made for the water level wells (UGS unpublished.... should all be one symbol instead of four)
  3. Site label added for groundwater chemistry -
  4. Forge_wells and labels are included in dataset @jjhi11 somehow the labels need to be added for the 3d thermal wells from the AGOL webmap
marthajensen commented 4 years ago

@jjhi11 I think both Water Levels (see above) and Well Pads need a legend renderer

marthajensen commented 4 years ago

To address 4. (@Stefankirby well symbols and labels on the land surface), @jjhi11 and I decided that the top of each well needed to be removed so that the underlying 3D well didn't show on the land surface. To accomplish this, I applied a -25 m cartographic offset to each 3D well. These new 3D features are located at: https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Infrastructure_Wells_3d_drop25m/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Deep_Wells_25mDrop/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Intermediate_Wells_25mDrop/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Shallow_Wells_25mDrop/SceneServer

If we need to revert back in the future, the wells without a cartographic offset are located at the following URLs (these wells touch the surface of the earth): https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Infrastructure_Wells_3d/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Deep_Wells_3d_2/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Intermediate_Wells_3d/SceneServer https://services.arcgis.com/ZzrwjTRez6FJiOq4/arcgis/rest/services/Thermal_Shallow_Wells_3d/SceneServer

jjhi11 commented 4 years ago

All the well layers are now duplicated with scenelayers and featurelayers for correct map representations