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

[FEATURE ?] - local GPX/GeoJSON loading #217

Open
0gust1 opened this issue Nov 22, 2024 · 0 comments
Open

[FEATURE ?] - local GPX/GeoJSON loading #217

0gust1 opened this issue Nov 22, 2024 · 0 comments

Comments

@0gust1
Copy link

0gust1 commented Nov 22, 2024

Hi, many thanks for this lib!

(This is not a feature request :), more a opinion-searching post ).

I've made a small set of Svelte components to locally load and display GPX/GeoJSON routes: https://github.com/0gust1/svelte-local-gpx-viewer (demo here: https://0gust1.github.io/svelte-local-gpx-viewer/)

It was an old unpublished side project that I brushed up, cleaned and published to experiment with Svelte v5.
I originally made that for myself and friends (hiking/cycling/outdoor enthusiasts). It's quite handy to compare routes without relying to an external service server (komoot doesnt do that for example)

I'm still uncertain about the feature scope and future of those components. Next step for me is to try to build and publish a vanilla JS version that could be used in non-svelte websites/project.

I was wondering if it could be part of the lib. At first I thought it was not a good idea, but seeing recent activity of the project, I'm less sure.

What is your opinion ?

Main dependencies:

	"dependencies": {
		"@tmcw/togeojson": "^5.8.1",
		"@turf/turf": "^7.1.0",
		"dexie": "^4.0.9",
		"svelte-maplibre": "^0.9.14"
	}
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

No branches or pull requests

1 participant