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] Pmapper5: refresh a layer

2014-12-02 Thread Armin Burger
make sure that you emptied the browser cache before since tiles loaded before that change have still the old expiration time. If it doesn't help either try to set in [1]lib/[2]map/[3]pmtile/[4]index.php line 4 to session_cache_expire(1); armin Gesendet: Dienstag, 02.

[pmapper-users] tile edge problem

2014-12-02 Thread Suman
i am facing the following problem. http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/file/n4025695/snap.png As in given image the symbol of point are incomplete. i think that the edge of the tile is making this type of symbol. So, how can i solve this problem? Any suggestion

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

Re: [pmapper-users] tile edge problem

2014-12-02 Thread Armin Burger
That's a common issue with tiles. There are some tags for labels in the map file that suppress partial labels, or some special placement settings I guess. It will just solve some of your problems however. Symbols cut in one tile should however be continued in the adjacent one. armin On

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