logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tirex::Backend::WMS - WMS backend for Tirex

Description

       Simple "renderer" that gets the map image from a WMS server. The WMS server must support the right SRS
       (EPSG:3857 or the informal EPSG:900913).

       Only WMS 1.1.1 is currently supported.

       Config parameters for the map file:

       url url prefix
       layers list of comma-separated layers
       srs spatial reference system, 'EPSG:3857' etc.
       transparent TRUE or FALSE

Methods

$backend->init()
       This method initializes things specific to this backend.

   $backend->create_metatile()
       Create a metatile.

perl v5.40.0                                       2024-11-08                           Tirex::Backend::WMS(3pm)

Name

       Tirex::Backend::WMS - WMS backend for Tirex

See Also