Closed mapcentia closed 8 years ago
Instead of encoding field names with special characters, the fields are omitted all together. If they are encoded, it would cause errors down the line if they are updated. This is also implemented in WFS GetFeature. A good advice is to not use special characters in PostGreSQL field names. At the moment these special characters are matched:
'^£$%&*()}{@#~?><>,|=+¬
This may be an issue regarding lack of encoding of special characters.