We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c0e8b commit 77313deCopy full SHA for 77313de
mapscript/swiginc/layer.i
@@ -669,20 +669,4 @@
669
self->_geomtransform.string = NULL;
670
}
671
672
-
673
- char *getEncoding()
674
- {
675
- return self->encoding;
676
- }
677
678
- void setEncoding(char *enc)
679
680
- msFree(self->encoding);
681
- if (enc && *enc) {
682
- self->encoding = msStrdup(enc);
683
684
- else {
685
- self->encoding = NULL;
686
687
688
0 commit comments