Re: [mapserver-users] Problem with UNION layer and labelling

2019-10-21 Thread Oliver Schmidt
Hi Sven, the complex SQL statement is not the problem at all - it works fine when using the non-UNION layer. This mapfile originates from the PostNAS project which is rather complex. I asked Armin already, his office is on my corridor. He doesn't know why it doesn't work and in his opinion ther

Re: [mapserver-users] Problem with UNION layer and labelling

2019-10-20 Thread Sven Schroeter
Hi Oliver, this is a complex SQL statement and I would always store such things in a view on the database. Then you can visually check if all data comes as it should. Otherwise it could be due to the encoding of the data records, I sometimes had problems with it in the past. By the way, you ca

Re: [mapserver-users] Problem with UNION layer and labelling

2019-10-20 Thread Lars Fricke
Hi Oliver, Even I'm not certain what exactly is going on but did you anyhow test if the German Umlaut in the naming causes any conflicts? At least that's different in the two examples. You use "ue" and "ΓΌ" differently in the layers. I may be on the wrong tr