Bing maps currently simplifies each polygon shape that gets put on the map.

While that's good for most things, I need to show the full resolution polygons and I'll sort out the simplification myself.

Any ideas on how to do this, I can't seem to find a way to turn it off and finding documentation on Bing/live/VE/MS/whatever maps is a nightmare!

Any help appreciated,

Thanks.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

We recently had a very similiar problem and found that setting the following (badly named) method worked.

VEMap.EnableShapeDisplayThreshold(false);

See this MSDN page for all the details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown