ThinkGeo.com    |     Documentation    |     Premium Support

Implement SimplificationAreaInPixel for Polygon feature

Hi,

I need to get my polygons to be able to disappear or loaded only if the size in pixels is less or greater than a value (the size in pixels will change as the user zoom in/out).I think that the ShapeFileFeatureSource.SimplificationAreaInPixel property allow something like this, but I need to achieve it for polygons.

Thanks in advance.

Hi Arnel_Ledo,

You’re right, we added this API for provided enhancement, and its default value is 8.

It don’t works for the point shape, and it limit the screen height and screen width at the same time.

You can try to modify it to see the effect.

Regards,

Ethan