Commit d4926db
[FIX]: Properly view geojson returned from a backend (#364)
Before this commit, the MapViewer was awaiting on loadData but that
function was not returning anything. This was causing the MapViewer to
always display an empty map.
This commit simply adds this missing return statement so MapViewer:renderMap
can work properly
Co-authored-by: mohamedkasem99 <kasem.personal@gmail.com>1 parent 6f92e59 commit d4926db
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
0 commit comments