Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mean High Water (MHW) tasks #216

Open
1 task
clintonlunn opened this issue Apr 8, 2022 · 4 comments · Fixed by #231
Open
1 task

Mean High Water (MHW) tasks #216

clintonlunn opened this issue Apr 8, 2022 · 4 comments · Fixed by #231

Comments

@clintonlunn
Copy link
Member

clintonlunn commented Apr 8, 2022

  • MHW is text only right now. Implement a feature service for the Mean High Water data into the interactive LABINS map.

  • Implement the Mean High Water features into the Data Query panel.

  • build a link similar to what you see in the GLO section

@shodge17
Copy link
Contributor

shodge17 commented Apr 27, 2022

need a new section in the information Panel for the MHW surveys. There is no layer for these features. The strategy will be to use the Township-Range-Section layer as the block of code to build the needed information. Once in the block build a new section of the info panel and call it MHW Surveys.

All we are going to do is build a link similar to what you see in the GLO section. the link needs to look like this:

<a target="_blank" href=https://www.labins.org/survey_data/water/water.cfm?town1=' + results[i - 1].attributes.tr_dissolve.substring(0, 2) + '&town2=' + results[i - 1].attributes.tr_dissolve.substring(2, 3) + '&range1=' + results[i - 1].attributes.tr_dissolve.substring(3, 5) + '&range2=' + results[i - 1].attributes.tr_dissolve.substring(5, 6) + '&sec1=' + results[i - 1].attributes.tr_dissolve.substring(1,2) + '>' + 'Search for MHW Surveys in this section ' + '</a><br>'

Let me know if you have questions about this one.

@clintonlunn clintonlunn linked a pull request May 7, 2022 that will close this issue
@shodge17
Copy link
Contributor

shodge17 commented May 9, 2022

not sure why, but the section part of the link I gave you is not right. Here is what should work:
attributes.twnrngsec.substring(8, )

shodge17 added a commit that referenced this issue May 9, 2022
@shodge17
Copy link
Contributor

I don't see this update in the master right now. Agreed? Feature zoom to 38S R41E section 5. Just click in the section. You will not see the MHW section in the info panel. I think your intent was to have all of this issue in the pull I just did right?

@clintonlunn
Copy link
Member Author

I don't see this update in the master right now. Agreed? Feature zoom to 38S R41E section 5. Just click in the section. You will not see the MHW section in the info panel. I think your intent was to have all of this issue in the pull I just did right?

Yes that was my intent, I must have missed this change. Thanks for pointing it out. I'll get a pr up for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants