[MapProxy] New MapProxy 1.1.0b1 release

Daniel Araújo Miranda miranda.dam at dpf.gov.br
Thu May 12 08:57:08 EDT 2011


Amazing. Congratulations on the great work!
Miranda
--
Daniel Araújo Miranda
Perito Criminal Federal
APMA/DPER/INC/DITEC/DPF
Departamento de Polícia Federal



On Thu, 2011-05-12 at 13:41 +0200, Oliver Tonnhofer wrote:
> On 12.05.2011, at 09:57, Oliver Tonnhofer wrote:
> > Tagged WMS Sources
> > ------------------
> > 
> > You can tag WMS source names with layer names. It is no longer required to
> > specify a WMS source multiple times, for each layer combination you use.
> > You can now define a WMS once without any layers and then tag the source
> > name with the layers you need.
> > 
> >   sources:
> >    wms1:
> >     type: wms
> >     req:
> >       url: http://example.org/service?
> > 
> >   caches:
> >    mycache1:
> >     sources: [wms1:lyr1,lyr2]
> >     grids: [mygrid]
> >    mycache2:
> >     sources: [wms1:lyr3,lyr4]
> >     grids: [mygrid]
> 
> For everyone trying that example out: The tagged layer names need to be enclosed in quotes, since the colon is ambiguous in YAML. 
> 
> So it is
>   sources: ['wms1:lyr1,lyr2']
> 
> 
> The documentation has the right format:
> > - http://mapproxy.org/docs/nightly/sources.html#tagged-source-names
> 
> Regards,
> Oliver
> 




More information about the MapProxy mailing list