Re: [pmapper-users] Capture coordinates of the polygon drawn with 'Measure area' in pmapper5

2013-10-23 Thread Armin Burger
add an entry like the following to your custom.js file at the end: OpenLayers.Control.PMMeasureArea.prototype.showMeasureResults = function(evt) { console.log(evt); } Then use tools like Firebug to analyze the "evt" object that is logged there. inside this evt object you will find an obje

Re: [pmapper-users] GPX Files and Pmapper

2013-10-23 Thread gioza
just add in your mapfile a layer like this: LAYER NAME 'GPS' TYPE line CONNECTIONTYPE OGR CONNECTION 'Strada.gpx' <--- name of gpx file DATA 'tracks' < type of geometry STATUS ON

Re: [pmapper-users] labels

2013-10-23 Thread Chris forum
That will probably not change anything, but the mapserver documentation says: PROCESSING "LABEL_NO_CLIP=True" "True", not "On" On Wed, Oct 23, 2013 at 2:58 PM, gioza wrote: > I have the same problem to solve: "the labels clipped by tiles". > I tried the *PROCESSING "LABEL_NO_CLIP=On"* but n

[pmapper-users] XY LAYER from mysql db

2013-10-23 Thread gioza
I am trying to connect my layers with an external DB (mysql). I installed PEAR and relatives drivers (in my case for mysql). The installation seems to have been done correctly (i tested the pear and it works and mysql drivers are in the list) but i can't connect my layers to mysql DB. I tried the

Re: [pmapper-users] labels

2013-10-23 Thread gioza
I have the same problem to solve: "the labels clipped by tiles". I tried the *PROCESSING "LABEL_NO_CLIP=On"* but no changes occured. As far as Google maps as Default is concerned, if you post your config.xml file I could help you. -- View this message in context: http://pmapper-users-p-mappe

Re: [pmapper-users] lAdding an internet service

2013-10-23 Thread Solly Vuso
Yes I have tried and am not winning even on Qgis , any advice how to add this on pmapper5? On Wed, Oct 23, 2013 at 2:46 PM, gioza wrote: > I think you should try to add a WMS service. I am quite sure that the one > you > are trying to add isn't a WMS service. > First of all I suggest you to tes

Re: [pmapper-users] lAdding an internet service

2013-10-23 Thread gioza
I think you should try to add a WMS service. I am quite sure that the one you are trying to add isn't a WMS service. First of all I suggest you to test the WMS connection in QGis. In Qgis you can seach a lot of WMS service -- View this message in context: http://pmapper-users-p-mapper-users-mai

[pmapper-users] Capture coordinates of the polygon drawn with 'Measure area' in pmapper5

2013-10-23 Thread Juan Ramón Charco Toboso
Hola, En pmapper5, Existe alguna forma de modificar el código de la herramienta 'Measure area' para que capture/muestre las coordenadas de los vértices del polígono dibujado ? El código de la herramienta 'Measure area' se encuentra en el archivo C:\ms4w\apps\pmapper\pmapper-5.0-beta2\js\src\PM.C

Re: [pmapper-users] lAdding an internet service

2013-10-23 Thread Solly Vuso
Hi I have been trying to add the http://aerial.openstreetmap.org.za/erf.html, its an aerial photo to pmapper 5 . It takes a long time when its loading but eventually nothing shows. This is how I have defined in the mapfile LAYER NAME "aerial.openstreetmap" TYPE RASTER #STATUS OFF CONNECT

Re: [pmapper-users] labels

2013-10-23 Thread Solly Vuso
I have tried following the instruction but its still not working On Wed, Oct 23, 2013 at 9:52 AM, Chris forum wrote: > Great, well done! > I didn't know that PROCESSING parameter: > The LABEL_NO_CLIP processing option can be used to skip clipping of shapes > when determining associated label an

Re: [pmapper-users] labels

2013-10-23 Thread Chris forum
Great, well done! I didn't know that PROCESSING parameter: The LABEL_NO_CLIP processing option can be used to skip clipping of shapes when determining associated label anchor points. This avoids changes in label position as extents change between map draws. It also avoids duplicate labels where fea

Re: [pmapper-users] labels

2013-10-23 Thread Chris forum
Hi I guess you are having this issue with pmapper5, so it looks like the problem comes from the tiling: http://lists.maptools.org/pipermail/ka-map-users/2006-May/001571.html As said in the link above, you could try to pre-generate bigger tiles. But in your case, polygons districts must be quite b