[Geoserver-devel] charset problem

Hello,

My spatial datasets (oracle) have some string atributes written with
cyrillic (russian). And when i do GetFeature with GML2 as output format i
get ??? where text in cyrillic should be.

Example:

<table:atr0>??? ???</table:atr0>

It seems like a charset problem, but where? Geoserver/geotools or oracle
database?

--
View this message in context: http://www.nabble.com/charset-problem-tp15177244p15177244.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Hi,

Can you verify that the data is stored properly in the database, by
doing a query from the command or some such.

I believe we ran into a similar issue recently with another database and
it was a problem with the jdbc driver. Which versions of oracle and
geoserver are you using?

GeoUser wrote:

Hello,

My spatial datasets (oracle) have some string atributes written with
cyrillic (russian). And when i do GetFeature with GML2 as output format i
get ??? where text in cyrillic should be.

Example:

<table:atr0>??? ???</table:atr0>

It seems like a charset problem, but where? Geoserver/geotools or oracle
database?

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Oracle is version 9, GS is version 1.5.x

jdeolive-2 wrote:

Hi,

Can you verify that the data is stored properly in the database, by
doing a query from the command or some such.

I believe we ran into a similar issue recently with another database and
it was a problem with the jdbc driver. Which versions of oracle and
geoserver are you using?

GeoUser wrote:

Hello,

My spatial datasets (oracle) have some string atributes written with
cyrillic (russian). And when i do GetFeature with GML2 as output format i
get ??? where text in cyrillic should be.

Example:

<table:atr0>??? ???</table:atr0>

It seems like a charset problem, but where? Geoserver/geotools or oracle
database?

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
View this message in context: http://www.nabble.com/charset-problem-tp15177244p15200422.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Just wanted to say that problem is fixed. There was a problem on the
database.

GeoUser wrote:

Oracle is version 9, GS is version 1.5.x
So how did you fix the problem?

jdeolive-2 wrote:

Hi,

Can you verify that the data is stored properly in the database, by
doing a query from the command or some such.

I believe we ran into a similar issue recently with another database and
it was a problem with the jdbc driver. Which versions of oracle and
geoserver are you using?

GeoUser wrote:

Hello,

My spatial datasets (oracle) have some string atributes written with
cyrillic (russian). And when i do GetFeature with GML2 as output format
i
get ??? where text in cyrillic should be.

Example:

<table:atr0>??? ???</table:atr0>

It seems like a charset problem, but where? Geoserver/geotools or oracle
database?

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
View this message in context: http://www.nabble.com/charset-problem-tp15177244p15263776.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Hi all,

is it possible to obtain a thematic mapping as a WFS layer? I mean is it possible for WFS specification and is it provided by WFS implementation in Geoserver?

Thanks

Andrea Maschio
http://www.superandrew.it

Andrea Maschio ha scritto:

Hi all,

is it possible to obtain a thematic mapping as a WFS layer? I mean is it possible for WFS specification and is it provided by WFS implementation in Geoserver?

No, mapping is an exclusive of the WMS protocol. WFS is about providing raw data.
If you want to make thematic maps look into WMS GetMap and SLD

Hope this helps
Cheers
Andrea

Andrea Aime ha scritto:

No, mapping is an exclusive of the WMS protocol. WFS is about providing raw data.
If you want to make thematic maps look into WMS GetMap and SLD

Hope this helps

Of course it do, thanks Andrea. I wasn’t looking in the right place :slight_smile:

Thanks

Andrea