You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,17 @@ Want to embed your nifty table on your website? You can use an [iframe](http://w
74
74
*[jQuery CSV](https://github.com/evanplaice/jquery-csv/) - Parse CSV (Comma Separated Values) to Javascript arrays or dictionaries.
75
75
*[DataTables](http://datatables.net/) - add advanced interaction controls to any HTML table.
76
76
77
+
## Common issues/troubleshooting
78
+
79
+
If your map isn't displaying any data, try the following:
80
+
81
+
1. Use the [Chrome developer console](https://developers.google.com/chrome-developer-tools/docs/console) or install [Firebug](http://getfirebug.com/) for FireFox. This will allow you to debug your javascript.
82
+
1. Open your table in the browser and open the javascript console
83
+
* Chrome developer console on a Mac: Option+Command+J
84
+
* Chrome developer console on a PC: Control+Shift+J
85
+
* Firebug in Firefox: Tools => Web Developer => Firebug => Open Firebug)
86
+
1. If you do see javascript errors, the error will tell you what line it is failing on. Best to start by going there!
87
+
77
88
## Errors / Bugs
78
89
79
90
If something is not behaving intuitively, it is a bug, and should be reported.
0 commit comments