Re: [pmapper-users] autoidentify

2007-10-23 Thread Armin Burger
for p.mapper see http://svn.pmapper.net/trac/wiki/DocManual#GroupsandLayers and in general see the map file docs, e.g here http://mapserver.gis.umn.edu/docs/reference/mapfile/layer armin Anna Kostikova wrote: > > Hi Kusum! > > Thanks for suggestion. But where should I specify Group tag? in

Re: [pmapper-users] p.mapper and js compression

2007-10-23 Thread ivan minčík
I just tested compress_js on two different pmapper 3.1 applications and I seems to be working well. Armin Burger wrote: > Alessandro, > > I thought that the compression function I once took from the ka-map > mailing list was included in the javascript directory, but it seems I > have once remove

Re: [pmapper-users] autoidentify tool displaying pictures

2007-10-23 Thread Anna Kostikova
Dear Armin! Thanks for this script! Only one question - what is hypLinkL[3] stands for? should we change number "3"? Am i correct that another two places we only need to change are "poi" and "photo_id" in layObj.name == "poi" && hL[hi] == 'photo_id'? Anna - Original Message - From: "

Re: [pmapper-users] pmapper caching

2007-10-23 Thread Armin Burger
I don't see how caching could be possible. Nearly all request are different from the others and send other map extents etc. Using tiles makes only sense with regard to caching if the tiles are already existing, like in ka-map. This has the caveat that you need to create tiles for all possible c

Re: [pmapper-users] autoidentify tool displaying pictures

2007-10-23 Thread Armin Burger
Currently there is no generic function that does that. You will have to modify the parseJSON_IQuery function and make distinctions for each layer where you want special settings, a bit like // Check for Hyperlinks if (isObject(rowL[hi])) { var hypLinkL = rowL[hi].hyperlink; rhtml +=

[pmapper-users] pmapper caching

2007-10-23 Thread ivan minčík
I would like to ask if somebody knows about any way how to reduce the pmapper server load by some caching of the generated mapserver-pmapper images or some other method to do that. Is it possible, or there is only way to develop the support for tile images in pmapper? Or how do You solve p

Re: [pmapper-users] p.mapper and js compression

2007-10-23 Thread Armin Burger
Alessandro, I thought that the compression function I once took from the ka-map mailing list was included in the javascript directory, but it seems I have once removed it. I added a slightly modified version on SVN, see http://svn.pmapper.net/trac/browser/pmapper/trunk/util/compress_js It prod

Re: [pmapper-users] p.mapper and js compression

2007-10-23 Thread Gregor Mosheh
Alessandro Pasotti wrote: > I've come up with a solution that I'm using in many projects (mainly ajax) > and > tests in pmapper give good results. OpenLayers uses this "compression" mechanism, and shrinking it has a dramatic improvement in loading times. I support Alessandro's idea. One may wa

[pmapper-users] p.mapper and js compression

2007-10-23 Thread Alessandro Pasotti
Hi, I would like to share some thought about p.mapper loading times, I feel that having many uncompressed js files push up loading times significantly due to two main reasons: 1 - file size (188KB uncompressed) 2 - number of requests Point 2 is browser dependant but AFAIK most browsers typical

Re: [pmapper-users] autoidentify

2007-10-23 Thread Anna Kostikova
Hi Kusum! Thanks for suggestion. But where should I specify Group tag? in Mapfile? strangely, after I specify a GROUP tag pmapper stop working ((... Anna kusum Wed, 17 Oct 2007 02:24:53 -0700 You can specify GROUP tag in all these layers , So if all these layers belong to a single layer

Re: [pmapper-users] autoidentify tool displaying pictures

2007-10-23 Thread Anna Kostikova
Hi Peter! I am also trying to find same functionality. Anna - Original Message - From: "peter damn" <[EMAIL PROTECTED]> To: Sent: Monday, October 22, 2007 12:31 AM Subject: [pmapper-users] autoidentify tool displaying pictures > Hi pmapper users. > I would like to add to autoidentify

Re: [pmapper-users] PgRouting interface in pmapper

2007-10-23 Thread Walter Lorenzetti
Hi Andrè, hi did something when pgrouting it was just a cartoweb project but for work I stoped my develop... so If you want we can try to develop a pgrouting-plugin pmapper W André Ramos ha scritto: > Dear list! > > I am considering the implementation of pgrouting (ou routing based on > postgi

[pmapper-users] PgRouting interface in pmapper

2007-10-23 Thread André Ramos
Dear list! I am considering the implementation of pgrouting (ou routing based on postgis) in pmapper. Is there anybody with experience in this that can share his/her knowledge ?? the platform will be debian-etch(64) with standard pmapper install for start. Thanks in advance André Ramos [EMAIL

[pmapper-users] Search problem

2007-10-23 Thread kusum
Hi I am makiin a new search application. I m able to search an item but not able to highlight it on map I m using getshape to get the item and addfeature to add item on layer Pls suggest the function used to draw the searched item on map Thanks in Advance Regards Kusum --

Re: [pmapper-users] icons in legend

2007-10-23 Thread Armin Burger
this way they will be overwritten again when the map file is modified. To avoid this disable the auto-creation by setting in initmap.php $writeNew = 0; directly before the lines // If necessary re-create legend icons if ($writeNew == 1) { armin Original mail > Re: [pmap

Re: [pmapper-users] icons in legend

2007-10-23 Thread ivan minčík
icons are automatically generated by the application to folder images/legend. I would try to replace them, what will happen. giuliano petrarulo wrote: > buongiorno list, > I'd like to know if in legend is possible to include my own icons instead the > default ones > thanks > ciao > Giuliano > >

[pmapper-users] icons in legend

2007-10-23 Thread giuliano petrarulo
buongiorno list, I'd like to know if in legend is possible to include my own icons instead the default ones thanks ciao Giuliano ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html -