From AlejandroCarranza at consunet.com.au Sun Mar 22 14:51:22 2026 From: AlejandroCarranza at consunet.com.au (Alejandro Bulgaris Carranza) Date: Sun, 22 Mar 2026 21:51:22 +0000 Subject: [MapProxy] Map Proxy for Serving Tiles Offline In-Reply-To: References: Message-ID: Hi Map Proxy mailing list, First of all thank you in advance for your help, please see below my questions: I am using latest version of kartoza/mapproxy docker container. For the moment this is just a demo proptotype but I want to check my understanding about how Map Proxy is meant to work. First please see below snippet of my configuration below: wms: srs: ['EPSG:4326'] image_formats: ['image/png'] versions: ['1.1.1'] layers: - name: osm title: OSM sources: [osm_cache] caches: osm_3857_cache: sources: [osm_wms] grids: [webmercator] format: image/png disable_storage: true osm_cache: sources: [osm_3857_cache] grids: [osm_grid] format: image/png cache: type: file directory: '/home/cache/tiles_4326' directory_layout: tms image: resampling_method: bilinear sources: osm_wms: type: tile url: file:///home/base/tiles/%(z)s/%(x)s/%(y)s.png grid: GLOBAL_WEBMERCATOR grids: webmercator: base: GLOBAL_WEBMERCATOR osm_grid: srs: 'EPSG:4326' origin: sw Please see the following questions below: 1. Is there anything against using a source type tile directly from the file system for a production application that will work in offline mode? Note that the configuration for the source is using file:/// 2. If using directly file:/// in url property for production is not recommended what is the best alternative for running in offline mode? Thank you in advance, Alejandro NOTICE: This email, including any attachments, is confidential and intended only for the named recipients. If you are not the intended recipient, please contact the sender and delete the email. -------------- next part -------------- An HTML attachment was scrubbed... URL: