Re: [mapserver-users] show only classes in legend within current extent

2012-06-18 Thread Mike Saunt
Could be a nice feature say with mode=legendextent

Steve, what time would it take to develop?
On Jun 18, 2012 3:39 PM, Lime, Steve D (DNR) steve.l...@state.mn.us
wrote:

 Nope. It's not a very hard problem, but it's computationally expensive. My
 thought is that we'd have to add class counters to the legendObj and
 populate them during a map draw. That means for mode=legend you'd also have
 to draw a map or at least mimic it.

 Steve

 -Original Message-
 From: mapserver-users-boun...@lists.osgeo.org [mailto:
 mapserver-users-boun...@lists.osgeo.org] On Behalf Of Richard Greenwood
 Sent: Sunday, June 17, 2012 10:49 PM
 To: mapserver
 Subject: [mapserver-users] show only classes in legend within current
 extent

 I'm pretty sure the answer to my question is No but just in case - is it
 possible to restrict the classes show in a simple legend (CGI
 mode=legend) to only those classes within the current extent?

 Thanks,
 Rich

 --
 Richard Greenwood
 richard.greenw...@gmail.com
 www.greenwoodmap.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 mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Hindi and Thai text rendering

2012-06-18 Thread Ian Walberg
Hello list,

 

We are seeing some issues displaying Hindi and Thai text, from a quick
search it looks like this may be related to there not being support for
Indic scripts.

 

Can anyone confirm if these are supported? And if they are not are there
any workarounds?

 

Many thanks

 

Ian

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


Re: [mapserver-users] Hindi and Thai text rendering

2012-06-18 Thread Jeff McKenna
On 12-06-18 6:45 PM, Ian Walberg wrote:
 Hello list,
 
  
 
 We are seeing some issues displaying Hindi and Thai text, from a quick
 search it looks like this may be related to there not being support for
 Indic scripts.
 
  
 
 Can anyone confirm if these are supported? And if they are not are there
 any workarounds?
 

Hello Ian,

I can for sure confirm that Thai text is supported, as it was one of the
languages tested during the initial implementation of the source code
(see the notes at the bottom of
http://www.mapserver.org/mapfile/labelencoding.html).

There's always a chance that things have changed with MapServer 6.0, but
if you provide a small data sample, font, and simple one layer mapfile I
am sure others on this email list can test and provide feedback for you.

-jeff




-- 
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/


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


Re: [mapserver-users] Hindi and Thai text rendering

2012-06-18 Thread Ian Walberg
Jeff,

That is encouraging, however our concern is that the character rendering
is not supported.

Regards

Ian

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jeff
McKenna
Sent: Monday, June 18, 2012 3:06 PM
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Hindi and Thai text rendering

On 12-06-18 6:45 PM, Ian Walberg wrote:
 Hello list,
 
  
 
 We are seeing some issues displaying Hindi and Thai text, from a quick

 search it looks like this may be related to there not being support 
 for Indic scripts.
 
  
 
 Can anyone confirm if these are supported? And if they are not are 
 there any workarounds?
 

Hello Ian,

I can for sure confirm that Thai text is supported, as it was one of the
languages tested during the initial implementation of the source code
(see the notes at the bottom of
http://www.mapserver.org/mapfile/labelencoding.html).

There's always a chance that things have changed with MapServer 6.0, but
if you provide a small data sample, font, and simple one layer mapfile I
am sure others on this email list can test and provide feedback for you.

-jeff




--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.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


Re: [mapserver-users] Hindi and Thai text rendering

2012-06-18 Thread Ian Walberg
Stephen,

We can provide some examples tomorrow but we are seeing some characters
not matching what is displayed in other applications.

Overall the behaviour appears to match this description
https://github.com/mapserver/mapserver/issues/2591

Regards

Ian

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stephen
Woodbridge
Sent: Monday, June 18, 2012 8:47 PM
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Hindi and Thai text rendering

On 6/18/2012 6:46 PM, Ian Walberg wrote:
 Jeff,

 That is encouraging, however our concern is that the character 
 rendering is not supported.

Ian,

What do you mean by this statement?

What have you tried? ie: what does you mapfile look like, what font are
you using, etc?

For this to work you need the following:

1. a mapserver build with fribidi-0.19.2 2. a truetype fone file that
supports all the glyphs that you need 3. your mapfile and data
configured correctly such that the text in the data is appropriately for
the ENCODING and that that then matches the ttf.

-Steve W

 Regards

 Ian

 -Original Message-
 From: mapserver-users-boun...@lists.osgeo.org
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jeff 
 McKenna
 Sent: Monday, June 18, 2012 3:06 PM
 To: mapserver-users@lists.osgeo.org
 Subject: Re: [mapserver-users] Hindi and Thai text rendering

 On 12-06-18 6:45 PM, Ian Walberg wrote:
 Hello list,



 We are seeing some issues displaying Hindi and Thai text, from a 
 quick

 search it looks like this may be related to there not being support 
 for Indic scripts.



 Can anyone confirm if these are supported? And if they are not are 
 there any workarounds?


 Hello Ian,

 I can for sure confirm that Thai text is supported, as it was one of 
 the languages tested during the initial implementation of the source 
 code (see the notes at the bottom of 
 http://www.mapserver.org/mapfile/labelencoding.html).

 There's always a chance that things have changed with MapServer 6.0, 
 but if you provide a small data sample, font, and simple one layer 
 mapfile I am sure others on this email list can test and provide
feedback for you.

 -jeff




 --
 Jeff McKenna
 MapServer Consulting and Training Services 
 http://www.gatewaygeomatics.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 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