-
Notifications
You must be signed in to change notification settings - Fork 4
Release 2.3.0 #88
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
Release 2.3.0 #88
Conversation
- add missing imports, requirements etc.
with version 2.2.0 some braking changes were made, this commit fixes them
known issues: - existing docker containers are broken - logging not fully working - index creation takes very long - data source is not included in repo and fetching script is missing - other smaller bugs possible...
- small script that converts a GPX file to a JSON (in LV95 format)
- remove old prerequisites: those two points are no longer needed as the functionality is now extracted to a separate docker container
- creates a new docker container containing the code for the name finding - exposes a simple API to query swiss names - code refactorization
- include API call to walk-time table generation procedure -> application is now running again.
- add logging - eager caching of index, keep index in memory even after a request
- add street intersections - add leisure areals - improve forest entry names by adding flurname
Fix/fix missed extremas
…i/automatic_walk-time_tables into feature/speedup-name-finding
maede97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also:
- Ich habe mal den ersten Batch der Files durchgesehen. Grundsätzlich voll i.O., nur "minor typos".
- Stresstest mit 4 Tabs gleichzeitig war auch super erfolgreich und gab keine Fehler!
- Ich glaube, es ist ready to merge!
webinterface/src/app/pages/export-settings/export-settings.component.html
Outdated
Show resolved
Hide resolved
python_program/automatic_walk_time_tables/Command_Line_Arguments.md
Outdated
Show resolved
Hide resolved
python_program/automatic_walk_time_tables/map_downloader/create_map.py
Outdated
Show resolved
Hide resolved
maede97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not tried yet, but just an idea - why not link to the repo at the current commit?
webinterface/src/app/components/footer/app-footer.component.html
Outdated
Show resolved
Hide resolved
Yes, this is indeed working. Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
…e_map.py Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
Co-authored-by: Matthias Hüppi <[email protected]>
…ted, if you run the frontend with `npm start` for local development
maede97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
What's new with this release
Preview
A preview of this version is hosted at https://dev.map.cevi.tools/.
Open Todo's
Known Issues