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

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: category name=cat_google description=Sfondi group olTheme=osmmapnik name=osmmapnik description=OpenStreetMap

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:

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:

[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

Re: [pmapper-users] GPX Files and Pmapper

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

Re: [pmapper-users] 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

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

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:

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

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

[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

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

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.

Re: [pmapper-users] pgrouting

2014-07-29 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:

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: sqlSELECT 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', ~*

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;

[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

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

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

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

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

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

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

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

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.

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

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)

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:

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

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

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

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

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'] =

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'] =

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

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:

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

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

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

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:

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:

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

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(); ?php echo $jsInitFunctions ? }); 2) in \js\ol use files located

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

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

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

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-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 'timestamp=' + now; }, Now PMap layers

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

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

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:

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

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

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,

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.

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

2015-04-02 Thread gioza
hi armin, is tileCacheExpiration 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

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:

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:

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

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

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

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:

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

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

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

Re: [pmapper-users] pmapper project

2016-05-31 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

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

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

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

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:

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:

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

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