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

Integration with Neo4j Point type #57

Closed stellasia closed 4 years ago

stellasia commented 4 years ago

Is your feature request related to a problem? Please describe. When nodes have a property with type "point", for now we have to use Cypher query to extract lat/lon from it.

Describe the solution you'd like neomap could read the attributes itself by checking the type of the property (?)

Describe alternatives you've considered

Additional context

stellasia commented 4 years ago

Fixed in #58