-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
g.gui.iclass: Add explanation of expected format for vector layers #4411
Conversation
@neteler The contents are correct, but how do we handle the particularities of the g.html2man.py that https://app.travis-ci.com/github/OSGeo/grass/jobs/626613157#L13795
It's valid html right? |
This is what I added:
The html is correct IMO. What is it exactly that cannot be handled? Is line 64 too long? OTOH I see there is a typo in my change, line 68, it should read |
I'm sure it's that our code doesn't like |
How could I amend the PR to solve the typo I submitted in a 'gracious' git way? |
Any way you'd like, we squash-merge and can edit the message before merging. Since there are no review comments yet, you can even force-push as much as you want without causing any problems. |
3185d9c
to
530a40e
Compare
OK. Let's see how it works. I did a "git amend" and a "git push -f". I corrected the typo and even deleted the potentially problematic </ ul > and < /p > |
But we probably need the closing |
I see. I'll fix it now. |
530a40e
to
d5d73ce
Compare
Thanks! |
If it's valid (cannot check today) then we would need to update |
Maybe related: #2668 |
g.gui.class allows for importing training areas from vector layers. However, it is not clear from the manual that some specific columns are desirable ('cat', 'class', 'color'). This PR addresses this issue by adding a clarification.