[MapProxy] wms angle parameter on mapproxy wms from tile source

Oliver Tonnhofer olt at omniscale.de
Thu Aug 17 23:59:14 PDT 2017


Hi,

You can configure the non-standard ANGLE parameter as a forward-req-params
https://mapproxy.org/docs/nightly/sources.html#forward-req-params

This works for uncached sources only, so you need a layer with both sources and tile_sources:

layers:
  - name: x
    title: X
    sources: [wms]
    tile_sources: [cache]


Regards,
Oliver

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




> On 10.08.2017, at 12:55, Dahinden Adrian <a.dahinden at alpgis.ch> wrote:
> 
> Hi MapProxy-Team
>  
> We define a tile source in MapProxy and then access this source over/via a sqlite cache, with the option « disable_storage » set to true. With this configuration it is possible to get a WMTS and a WMS service from a tile source. Now we dedected that this WMS service, doesn’t handle/interpret the ANGLE WMS parameter (to rotate the map) at all.
>  
> Is this behaviour because the ANGLE parameter is a non-standard request parameter ?
> Are you agree with me, that an implementation of this parameter be an useful enhancement to mapproxy ?
> Are there any aspirations in that direction ?
>  
> Kind regards
> Adrian
> 
>  
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapproxy



More information about the MapProxy mailing list