[MapProxy] Coordinate system choice in mapproxy demo

Oliver Tonnhofer olt at omniscale.de
Fri May 22 04:53:06 PDT 2015


Hi,

that’s how tiled services work in general. You can still use WMS if you need more flexibility.


Regards,
Oliver

-- 
Oliver Tonnhofer  | Omniscale GmbH & Co KG  | http://omniscale.com
OpenStreetMap WMS and tile services         | http://maps.omniscale.com




> On 22.05.2015, at 09:55, Rico Widmer <ricowidmer at gmx.ch> wrote:
> 
> Hi,
>  
> Thank you very much. May I ask why WMTS supports only the cached formats?
>  
> Regards,
> Rico
>  
> Gesendet: Freitag, 22. Mai 2015 um 09:29 Uhr
> Von: "Oliver Tonnhofer" <olt at omniscale.de>
> An: "Rico Widmer" <ricowidmer at gmx.ch>
> Betreff: Re: [MapProxy] Coordinate system choice in mapproxy demo
> Hi,
> 
> please reply to the mailing list. We only provide free support on the public list.
> 
> But, yes. you need a separate cache for each tile set you want to offer.
> If you need flexibility with different formats and projections then you might better use WMS.
> 
> 
> Regards,
> Oliver
> 
> --
> Oliver Tonnhofer | Omniscale GmbH & Co KG | http://omniscale.com
> OpenStreetMap WMS and tile services | http://maps.omniscale.com
> 
> 
> 
> 
> > On 22.05.2015, at 09:22, Rico Widmer <ricowidmer at gmx.ch> wrote:
> >
> > Hi Oliver
> >
> > Thank you for your fast response.
> > Does this mean that a client cannot request map tiles in EPSG:900913 over WMTS when the MapProxy caches EPSG:3857?
> > So if I want MapProxy to serve multiple SRS and image formats over WMTS I need a separate cache for each SRS and for each image format?
> >
> > Regards,
> > Rico
> >
> > Gesendet: Freitag, 22. Mai 2015 um 08:31 Uhr
> > Von: "Oliver Tonnhofer" <olt at omniscale.de>
> > An: "Rico Widmer" <ricowidmer at gmx.ch>
> > Cc: mapproxy at lists.osgeo.org
> > Betreff: Re: [MapProxy] Coordinate system choice in mapproxy demo
> > Hi,
> >
> > the WMTS directly serves your configured caches. So if you have a cache in EPSG:900913 and PNG then this will be the only projection/format that is available.
> > See http://mapproxy.org/docs/latest/configuration.html#caches on how to change the format and grid.
> >
> >
> > Regards,
> > Oliver
> >
> > --
> > Oliver Tonnhofer | Omniscale GmbH & Co KG | http://omniscale.com
> > OpenStreetMap WMS and tile services | http://maps.omniscale.com
> >
> >
> >
> >
> > > On 22.05.2015, at 08:22, Rico Widmer <ricowidmer at gmx.ch> wrote:
> > >
> > > I have a question about the mapproxy demo page.
> > >
> > > I added wmts and wms to the services config, so the demo page lists the configured layers in the WMS and the WMTS part.
> > >
> > > services:
> > > demo:
> > > wmts:
> > > wms:
> > > #srs sets the coordinate reference systems as which you want to make your data available. MapProxy reprojects the source data very well to these projections.
> > > srs: ['EPSG:3857','EPSG:900913']
> > > image_formats: ['image/jpeg', 'image/png']
> > >
> > >
> > > But the problem here I have is that only the EPSG:900913 SRS is shown in the WMTS part. The WMS part shows a drop-down menu with the configured SRS. How can I achieve that under WMTS I can choose between all SRS as in WMS? The same with the image formats. The WMTS part shows only png. It seems like only the SRS and image format which are used in the cache are shown.
> > >
> > > I use mapproxy 1.7.1 and 1.8.0.
> > >
> > > Thank you very much in advance for your help.
> > >
> > >
> > > _______________________________________________
> > > MapProxy mailing list
> > > MapProxy at lists.osgeo.org
> > > http://lists.osgeo.org/mailman/listinfo/mapproxy
> >
>  



More information about the MapProxy mailing list