Skip to content

Fixed typo and citation #143

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

Merged
merged 1 commit into from
Oct 8, 2021
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
6 changes: 3 additions & 3 deletions docs/example/settings-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Example 🔧
{: .label .label-blue-000 }
</div>
<div class="example-text" markdown="1">
Here we load continental Afria as data file and apply the `presimplify` on the input-space.
Here we load continental Africa as data file and apply the `presimplify` on the input-space.
The plot shows the borders including linestring simplification, derived _before_ the `Topology` is computed.

```python
Expand Down Expand Up @@ -493,7 +493,7 @@ str
Choose between `dp` and `vw`, for Douglas-Peucker or Visvalingam-Whyatt
respectively. `vw` will only be selected if `simplify_with` is set to
`simplification`. Default is `dp`, since it still "produces the most accurate
generalization" (Chi & Cheung, 2006).
generalization" (Shi & Cheung, 2006).

<div class="code-example mx-1 bg-example">
<div class="example-label" markdown="1">
Expand Down Expand Up @@ -621,4 +621,4 @@ window.addEventListener("DOMContentLoaded", event => {
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@4"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>