Describe the bug
'netscape.javascript.JSException: TypeError: e.sourceTarget.getElement is not a function. (In 'e.sourceTarget.getElement()', 'e.sourceTarget.getElement' is undefined)': TypeError: e.sourceTarget.getElement is not a function. (In 'e.sourceTarget.getElement()', 'e.sourceTarget.getElement' is undefined)
I couldn't get a handle of the JLGeoJson object after attempting to plot my GeoJson. The data does display on the graph but due to the exception, couldn't be removed from the graph subsequently. Software went into illegal state.
To Reproduce
Steps to reproduce the behavior:
- set up a javafx project
- import this library
- use the
.fromContent(String) method with a try-catch. Print the catch-all exception
Expected behavior
A clear and concise description of what you expected to happen.
No error in the logs
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Describe the bug
I couldn't get a handle of the JLGeoJson object after attempting to plot my GeoJson. The data does display on the graph but due to the exception, couldn't be removed from the graph subsequently. Software went into illegal state.
To Reproduce
Steps to reproduce the behavior:
.fromContent(String)method with a try-catch. Print the catch-all exceptionExpected behavior
A clear and concise description of what you expected to happen.
No error in the logs
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.