neomap
neomap copied to clipboard
A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
- fixed relationship arrowheads color - generated `package-lock.json` file with `"lockfileVersion": 1`. dont remember exactly but there were some troubles with `"lockfileVersion": 2` more fixes coming soon. do not merge...
Small fixes after manual tests: - Fix relationship type selection (r:RELATIONSHIP doesn't seem to be valid Cypher) - Make sure we show the layer name in the layer control and...
Work in progress... Please comment on this issue if you have any input regarding the roadmap. # Roadmap towards release 1.0 ## Features - Relationships visualization (#15) (merged in master...
**Is your feature request related to a problem? Please describe.** Closely related to the problem of duplicating an existing layer (https://github.com/stellasia/neomap/issues/83). Right now, if you want to have two different...
**Describe the bug** Installation of Neomaps doesn't complete. **To Reproduce** Install the latest version of Neo4j Desktop 1.4.1.46 Paste https://registry.npmjs.org/neomap into the install text box Click install **Desktop (please complete...
Closes issue #55 - [x] Rewrite Layer as a react functional component - [x] Split out layer view rendering into manageable files. Moved logical bootstrap form groups into `Layer.forms` file...
> Also note that the added layer is still created using the data from the layer that has just been added - I was not able to understand why yet...
Right now, we always have "Create New Layer" and "Update Layer" buttons displayed. We should move to something like: - If layer has never been rendered: "Create New Layer" -...
At app start, we block render until we are sure we have an instance of neo4j driver. This blocks render indefinitely if driver is never resolved. _See original discussion in...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Upgrade all dependencies (focusing more on the react-scripts) to get react hooks in. Many...