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

Can not change layer rendering type anymore #81

Closed stellasia closed 3 years ago

stellasia commented 3 years ago

If I create a layer with rendering type "Marker", then change the rendering type to "HeatMap", then I get an error:

Capture d’écran de 2020-11-29 10-55-12

This is true whether I click on "Create new layer" or "Update layer".

(on master branch)

stellasia commented 3 years ago

NB: the above mentioned commit "fixes" this issue but forces rerendering the layer all the time, since we are not yet able to detect changes in rendering options (rendering type and color). That's to be improved but will be discussed in another issue.