Re: [pmapper-users] Tilcache in pmapper5?

2014-11-13 Thread gioza
It works! excellent work Armin!
If it could help I post my configuration:

Openlayers 2.12 (single file)
pm.ol.customized.js in the truck

My tilecache configuration:

[google-tiles]
type=WMS
url=http://localhost:8080/cgi-bin/mapserv.exe?map=C:\ms4w\apps\esempio\config\default\wms_google.map
layers=catasto
spherical_mercator=true

My custom.js ol:
$.extend(PM.OL.Theme.olNativeThemes,
{
create: function() {
this.themeList['vmapLayerWms'] = this.createVmapWmsLayer();
},
createVmapWmsLayer: function() {
var vmapLayerWms = new OpenLayers.Layer.WMS( Openlayers WMS,
 
http://localhost:8080/cgi-bin/tilecache211/tilecache.cgi?;,
  {LAYERS : google-tiles},{
sphericalMercator: true,  projection: EPSG:900913}  );
 return vmapLayerWms;
}
});





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025669.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=154624111iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] coordinate display

2014-11-13 Thread Marcello Benigno
Hi Firdaus,

In js_config.php add this line code:

PM.ZoomBox.coordsDisplayRfactor = 2;

The value is the number of decimal digits

Regards,

2014-11-11 17:10 GMT-03:00 Firdaus firdaus alikome...@gmail.com:

 dear all,

 can anyone help me to display the coordinate system in decimal digits ?
 currently my coordinate is only X:95 Y:6, i need to improve it to be
 X:95,45 Y:6,32

 Please help me

 --
 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=154624111iu=/4140/ostg.clktrk
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users




-- 
*Marcello Benigno B. de Barros Filho*
Prof. do Curso Superior de Tecnologia em Geoprocessamento - IFPB
Mestre em Ciências Geodésicas e Tecnologias da Geoinformação - UFPE
Doutorando em Tecnologia Ambiental e Recursos Hídricos - UFPE
http://profmarcello.blogspot.com
http://about.me/marcello.benigno
--
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=154624111iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users