Re: [pmapper-users] Tilling of map images

2007-10-15 Thread kusum
Hii Armin Thanks for Your suggestions i tried one more thing that is tilling with shp2tile and tile4ms it has increased the speed But according to you which is better option the way i am doing it right now or by changing the pmapper files to add in proper tilling funcions Kusum - Original

[pmapper-users] View layers p.mapper

2007-10-15 Thread Manuel Rodriguez
Friends: Excuse my English, I use translator. I have been trying to upload a shp. Within the p.mapper, but does not recognize it. The layer is Lim_prov (13 mb) and Lim_dist (11 mb) each shape much polygon "config.ini": AllGroups = Lim_dep, Lim_pro, Lim_dit, jpl_wms_global_mosaic "php.co

Re: [pmapper-users] Error PDF Export

2007-10-15 Thread Manuel Rodriguez
Thanks Walter, I made the correction INTERLACE OFF file. Map Even get the error export, but I think that is because my version of Adobe Acrobat. Greetings Walter Lorenzetti <[EMAIL PROTECTED]> wrote: Too fast: INTERLACE OFF W Walter Lorenzetti ha scritto: > Hi Manuel, > > in your map file

Re: [pmapper-users] memory leak ?

2007-10-15 Thread ivan minčík
The RAM usage growing did not stop after the change to newer php5-mapscript. I had one tileindex shapefile layer (4000 of *.shp) and I moved it in postgis. The RAM usage growing STOPED. ivan Luca Casagrande wrote: > Don't know if this can help, but there's a ticket open about this > problem: >

Re: [pmapper-users] Show latitude/longtitude points on a map

2007-10-15 Thread Armin Burger
I don't think OGR based layers are working fully correctly. Tests showed that the query result was never correct and returned always only the first records of the result (this was with MS 4.10). Don't know if they removed the bug now. You can also try to use "XY Layers" in p.mapper, it cannot d

Re: [pmapper-users] side menu for layers

2007-10-15 Thread Armin Burger
This requires more than just basic knowledge of Javascript and PHP programming, so think carefully if you need to do it. I doubt someone will do it for you gratis. You would mainly have to modify the output for the TOC in legend.php. I would suggest to create unordered lists

Re: [pmapper-users] Tilling of map images

2007-10-15 Thread Armin Burger
then why don't use ka-map (or open layers) if it does what you need? Tiling requires a redesign of some core functions in p.mapper and I doubt it will be straightforward. But if you're very courageous: you will probably mainly have to work on zoombox.js and map.php/x_load.php. armin kusum wrot

[pmapper-users] Show latitude/longtitude points on a map

2007-10-15 Thread anakreonmejdi
Hello all. I guess this question should be addressed to the mapserver mailing list, but I hope I could find a quick response to this question. I have a table in mysql database where the coordinates are stored as (degree, min, sec) coordinates. The connection with the database is successfull thro

[pmapper-users] side menu for layers

2007-10-15 Thread giuliano petrarulo
Hi all, I'm a new pmapper user. I'm a italian geographer and not a programmer ... Developing an international project in italian and slovenian I need absolutely a legend tree with three nested levels and not only the standard two, categories and groups. I read something about that in some emails

[pmapper-users] Tilling of map images

2007-10-15 Thread kusum
Hii i m new to mapserver and my application works in php mapscript Now i want ti implement tilling in ms4w. I have studied ka -map and want to implement the same tilling functionality in my ms4w pmapper application. I m confused about where to start from Pls guide. Thanks in advance. Kusum ---