<div dir="ltr"><div>Hello,</div><div><br></div><div>You have the answer at <a href="https://github.com/mapbox/mbtiles-spec#utfgrid">https://github.com/mapbox/mbtiles-spec#utfgrid</a> Two specs. In old days, utfgrid was part of the mbtiles spec directly<br></div><div></div><div>- mbtiles = contains raster or vector tiles</div><div>- utfgrid = store in the same scheme (xyz) json blob to be able to make interactive map</div><div><br></div><div>Most of the time, when using mbtiles = you create a sqlite file pregenerated and you serve raster/vector tiles and optionally utfgrid using a small server without any mapping logic. The advantage = any hosting can do it. Drawback = Can't refresh on the fly.</div><div><br></div><div>The alternative approach is to use a web map server that's able to read a geospatial datasource and output from it an image/vector/utfgrid like if it was serve from a mbtiles with yoururl/<z>/<x>/<y>.png (for raster) or yoururl/<z>/<x>/<y>.pbf (for vector) or yoururl/<z>/<x>/<y>.json (for utfgrid) but the data behind behind the scene is not stored in a mbtiles. Advantage = clients libraries (OpenLayers, Leaflet,...) are able to consume raster/vector tiles or utfgrid like if served from static mbtiles. Drawback = special hosting to deploy and use your web map server.<br></div><div><br></div><div>Not sure it's enough clear.</div><div><br></div><div>Regards,</div><div><br></div><div><br></div><div>Thomas Gratier<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 3 sept. 2022 à 01:05, Scott <<a href="mailto:public@postholer.com">public@postholer.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm ill equipped to answer your question directly.<br>
<br>
However, as you delve into the world of vector tiles I'd strongly <br>
suggest taking a look a FlatGeoBuf (.fgb). It's an index format <br>
supported by GDAL and MapServer. It's very fast and painless.<br>
<br>
The home page has demo's for openlayers, leaflet and mapbox, using a <br>
single 12GB census data file. Leaflet seems to be the most responsive.<br>
<br>
<a href="http://flatgeobuf.org/" rel="noreferrer" target="_blank">http://flatgeobuf.org/</a><br>
<br>
<br>
<br>
<br>
On 9/2/22 15:22, karsten wrote:<br>
> Hi All,<br>
> For the first time, I am diving into actually using vector tiles and or <br>
> UTF grids on an OpenLayers map. I am confused  about UTF grids, <br>
> especially I could not find clear answers whether UTFGrids have been <br>
> completely replaced by MB Tiles or if UTF Grids are now a subset of MB <br>
> Tiles. Posts on the web seem to suggest that UTF grids can be stored <br>
> inside MB Tiles <br>
> <<a href="https://medium.com/@pyin001/utfgrid-and-mbtiles-map-file-decoding-on-android-864487697752" rel="noreferrer" target="_blank">https://medium.com/@pyin001/utfgrid-and-mbtiles-map-file-decoding-on-android-864487697752</a>>. <br>
> Note that I am trying to stay outside the Mapbox empire (as much as <br>
> possible) and trying to use GDAL, MapServeretc.<br>
> GDAL can produce MB tiles (but not sure if that includes UTF grid info <br>
> as well) and MapServer can deliver UTF grid via WMS on the fly, but not <br>
> sure how performance is so far ...<br>
> Would anyone have some insights ?<br>
> Thanks<br>
> Karsten Vennemann<br>
> <a href="http://www.terragis.net" rel="noreferrer" target="_blank">www.terragis.net</a> <<a href="http://www.terragis.net" rel="noreferrer" target="_blank">http://www.terragis.net</a>><br>
> <br>
> _______________________________________________<br>
> MapServer-users mailing list<br>
> <a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
_______________________________________________<br>
MapServer-users mailing list<br>
<a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>