issues
search
ElektraInitiative
/
PermaplanT
https://www.permaplant.net
BSD 3-Clause "New" or "Revised" License
16
stars
13
forks
source link
1170 Fix import for svg used in openstreetmap
#1256
Closed
andreicristian97
closed
7 months ago
andreicristian97
commented
7 months ago
Summary
The link to the "plant.svg" image used in openstreetmap was broken due to the SVGs previously being moved to a different location
Fixed the link using an import statement
Basics
[x] The PR is rebased with current master
[x] I added a line to
changelog.md
[x] Details of what I changed are in the commit messages
[x] References to issues, e.g.
close #X
, are in the commit messages and changelog
[ ] The buildserver is happy
Checklist
[ ] I fully described what my PR does in the documentation
[ ] I fixed all affected documentation
[ ] I fixed the introduction tour
[ ] I wrote migrations in a way that they are compatible with already present data
[ ] I fixed all affected decisions
[ ] I added automated tests or a
manual test protocol
[ ] I added code comments, logging, and assertions as appropriate
[ ] I translated all strings visible to the user
[ ] I mentioned
every code or binary
not directly written or done by me in
reuse syntax
[ ] I created left-over issues for things that are still to be done
[ ] Code is conforming to
our Architecture
[ ] Code is conforming to
our Guidelines
[ ] Code is consistent to
our Design Decisions
[ ] Exceptions to any guidelines are documented
First Time Checklist
[ ] I have installed and I am using
pre-commit hooks
[ ] I am using
Tailwind CSS Linting
Review
[ ] I've tested the code
[ ] I've read through the whole code
[ ] I've read through the whole documentation
[ ] I've checked conformity to guidelines
[ ] I've checked conformity to requirements
[ ] I've checked that the requirements are tested
markus2330
commented
7 months ago
jenkins build please
Summary
Basics
close #X
, are in the commit messages and changelogChecklist
First Time Checklist
Review