[pmapper-users] Google maps as default layer - PMAPPER5 beta2

2013-10-09 Thread gioza
hoping to be useful for someone I post how I figured out to set google maps
as default layer in pmapper 5 beta2.
Obviously define in config.xml google maps in "defgroups" but first of all
substitute the files in lib/init with the same ones from pmapper5 *beta1*.

I don't khow why but it works...







--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Google-maps-as-default-layer-PMAPPER5-beta2-tp4025353.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Google maps as default layer - PMAPPER5 beta2

2013-10-17 Thread gioza
hi,
well if you substituted the files I mentioned the next step is to define in
CONFIG.XML google map as default.
I post my configuration:





  



...


gsat
Mura
altre_informazioni
Siti_di_interesse

 

pay attention that in the name of the  is the *oltheme*;
I mean that if I want google terrain as default I have to define in
defgroups *gter* not gterr




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Google-maps-as-default-layer-PMAPPER5-beta2-tp4025353p4025363.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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-mailing-list.993774.n3.nabble.com/Re-pmapper-users-lAdding-an-internet-service-tp4025371p4025373.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-labels-tp4025367p4025375.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[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 join configuration and a XY layer but nothing happened in my
pmapper project. 

Someone may help me?! 

Thanks 



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/XY-LAYER-from-mysql-db-tp4025376.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


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
  PROJECTION
'proj=longlat'
'datum=WGS84'
'no_defs'
END
  DEBUG 5
  CLASS
STYLE
 WIDTH 1.26 
 COLOR 255 255 255
   END
  END

END

pay attention that if your gpx is a track or a waypoint because you have to
define in DATA 'tracks or waypoints".
No legend appears...
remember to add the "group" in config.xml (in this case name "GPS")



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-GPX-Files-and-Pmapper-tp4025332p4025378.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] XY LAYER from mysql db

2013-10-25 Thread gioza
i solved the problem with a workaround.

I created a ORG connection to my mysql and it works really fine as I would.
So I have my point layer and I can integrate it using the js "PMToolClick"
with a little modification, a sort of digitalization, and a php code.

I am working on it to improve performance




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/XY-LAYER-from-mysql-db-tp4025376p4025387.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] How to set layers in different scales

2013-10-27 Thread gioza
have a look here: 
http://www.nws.noaa.gov/gis/otherpage.html
  

thera are a lot of wms services for american area



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/How-to-set-layers-in-different-scales-tp4025384p4025390.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Redraw map in pmapper5 function

2013-10-29 Thread gioza
where should  this script (the one mentioned by Armin) be add?



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

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-10 Thread gioza
hi, probably the simplest solution is:

1) in your POINT shapefile add a field and populate it with pdf file's name
(point1 ---> pdf name)

2) modify your mapfile in the part concerning the point layer in this way:


...
METADATA
 "PM_RESULT_HYPERLINK" '{ "FIELD NAME, THE ONE OF YOUR PDFs NAME": {"alias":
"Link to PDF"} }'
...

3) modify your custom.js in this way:

// Sample Hyperlink function for result window
 
   openHyperlink: function(layer, fldName, fldValue) {
  
  switch(layer) {
  
  case 'POINT LAYER NAME AS DECLARE IN MAPFILE':
 
   //if (fldName == 'NAME OF PDF FIELD') {
  

  var linkUrl = 'http://www.yoursite.com/PATH WHERE YOUR PDFs ARE
LOCATED/' + fldValue; 
 
   window.open(linkUrl, 'wikiquery');
 
   //this.openHyperlinkDialog(linkUrl);
//}

break;





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025402.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] integrate new openlayers scripts into Pmapper5

2013-11-10 Thread gioza
Hi,

the great improvement of Pmapper5 is the integration of openlayers.

My question is: 
is there a way to add new openlayer javascripts into Pmapper5?

If I would like to add the geolocation function, is it possible?

thanks,

bye



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/integrate-new-openlayers-scripts-into-Pmapper5-tp4025403.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] redraw a layer

2013-11-28 Thread gioza
is it possible to redraw/refresh a layer in pmapper5?

for example:

if I add new points to a point layer using mysql digitizing directly in my
webgis, is it possible to refresh the map so that the point layer reappear
with new points I have added?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/redraw-a-layer-tp4025426.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5 area measurement

2014-03-24 Thread gioza
Hi,
I realised that using measure area tool in Pmapper5, the result is double of
real surface (ex.: 10 instead of 5).
Adding the following code in custom.js:

OpenLayers.Control.PMMeasureArea.prototype.showMeasureResults = 
function(evt) {
 console.log(evt);
}

I realised that the first point is always digitized twice even though I
click once.
Has anyone experienced this?

Thanks



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-area-measurement-tp4025464.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 area measurement

2014-04-04 Thread gioza
I post the way I fixed the thing.

modify lines 175-176 of PM.Control.PMToolMeasure.js in this way:

showMeasureResults: function(evt) {
var meas = evt.measure/2;
$('#pmMeasureTotal').val(meas.roundTo(this.measureDecimals) + " " +
evt.units + "²").css({width:'110px'});
},

bye



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-area-measurement-tp4025464p4025468.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5 (or 4.x) and streetview

2014-06-06 Thread gioza
In pmapper5 if you modify PM.Control.PMToolClick.js in the bottom of its part
in this way:

  onClick: function(e) {
var fromProjection = new OpenLayers.Projection("EPSG:900913");   //
Transform from Spherical Mercator Projection WGS 1984
var toProjection   = new OpenLayers.Projection("EPSG:4326"); // to
WGS 1984
var xyMap = map.getLonLatFromViewPortPx(e.xy);
var mouseXY = (xyMap.lon) + ',' + (xyMap.lat);
var position = new 
OpenLayers.LonLat(xyMap.lon,xyMap.lat).transform(
fromProjection, toProjection);  
 


this.execute(mouseXY);
this.execute(position);



myWindow=window.open('YOURNAME','YOURNAME2','width=200,height=200');
myWindow.document.write("  cod:
Latitudine: Longitudine:   "   
 
);
myWindow.focus();



},

execute: function(mouseXY) {
console.log(mouseXY);
},


CLASS_NAME: "OpenLayers.Control.PMToolClick"

});

the code gets the coordinate by clicking on your map and open
"coordinate.php" which is a google streetview api
(https://developers.google.com/maps/documentation/javascript/examples/streetview-service)
in the position where you clicked



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-or-4-x-and-streetview-tp4025487.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: zoom to selected features

2014-06-06 Thread gioza
Hi,
in pmapper5 using the search box or select by shape, have any of you
realised that the function "zoom to selected features" doesn't display the
complete extent of selected items?




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] changing map reference

2014-06-06 Thread gioza
Did you set correct coordinate system? I mean, coordinates in your extent
refer to the coordinate system specified in your mapfile/config.xlm?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-changing-map-reference-tp4025484p4025485.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Tilcache in pmapper5?

2014-06-06 Thread gioza
Hi all,
As Pmapper5 integrates openlayers, theoretically, I think, it's possible to
use WMS-C service like Tilecache (metacarta). Any ideas?
Thanks
 



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

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper 5 set query result in uiLayoutWest

2014-06-12 Thread gioza
Hi,
effectly it doesn't work



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-5-set-query-result-in-uiLayoutWest-tp4025462p4025490.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 with Geoserver

2014-06-20 Thread gioza
I think you can't.
Pmapper is developed around mapserver



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-with-Geoserver-tp4025495p4025496.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] PMapper 5

2014-07-24 Thread gioza
I am interested in what you are asking!
I am using pampper5, the integration with openlayers is a great job.
Are there any development?



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

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pgrouting

2014-07-28 Thread gioza
An idea could be using "Pmapper Search function" to get start/end points and
in the searchitem SQL using the typical pgrouting syntax?
It works with postgis why not directly in pmapper searchitem?

I'm working on it, I will let you khnow



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

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pgrouting

2014-07-29 Thread gioza
Update:
my first test seems to work.
I use PMAPPER search tools to select "SOURCE" point then I use a fixed
TARGET point in the sql:

SELECT seq, id1 AS node, id2 AS edge, cost, the_geom   FROM
pgr_dijkstra('SELECT id, source, target, st_length(the_geom) as cost FROM
sentieri.tutti', ~* '^[search], 2, false, false) as di
  JOIN sentieri.tutti pt
  ON di.id2 = pt.id ;


in the example SOURCE comes from [search] and TARGET is 2.

it works, it highlights the route! obviously you should use the "network
layer" in mapfile but not add it in config.xml. Let it works in backgroung.
Now I would like to "select" the target point in the same way I did for
"source" point.
The I would like to use more understandable name for source and target. In
this moment they refer to NODE id of my DB created by pgrouting extension.
If someone of you is interested we can develop toghether this function.
it works in pm4 and 5



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

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pgrouting

2014-09-05 Thread gioza
at the end my solution is the following one:

1) create a table with all the possible routes;
2) use search function of pmapper to query my track;
3) use a route layer in background: it is in the mapfile but not in
config.xlm; in this way I can use it and see the query results like an
highlight; 

this is a workaround because I didn't figure out to use dynamically the
pgrouting inside pmapper.
I think an advantage is faster reply of server but every time I change a
route I have to regenerate my table. Actually it isn't a problem because I
create a php ad hoc



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

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] last google chrome version bugs with pmapper5?

2014-09-16 Thread gioza
Yesterday I update my google chrome to 37.x release and I realised some
problems in my pmapper5 projects and also in the demo one on-line. In a sort
of "stress" use, I mean activating and deactivating layers frequently,
google chrome start loading until you zoom or pan the map somewhere else.
Raster layers don't reload at all at the scale or zoom position in which
google chrome starts its anomaly behavior!
I tested in Firefox(last release) and IE11 and everything works fine and
also in Google chrome 36.x.

Does anyone of you have experienced the same issue?




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] last google chrome version bugs with pmapper5?

2014-09-16 Thread gioza
same issues with version 38.0.2125.58 beta-m



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616p4025617.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] MS4W The requested URL /pmapper/ was not found on this server.

2014-09-16 Thread gioza
Have you created the "httpd_PROJECT NAME.conf" file for your project?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-MS4W-The-requested-URL-pmapper-was-not-found-on-this-server-tp4025602p4025618.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] last google chrome version bugs with pmapper5?

2014-09-19 Thread gioza
the problem occurs also in the demo project, so it isn't due to my projects

http://www.pmapper.net/demo/pmapper-5-dev/

if you flag and unflag  layers few times, pmapper5 starts loading  layers
which don't appear for a while and the "activate" command doesn't work.
It's like a "cache" read-write problem I think. 

Last version of Google Chrome is the problem?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616p4025621.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] last google chrome version bugs with pmapper5?

2014-09-19 Thread gioza
i'm testing in google chrome vers. 39.x canary and it seems to work fine!
i let you khow



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/last-google-chrome-version-bugs-with-pmapper5-tp4025616p4025622.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: zoom to selected features

2014-10-10 Thread gioza
I figured out with a change to pm.map.js:

add to line 162->166 the map.zoomOut() control in this way:

FROM
  zoom2extent: function(layer, idx, extStr, zoomfull) {
var ext = extStr.split(",");
map.zoomToExtent( new OpenLayers.Bounds(ext[0], ext[1], ext[2], 
ext[3]),
true );
},


TO
  zoom2extent: function(layer, idx, extStr, zoomfull) {
var ext = extStr.split(",");
map.zoomToExtent( new OpenLayers.Bounds(ext[0], ext[1], ext[2], 
ext[3]),
true );
map.zoomOut();
},

As you select a features by "search tools" the zoomToextent will zoom out so
that all the features you selected with the query are completely visible



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025632.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: zoom to selected features

2014-10-10 Thread gioza
for better performance add PM.Map.clearHighlight in pm.query.js in this way:

after line 81 

 execute: function(queryUrl, queryParams) {
PM.Map.clearHighlight();
var self = this; 
...



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025633.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: zoom to selected features

2014-10-10 Thread gioza
a much better solution for my work is to modify pm.map.js in this way:

line 162

 zoom2extent: function(layer, idx, extStr, zoomfull) {
var ext = extStr.split(",");

var minx = (ext[0]*0.9995);
var miny = (ext[1]*0.9995);
var maxx = (ext[2]*1.0005);
var maxy = (ext[3]*1.0005);

map.zoomToExtent( new OpenLayers.Bounds(minx, miny, maxx, 
maxy), true );
  

},

the previous solution gives problem with History Navigation...



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025634.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: zoom to selected features

2014-10-10 Thread gioza
according to your project extension you have to set the coefficent which
adjust the extent of the selected features:

var minx = (ext[0]**0.*);
var miny = (ext[1]**0.*);
var maxx = (ext[2]**1.000*1);
var maxy = (ext[3]**1.0001*);



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025635.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: zoom to selected features

2014-10-12 Thread gioza
I khow but it doesn't work for "selected features" using the search tool



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-zoom-to-selected-features-tp4025486p4025637.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] PMapper5 : PM_RESULT_FIELDS order not observed

2014-10-16 Thread gioza
Very useful!



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PMapper5-PM-RESULT-FIELDS-order-not-observed-tp4025638p4025642.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://p.sf.net/sfu/Zoho
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: do all options in js_config.php work?

2014-10-29 Thread gioza
I realised that some options/settings in js_config.php don't work.
ex.: iquery, scale, table/tree results...

Is it possible to set tool tips results like in pmapper4?





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-do-all-options-in-js-config-php-work-tp4025643.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-12 Thread gioza
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


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-12 Thread gioza
Hi Armin,
I think it would be a great improvement. I am  trying to get it with a
workaround as I described in the post above but it isn't a good way, i khow.
in my opinion to use tms or wmsc service directly from ol will make pmapper5
perfect.
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025665.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


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-12 Thread gioza
I am going to test it right now.
As far as the wiki page is concerned I am interested to update it...someone
may let me khow how to do it...sorry



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025668.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


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


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-15 Thread gioza
Some informations may help:

1) in my tests Openlayers 2.11 doesn't work with tilecache (by metacarta -
tilecache.org); version 2.11 is the one integrate in pmapper5;
2) changing it with OL 2.12 (single file) and change pm.ol.customized.js
with the one in the truck
(http://svn.pmapper.net/trac/browser/trunk/pmapper5) make tilecache works;
3) Ol controls (the ones in left side of the map) don't work if you click on
them;
4) I realised some problem in android systems, I'm testing it;




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025671.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


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-16 Thread gioza
You are right, but in my tests I had bad experience with OL 2.13.1.
I realised poor performance of Zoom function/rendering with vector features
on google base layer.
I think this is a OL 2.13.1 issue
(http://osgeo-org.1560.x6.nabble.com/HELP-OL-2-13-Google-v3-and-other-layers-not-zooming-quot-together-quot-td5060658.html).

OL 2.12 work well with tilecache (tilecache.org), 2.11 not. With OL 2.12 and
2.13 in pmapper5 the +/- and nav buttons of olcontrol (the one on the left
side) don't work.

With OL 2.12 in pmapper5 I verified that if the default layer is in tiles
mode, in IE11 some tiles are missed and become visible only zooming.











--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Tilcache-in-pmapper5-tp4025488p4025673.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


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.createVmapWmsLayer();
},

createVmapWmsLayer: function() {
var vmapLayerWms2 = new OpenLayers.Layer.WMS( "Openlayers WMS",
 
"http://localhost:8080/cgi-bin/tilecache211/tilecache.cgi?";,
  {
 LAYERS : "TEST3"},

{ sphericalMercator: true,
projection: "EPSG:900913"}


 );
 var 
vmapLayerWms = new OpenLayers.Layer.WMS( "Openlayers WMS2",
 
"http://localhost:8080/cgi-bin/tilecache211/tilecache.cgi?";,
  {
 LAYERS : "TEST2"},

{ sphericalMercator: true,
projection: "EPSG:900913"}


 );



 return vmapLayerWms;
return vmapLayerWms2;
}
});

As far as wiki page is concerned I wil try to help in developing it, even if
my my english isn't so good to take part in writing a technical/howto guide



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

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-18 Thread gioza
sorry, above I posted the wrong solution (I do a lot of tests...), this is
the right one:

$.extend(PM.OL.Theme.olNativeThemes,
{
create: function() {
this.themeList['vmapLayerWms2'] = this.createVmapWmsLayer2();
this.themeList['vmapLayerWms'] = this.createVmapWmsLayer();
},

createVmapWmsLayer2: function() {
var vmapLayerWms2 = new OpenLayers.Layer.WMS( "Openlayers WMS",
 
"http://localhost:8080/cgi-bin/tilecache211/tilecache.cgi?";,
  {
 LAYERS : "TEST3"},

{ sphericalMercator: true,
projection: "EPSG:900913"}


 );
return 
vmapLayerWms2;
  },
  
createVmapWmsLayer: function() {
  
 var 
vmapLayerWms = new OpenLayers.Layer.WMS( "Openlayers WMS2",
 
"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-tp4025488p4025678.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-18 Thread gioza
Hi Raffaele,

ok! I start writing my "solutions" or "tips" with pmapper5, I will let you
khow.
Giovanni




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

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-26 Thread gioza
This solution works also for Bing Maps, Google Maps, OSM Cycle e
Transportation...
I think it could work with other map types with a correct ol syntax



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

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tilcache in pmapper5?

2014-11-26 Thread gioza
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.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: refresh a layer

2014-12-01 Thread gioza
Pmapper5 has a great property which is the client-side caching so users can
browse very fast in the map!
Sometimes it is useful to refresh a layer (after editing or because a layer
contents are changed for any reason).
I tried with a new control function in this way:

 map.layers[4].redraw(true );
 map.layers[5].redraw(true );

but with no results. The layers just flashed but remain the same.
Any idea?
 



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: PanZoomBarContainer problem with ol 2.12 implementation

2014-12-01 Thread gioza
As  I mentioned in another post the "PanZoomBarContainer" doesn't work with
OL 2.12 code.
I realised that removing from line 73 of index.phtml  
"pmPanZoomBarContainer" it works

  $(document).ready(function () {
$('#map').pmAppendElement('div', {'id': 'pmPanZoomBarContainer'}); 
PM.Init.main();

});

obviously we haven't the 'container' and the layout isn't so good!

I let you khow if I get it better



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-02 Thread gioza
Hi Armin,
i tried with a shapefile (modify in qgis and show in pmapper) but with no
success. I modified also theindex.php file .
I am going to have more tries I let you khow.
Thanks,

Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025693.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] tile edge problem

2014-12-02 Thread gioza
it's due to tiling. The only solution I have found is to set themeType="PMap"
or better I omit themType.
Labeling has the same problem even if you can "force" it.



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/tile-edge-problem-tp4025695p4025696.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-02 Thread gioza
I seems to produce effect if I reload the webgis service but not in the live
session.
(both php file with "1" as value)



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025697.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: PanZoomBarContainer problem with ol 2.12 implementation

2014-12-02 Thread gioza
Not bad solution could be:

1) remove pmPanZoomBarContainer from index.phtml file

$(document).ready(function () { 
$('#map').pmAppendElement('div', {'id': 'pmPanZoomBarContainer'}); 
PM.Init.main(); 
 
}); 

2)  in \js\ol use files located in \img_g folder as images for panzoombar
(rename \img folder to \img_black and \img_g to \img)

the toolbar works and is well visible on the map



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025698.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: PanZoomBarContainer problem with ol 2.12 implementation

2014-12-02 Thread gioza
you are definitely right, obviously i am just trying to figure out with some
"tricks" because i don't know any parts of the code and, first of all, i am
not a software developper...
I will try your solution.
Is it possible to move out of the map the tool bar? (the one on the right
side).
thanks a lot!
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025701.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-02 Thread gioza
Hi Armin,
if I understood the modifications you suggested have effect on cache
lifetime. I have to do more tries to understand why it doesn't work for me
(I have cache also with PMap setting).
By the way a layer changement (symbology, contents...) won't be appreciate
during a live-session, i think.
I tried with  redraw function but with no success obviously because it
redraws something in the cache...




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025702.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-06 Thread gioza
The only way it works for is to set "session_cache_limiter('nocache')" in
index.php and comment the following line. Obviously the effect can be
appreciated after a reaload, not during a live session (not completly true).

The function map.layers[i].redraw(true) isn't useful, I would try with a 
map.layers[i].destroy() followed by map.addlayer[i].
Destroy function works, it deletes the oltheme refering to the order
specified by the [i].

I think that caching shouldn't be set off because it improves browising
performance for user. In my opinion the right way is to decide which layer
can be refreshed (ex.: editable layer...).
I am working on it, I let you know.

any ideas?

Giovanni 




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025704.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-09 Thread gioza
 this function seems to do the job (partially). I have to do more tests
because it works only after a "pan"

trigger: function myRefreshMap(){
if (this.map) {
map.layers[4].clearGrid();
map.layers[4].redraw(true);
   
   }
   
},

clearGrid deletes the cache for layer[4]





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025705.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: refresh a layer

2014-12-13 Thread gioza
As suggested by Armin, I modified PM.Layer.PMap.js file in this way:

substitute lines 135->137 with the following ones (copied from highlights)

getUrlParamsAdditional: function() {
var now = parseInt(new Date().getTime() / 100);
return '×tamp=' + now;
},

Now PMap layers are always updated. Just activate/disactivate the layer you
will appreciate the modifications if they occured.
A function like this:

trigger: function myRefreshMap(){   
map.layers[3].clearGrid();  
map.layers[3].redraw(true);
},

will force the update in the "current zoom extent/view";

Looking in the "PM.Layer.PMap.js" file I found out the parameter which rules
the "opacity" of highlights (not manageable from template.map file): line
148





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-refresh-a-layer-tp4025689p4025707.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: highlights opacity

2014-12-17 Thread gioza
I post this tip that may help managing opacity of highlights.
Remove line 148 from PM.Layer.PMap.js and you have full control of symbology
of selected features from template.map, especially opacity



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-highlights-opacity-tp4025708.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: iquery window type

2014-12-17 Thread gioza
Is it possible to show results of iquery function in a container like it was
in pmapper4?
The code includes that possibility but I tried to change
iQueryResultDefaultDisplay to false with no success.
It may be nice to show those results as "iquery" tamplate in the
bottom-right container.





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-iquery-window-type-tp4025709.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: iquery window type

2014-12-18 Thread gioza
thanks Suman, i tried your solution but the "window" with results doesn't
appear even if the results can be seen using firebug so the query works.





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-iquery-window-type-tp4025709p4025711.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tile caching support in p.mapper 5

2015-01-07 Thread gioza
I will try right now!
Great job Armin!



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025723.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tile caching support in p.mapper 5

2015-01-08 Thread gioza
it works! great!
Is it possible to "manage" cache/no cache for layers in the xml file?
I mean, if I woulk like to make a layer always updated as You told me in
another post I have to modify the url request in map.php (for istance) with
timestamp.
It could be nice to manage this option via xml file, I think, otherwise all
layers (tile or map) will be managed in the same way.
Bye,
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025724.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: query raster

2015-01-21 Thread gioza
Hi all,
i am trying to figure out how to query a raster.
Actually I see my query results but column "@" doesn't appear so that all
the colums are left shifted and the zoom is undefined.
In my opinion zoom isn't necessary for rasters.
My setting in mapfile:

  TEMPLATE void
TRANSPARENCY 80
TOLERANCEUNITS pixels 

   TOLERANCE 3 

METADATA 
"PM_DESCRIPTION" "solar"
"PM_RESULT_FIELDS" "x,y,value_0"
"PM_RESULT_HEADERS" "x,y,Valore"
END






--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-query-raster-tp4025730.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5 and Mapserver compability

2015-02-03 Thread gioza
Hi all,
which is the best version of mapserver to use with pmapper?
In pmapper website I read that pmapper has been tested with mapserver
version 5.6 to 6.2. Earlier  versions of mapserver are compatible?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-and-Mapserver-compability-tp4025736.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] mapselect and zoomquery

2015-02-26 Thread gioza
you should create a different "folder" for every config_xxx.xml.
I mean that for each configuration you should have at least its own
js_script.php in which you can set a specific extent for your new project.
This is a solution, mapfile can be the same just tell the confing_x.xml
where to get it.






--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-mapselect-and-zoomquery-tp4025713p4025738.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tile caching support in p.mapper 5

2015-04-02 Thread gioza
hi armin,
is "" in config.xml mandatory?
thanks,

Giovanni




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025743.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tile caching support in p.mapper 5

2015-04-07 Thread gioza
Hi Armin,
I have seen from svn trunk changeset 1377 which should prevent caching
possibility for layers.
How does it work? Have I to set any parameters in xml file?
Does it work independently of tilecaching system?
Thank you very much,
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025744.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Tile caching support in p.mapper 5

2015-04-07 Thread gioza
thanks.
I agree you. My aim was to prevent caching just for one or two non-tiled
layers, so to define them in the config file.
As you said the main advantage of tiling  is the caching sytem and your last
implementations are really excellent!

hi,
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Tile-caching-support-in-p-mapper-5-tp4025722p4025746.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pgrouting

2015-04-17 Thread gioza
I think that the query in config file works as "WHERE" clause, so it only
filters your layer in mapfile.
I figured out creating a table with all my routes and using the search
function in config file to filter them as I described in my last post.



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

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pm.map.zoom2extent

2015-05-20 Thread gioza
If it could help you I describe how I modified the zoom2extent function in
the 'pm.map.js' for my project.

As zoom2extent for multiple selection sometimes doesn't zoom to all
selected, I created 2 zoom2extent functions as follow.
The first one decrease zoom extent by a factor as you can see. In this way
all selected features are included in the view (extent).
The second one is the standard zoom2extent used for a single feature zoomTo.
You have to modified 'pm.queryconfig.js' file where the function is called
(zoom2extent --> zoom2extent2 line 66).


zoom2extent: function(layer, idx, extStr, zoomfull) {
var ext = extStr.split(",");

var minx = (ext[0]*0.9995);
var miny = (ext[1]*0.9995);
var maxx = (ext[2]*1.0005);
var maxy = (ext[3]*1.0005);

map.zoomToExtent( new OpenLayers.Bounds(minx, miny, maxx, 
maxy), true );

  

},

  zoom2extent2: function(layer, idx, extStr, zoomfull) {
var ext = extStr.split(",");

var minx = (ext[0]);
var miny = (ext[1]);
var maxx = (ext[2]);
var maxy = (ext[3]);

map.zoomToExtent( new OpenLayers.Bounds(minx, miny, maxx, 
maxy), true );

  

},



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pm-map-zoom2extent-tp4025762p4025763.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: change cursor to pointer when on feature

2015-07-02 Thread gioza
Hi all,
I'm trying to change default cursor to pointer when I move over a feature.
I tried to modify ol.style.css and pm.ol.css files but with no success.
Any idea?
Thanks,

Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-change-cursor-to-pointer-when-on-feature-tp4025772.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper5 result layout tree and mouseover query

2015-09-24 Thread gioza
this function doesn't work:

/**
 * Decide if auto-identify shall show pop-up element at mouse pointer
(default: false)
 */
PM.autoIdentifyFollowMouse = true;

in js_config.php



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-result-layout-tree-and-mouseover-query-tp4025791p4025793.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper5 result layout tree and mouseover query

2015-09-24 Thread gioza
Hi,
the control from js_confing.php doesn't work for me too. A trick could be to
modify the file pm.queryconfig.js in this way:

on line 55 write "tree" and 84 "table".

For the second question probably with 'tips function' you could have the
info moving over the feature but I can't change to iquery format (like it
was in pmapper4)




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-result-layout-tree-and-mouseover-query-tp4025791p4025792.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper5 result layout tree and mouseover query

2015-09-24 Thread gioza
sorry, to have e tree view change these lines in js_config.php file:

/**
 * Define query result layout: tree or table (default: table)
 */
//PM.Query.resultLayout = 'tree';
PM.QueryConfig.resultLayout = 'tree';



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-result-layout-tree-and-mouseover-query-tp4025791p4025794.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] How to use pMapper to insert data in PostGres/PostGis

2015-10-05 Thread gioza
An idea:

modifying the AREA measure JS you can get the vertex of the polygon you're
drawing then you could insert those data in postgis with a php script.

Have a look to this:
http://sourceforge.net/p/pmapper/mailman/message/31561792/




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-How-to-use-pMapper-to-insert-data-in-PostGres-PostGis-tp4025797p4025799.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: max zoom for tiles?

2015-11-04 Thread gioza
Hi all,
have anyone of you tested the maximum zoom for tiles in pmapper5?
Is 19th level the max zoom for tiles?
thanks,
bye 





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-max-zoom-for-tiles-tp4025809.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5: problem with google maps layer in mobile devices

2015-11-17 Thread gioza
Hi all,
In pmapper5 I realised that google maps layer isn't visible on mobile
devices (android), you can't zoom on it or pan.
If I use in pmapper OL2.11 and jquery 1.7 as it was in the first release,
google maps layer is fine!
Any help?
thanks,
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-problem-with-google-maps-layer-in-mobile-devices-tp4025812.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] how to add google satellite imagery layer in pmapper

2015-12-14 Thread gioza
pmapper5 or pmapper4?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-how-to-add-google-satellite-imagery-layer-in-pmapper-tp4025813p4025814.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] how to add google satellite imagery layer in pmapper 4.3.2

2015-12-15 Thread gioza
Have a look to this:

http://www.gdal.org/frmt_wms_googlemaps_tms.xml

save the xml in your data directory (where your shapefiles are).

I think you have to add epsg 900913 or 3753 in your projections files.

In your mapfile create a layer:

LAYER 
NAME "gdal" 
STATUS OFF
TYPE RASTER 
DATA "frmt_wms_googlemaps_tms.xml" #NAME OF XML FILE!!!
 PROCESSING "OVERSAMPLE_RATIO=1" 
PROJECTION 
  "init=EPSG:900913" 
END 

END 

add in your config.xml gdal (or the name you want) layer

in this way google maps work in pmapper4 but I prefer pmapper5





--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-how-to-add-google-satellite-imagery-layer-in-pmapper-4-3-2-tp4025815p4025816.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] how to add google satellite imagery layer in pmapper 4.3.2

2015-12-23 Thread gioza
Hi,

first of all pay attention to GOOGLE MAPS TERMS OF USE. In the way above
illustrated the "attributions" doesn't appear on the map and I think it is
mandatory to use them.

By the way, scale limitation is probably due to google maps service. Try to
check the max scale directly in google maps...even in qgis the service has
scale limitation



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-how-to-add-google-satellite-imagery-layer-in-pmapper-4-3-2-tp4025815p4025819.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper moblie

2016-01-08 Thread gioza
Hi, pmapper isn't optimized for mobile devices especially phones



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

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Σχετ: Σχετ: how to add google satellite imagery layer in pmapper 4.3.2

2016-01-29 Thread gioza
probably it is due to mapfile setting. Try to modify OVERSAMPLE_RATIO
in my opinion the way out is absolutely PMAPPER5 



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-how-to-add-google-satellite-imagery-layer-in-pmapper-4-3-2-tp4025815p4025842.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Fwd: Highlight problem with Postgis layer

2016-03-15 Thread gioza
Pmapper5 or Pmapper4?



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Fwd-Highlight-problem-with-Postgis-layer-tp4025853p4025856.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Postgis/search problem with single quote - pmapper5

2016-04-07 Thread gioza
Hi all,
I have a problem in a search function. I cant obtain results when strings
have single quote (') (ex.: cedro dell'atlante).
I'm using postgis in "options" mode research.
Thank you
Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Postgis-search-problem-with-single-quote-pmapper5-tp4025864.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Postgis/search problem with single quote - pmapper5

2016-04-08 Thread gioza
a trick to solve the problem is to use, for me, `instead of '.
Example (acero dell`Atlante instead of acero dell'Atlante).

I don't like it very much but at the moment I have no other solutions.

In option list I have regularly all the values but when selected one with
single quote I have no results.

Bye



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Postgis-search-problem-with-single-quote-pmapper5-tp4025864p4025865.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] pmapper5: responsive layout?

2016-05-19 Thread gioza
Hi all,
I'm looking for a responsive layout (mobile device use) for pmapper5 but
with no success.
Any idea?





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

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper project

2016-05-27 Thread gioza
i'm really interested as well. I think one "ticket" should be the responsive
layout because pmapper5 is excellent with the ol integration but not
suitable to mobile devices.




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

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper project

2016-05-27 Thread gioza
i'm testing pmapper5 with ms4w 3.1.4 (mapserver 7.0.1), it works well



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

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper project

2016-05-27 Thread gioza
Hi, I think it's the right version! Armin and others made a lot of
improvements (tiling, caching, ol 2.12 integration...)



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

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper project

2016-05-29 Thread gioza
Hi Armin actually openlayers project has moved to 3.x release and it seems
well supported. Ol 2.12 which is implemented in pmapper5 is no more
developed, and its libraries are really different from 3.x
Let us know your intentions.
Thanks
GIovanni



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

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper project

2016-05-30 Thread gioza
In my opinion pmapper5 should be included in ms4w.
I think Pmapper4.4 is a robust and mature product but Pmapper5 is the right
way for webgis. Faster, more flexible and even if OL2.12 is no more
developed, at the moment, it is still competitive as library and robust



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

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper5: responsive layout?

2016-06-22 Thread gioza
I'm working on this template  https://github.com/Turbo87/sidebar-v2
   to make pmapper5 responsive.
Everything is ok on DESKTOP but I have some problem on mobile devices:

PM.toolBar doesn't work as it should (activate function is not available and
the toolbar doesn't work if NAVIGATION OL CONTROL is on). The problem is the
same if I use "native" pmapper5 on mobile devices so it isn't a layout issue 

SearchForm function doesn't fit very well on mobiles, even if with some
workarounds it could be acceptable.

any idea?







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

--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: max zoom for tiles?

2016-06-28 Thread gioza
No way to go beyond zoom 19 for PMtiles themes and OL themes, they disappear
on the map when zoom level is 20.

For pmap themes and google layers there are no restrictons.

any idea to solve this limitation?

bye,

Giovanni



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-max-zoom-for-tiles-tp4025809p4025899.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5: max zoom for tiles?

2016-08-12 Thread gioza
I have figured out setting maxscale="500" parameter in olthemes set in
PMtiles mode in config.xml file. 
For olnative layers it is possible to set maxzoomlevel using OL 2.12 syntax
in custom.js file.
In this way PMtiles layers can be rendered beyond 19th zoom level as
desired.
Obviously the maxzoomlevel has to be set 20 or 21 in jsconfig.php file






--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-max-zoom-for-tiles-tp4025809p4025905.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users