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

add parser for circular kml files #200

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Conversation

maede97
Copy link
Member

@maede97 maede97 commented Oct 3, 2023

Fix issue #149 and implement the parser for circular KML files.

@maede97 maede97 linked an issue Oct 3, 2023 that may be closed by this pull request
@maede97 maede97 requested a review from wp99cp October 4, 2023 05:30
@maede97
Copy link
Member Author

maede97 commented Oct 4, 2023

Circular paths should now be supported.
@wp99cp please review :-)

@maede97 maede97 merged commit 52f152c into dev Oct 4, 2023
@maede97 maede97 deleted the feature-149-circular-paths branch October 4, 2023 10:29
maede97 added a commit that referenced this pull request Nov 5, 2023
* Update index.html (#197)

Translate the english title to german (short variant instead of "Automatisierte Marschzeittabellen")

* Bump socket.io-parser from 4.2.2 to 4.2.4 in /frontend (#195)

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@4.2.2...4.2.4)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump vite from 3.2.4 to 3.2.7 in /docs (#194)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Readme.md (#198)

Add german dev notes to readme

Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>

* Fix Issue 138 & Cypress ENV (#199)

* Fix issue 138

* fix cypress env var

* Bump pillow from 9.3.0 to 10.0.1 in /swiss_TLM_api (#203)

* add parser for circular kml files (#200)

* bump version

* Bump postcss from 8.4.19 to 8.4.31 in /docs (#208)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.19...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pillow from 9.3.0 to 10.0.1 in /swiss_TLM_api (#205)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.3.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix bugs in name_index creator

* fix naming in bodenbedeckungen

* update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
maede97 added a commit that referenced this pull request Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Circular Paths (in KML files)
2 participants