Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map View Crashes when selecting node-label dropdown #183

Closed
jexp opened this issue Aug 8, 2022 · 2 comments
Closed

Map View Crashes when selecting node-label dropdown #183

jexp opened this issue Aug 8, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jexp
Copy link

jexp commented Aug 8, 2022

MATCH (s:Station) RETURN s LIMIT 10

Based on Jesus' Rail UK dataset
https://github.com/jbarrasa/gc-2022/tree/main/interop

Did my own import, set location as geocoordinate point and created index.

  • only configured relWidthProperty and heatmap markers
  • nothing else

MapChart.tsx:256 Uncaught ReferenceError: renderNodeLabel is not defined
at MapChart.tsx:256:22
at Array.map ()
at MapChart.tsx:250:105
at qA (MapChart.tsx:327:46)
at ra (index.js:157:137)
at Fa (index.js:180:154)
at Bs (index.js:269:343)
at wl (index.js:250:347)
at El (index.js:250:278)
at _l (index.js:250:138)

@jexp jexp added the bug Something isn't working label Aug 8, 2022
@nielsdejong
Copy link
Collaborator

Hi Michael, thanks for reporting this. I'll try and reproduce the issue locally and will push a fix a.s.a.p. CC @mariusconjeaud

@nielsdejong
Copy link
Collaborator

Issue is fixed here: #184

Update is pushed as part of the 2.1.4 release out today too.

Best,
Niels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants