| 16:32:09 | crschmidt: | can you have multiple 'group's attached to a single layer in MapServer? |
| 16:33:19 | crschmidt: | I have a single logical layer -- a set of images -- and I want that 'layer' to be actually made up of three differently scaled layers ( different overviews ) |
| 16:39:22 | FrankW: | crschmidt: group is a single string in the layerObj so I think a layer cannot be a member of more than one group. |
| 16:40:23 | crschmidt: | Okay. |
| 16:40:35 | crschmidt: | That's unfortunate, but understandable; thanks. |
| 18:49:55 | hobu: | crschmidt: you can INCLUDE to get that, but it's a hack |
| 20:51:02 | CIA-48: | sdlime * r9738 /branches/branch-5-6/docs/Makefile: Removed trailing space in languages definition that was causing a busted flag image to show up in some browsers. |
| 20:55:50 | CIA-48: | sdlime * r9739 /branches/branch-5-6/docs/ ( 5 files in 3 dirs ): Initial version of new layout with new logo. Moved language flags up into the header so they are more visible. |
| 22:28:47 | CIA-48: | gislars * r9740 /trunk/docs/make.bat: added init target to make.bat ( copy untranslated files ) |
| 22:30:48 | CIA-48: | gislars * r9741 /branches/branch-5-6/docs/make.bat: added init target to make.bat ( copy untranslated files ) |
| 23:06:40 | leo-unglaub_work: | hi |
| 23:07:10 | leo-unglaub_work: | a question, if my gdal is compiled with ECW support mapserver also can read ecw files as source files |
| 23:07:11 | leo-unglaub_work: | ? |
| 23:07:46 | FrankW: | leo-unglaub_work: yes, as source raster files in a layer. |
| 23:09:20 | leo-unglaub_work: | and is there a special piece of code in the mapfile or is it ident to other raster files ? because i have 2 layers in a mapfile. one with geotiff and one with ecw...but the ecw is not displayes...but also no errors... |
| 23:09:53 | FrankW: | generally it is the same as any other raster. |
| 23:10:04 | FrankW: | but I would encourage you to inspect the file with gdalinfo to see if the georeferencing looks right. |
| 23:13:33 | leo-unglaub_work: | i checked same files... |
| 23:13:39 | leo-unglaub_work: | for me it looks okay... |
| 23:13:41 | leo-unglaub_work: | http://pastebin.com/m7bf94f19 |
| 23:13:42 | sigabrt: | Title: pastebin - collaborative debugging tool ( at pastebin.com ) |
| 23:14:12 | leo-unglaub_work: | it's not the exact same extend.. |
| 23:14:27 | leo-unglaub_work: | but the files are not 100% from the same place.. |
| 23:14:43 | leo-unglaub_work: | but it's a part of the same project.. |
| 23:15:11 | FrankW: | if the extents seem to match what you expect, then I have no immediate explanation for why it is not working. |
| 23:17:43 | leo-unglaub_work: | hmmm, okay...thanks you !! |