[mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
Hello guys...
My annotation layer :

LAYER
NAME Test
METADATA
wms_titleTest
wms_feature_info_mime_type text/html
END
TYPE ANNOTATION
STATUS ON
INCLUDE Connection.map
DATA ...
LABELITEM 'road'
CLASS
TEMPLATE dummy
STYLE
SYMBOL 'RoadFed'
END
LABEL
TYPE TRUETYPE
FONT Arial
SIZE 7
COLOR 70 70 70
MINDISTANCE 100
MINFEATURESIZE 10
PARTIALS FALSE
BUFFER 10
END
END
END


Some symbol are trunked... See the image attached...
Any idea?

Thanks
attachment: roadsymbol.png___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
Yes...
Is there any way to fix that ? Because openlayers without tiles is pretty
useless for me...

Thanks

On Mon, Feb 22, 2010 at 3:08 PM, Stephen Woodbridge wood...@swoodbridge.com
 wrote:

 Paul are you doing tiles?

 -Steve W

 Paul james wrote:

 Hello guys...
 My annotation layer :

 LAYER
NAME Test
METADATA
wms_titleTestwms_feature_info_mime_type
 text/html
END
TYPE ANNOTATION
STATUS ON
INCLUDE Connection.map
DATA ...
LABELITEM 'road'
CLASS
TEMPLATE dummy
STYLE
SYMBOL 'RoadFed'
END
LABEL
TYPE TRUETYPE
FONT Arial
SIZE 7
COLOR 70 70 70
MINDISTANCE 100
MINFEATURESIZE 10
PARTIALS FALSE
BUFFER 10
END
END  END


 Some symbol are trunked... See the image attached...
 Any idea?

 Thanks

 


 

 ___
 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] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread thomas bonfort
google for labelcache_map_edge_buffer

--
thomas

On Mon, Feb 22, 2010 at 13:29, Paul james paulj...@gmail.com wrote:
 Yes...
 Is there any way to fix that ? Because openlayers without tiles is pretty
 useless for me...

 Thanks

 On Mon, Feb 22, 2010 at 3:08 PM, Stephen Woodbridge
 wood...@swoodbridge.com wrote:

 Paul are you doing tiles?

 -Steve W

 Paul james wrote:

 Hello guys...
 My annotation layer :

 LAYER
        NAME Test
        METADATA
            wms_title    Test            wms_feature_info_mime_type
 text/html
        END
        TYPE ANNOTATION
        STATUS ON
        INCLUDE Connection.map
        DATA ...
        LABELITEM 'road'
        CLASS
            TEMPLATE dummy
            STYLE
                SYMBOL 'RoadFed'
            END
            LABEL
                TYPE TRUETYPE
                FONT Arial
                SIZE 7
                COLOR 70 70 70
                MINDISTANCE 100
                MINFEATURESIZE 10
                PARTIALS FALSE
                BUFFER 10
            END
        END      END


 Some symbol are trunked... See the image attached...
 Any idea?

 Thanks

 


 

 ___
 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 mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Stephen Woodbridge

Paul james wrote:

Yes...
Is there any way to fix that ? Because openlayers without tiles is 
pretty useless for me...


Maybe, try adding this to you mapfile:

  WEB
METADATA
  labelcache_map_edge_buffer -10
END
  END

and see if that helps.

-Steve


Thanks

On Mon, Feb 22, 2010 at 3:08 PM, Stephen Woodbridge 
wood...@swoodbridge.com mailto:wood...@swoodbridge.com wrote:


Paul are you doing tiles?

-Steve W

Paul james wrote:

Hello guys...
My annotation layer :

LAYER
   NAME Test
   METADATA
   wms_titleTest  
 wms_feature_info_mime_type text/html

   END
   TYPE ANNOTATION
   STATUS ON
   INCLUDE Connection.map
   DATA ...
   LABELITEM 'road'
   CLASS
   TEMPLATE dummy
   STYLE
   SYMBOL 'RoadFed'
   END
   LABEL
   TYPE TRUETYPE
   FONT Arial
   SIZE 7
   COLOR 70 70 70
   MINDISTANCE 100
   MINFEATURESIZE 10
   PARTIALS FALSE
   BUFFER 10
   END
   END  END


Some symbol are trunked... See the image attached...
Any idea?

Thanks






___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
mailto: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] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
That worked...

Thanks all!

Paul

On Mon, Feb 22, 2010 at 4:37 PM, Stephen Woodbridge wood...@swoodbridge.com
 wrote:

 Paul james wrote:

 Yes...
 Is there any way to fix that ? Because openlayers without tiles is
 pretty useless for me...


 Maybe, try adding this to you mapfile:

  WEB
METADATA
  labelcache_map_edge_buffer -10
END
  END

 and see if that helps.

 -Steve

  Thanks


 On Mon, Feb 22, 2010 at 3:08 PM, Stephen Woodbridge 
 wood...@swoodbridge.com mailto:wood...@swoodbridge.com wrote:

Paul are you doing tiles?

-Steve W

Paul james wrote:

Hello guys...
My annotation layer :

LAYER
   NAME Test
   METADATA
   wms_titleTest
 wms_feature_info_mime_type text/html
   END
   TYPE ANNOTATION
   STATUS ON
   INCLUDE Connection.map
   DATA ...
   LABELITEM 'road'
   CLASS
   TEMPLATE dummy
   STYLE
   SYMBOL 'RoadFed'
   END
   LABEL
   TYPE TRUETYPE
   FONT Arial
   SIZE 7
   COLOR 70 70 70
   MINDISTANCE 100
   MINFEATURESIZE 10
   PARTIALS FALSE
   BUFFER 10
   END
   END  END


Some symbol are trunked... See the image attached...
Any idea?

Thanks


  



  

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
mailto: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