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

docs: fix remaining issues with html dictionary tag replacement #5165

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

petrasovaa
Copy link
Contributor

No description provided.

@github-actions github-actions bot added vector Related to vector data processing raster Related to raster data processing libraries module docs general display imagery misc labels Feb 21, 2025
Copy link
Member

@wenzeslaus wenzeslaus left a 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.

Comment on lines +37 to +38
category, **thin**=*10* gives cats \[0,10,20,...\]. For raster maps
starting at category 1, **thin**=*10* gives cats \[1,11,21,...\].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
category values. e.g. **use**=*1000,100,10,0,-10,-100,-1000*
category values. e.g. `use=1000,100,10,0,-10,-100,-1000`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display docs general imagery libraries misc module raster Related to raster data processing vector Related to vector data processing
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants