How do I add layers to the reference map in pmapper5?

I tried to add attribute olTheme and name in the group tag 

<group olTheme="mylayer" name="mylayer">mylayer</group>

..and then in the js config:

PM.overviewMapOptions = {
    ...
    olThemes: [ ['osmmapnik', ['osmmapnik']], ['mylayer', ['mylayer']]  ],
   ...
    }
};

It doesn’t work

thank you

Peter
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to