diff --git a/src/App.svelte b/src/App.svelte index 25817f5..173c0f9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -97,10 +97,6 @@ - - - - diff --git a/src/TopicList.svelte b/src/TopicList.svelte index 6ad38f1..c4e7143 100644 --- a/src/TopicList.svelte +++ b/src/TopicList.svelte @@ -4,4 +4,7 @@ import SearchForm from "./SearchForm.svelte" +
+ Try mapview (beta) +
diff --git a/static/map.html b/static/map.html index 9394c40..1f2eb88 100644 --- a/static/map.html +++ b/static/map.html @@ -94,7 +94,7 @@ function hierarchy(topic_array, parent_id){ d3.json("/learn/topics.json?_shape=array&_size=5000", function(alltopics){ // console.log({alltopics}); var root = hierarchy(alltopics, ""); - console.log({root}); + // console.log({root}); initialize(root); accumulate(root); layout(root);