-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC103: Layer Level Encoding tracking issue #4758
Comments
merged, closing |
Someone forgot that this should have been documented. Has now been discovered and reported in MapServer/MapServer-documentation#146. |
👍 Someone thanks you for taking care of this @havatv ;) |
@tbonfort , should label-> encoding be marked as deprecated? In that case, do you have a suggestion for an explanation of why it is being deprecated? |
@havatv yes it should even be marked as removed in 7.0, although there is some fallback mechanism to understand label->encoding if present. The rationale for moving to LAYER was that the encoding of a dataset affects the whole layer, not only its labels: expression filtering should be done when knowing how the data is encoded, and xml documents (e.g. GetFeature) should be emitted with a converted encoding (the xml doc is utf8, so all of its content must be utf8) |
@tbonfort currently PHP mapscript has the "encoding" attribute at the LABEL level only. I've checked the 7.0.1 source and it is only available in php/label.c Swig seems to handle it at the layer level though (in python\mapscript.py). |
I confirm that this issues exists with branch-7.0 and master, for PHP mapscript. |
add encoding property to PHP mapscript source (#4758, MapServer/MapServer-documentation#147)
Fixed PHPmapscript missing layer encoding property through c7fa5aa |
This is to track updates related to RFC103: http://mapserver.org/development/rfc/ms-rfc-103.html
The text was updated successfully, but these errors were encountered: