From traviskirstine at gmail.com Thu Aug 11 09:03:34 2022 From: traviskirstine at gmail.com (Travis Kirstine) Date: Thu, 11 Aug 2022 12:03:34 -0400 Subject: [MapProxy] bulk_meta_tiles error Message-ID: I'm getting a error: TypeError: store_tiles() missing 1 required positional argument: 'dimensions' When trying to use the bulk_meta_tiles option for my cache with a WMTS tile source. Any ideas - config below # Yaml caches: swoop_2015_cache: grids: [merc_grid] sources: [swoop_2015_wmts] meta_size: [2,2] bulk_meta_tiles: true concurrent_tile_creators: 4 cache: type: sqlite directory: /home/share1/cache sources: swoop_2015_wmts: type: tile url: ' https://tiles.arcgis.com/tiles/TJH5KDher0W13Kgo/arcgis/rest/services/SWOOP_2015_TPK/MapServer/WMTS/tile/1.0.0/SWOOP_2015_TPK/default/default028mm/%(z)s/%(y)s/%(x)s ' grid: merc_grid transparent: true on_error: 404: response: transparent cache: false coverage: bbox: [-83.23718055985752, 41.674296689096344, -78.86342333976725, 45.58466983773021] srs: 'EPSG:4326' -------------- next part -------------- An HTML attachment was scrubbed... URL: From traviskirstine at gmail.com Tue Aug 23 13:14:01 2022 From: traviskirstine at gmail.com (Travis Kirstine) Date: Tue, 23 Aug 2022 16:14:01 -0400 Subject: [MapProxy] bulk_meta_tiles error In-Reply-To: References: Message-ID: This only appears to be affecting the latest version 1.15.1 - this configuration works with previous versions. On Thu, 11 Aug 2022 at 12:03, Travis Kirstine wrote: > I'm getting a error: > > TypeError: store_tiles() missing 1 required positional argument: > 'dimensions' > > When trying to use the bulk_meta_tiles option for my cache with a WMTS > tile source. > > Any ideas - config below > > # Yaml > caches: > swoop_2015_cache: > grids: [merc_grid] > sources: [swoop_2015_wmts] > meta_size: [2,2] > bulk_meta_tiles: true > concurrent_tile_creators: 4 > cache: > type: sqlite > directory: /home/share1/cache > > sources: > swoop_2015_wmts: > type: tile > url: ' > https://tiles.arcgis.com/tiles/TJH5KDher0W13Kgo/arcgis/rest/services/SWOOP_2015_TPK/MapServer/WMTS/tile/1.0.0/SWOOP_2015_TPK/default/default028mm/%(z)s/%(y)s/%(x)s > ' > grid: merc_grid > transparent: true > on_error: > 404: > response: transparent > cache: false > coverage: > bbox: [-83.23718055985752, 41.674296689096344, > -78.86342333976725, 45.58466983773021] > srs: 'EPSG:4326' > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: