From 3e141e77345ba797c98829751c1370a67a0721a2 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Wed, 25 Dec 2013 19:15:48 -0800 Subject: [PATCH] (site) Expand FAQ to include question about loading data via Ajax --- site/public/documentation/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + +
+ +
+ **Q:** How do I manipulate my globe? **A:** The planet object has methods and properties for manipulating the globe; most notable is the `projection` property. See the [Planet API](/documentation/planet.html) for more information.