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 point and polyline support for mapbox vector tile items using a library #3846

Closed
tephenavies opened this issue Dec 3, 2019 · 5 comments
Assignees

Comments

@tephenavies
Copy link
Member

Currently Terria only supports Polygons through MapboxVectorTileImageryProvider.js but now that we allow adding a catalog item with type "mvt" we should expand support.

@nf-s nf-s mentioned this issue Aug 13, 2020
24 tasks
@AnaBelgun
Copy link
Member

to discuss complexity in sprint

@tephenavies
Copy link
Member Author

I've prototyped this for points:
image

Unfortunately my approach has drawbacks for points. E.g. zooming in leads to artifacts (see to the left and below the point):
image

Although I think this is also a problem with the current polygon rendering, it just doesn't show up as much.

It'd be trivial to do render polylines too (and shouldn't lead to other problems)

@wibily
Copy link
Contributor

wibily commented Jul 7, 2021

Nick: this will be replaced by a library at some point.

@wibily wibily changed the title Add point and polyline support for mapbox vector tile items Add point and polyline support for mapbox vector tile items using a library Jul 7, 2021
@nf-s
Copy link
Contributor

nf-s commented Jul 7, 2021

This is the lib I have my eye on https://github.com/protomaps/protomaps.js

@nf-s
Copy link
Contributor

nf-s commented Sep 22, 2021

Closed by #5736

@nf-s nf-s closed this as completed Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants