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

Fix typos #958

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/maplibre/fields_of_the_world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/opengeos/leafmap/blob/master/docs/maplibre/fields_of_the_world.ipynb)\n",
"[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/opengeos/leafmap/HEAD)\n",
"\n",
"**Visualizing Agricultural Field Boundary Dataset - Field of the World**\n",
"**Visualizing Agricultural Field Boundary Dataset - Fields of The World**\n",
"\n",
"Fields of The World (FTW) is a comprehensive benchmark dataset designed to enhance the development of machine learning models for instance segmentation of agricultural field boundaries. It aggregates and harmonizes a number of open datasets into 1.6 million parcel boundaries and over 70,000 samples covering diverse agricultural landscapes across 4 continents and 24 countries.\n",
"\n",
"For more information about Field of the World, please visit: https://fieldsofthe.world\n",
"For more information about Fields of The World, please visit: https://fieldsofthe.world\n",
"\n",
"Uncomment the following line to install [leafmap](https://leafmap.org) if needed."
]
Expand Down
13 changes: 7 additions & 6 deletions docs/maplibre/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,18 +236,19 @@ Use the draw control to draw features on the map.

[![](https://i.imgur.com/w8UFssd.png)](https://leafmap.org/maplibre/draw_features)

## Visualize fields of the world

Visualize Agricultural Field Boundary Dataset - Field of the World.

[![](https://i.imgur.com/0A9yuyL.png)](https://leafmap.org/maplibre/fields_of_the_world)

## Use a fallback image

Use a coalesce expression to display another image when a requested image is not available.

[![](https://i.imgur.com/0A9yuyL.png)](https://leafmap.org/maplibre/fallback_image)

## Visualize Fields of The World

Visualize Agricultural Field Boundary Dataset - Fields of The World.

[![image](https://github.com/user-attachments/assets/933264d9-378b-4943-9611-0e105b250f63)
](https://leafmap.org/maplibre/fields_of_the_world)

## Add a pattern to a polygon

Use fill-pattern to draw a polygon from a repeating image pattern.
Expand Down