-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
docs: fix remaining issues with html dictionary tag replacement #5165
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made small modification to have examples as code and syntax as bold-italics combo.
category, **thin**=*10* gives cats \[0,10,20,...\]. For raster maps | ||
starting at category 1, **thin**=*10* gives cats \[1,11,21,...\]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
category, **thin**=*10* gives cats \[0,10,20,...\]. For raster maps | |
starting at category 1, **thin**=*10* gives cats \[1,11,21,...\]. | |
category, `thin=10` gives cats \[0,10,20,...\]. For raster maps | |
starting at category 1, `thin=10` gives cats \[1,11,21,...\]. |
|
||
The **use** option lets the user create a legend made up of arbitrary | ||
category values. e.g. **use=***1000,100,10,0,-10,-100,-1000* | ||
category values. e.g. **use**=*1000,100,10,0,-10,-100,-1000* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
category values. e.g. **use**=*1000,100,10,0,-10,-100,-1000* | |
category values. e.g. `use=1000,100,10,0,-10,-100,-1000` |
No description provided.