| 04:25:17 | ue: | Q: Can you AGG Tiff output with latest mapserver ? |
| 04:25:50 | ue: | I see AGG/PNG & AGG/JPEG only |
| 04:26:45 | aboudreault: | I think you can only use GDAL/TIFF |
| 04:26:57 | aboudreault: | not sure, never used tiff format |
| 04:27:25 | ue: | will it produce nice anti aliased geometry like AGG ? |
| 04:28:20 | aboudreault: | good question |
| 04:28:28 | ue: | k, testing |
| 04:31:58 | ue: | Fatal error: Failed writing image to stdout in /home/ue/Projects/yagis-dev/application/modules/default/controllers/DrawController.php on line 46 |
| 04:31:59 | ue: | =/ |
| 04:32:03 | ue: | with GDAL/PNG |
| 04:32:39 | ue: | maybe GDAL supports only raster layer |
| 04:32:42 | aboudreault: | check the log, there is surely a significant error |
| 04:34:32 | CIA-48: | aboudreault * r9730 /branches/branch-5-6/docs/Makefile: Modified the init rule to support ROBOTS NOINDEX |
| 04:38:22 | CIA-48: | aboudreault * r9731 /trunk/docs/Makefile: Sync trunk: modifiedthe init rule to support ROBOTS NOINDEX |
| 04:38:32 | ue: | aboudreault, error log is empty |
| 04:39:00 | aboudreault: | probably not enabled |
| 04:39:08 | ue: | DEBUG 5 |
| 04:39:08 | ue: | CONFIG "MS_ERRORFILE" "/tmp/ms.log" |
| 04:39:28 | aboudreault: | debug in your layer too? |
| 04:39:36 | ue: | nope |
| 04:43:42 | ue: | oh, so many msPostGISLayerNextShape called |
| 04:43:51 | ue: | sec, will paste bin the log |
| 04:45:11 | ue: | http://public.iap.md/ms.txt |
| 04:45:23 | ue: | aboudreault, are all this "msPostGISLayerNextShape called" ok ? |
| 04:45:58 | ue: | doest it make 1 db connection per SQL query ? or for every shape ? |
| 04:46:08 | aboudreault: | that's ok yes |
| 04:48:25 | ue: | oh, it's not the complete log, let me repaste |
| 04:49:18 | ue: | hm, I don't see any errors |
| 04:53:33 | aboudreault: | verify if gdal have the driver your are trying to use too |
| 04:53:42 | aboudreault: | gdalinfo --formats |
| 04:54:17 | ue: | PNG ( rw ): Portable Network Graphics |
| 06:20:04 | CIA-48: | assefa * r9732 /trunk/mapserver/maptemplate.c: Validate return value inside Shplabel function #3241 |
| 07:36:18 | CIA-48: | aboudreault * r9733 /trunk/mapserver/mapscript/php3/php_mapscript.c: php/mapscript: Removed use of the depracated scale property |
| 07:44:07 | jmckenna: | [FOSS4G2010 REMINDER] deadline to submit an abstract for workshops/tutorials is 30 January: http://wiki.osgeo.org/wiki/FOSS4G_2010_Press_Release_3 |
| 07:44:09 | sigabrt: | Title: FOSS4G 2010 Press Release 3 - OSGeo Wiki ( at wiki.osgeo.org ) |
| 09:05:01 | jmckenna: | aboudreault: i see your docs meta script is working ( duplicated html pages have the NOINDEX meta tag ). thanks! |
| 09:05:31 | aboudreault: | np! |
| 09:06:13 | aboudreault: | I'm going to add the nightly doc clean later or this weekend. |
| 09:06:22 | jmckenna: | ok |
| 09:54:26 | CIA-48: | assefa * r9734 /trunk/mapserver/maporaclespatial.c: Use strcasecmp when looking for unique field in the list of items #3271 |
| 13:33:00 | outer_space: | i got a lot of whitespace around my map, it seems like its ignoring my extends and making space for the whole world |
| 13:54:33 | tcl_me_tk: | /* vector ??? */ hahaha |
| 13:55:13 | tcl_me_tk: | funny comment, lenmul=1.0/sqrt( point_abs2( a ) ); could more straight-forwardly be lenmul=1.0 /distance( a ) |
| 13:58:38 | tcl_me_tk: | what's being called the normal is actually the unit vector |
| 16:39:53 | CIA-48: | pramsey * r9735 /trunk/mapserver/mapows.c: Replace unsafe sprintf with strncpy. |