Topic: Is it possible to display Vector Tiles in Tilegarden?

Hello.

I want to display a map in a serverless environment using a mechanism called Tilegarden.
I would like to display this data on OnlineMap as a trial.

https://azavea.github.io/tilegarden/demo/vector.html
https://yourtiles.cloudfront.net/vector/{z}/{x}/{y}.png
^Can I access such a URL and display it on OnlineMap?

Re: Is it possible to display Vector Tiles in Tilegarden?

Hello.

Online Maps cannot display vector tiles, regardless of their source.

Your second url has PNG extension.
It is a raster tile extension, not a vector tile extension (it usually has PBF extension).
Are you sure you have attached the correct url?!

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Is it possible to display Vector Tiles in Tilegarden?

I thought I could use vector tiles.
The URL posted on the above page was https://yourtiles.cloudfront.net/vector … }/{y}.png, so I thought I could use it.

You can read about the raster tile here.
https://azavea.github.io/tilegarden/demo/raster.html
https://yourtiles.cloudfront.net/tile/{z}/{x}/{y}.png
^Is this kind of URL a raster tile extension?

I am sorry for my lack of knowledge and ambiguity in my question.

Re: Is it possible to display Vector Tiles in Tilegarden?

You cannot use vector tiles, and we wrote about it directly in the documentation (section Providers of tiles).

Yes, this is a raster tile extension.
This is most likely an error in the tilegarden documentation.
And, yes, you can use these raster tiles via Provider - Custom.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Is it possible to display Vector Tiles in Tilegarden?

I'll try with Provider - Custom. Thanks for the good support.