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

Bugs in WMS getfeatureinfo function #177

Open
webgisdeveloper opened this issue Jan 11, 2022 · 4 comments
Open

Bugs in WMS getfeatureinfo function #177

webgisdeveloper opened this issue Jan 11, 2022 · 4 comments
Assignees
Labels
bug Something isn't working Fixed

Comments

@webgisdeveloper
Copy link
Contributor

  • X and Y incorrectly specified
  • Saline formation: internal error occurred PropertyDescriptor is null - did you request a property that does not exist?
@webgisdeveloper webgisdeveloper added the bug Something isn't working label Jan 11, 2022
@webgisdeveloper webgisdeveloper self-assigned this Jan 11, 2022
@webgisdeveloper
Copy link
Contributor Author

may need to modify the ftl file on the server side to get the same displays

@webgisdeveloper
Copy link
Contributor Author

e.g content.ftl under workspaces/SimCCS/NATCARB_OG_082819_SimCCSFormat_10K

<ul style="list-style-type:none;">
<#list features as feature>
  <li>Field_Name:<b>${feature.FIELD_NAME.value}</b></li>
  <li>Vol_Low:<b>${feature.VOL_LOW.value}</b></li>
  <li>WellCap:<b>${feature.wellCap.value}</b></li>
</#list>
</ul>

webgisdeveloper added a commit that referenced this issue Jan 11, 2022
@webgisdeveloper
Copy link
Contributor Author

X and Y incorrectly specified: when map is dragged, zoom in/out seems ok

@webgisdeveloper
Copy link
Contributor Author

reference: https://gist.github.com/rclark/6908938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed
Projects
None yet
Development

No branches or pull requests

1 participant