Re: [pmapper-users] Tilcache in pmapper5?

2014-11-17 Thread Raffaele Morelli
On 18/11/14 at 12:08am, gioza wrote: > According to Armin indications I tested the "custom.js" for multiple OL WMS > in this way and it works: > > $.extend(PM.OL.Theme.olNativeThemes, > { > create: function() { > this.themeList['vmapLayerWms2'] = this.createVmapWmsLayer(); >

Re: [pmapper-users] Tilcache in pmapper5?

2014-11-17 Thread gioza
According to Armin indications I tested the "custom.js" for multiple OL WMS in this way and it works: $.extend(PM.OL.Theme.olNativeThemes, { create: function() { this.themeList['vmapLayerWms2'] = this.createVmapWmsLayer(); this.themeList['vmapLayerWms'] = this.c

Re: [pmapper-users] Tilcache in pmapper5?

2014-11-17 Thread Raffaele Morelli
On 12/11/14 at 11:32pm, Armin Burger wrote: > I added a basic support for native OL layer types. See changeset >http://svn.pmapper.net/trac/changeset/1359 > > should work when called the application with "?config=dev" since all of > that new type is defined in the "dev" configuration. > > Th