[GeoMoose-users] Display pbf vector-tiles
Jim Klassen
klassen.js at gmail.com
Tue Jan 24 10:10:52 PST 2023
type="xyz" (in GeoMoose) is for raster tiles so GeoMoose is failing to
interpret the .pbf file as an image.
MVT (.pbf) is supported by OpenLayers, so it shouldn't be too hard get
at least basic map display functionality in GeoMoose.
I'm not sure how queries (Identify, Search, etc.) would work. Currently,
GeoMoose either relies on being able to query a server (WFS, etc.) or on
loading the whole dataset into memory (GeoJSON). With MVT there isn't a
server to run queries and loading the whole dataset into memory runs
counter to why someone would use MVT in the first place. (This is
mostly a problem for search. But, even identify would only know about
the feature as displayed on the map and that might give different
answers than it would at the most detailed level).
On 1/24/23 10:55, Anton Postl wrote:
>
> Hello
>
> Is there a way to display pbf vector tile set in geomoose?
>
> because they are being used more and more
>
> the request here works in principle, the tiles are loaded but not
> displayed.
>
> <map source name="TEST" type="xyz">
>
> <layer name="xxx"/>
>
> <url>https://tiles/{z}/{x}/{y}.pbf</url
> <https://tiles/%7bz%7d/%7bx%7d/%7by%7d.pbf%3c/url>>
>
> </map-source>
>
> Thank you!
>
>
> _______________________________________________
> GeoMoose-users mailing list
> GeoMoose-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geomoose-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20230124/bba86bac/attachment.htm>
More information about the GeoMoose-users
mailing list