I am attempting to display a large number of points (c250,000) as clusters as the first level of detail on my map, as it would be meaningless and very data hungry to display them as individual points until I get to a much higher resolution. Because of the size limit on clustering, I have created six separate layers, all of which are set to the maximum clustering. However, they take just under a minute to load, which is unacceptable. Is there any way to speed this up? Would splitting into more layers help, or would it still be the same, as I'm still dealing with c250,000 items? I wondered about a heat map instead, but it doesn't come up as a style option.
Any thoughts or suggestions would be most welcome.