Hello,
We are trying to implement mapping using some shape files which represent data for a large area of the UK.
These are bigger than the files for the samples, for instance our file for the minor roads is 47MB - consequently the refreshing, panning and zooming of the map is fairly slow.
I have tried an approach of storing the data in SQL server 2008, and indexing the Xmin, Ymin, Xmax and Ymax (the bounding box) of each record.
The map responsiveness for the shape files which I have regenerated by pulling out a small subset of this data from SQL server for a small area of the country (which are obviously much smaller files) is fast, but the process of pulling the data out itself and regenerating the small shape files is much too slow to be done on the fly.
I am investigating alternative ways round this, however I have noticed that you have included a class called 'MsSql2008FeatureLayer', so I was wondering if this enables me to tell a MapSuite map to get its shape file data from SQL Server? If it would, do you have any guidelines on what format the database would need to be in and some sample code for connecting this layer to the database? Many thanks