[mapserver-users] Load web error in Map server.

2010-08-16 Thread Gupta
Hi all, I am new to MAp server . i understood mapserver functionalities using the tutorial.now i want to create a map using image and shape file.when tried to use it.i am getting following error. loadWeb(): General error message. URL-based TEMPLATE configuration failed pattern validation.

Re: [mapserver-users] Load web error in Map server.

2010-08-16 Thread Wim Vanbelle
Do you want the map to be displayed in a html page, or do you just need the pic? In the latter case, you could try to just query the following link:

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Sebastian E. Ovide
Hi Ivan, On Mon, Aug 16, 2010 at 6:02 AM, Lucena, Ivan ivan.luc...@pmldnet.comwrote: Sebastian, I have this little piece of code in Python that shows how 18 levels of pyramids would look like: ... ... 10 185 265 1 1 1049401 11 92 132 1 1 1049402 ** What you don't have: ** 12 46 66 1

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Ivan Lucena
Hi Sebastian, Did you fix the problem with the pyramid levels? Do you see any improved where the performance was poor before? Thanks for your valuable test. I appreciate. Regards, Ivan ___ mapserver-users mailing list

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Sebastian E. Ovide
Hi Ivan, I did create those extra pyramid levels Overviews: 95162x135711, 47581x67855, 23790x33927, 11895x16963, 5947x8481, 2973x4240, 1486x2120, 743x1060, 371x530, 185x265, 92x132, 46x66, 23x33, 11x16, 5x8, 2x4, 1x2 the performance has not improved. Why should it ? the extra pyramid

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Ivan Lucena
Sebastian,    the performance has not improved. Why should it ? the extra pyramid   levels contains 46x66, 23x33, 11x16, 5x8, 2x4, 1x2 but the problems   that I am having are for 95162x135711, 47581x67855, 23790x33927,   11895x16963... that are low pyramid levels... (ie: high zoom=low pyramid

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Sebastian E. Ovide
Thank Ivan, I appreciate your help. Regards On Mon, Aug 16, 2010 at 7:23 PM, Ivan Lucena ivan.luc...@pmldnet.comwrote: Sebastian, the performance has not improved. Why should it ? the extra pyramid levels contains 46x66, 23x33, 11x16, 5x8, 2x4, 1x2 but the problems that I am

[mapserver-users] Installing on Debian Lenny

2010-08-16 Thread Peter
Sorry, wrong list. P. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Installing on Debian Lenny

2010-08-16 Thread Peter
The procedure for installing mapnik sounds complicated. http://trac.mapnik.org/wiki/DebianInstallation My hesitations: - needs to be production stable. - is the 0.5 or so version in lenny workable at all? - do i really need post gres,(we are running mysql) - no experience with software

[mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-16 Thread Gregor at HostGIS
Hey guys. Long time, no chat. :) I'm trying to build 5.6.5 on Slackware/Slamd64. I have AGG installed (as best one can since it doesn't do make install, copied libagg.a and the include files). If I do not use --with-agg=no, MapServer's build process tries to use AGG and fails miserably: g++

Re: [mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-16 Thread Stephen Woodbridge
Hi Gregor, You should not need to download, build and install agg anymore. The source code that we use from agg has been port into the mapserver source. So when you configure use: --with-agg to build with the embeded agg or leave it off to not build with it. my configure command looks