File "Readme.txt"

Full path: /www/map/mapserver-extensions/pmapper-4.2.0/plugins/tocinfolink/Readme.txt
File size: 497 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Back

Adds info link image for info about layer/group.


By default all groups/layers will get an info link inserted BEFORE the layer name.
To change default behaviour define an entry in js_config.phtml in your config directory:

Create an entry in 
PM.Plugin.TocInfolink.options = {
    groupList: ['countries', 'cities10000eu'],   // list of layers/groups
    insert: 'after',                             // where to insert
    linkimg: 'images/infolink.gif'               // image used for link
};


PHP File Manager