Skip to content

Commit

Permalink
fixed image issues on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Nov 25, 2024
1 parent d2bc316 commit 76734b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ my_map.add_layer(fill_layer)

The `LineItem` options `cap` and `join` lead to the following results:

![Cap Join Options](images/line_types.png)
![Cap Join Options](https://raw.githubusercontent.com/ocell/mapsy/main/images/line_types.png)


#### Circle Layer
Expand Down Expand Up @@ -189,9 +189,9 @@ You can set the anchor of the text with the `text_anchor` parameter. The default

| | | |
| - | - | - |
| ![TOP_LEFT](images/text_anchor_top_left.png) | ![TOP](images/text_anchor_top.png) | ![TOP_RIGHT](images/text_anchor_top_right.png) |
| ![LEFT](images/text_anchor_left.png) | ![CENTER](images/text_anchor_center.png) | ![RIGHT](images/text_anchor_right.png) |
| ![BOTTOM_LEFT](images/text_anchor_bottom_left.png) | ![BOTTOM](images/text_anchor_bottom.png) | ![BOTTOM_RIGHT](images/text_anchor_bottom_right.png) |
| ![TOP_LEFT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_top_left.png) | ![TOP](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_top.png) | ![TOP_RIGHT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_top_right.png) |
| ![LEFT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_left.png) | ![CENTER](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_center.png) | ![RIGHT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_right.png) |
| ![BOTTOM_LEFT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_bottom_left.png) | ![BOTTOM](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_bottom.png) | ![BOTTOM_RIGHT](https://raw.githubusercontent.com/ocell/mapsy/main/images/text_anchor_bottom_right.png) |



Expand All @@ -217,7 +217,7 @@ pytest

The image below is an example of a map created using the Mapsy library:

![Enforced Bounding Box](images/EnforcedBBox.png)
![Enforced Bounding Box](https://raw.githubusercontent.com/ocell/mapsy/main/images/EnforcedBBox.png)

## License
This project is licensed under the MIT License.
Expand Down

0 comments on commit 76734b9

Please sign in to comment.