You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WRI application has a search function that, when in the advanced mode, allows a user to draw a simple polygon shape or upload a shapefile.
Create a separate embeddable map application that can be placed in the /wri/project/search.html screen
Coordinate with DTS to update the embed code
Place a UI element on the screen to activate polygon drawing
Place a UI element on the screen to accept a shapefile upload
Allow the graphic to be cleared
When the drawing is finished, set a hidden text field named aoiGeometry with the well known text for the geometry*
*We wrote our own conversion utility. I wonder if js4 or something open source is available. Otherwise our hack job could still function on 4x geometries.
The WRI application has a search function that, when in the advanced mode, allows a user to draw a simple polygon shape or upload a shapefile.
/wri/project/search.html
screenaoiGeometry
with the well known text for the geometry**We wrote our own conversion utility. I wonder if js4 or something open source is available. Otherwise our hack job could still function on 4x geometries.
Prior implementation
References
The text was updated successfully, but these errors were encountered: