-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Points of interest to use tiles (#1979)
* Initial commit to move from indexdb and files to tiles * Update to use the new pois end point * Improve geometry and language and allow tests to run * Support place icon * Fix lint, add offline support * Fix tests, remove unneeded field from state * Fix offline address for pmtiles. * Fix typo which caused a crash * Improve properties * For OSM elements - get the data from OSM and wikipedia. * Add support for external sources * Fix poi source layer name * Fix test * fix lint * Improve handling of OSM returned data * Fix tomb, used cloudflare source. * Final fixes in links to points * Fix lint * Fix tests * Adds the ability to merge ways with the same name * Allow more distance between ways - 30 meters * Improve how places will look using overpass turbo * Added trails pois source and relevant handling * Fix test * Improve location of none point POIs, fix missing image and source link fixes. * Sort out mtb name related routes. * Added support for inature tag * Remove mtb_name, added improved line merge * Update inature reference according to discussion * Fix lint * Add iNature service to client side. * Fix initialization, Add iNature route support. * Fix lint. * Use simplified regexp notation. * Make regexp case insensitive. * Rename iNature.service.ts to inature.service.ts * Add logging * Add wikidata service to present wikidata point online. * Fix failure in test * Update package to use latest ngx-maplibre, use poi source from server. * Fix hiking icon * Add removal of duplicated points * Fix issue with recording by upgrading the ngx-maplibre library * Fix typos * Fix test due to deduplication code. * Remove zoom 10 limitation for POIs. * remove redundant console.log * Allow loading a feature from an in-mempry tile * Improve typing, add timeout. * Improve coverage for icon selection * Fix lint * Run lint after running the tests * Add test coverage to iNature service * Fix lint * Improve coverage for geojson utils
- Loading branch information
Showing
25 changed files
with
2,022 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.