I'm trying to make tilecache working with pmapper5.
My aim is to integrate a code that let "openlayers" render the wms
tile-service created by tilecache.
Great performance for raster rendering...
My first steps:

1) substitute openlayers single file with version 2.12 (only this version
work for me)
2) substitute pm.ol.customized  with the one in the "pmapper5 truck"

As I am not a software developper I tried to "feed" openlayers directly
working in the "pm.ol.theme.js" file.
I simply add a new part of code in this way:

addBASETHEME: function() {    
var osm_base=   new OpenLayers.Layer.Google("Google street",{
        visibility: false
    });

var ol_wms = new OpenLayers.Layer.WMS( "Cached Base Map",
                   
"http://localhost:8080/cgi-bin/tilecache211/tilecache.cgi?";,
                                      {LAYERS : "google-tiles"},{
sphericalMercator: true,projection: EPSG:900913"}   );
                
 map.addLayers([ ol_wms ]); },

at line 29 I added this code:
this.addBASETHEME();
Before this part of code:
this.getThemeList();               
this.addThemesToMap();
this.addHighlightTheme();

First results:

Tilecache is on pmapper5 as a fix layer.

Anyone insterested in developping pmapper5 in this direction? I this wms-c
service is a great improvement for pmapper5, especially when raster
background is requested!



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025663.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to