Skip to content

Commit 62d7a28

Browse files
committed
added javascript troubleshooting section to readme
1 parent bf74ee0 commit 62d7a28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ Want to embed your nifty table on your website? You can use an [iframe](http://w
7474
* [jQuery CSV](https://github.com/evanplaice/jquery-csv/) - Parse CSV (Comma Separated Values) to Javascript arrays or dictionaries.
7575
* [DataTables](http://datatables.net/) - add advanced interaction controls to any HTML table.
7676

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+
7788
## Errors / Bugs
7889

7990
If something is not behaving intuitively, it is a bug, and should be reported.

0 commit comments

Comments
 (0)