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 maxzoom

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-ma

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

[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

[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://p

[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-

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

2015-09-25 Thread pietro
great. thank you -- 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-tp4025791p4025796.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at

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

2015-09-24 Thread gioza
r-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. ---

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

2015-09-24 Thread gioza
r 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 --

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-

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

2015-09-24 Thread Pietro Laranci
hello, in pmapper 5 beta2 I’m trying to use the PM.queryResultLayout = 'tree' config in js_config.php, but it doesn’ work to me , the ‘table’ mode is still showing. Could it be a bug? can you help me? another thing, is it possible to show the mouse over identify like a div over the map area and

[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-

[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.n

[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

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-tp4025709p40257

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

2014-12-18 Thread Suman
yes of course, i have tried that like this .. /** * Class for iQuery (Tool Tips) */ PM.QueryIQuery = PM.Class(PM.Query, { getActiveMsGroups: function(){ return [PM.UI.QuerySelectBox.selectedItem]; }, /** * Display result in DIV and postion it corr

[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. -- Vi

[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.nabbl

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 a

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

2014-12-09 Thread Armin Burger
you could also just have it easy, and if you want layers without any caching, use the non-tiled ("PMap") type or add a timestamp KVP at the end of each x/y/z request URL, as it's done for the highlight layer. On 12/09/2014 10:50 AM, gioza wrote: > this function seems to do the job (par

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

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

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

2014-12-02 Thread Armin Burger
you don't have caching on non-tiled layers, unless the URL for the layer image is 100% identical. Not that likely if you consider map extent coordinates for requests having 6 or more decimals for each corner coordinate pair... On 12/02/2014 10:01 PM, gioza wrote: > Hi Armin, > if I understood

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.

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 l

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

2014-12-02 Thread Armin Burger
You can of course just drop that DIV, the problems with this (relatively crappy implemented) control is that then you cannot easily place it where you want, cannot add backgrounds, transparencies etc. You can also use the default version of it, just remove the prototype function for it in pm.ol

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

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-us

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

2014-12-02 Thread Armin Burger
g, 02. Dezember 2014 um 09:28 Uhr Von: gioza An: pmapper-users@lists.sourceforge.net Betreff: Re: [pmapper-users] Pmapper5: refresh a layer 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

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

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

2014-12-01 Thread Armin Burger
could you give it a try and change in lib/map/pmtile/maptile.php line 55 to $offset = 1; I'm not sure if it's this value or the one from the index.php file for "session_cache_expire" that defines effectively the cache expiration. In the case the offset value works I will add some small modif

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

2014-12-01 Thread Armin Burger
tiled layers are cached by the browser (which is the main advantage towards non-tiled ones...). In case of changes to the data or map file (symbols etc) you need to empty the browser cache. I have to check iof there is a config setting for defining the cache policy (expiration time of tiles) fo

[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

[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 );

Re: [pmapper-users] [pmapper5] pm.ol.theme.js and highlight layer opacity issues

2014-11-25 Thread Armin Burger
this bug was introduced with changeset 1361 to correct wrong mime type. New fix should solve it http://svn.pmapper.net/trac/changeset/1362 armin On 11/25/2014 11:13 AM, Raffaele Morelli wrote: > With a fresh install from svn (rev 1361), the map in the viewport is showed > with a > div element

[pmapper-users] [pmapper5] pm.ol.theme.js and highlight layer opacity issues

2014-11-25 Thread Raffaele Morelli
With a fresh install from svn (rev 1361), the map in the viewport is showed with a div element - the highlight layer/theme - stacked on top with opacity set to 0.3 The result is this grey "veil" over the map. Commenting line #47 in http://svn.pmapper.net/trac/browser/trunk/pmapper5/js/src/pm.ol.t

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

2014-10-29 Thread Raffaele Morelli
On 29/10/14 at 07:07pm, Armin Burger wrote: > ok, I can change that, though I guess the the performance gain will be > likely quite small in real world situations. Lets just hope no field > names will be ever called "null" then... ;-) on the positive side, you could use "null" for very secret st

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

2014-10-29 Thread Armin Burger
ok, I can change that, though I guess the the performance gain will be likely quite small in real world situations. Lets just hope no field names will be ever called "null" then... ;-) armin On 10/29/2014 12:26 PM, Thomas RAFFIN wrote: > Hi, > > I think it should be better to use "isset($recIn[

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

2014-10-29 Thread Thomas RAFFIN
Hi, I think it should be better to use "isset($recIn[$fld])" instead of "array_key_exists($fld, $recIn)" by considering performance. Le 14/10/2014 19:10, Armin Burger a écrit : > On 10/14/2014 07:50 AM, Raffaele Morelli wrote: >> On 14/10/14 at 12:32am, Armin Burger wrote: >>> yes, I guess this

[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-option

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

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

2014-10-14 Thread Armin Burger
On 10/14/2014 07:50 AM, Raffaele Morelli wrote: > On 14/10/14 at 12:32am, Armin Burger wrote: >> yes, I guess this was always the way how it worked aslo in older >> versions. It's not just for Postgis but also shapefile layers etc. >> >> The change to make it behave as you expected is to modify the

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

2014-10-13 Thread Raffaele Morelli
On 14/10/14 at 12:32am, Armin Burger wrote: > yes, I guess this was always the way how it worked aslo in older > versions. It's not just for Postgis but also shapefile layers etc. > > The change to make it behave as you expected is to modify the > lib/query/query.php file at line 229 replacing t

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

2014-10-13 Thread Armin Burger
yes, I guess this was always the way how it worked aslo in older versions. It's not just for Postgis but also shapefile layers etc. The change to make it behave as you expected is to modify the lib/query/query.php file at line 229 replacing the 4 subsequent lines with the following ones: f

[pmapper-users] PMapper5 : PM_RESULT_FIELDS order not observed

2014-10-13 Thread Raffaele Morelli
Hi, there's an issue with PM_RESULT_FIELDS and the specified order of fields. No matter what is specified in PM_RESULT_FIELDS, fields order follows postgis table fields order. Can you confirm this behaviour? -- « Nunc est bibendum, nunc pede libero pulsanda tellus » --

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 ma

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

2014-10-10 Thread Armin Burger
an even better solution is to use the config parameters and adapt them to the coordinate system used for your map and typical scales used for tour application... On 10/10/2014 09:06 PM, gioza wrote: > a much better solution for my work is to modify pm.map.js in this way: > > line 162 >

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 th

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

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.na

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 );

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Raffaele Morelli
On 09/10/14 at 09:21pm, Armin Burger wrote: > On 10/09/2014 02:50 PM, Raffaele Morelli wrote: > > On 09/10/14 at 02:16pm, Armin Burger wrote: > >> regarding the domains issues, try the following: > >> > >> modify file > >> "plugins/tocdomains/tocdomains.js" > >> and add after line

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Armin Burger
On 10/09/2014 02:50 PM, Raffaele Morelli wrote: > On 09/10/14 at 02:16pm, Armin Burger wrote: >> regarding the domains issues, try the following: >> >> modify file >> "plugins/tocdomains/tocdomains.js" >> and add after line 60 the following >> >> if (typeof domCategories === '

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Raffaele Morelli
ng results in a clearer directory "look", anyway I've changed the require_once. Regards /r PS is there any ongoing work on PMapper5 release? > >Armin > > >Gesendet: Donnerstag, 09. Oktober 2014 um 06:43 Uhr >Von: "Raffaele Morelli" >

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Armin Burger
Armin Gesendet: Donnerstag, 09. Oktober 2014 um 06:43 Uhr Von: "Raffaele Morelli" An: pmapper-users@lists.sourceforge.net Betreff: [pmapper-users] PMapper5 "bugs" Hi there, I am working on PMapper5 beta2 and got it up and running. As I dig into configuration

[pmapper-users] PMapper5 "bugs"

2014-10-08 Thread Raffaele Morelli
Hi there, I am working on PMapper5 beta2 and got it up and running. As I dig into configuration I've found a couple of "bugs" (but maybe I am wrong) and if there's still interest in that here they are: - domains definition must contain at least two categories in order to show up, if it doesn't

Re: [pmapper-users] Pmapper5 with Geoserver

2014-06-22 Thread Suman
yaa I know but there may be people who prefer using pmapper with geoserver. Geoserver has a more friendly administrator interface, with mapserver it all comes down to edit the mapfile. and i think for people who don't have any programming skills they dont want to edit mapfile, they love to use U

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 Nabb

[pmapper-users] Pmapper5 with Geoserver

2014-06-16 Thread Suman
Dear all pmapper users and Armin, I want to implement pmapper5 with geoserver. how much it will be effective or how many are interested on this topic? And also do i have permission to do that? i am studying from last 1 month on this. Any idea and suggestion please Regards, suman -- View t

[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

[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.Projecti

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

[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 i

Re: [pmapper-users] pmapper5 demo working 50%

2013-11-28 Thread Serge Claudio Rafanoharana
you help me? > Pleaseee > Thanks > > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999

Re: [pmapper-users] pmapper5 demo working 50%

2013-11-19 Thread pillograsso
apper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025408.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. -- Shape the M

Re: [pmapper-users] pmapper5 plugins

2013-10-07 Thread Thomas RAFFIN
other user and not Armin) for v4 > and not "upgraded" for pmapper5.But maybe Armin can tell us more. > >> Date: Thu, 3 Oct 2013 22:30:32 -0700 > >> From: ant_...@yahoo.com <mailto:ant_...@yahoo.com> > >> To: pmapper-users@lists.

Re: [pmapper-users] pmapper5 plugins

2013-10-04 Thread Gis Newbye
most of plugins > were developed (also from other user and not Armin) for v4 and not > "upgraded" for pmapper5.But maybe Armin can tell us more. > >> Date: Thu, 3 Oct 2013 22:30:32 -0700 > >> From: ant_...@yahoo.com > >> To: pmapper-users@lists.sourceforge.n

Re: [pmapper-users] pmapper5 plugins

2013-10-04 Thread Thomas RAFFIN
m other user and not Armin) for v4 and not "upgraded" for > pmapper5.But maybe Armin can tell us more. >> Date: Thu, 3 Oct 2013 22:30:32 -0700 >> From: ant_...@yahoo.com >> To: pmapper-users@lists.sourceforge.net >> Subject: [pmapper-users] pmapper5 plugins >

Re: [pmapper-users] pmapper5 plugins

2013-10-03 Thread Luciano Martin Galletti
; To: pmapper-users@lists.sourceforge.net > Subject: [pmapper-users] pmapper5 plugins > > As i am using pmapper 4.3.1 which has available of different plugins. so i am > upgrading to pmapper 5 and i want to know is there also plugins available > same as pmapper 4.3.1 or in development

[pmapper-users] pmapper5 plugins

2013-10-03 Thread Suman
As i am using pmapper 4.3.1 which has available of different plugins. so i am upgrading to pmapper 5 and i want to know is there also plugins available same as pmapper 4.3.1 or in development phase? Best regards, suman -- View this message in context: http://pmapper-users-p-mapper-users-mailin

Re: [pmapper-users] pmapper5 MS4W

2013-09-27 Thread Armin Burger
On Fri, Sep 27, 2013 at 11:35 AM, Solly wrote: > I have upgraded mapserver to 6.2.1 but I still get the sane error > > > *Warning*: ms_newMapObj(): [MapServer Error]: msProcessProjection(): proj > error "No such file or directory" for "init=epsg:4326" in * Try this : http://www.lmgtfy.com/?q=ms

Re: [pmapper-users] pmapper5 MS4W

2013-09-27 Thread Solly
I have upgraded mapserver to 6.2.1 but I still get the sane error *Warning*: ms_newMapObj(): [MapServer Error]: msProcessProjection(): proj error "No such file or directory" for "init=epsg:4326" in * C:\ms4w\apps\pmapper\pmapper5\lib\globals.php* on line *66* *Fatal error*: Uncaught exception 'M

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Thomas RAFFIN
Maybe you need to restart Apache with administrator rights. In the command line you can see MapServer version like that: c:\ms4w\Apache\cgi-bin>mapserv.exe -v If the version is not correct, try to ask on the MS4W mailing-list. Le 26/09/2013 12:06, Solly a écrit : > Thank you Thomas > > I have do

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Solly
Thank you Thomas I have downloaded 6.2.0 beta4 and extracted to the same root where I have ms4w installation and search mapserve and setnv.bat , install and restart apache but the web still shows the previous version . am not sure where I went wrong On Thu, Sep 26, 2013 at 10:46 AM, Thomas RAFF

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Thomas RAFFIN
MS4W 3.0.6 seams to contains MapServer 6.0.3, so try to upgrade MapServer to 6.2-beta4 here: http://www.maptools.org/ms4w/index.phtml?page=downloads.html Le 26/09/2013 10:37, Solly a écrit : > Am using MS4W-Mapserver 4 Windows -version 3.0.6 > > I do see the file epsg file under ms4w\proj\nad

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Solly
Am using MS4W-Mapserver 4 Windows -version 3.0.6 I do see the file epsg file under ms4w\proj\nad but I am not sure where do I suppose to copy to Please help On Wed, Sep 25, 2013 at 4:43 PM, Chris forum [via pmapper-users -- p.mapper users mailing list] wrote: > Hi guys, > > > Solly, do you

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Chris forum
Hi guys, Solly, do you mean version 6.0.3? About your error, as found here: http://mapserver.org/errors.html msProcessProjection(): No such file or directory Error displayed when trying to refer to an epsg file. The message tells you that MapServer cannot find the epsg file. On Windows, the

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Solly Vuso
Version 3.0.6 On Wed, Sep 25, 2013 at 3:33 PM, Thomas RAFFIN wrote: > What is your MapServer version? > > Le 25/09/2013 14:47, Solly a écrit : > > Thank you Thomas > > > > I got this common error > > Warning: ms_newMapObj(): [MapServer Error]: msProcessProjection(): No > such > > file or direct

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Thomas RAFFIN
What is your MapServer version? Le 25/09/2013 14:47, Solly a écrit : > Thank you Thomas > > I got this common error > Warning: ms_newMapObj(): [MapServer Error]: msProcessProjection(): No such > file or directory in C:\ms4w\apps\pmapper\pmapper5\lib\globals.php on line > 66 > > Fatal error: Uncaug

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Solly
Thank you Thomas I got this common error Warning: ms_newMapObj(): [MapServer Error]: msProcessProjection(): No such file or directory in C:\ms4w\apps\pmapper\pmapper5\lib\globals.php on line 66 Fatal error: Uncaught exception 'MapScriptException' with message 'Failed to open map file "C:/ms4w/ap

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Thomas RAFFIN
Hi, I think you just have to: - copy the pmapper5 folder in c:/ms4w/apps/pmapper5 for instance - publish it with a file in c:/ms4w/attpd.d/httpd_pmapper5.conf like the httpd_pmapper.conf - restart apache Le 25/09/2013 13:03, Solly a écrit : > Hi > > I started using pmapper from the previous vers

[pmapper-users] pmapper5 MS4W

2013-09-25 Thread Solly
Hi I started using pmapper from the previous version 4.3.1 and I ran it on windows, now I downloaded the latest version pmaper5 and the demodata and now I do not know how to install it since I do not see the ms4w folders (apache,apps and hattpd.d Can someone please assist me on how to get pamapp

Re: [pmapper-users] PMapper5 beta2

2013-05-07 Thread Raffaele Morelli
2013/5/6 Luciano Galletti > I've solved Raffaele > you have to change in js_config.php > from > > maxExtent: new OpenLayers.Bounds(-400, 300, 800, 1200) > to > maxExtent: new OpenLayers.Bounds(-432531.987809, 4080513.10311, > 2779046.192174, 6350387.094751) in PM.mapOptions and PM

Re: [pmapper-users] PMapper5 beta2

2013-05-06 Thread Luciano Galletti
mailing-list.993774.n3.nabble.com/pmapper-users-PMapper5-beta2-tp4025142p4025175.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. -- Learn Graph Databases - Download FRE

Re: [pmapper-users] PMapper5 beta2

2013-05-06 Thread Luciano Galletti
View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-PMapper5-beta2-tp4025142p4025172.html Sent from the pmapper-users -- p.mapper users mailing list mailing list ar

Re: [pmapper-users] Pmapper5 Demo and MS4W

2013-04-28 Thread Armin Burger
On 04/28/2013 05:14 PM, Luciano Martin Galletti wrote: > i recieve these errors: > > Warning: ms_newMapObj(): [MapServer Error]: msProcessProjection(): No such > file or directory > in C:\ms4w\apps\pmapper\pmapper5\lib\globals.php on line 66 http://lmgtfy.com/?q=msProcessProjection()%3A+No+s

[pmapper-users] Pmapper5 Demo and MS4W

2013-04-28 Thread Luciano Martin Galletti
I've the last version of MS4W and i'm tryng to run the beta2 of pmapper5 that i've downloaded from here: http://www.pmapper.net/demo/pmapper-5.0-beta2/ i'm usiing vector data http://www.pmapper.net/dl/pmapper5_demodata_vector.zip and i've unziped them under the same directory as the release file

[pmapper-users] PMapper5 beta2

2013-04-05 Thread Raffaele Morelli
Hi, I can't figure out how to set the starting viewport extent to match a region (eg. Italy). Any hints? /r -- Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Lear

Re: [pmapper-users] pmapper5 beta 2 "search" does not function

2013-03-10 Thread info
i found the mistake. it was the missing projection 900913 in the epsg file. i took the projection from a response of armin burger 28.3.12, in a second step i recognized, that the tag after the number of the projection, was lost. now the search works fine. matthias moser Am 02.03.2013 21:27,

[pmapper-users] pmapper5 beta 2 "search" does not function

2013-03-02 Thread info
dear pmapper users with pmapper5 everything works fine, except the search. in the result field of cities suggest ms appears: * ***fatal error*: [MapServer Error]: msProcessProjection(): no options *f*ound in 'init' *f*ile * in *C:\Program *F*iles (x86)\ms4w\apps\pmapper\pmapper-5.0-b

Re: [pmapper-users] pmapper5 beta 2

2013-02-12 Thread Armin Burger
On 02/12/2013 02:31 PM, i...@architekten.coop wrote: > dear pmapper users > > > i want to test pmapper5. does it work with mapserver version 5.2 ? > > in the programm files on > > http://www.pmapper.net/demo/pmapper-5.0-beta2/ > > i miss the file map_default.phtml. so i took it from version 4.2 pma

[pmapper-users] pmapper5 beta 2

2013-02-12 Thread info
dear pmapper users i want to test pmapper5. does it work with mapserver version 5.2 ? in the programm files on http://www.pmapper.net/demo/pmapper-5.0-beta2/ i miss the file map_default.phtml. so i took it from version 4.2 pmapper, but without success. in mozilla i recieve: *Warning*: [MapSer

Re: [pmapper-users] pmapper5 demo working 50%

2013-02-05 Thread Armin Burger
> > > Thank you again. > Suman > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025011.html > Sent from

Re: [pmapper-users] pmapper5 demo working 50%

2013-02-05 Thread Chris forum
> > Thank you again. > Suman > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025011.html > Sent from the

Re: [pmapper-users] pmapper5 demo working 50%

2013-02-04 Thread Suman
er-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025011.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. -- Everyone hates slow we

Re: [pmapper-users] pmapper5 demo working 50%

2013-02-04 Thread Chris forum
93774.n3.nabble.com/file/n4025009/pmapper5.jpg > > > > > can you help me plz.. > > thank you. > suman > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp40

Re: [pmapper-users] pmapper5 demo working 50%

2013-02-03 Thread Suman
.n3.nabble.com/file/n4025009/pmapper5.jpg> can you help me plz.. thank you. suman -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025009.html Sent from the pmapper-users -- p.mapper

Re: [pmapper-users] pmapper5 demo working 50%

2013-01-28 Thread Chris forum
Hi Armin, Mouanis, Thx a lot for your time and help! The server I am using is actually the OSGeo Live 6 installed on a hard disk. Easier for my tests as it has a lot of webmapping stuff preinstalled, maybe too much... Even though it is working well with my pmapper 4.3 project, I can't get rid of

Re: [pmapper-users] pmapper5 demo working 50%

2013-01-26 Thread Armin Burger
I made now a quick test: unpack the tar ball "pmapper-5.0-beta2.tar.gz" from sourceforge, place the demodata for version 5 from http://www.pmapper.net/dl/pmapper5_demodata_vector.zip under the same directory as the release files, like /demo/pmapper5_demodata/ /demo/pmapper-5.0-be

Re: [pmapper-users] pmapper5 demo working 50%

2013-01-26 Thread Armin Burger
On 26/01/2013 09:15, Mouanis LAHLOU wrote: > Hi Chris > In your pmapper_demo: > I suppose that you work in linux > Line 85 : IMAGEPATH "/tmp/" verify that this path exist and owner by > www-data that's not needed any more for p.mapper 5 since the map images are directly streamed to the browser.

  1   2   >