Point Vector Tiles Support #4891
-
Is there plans to add Point Vector Tile Support? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Are you talking about support for something like a vector tile catalog item that supports point features? Eg perhaps something like
If so having more fully fledged vector tile support is something we've talked about for a little while however it's never made it up the priority list. There is an open issue which is probably worth following. Cheers |
Beta Was this translation helpful? Give feedback.
-
@tech-maven-geospatial We've been thinking of extending vector support in Terria for a while. The issue Rowan posted is the best place to follow updates on that. In the mean time I did some experimenting with how we could support points without a major rework to our current vector tile support. Here's a demo: http://ci.terria.io/master-mvt-points/#https://gist.githubusercontent.com/steve9164/3b21cfb05f2fd6719fab4685aef8818b/raw/548eb4e1695cf1976ba28fddd207d9e50fdf1bfe/point-mvt-on-v7-catalog.json And here's the code changes I made (from |
Beta Was this translation helpful? Give feedback.
Hi @tech-maven-geospatial
Are you talking about support for something like a vector tile catalog item that supports point features?
Eg perhaps something like
If so having more fully fledged vector tile support is something we've talked about for a little while however it's never made it up the priority list.
There is an open issue which is probably worth following.
Cheers