Re: [mapserver-users] [TinyOWS] Unable to open config file

2013-05-13 Thread Luca Delucchi
On 9 May 2013 17:19, Worth Lutz w...@mindspring.com wrote:
 I have not used TinyOWS but it sounds like a permission problem on the
 config file.

 Is it readable by the web user (www-data in ubuntu)


Yes it is readable...

 Worth


thanks

--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Display of a layer with a HATCH STYLE

2013-05-13 Thread Jean Somers
Hi,

I want a hatch style for a polygons layer.

I used that code:

CLASS
 NAME 'Protection des eaux potables et minérales(AS1)- périmètre 
immédiat'
 EXPRESSION /^AS1_I$/
 STYLE
  SYMBOL hachure
COLOR 0 0 0
SIZE 10
WIDTH 3
ANGLE 45
PATTERN 20 10 10 10 END
  #SYMBOL ./etc/symboles/plu_as1_A.png
 END

but  it displays nothing.

The code works when used with a standard style, but fails when I use a 
hatchsymbol style.

Could you tell me where I fail?

PS: You can find the whole failing code as attachment in the 
PLU_SUP_AS_new.map file.
The PLU_SUP_AS_old.map file is working.

Jean Somers - SIG 
Communauté de Communes du Pays de Quimperlé (COCOPAQ)
3, rue Eric Tabarly - Kervidanou 4 - 29394 Quimperlé Cedex
Tel : 02.98.35.09.40 (09.49) - Fax : 02.98.35.09.41
e-mail :  jean.som...@cocopaq.com 
www.cocopaq.com


plu_SUP_AS_new.map
Description: Binary data


plu_SUP_AS_old.map
Description: Binary data
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] [TinyOWS] Unable to open config file

2013-05-13 Thread Rahkonen Jukka
Hi, 

I have always used tinyows.xml configuration file, but in
http://mapserver.org/trunk/tinyows/mapfileconfig.html
there reads
To indicate where your Mapfile is located, to TinyOWS binary, use the 
''TINYOWS_MAPFILE'' environment variable.

Perhaps the environment is set for you when you run tinyows --check but not for 
the web user?

-Jukka Rahkonen-
 
Luca Delucchi wrote:

 
 On 9 May 2013 17:19, Worth Lutz w...@mindspring.com wrote:
  I have not used TinyOWS but it sounds like a permission problem on the
  config file.
 
  Is it readable by the web user (www-data in ubuntu)
 
 
 Yes it is readable...
 
  Worth
 
 
 thanks
 
 --
 ciao
 Luca
 
 http://gis.cri.fmach.it/delucchi/
 www.lucadelu.org
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Display of a layer with a HATCH STYLE

2013-05-13 Thread thomas bonfort
what's your hachure symbol like ?


On 13 May 2013 09:41, Jean Somers jean.som...@cocopaq.com wrote:

  Hi,

  I want a hatch style for a polygons layer.

  I used that code:

  CLASS
   NAME 'Protection des eaux potables et minérales(AS1)- périmètre immédiat'
   EXPRESSION /^AS1_I$/
   STYLE
SYMBOL hachure
  COLOR 0 0 0
  SIZE 10
  WIDTH 3
  ANGLE 45
  PATTERN 20 10 10 10 END
#SYMBOL ./etc/symboles/plu_as1_A.png
   END

  but  it displays nothing.

  The code works when used with a standard style, but fails when I use a
 hatchsymbol style.

  Could you tell me where I fail?

  PS: You can find the whole failing code as attachment in the
 PLU_SUP_AS_new.map file.
  The PLU_SUP_AS_old.map file is working.

   *Jean Somers - SIG *
 * Communauté de Communes du Pays de Quimperlé (COCOPAQ) *
  3, rue Eric Tabarly - Kervidanou 4 - 29394 Quimperlé Cedex
  Tel : 02.98.35.09.40 (09.49) - Fax : 02.98.35.09.41
  e-mail :   jean.som...@cocopaq.com
 www.cocopaq.com


 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] UTF8 - direction control characters

2013-05-13 Thread Ian Walberg
Folks,

 

We are trying to display labels with UTF8 direction control characters
in them and we are seeing boxes in the text.

 

For example inserting a RLE code does seem to change the rendering order
as expected but also displays a box.

 

Our guess is that the control character has not been removed when the
text is rendered so gets rendered as an unknown character.

 

We are happy to look into this in more detail but could do with some
guidance on where to look.

 

Thanks

 

Ian

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users