stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Add a limit for the simple layer #26

Closed jexp closed 4 years ago

jexp commented 4 years ago

Eg for Panama papers with several hundred thousand addresses it otherwise breaks down.

stellasia commented 4 years ago

Hi Mickael!

Thanks a lot for the suggestions!

There is already a hard-coded limit of 5000, which is maybe too high. I plan to make customizable in (https://github.com/stellasia/neomap/issues/9). It will also become more visible with https://github.com/stellasia/neomap/issues/28, which is definitely a must-have!

stellasia commented 4 years ago

The maximum number of nodes to fetch is now customizable in 0.3.0 (default is 2000)