You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The popup intermittently takes 5 seconds or more to appear on the map, even simple popups with minimal content. It is inconsistent. Sometimes it loads in 0.5 seconds, sometimes 5-7 seconds. It seems to be partially related to where the feature is in relation to the map boundaries.
Our map lives in a web application that is fairly complex, with multiple grids, tables, charts etc. That may be part of the problem, but the Leaflet popup always loads very quickly.
Thanks!
The text was updated successfully, but these errors were encountered:
@FunkMonkey33, the initial version of Rrose, now called v0.0.1, made an extra calculation for points in corners. This was to determine which direction predominated when both were too close to the edge. The calculation was never used, although I thought I might use it in a future version, and making it didn't seem to impact performance for the size of the datasets I was working with.
I've removed that calculation, and simplified the css accordingly. If you're still interested in this issue and can test the performance of the version that's presently in the repo, I'd appreciate your feedback. Alternatively, if there's somewhere I can see the behavior, either live or in a JSFiddle, do point me to it.
I am going through the other issues and hope to do a v0.2.0 release for Leaflet 0.7.2 and higher in the near future.
The popup intermittently takes 5 seconds or more to appear on the map, even simple popups with minimal content. It is inconsistent. Sometimes it loads in 0.5 seconds, sometimes 5-7 seconds. It seems to be partially related to where the feature is in relation to the map boundaries.
Our map lives in a web application that is fairly complex, with multiple grids, tables, charts etc. That may be part of the problem, but the Leaflet popup always loads very quickly.
Thanks!
The text was updated successfully, but these errors were encountered: