Hi,
I’m working for a telecommunications company, and I’m evaluating various products that allow building desktop mapping application in .NET environment.
MapSuite beta 2 release (3.0.199) is a good candidate because of its powerful mapping features, easy-to-use API, and extendibility.
Performance is our main problem: we have feature layers consisting of approximately 100,000 points and lines and we need to apply value-styles and filters at run-time on user request.
At the same time we have a mosaic made up of 300 georeferenced tif images covering Italian territory, and we need to zoom out to see a region covered by up to twelve images.
Before writing to this forum I implemented all the solutions that are suggested in forum for better performances both of raster and vector layers.
For example
Raster Layer:
MultiGeoTiff Raster Layer
Client caching
Vector Layer:
IndexedInMemoryFeatureLayer
CachedValueStyle
A question: What are the best events to be used to measure the timing of layer generation?
I would like to know if, in future releases, there are further improvements for better performances for drawing raster and vector layers.
Thanks