Re: [pmapper-users] block zoom

2011-03-30 Thread Armin Burger
On 30/03/2011 19:24, Sandro Ferrara wrote: > Hi to all, > i would like to avoid the zoom beyond the scale of 1:1000, eg 1:500 > return to the scale of 1:1000, is it possible? > > Thanks in advance > Sandro > you can add a tag in your map file MAP WEB MINSCALEDENOM 1000 ... ... ---

[pmapper-users] block zoom

2011-03-30 Thread Sandro Ferrara
Hi to all, i would like to avoid the zoom beyond the scale of 1:1000, eg 1:500 return to the scale of 1:1000, is it possible? Thanks in advance Sandro -- Consider the environment. Please don't print this e-mail unless you really need to. This message is for the designated recipient only and m

Re: [pmapper-users] PDF legend settings

2011-03-30 Thread Armin Burger
you can try the extended settings for PDF printing and maybe set one of them as default if it does more or less what you want (using the XML/HTML template for the print dialog). Otherwise you need to write custom printing functions. The TCPDF library now also supports HTML as input (to be then

Re: [pmapper-users] IIS install funny

2011-03-30 Thread Armin Burger
I never used anything else than an absolute path for this setting. I updated the wiki that puts this as a recommended setting. armin On 30/03/2011 10:05, Chris Jackson wrote: > Update - I had to switch the mapfile image path from a relative to absolute > link and all fixed - I guess apparently I

Re: [pmapper-users] Consulta SQL

2011-03-30 Thread Vladimiro Ezequiel Bellini
revisen los tutoriales de opengeo que son EXCELENTES! http://workshops.opengeo.org/ Vladi Bellini. 2011/3/24 Eduardo Bieñkowski > No me refiero a consultas sencillas sino a las que se componen AND, OR > En realidad quiero utilizar sentencias con AND y OR y no me

[pmapper-users] PM.Map.zoom2extent

2011-03-30 Thread Sandro Ferrara
Hello to all, i'm attempting to customize a query tool written in PHP/Mapscript external to Pmapper that selects features and highlights them on the map i'm using "PM.Map.zoom2extent" and zoom works fine but the highlights does not work. my code: if(!$boxquery = @pg_query("SELECT ST_Xmin(ST_Un

[pmapper-users] PDF legend settings

2011-03-30 Thread Chris Jackson
Hi What is the best way to modify the legend layout in the print outputs? I have some verbose classes for a couple of layers which forces a second page just for the legend, ideally I would like to fit four columns across the bottom (not two)? cheers Chris

Re: [pmapper-users] IIS install funny

2011-03-30 Thread Chris Jackson
Update - I had to switch the mapfile image path from a relative to absolute link and all fixed - I guess apparently I must be missing an environment variable on the second windows system Chris On 29 March 2011 16:37, Chris Jackson wrote: > Hi all > > I have been just setting up a new IIS in

Re: [pmapper-users] How to customize pmapper-4.4.1?

2011-03-30 Thread Chris Jackson
Silvestre A good place to start is http://svn.pmapper.net/trac/wiki The map files live in config folders - eg - pmapper\config\default\pmapper_demo.map is the standard out of the box one. There is a reference ot the underlying data folder in there (usually stored a level above the web app folder)