0
votes

I'm currently using a js-array to display a big ammount of markers from a MSSQL DB in openlayers. But the performace is too bad and I need a new solution. I thought I can solve this by using geoserver to display a layer with all markers. But I can't quite figure out how to accomplish that.

Amy ideas how I can improve the perfomance of my webapplication? Thnx in advance.

1

1 Answers

0
votes

If you have too many features, consider making a raster layer instead. For instance, WMS. GeoServer supports MSSQL.

If your markers are static then you can drastically boost yur performance with caching. This increases the performance multifold, but is only suitable for scenarios where you have "static" content.

Also consider asking on https://gis.stackexchange.com/.