Re: [pmapper-users] Tilcache in pmapper5?
Brought to you by:
arminburger
|
From: gioza <al...@al...> - 2014-11-27 07:37:46
|
Example for OSM Transportation:
$.extend(PM.OL.Theme.olNativeThemes,
{
create: function() {
this.themeList['vmapLayerWms2'] = this.createVmapWmsLayer2();
},
createVmapWmsLayer2: function() {
var vmapLayerWms2 = new OpenLayers.Layer.OSM.TransportMap();
return vmapLayerWms2;
}
});
--
View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025688.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com.
|