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

Doc: Fix typo #3287

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@
* </ul>
* <li><strong>labelRotation</strong> (ECQL) - (Point Placement) the rotation of the label
* <li><strong>labelXOffset</strong> (ECQL) - (Point Placement) the amount to offset the label
* along the x axis. positve number offset to the right
* along the x axis. positive number offset to the right
* <li><strong>labelYOffset</strong> (ECQL) - (Point Placement) the amount to offset the label
* along the y axis. positve number offset to the top of the printing
* along the y axis. positive number offset to the top of the printing
* <li><strong>labelAnchorPointX</strong> (ECQL) - (Point Placement) The point along the x axis
* that the label is started at anchored). Offset and rotation is relative to this point. Only
* one of labelAnchorPointX/Y or labelAlign will be respected, since they are both ways of
Expand Down