Skip to content
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
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ updates:
timezone: "UTC"
open-pull-requests-limit: 10
reviewers:
- "Elfpkck"
- "elfpkck"
assignees:
- "Elfpkck"
- "elfpkck"
labels:
- "ci"

Expand All @@ -21,9 +21,9 @@ updates:
time: "03:10"
timezone: "UTC"
reviewers:
- "Elfpkck"
- "elfpkck"
assignees:
- "Elfpkck"
- "elfpkck"
labels:
- "ci"

Expand All @@ -34,9 +34,9 @@ updates:
time: "03:15"
timezone: "UTC"
reviewers:
- "Elfpkck"
- "elfpkck"
assignees:
- "Elfpkck"
- "elfpkck"
labels:
- "dependencies"
allow:
Expand Down
4 changes: 2 additions & 2 deletions PolygonsParallelToLine/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ hasProcessingProvider=yes

about=This plugin rotates polygons (and lines) to be parallel to the nearest reference segment; the reference can be a line or polygon layer (polygon boundary rings are treated as polylines). Two entry points are provided: a batch Processing algorithm that operates on whole layers, and an interactive map tool that lets you pick a reference line or polygon feature on the canvas and then click — or drag-rectangle — individual line/polygon features to rotate them in place. It is useful when working with streets and buildings. Before using the plugin, we strongly recommend checking your data for geometric errors. A full description can be found at https://elfpkck.github.io/parallelizer/

tracker=https://github.com/Elfpkck/parallelizer/issues
repository=https://github.com/Elfpkck/parallelizer
tracker=https://github.com/elfpkck/parallelizer/issues
repository=https://github.com/elfpkck/parallelizer

changelog=See CHANGELOG.md

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PR Validation](https://github.com/Elfpkck/parallelizer/actions/workflows/test.yaml/badge.svg?event=pull_request)](https://github.com/Elfpkck/parallelizer/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/Elfpkck/parallelizer/graph/badge.svg?token=QEHFI3XE08)](https://codecov.io/gh/Elfpkck/parallelizer)
[![PR Validation](https://github.com/elfpkck/parallelizer/actions/workflows/test.yaml/badge.svg?event=pull_request)](https://github.com/elfpkck/parallelizer/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/elfpkck/parallelizer/graph/badge.svg?token=QEHFI3XE08)](https://codecov.io/gh/elfpkck/parallelizer)

[![QGIS](https://qgis.github.io/qgis-uni-navigation/logo.svg)](https://qgis.org)

Expand Down Expand Up @@ -182,19 +182,19 @@ This project is licensed under the [GNU General Public License v2.0 or later](LI

## Support

- 🐛 [Report Issues](https://github.com/Elfpkck/parallelizer/issues)
- 💬 [Discussion Forum](https://github.com/Elfpkck/parallelizer/discussions)
- 🐛 [Report Issues](https://github.com/elfpkck/parallelizer/issues)
- 💬 [Discussion Forum](https://github.com/elfpkck/parallelizer/discussions)

---

**Made with ❤️ for the QGIS community**

<!-- Image References -->
[intro]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/intro.gif
[install]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/install.gif
[open]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/open.gif
[default_usage]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/default_usage.gif
[_rotated]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/_rotated.png
[distance]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/distance.gif
[angle]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/angle.gif
[by_longest]: https://raw.githubusercontent.com/Elfpkck/pptl_images/refs/heads/master/by_longest.gif
[intro]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/intro.gif
[install]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/install.gif
[open]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/open.gif
[default_usage]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/default_usage.gif
[_rotated]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/_rotated.png
[distance]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/distance.gif
[angle]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/angle.gif
[by_longest]: https://raw.githubusercontent.com/elfpkck/pptl_images/refs/heads/master/by_longest.gif
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ addopts = "-m 'not perf'"
markers = ["perf: performance smoke tests (skipped by default; run with `-m perf`)"]

[tool.qgis-plugin-ci]
github_organization_slug = "Elfpkck"
github_organization_slug = "elfpkck"
plugin_path = "PolygonsParallelToLine"
project_slug = "parallelizer"

Expand Down
Loading