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

Enable GeoJSON integration via <map-link rel=features type=application/geo+json tref=...> #1023

Open
prushforth opened this issue Jan 8, 2025 · 0 comments

Comments

@prushforth
Copy link
Member

It should be possible to add a "permanent" layer of GeoJSON to the viewer. Instead of doing that at the level, we could implement it via the <map-link rel=features> method. What's more, if the json is a "feed" and includes a "next" link, the client could pull the feed accordingly e.g. this feed contains a rel: "next" in its links.

It should be fast, so it probably shouldn't go through the geojson2mapml api, but instead just render the layer. We will need to figure out how to style the rendered content with "CSS". It probably should use the canvas API, and forego conversion to SVG, even, tbd.

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