<div dir="ltr"><div>Are image map tile providers supported? <br></div><div></div><div><br></div><div>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:</div><div><br></div><div>  File "/home/ubuntu/pygeoapi/lib/python3.8/site-packages/pygeoapi-0.13.dev0-py3.8.egg/pygeoapi/plugin.py", line 94, in load_plugin<br>    raise InvalidPluginError(msg)<br>pygeoapi.plugin.InvalidPluginError: Plugin tile not found<br></div><div><br></div><div>My basic config:<br>


</div><div><br></div><div>    mycollection:<br></div><div>        type: collection<br></div><div>        # collection info ......................<br></div><div>        providers:<br>            - type: tile<br>              name: image<br>              data:  <a href="https://tile.openstreetmap.org/{z}/{x}/{y}.png">https://tile.openstreetmap.org/{z}/{x}/{y}.png</a><br>              options:<br>                  zoom:<br>                      min: 0<br>                      max: 21<br>                  schemes:<br>                      - WebMercatorQuad<br>              format:<br>                  name: png<br>                  mimetype: image/png<br></div><div><br> </div></div>