| Message |
Hi,
when using a filter you can escape ampersands by using filter.setCheckesc(true). However, when I use the map.displayFeatures(FeatureLayer,whereExpression,zoomToFeature) method it fails if any field in my source layer contains an ampersand. I cannot see any way to escape ampersands when using displayFeatures(). Have I missed something (likely)? Or is it simply not possible to use this method to zoom to and display features if there is a special character (in this case an ampersand) in a field of the selected feature of the source layer.
Thanks, Jon |