diff --git a/site/public/documentation/faq.md b/site/public/documentation/faq.md index 44b036c..c92ceae 100644 --- a/site/public/documentation/faq.md +++ b/site/public/documentation/faq.md @@ -26,6 +26,14 @@ planet's `draw` method. +**Q:** Why can't I load the `world-110m.json` file with the TopoJSON plugin? + +**A:** After checking to make sure you've specified the path to the file in the plugin's configuration options, ensure that you're viewing your page over HTTP. Your browser won't be able to make the necessary Ajax request to load the file if you're just viewing the page from your filesystem. + +