René Buffat
René Buffat
If it is a requirement to add tags on modified objects, then I see it critical to include this imagery here as I'm not aware of a mechanism that this...
@tsmock Thanks for the information! The issue was generated by our imagery test script (I should definitely change the user that creates these issues!) The script should close the issue...
@tsmock the linked service is also exposed as WMS: ``` .... { "properties": { "name": "City_County_2020", "type": "wms", "url": "https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/City_County_2020/ImageServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap", "description": "2020 Air Photo. Eagleview project between city and county...
@jbelien Thanks for checking! The issue was created automatically by a script that checks daily the availability of the imagery: https://rbuffat.github.io/eli_watchdog (the script was broken for some time). If the...
Imagery seems to work again.
Indeed, that looks strange. I need to figure out why the watchdog script fails.
Imagery seems to work again.
See https://github.com/osmlab/editor-layer-index/issues/1643#issuecomment-1279995563
Imagery seems to work again.
Not sure if it helps, but this is the code used in ELI to detect if a WMTS layer is TMS compatible: https://github.com/osmlab/editor-layer-index/blob/gh-pages/scripts/libeli/wmtshelper.py#L285-L308 respectively https://github.com/osmlab/editor-layer-index/blob/396153ce63597fd461e5728b4bed3556ec677cf7/scripts/libeli/wmtshelper.py#L78-L125