[pygeoapi] image based map tile providers
Tom Kralidis
tomkralidis at gmail.com
Tue May 3 12:50:41 PDT 2022
Hi Travis: can you try with name: MVT in your provider setup?
Thanks
..Tom
> On May 3, 2022, at 11:55, Travis Kirstine <traviskirstine at gmail.com> wrote:
>
>
> Are image map tile providers supported?
>
> It appears that MVT works but not image based services. In the docs it indicates that "- type: tile" is allowed but this will throw a invalid plugin error:
>
> File "/home/ubuntu/pygeoapi/lib/python3.8/site-packages/pygeoapi-0.13.dev0-py3.8.egg/pygeoapi/plugin.py", line 94, in load_plugin
> raise InvalidPluginError(msg)
> pygeoapi.plugin.InvalidPluginError: Plugin tile not found
>
> My basic config:
>
> mycollection:
> type: collection
> # collection info ......................
> providers:
> - type: tile
> name: image
> data: https://tile.openstreetmap.org/{z}/{x}/{y}.png
> options:
> zoom:
> min: 0
> max: 21
> schemes:
> - WebMercatorQuad
> format:
> name: png
> mimetype: image/png
>
> _______________________________________________
> pygeoapi mailing list
> pygeoapi at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pygeoapi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pygeoapi/attachments/20220503/7c2730d0/attachment.htm>
More information about the pygeoapi
mailing list