[Geoserver-devel] [JIRA] (GEOS-10868) Add support for editable description in GeoServer customize feature type table

Joseph Miller created an issue

GeoServer / ImprovementGEOS-10868

Add support for editable description in GeoServer customize feature type table

Issue Type:

ImprovementImprovement

Assignee:

Joseph Miller

Created:

22/Feb/23 8:24 PM

Priority:

MediumMedium

Reporter:

Joseph Miller

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100216-sha1:64a4cf6)

Atlassian logo

Great!

this was a badly missed feature.

I was busy with other projects some time, so I missed the discussion about.

Currently, our planning software uses the translated description of attributes as attribute name.

Those may contain special characters which confuses SLD and possibly gets misinterpreted as CQL expression.

I noticed a discussion about using a GrowableInternationalString. Entering it manually, the locale becomes Locale.getDefault(). Setting it via REST I guess I may user different locales. Can I use even several ones? Which one is the default, the first one?

Which one is chosen? Does it depend on the browser settings?

… I just give it a try.

Dieter.

For now we are using InternationalString to follow our best practice for human readable text.

If you read the ticket the wish is to find resources (perhaps you have time?) to allow this value to be internationalized. At least the API is in place so the work can be performed :slight_smile:

···


Jody Garnett