Skip to content

Commit e29126b

Browse files
committed
addressing Atma's comments
1 parent ac05b75 commit e29126b

8 files changed

+22
-59
lines changed
Binary file not shown.

guide/10-mapping-and-visualization-alt/Part2_Navigating_the_map_widget.ipynb renamed to guide/10-mapping-and-visualization/Part2_navigating_the_map_widget.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Part 2 - Navigating the map widget\n",
8-
"\n",
9-
"Guide to Mapping and Visualization (Part 2)"
7+
"# Part 2 - Navigating the map widget"
108
]
119
},
1210
{
@@ -920,7 +918,7 @@
920918
"source": [
921919
"#### The synced display of 4 maps\n",
922920
"\n",
923-
"Now let's increase the difficulty and sync the display of 4 maps:"
921+
"Now let's sync the display of 4 maps:"
924922
]
925923
},
926924
{
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Part 1 - Introduction to mapping and visualization\n",
8-
"\n",
9-
"Guide to Mapping & Visualization (Part 1)"
7+
"# Part 1 - Introduction to using the map widget"
108
]
119
},
1210
{
@@ -16,7 +14,7 @@
1614
},
1715
"source": [
1816
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
19-
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Introduction-to-the-widgets-module\" data-toc-modified-id=\"Introduction-to-the-widgets-module-1\">Introduction to the <code>widgets</code> module</a></span></li><li><span><a href=\"#Quick-start-example\" data-toc-modified-id=\"Quick-start-example-2\">Quick start example</a></span><ul class=\"toc-item\"><li><span><a href=\"#Creating-a-map-widget\" data-toc-modified-id=\"Creating-a-map-widget-2.1\">Creating a map widget</a></span></li><li><span><a href=\"#Adding-layers-to-the-map\" data-toc-modified-id=\"Adding-layers-to-the-map-2.2\">Adding layers to the map</a></span><ul class=\"toc-item\"><li><span><a href=\"#Add-search-result-to-the-map\" data-toc-modified-id=\"Add-search-result-to-the-map-2.2.1\">Add search result to the map</a></span></li><li><span><a href=\"#Add-Item-to-the-map\" data-toc-modified-id=\"Add-Item-to-the-map-2.2.2\">Add Item to the map</a></span></li><li><span><a href=\"#Adding-layer-objects-to-the-map\" data-toc-modified-id=\"Adding-layer-objects-to-the-map-2.2.3\">Adding layer objects to the map</a></span></li></ul></li><li><span><a href=\"#Saving-the-map-as-a-web-map\" data-toc-modified-id=\"Saving-the-map-as-a-web-map-2.3\">Saving the map as a web map</a></span></li></ul></li><li><span><a href=\"#The-Object-Model-Diagram-of-the-widgets-module\" data-toc-modified-id=\"The-Object-Model-Diagram-of-the-widgets-module-3\">The Object Model Diagram of the widgets module</a></span></li><li><span><a href=\"#Conclusions\" data-toc-modified-id=\"Conclusions-4\">Conclusions</a></span></li></ul></div>"
17+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Introduction-to-the-widgets-module\" data-toc-modified-id=\"Introduction-to-the-widgets-module-1\">Introduction to the <code>widgets</code> module</a></span></li><li><span><a href=\"#Quick-start-example\" data-toc-modified-id=\"Quick-start-example-2\">Quick start example</a></span><ul class=\"toc-item\"><li><span><a href=\"#Creating-a-map-widget\" data-toc-modified-id=\"Creating-a-map-widget-2.1\">Creating a map widget</a></span></li><li><span><a href=\"#Adding-layers-to-the-map\" data-toc-modified-id=\"Adding-layers-to-the-map-2.2\">Adding layers to the map</a></span><ul class=\"toc-item\"><li><span><a href=\"#Add-search-result-to-the-map\" data-toc-modified-id=\"Add-search-result-to-the-map-2.2.1\">Add search result to the map</a></span></li><li><span><a href=\"#Add-Item-to-the-map\" data-toc-modified-id=\"Add-Item-to-the-map-2.2.2\">Add Item to the map</a></span></li><li><span><a href=\"#Adding-layer-objects-to-the-map\" data-toc-modified-id=\"Adding-layer-objects-to-the-map-2.2.3\">Adding layer objects to the map</a></span></li></ul></li><li><span><a href=\"#Saving-the-map-as-a-web-map\" data-toc-modified-id=\"Saving-the-map-as-a-web-map-2.3\">Saving the map as a web map</a></span></li></ul></li><li><span><a href=\"#The-Object-Model-Diagram-of-the-widgets-module\" data-toc-modified-id=\"The-Object-Model-Diagram-of-the-widgets-module-3\">The Object Model Diagram of the widgets module</a></span></li><li><span><a href=\"#Conclusion\" data-toc-modified-id=\"Conclusion-4\">Conclusion</a></span></li></ul></div>"
2018
]
2119
},
2220
{
@@ -302,16 +300,16 @@
302300
"cell_type": "markdown",
303301
"metadata": {},
304302
"source": [
305-
"## Conclusions\n",
303+
"## Conclusion\n",
306304
"\n",
307-
"In Part 1 of this guide series, we have explored the basic concepts and uses of web maps, the correlation between `mapping` and `widgets` modules, and quickly walked through some starting examples of visualizing a map in the widget. In the following chapters of this guide series, we will discuss more advanced topics of mapping and map widgets."
305+
"In Part 1 of this guide series, we have explored the basic concepts and uses of web maps, the fundamental structure of the `widgets` module, and quickly walked through some starter examples of visualizing a map in the widget. In the following chapters of this guide series, we will discuss more advanced topics of mapping and map widgets."
308306
]
309307
},
310308
{
311309
"cell_type": "markdown",
312310
"metadata": {},
313311
"source": [
314-
"<a href=\"#Part-1---Introduction-to-mapping-and-visualization\">Back to Top</a>"
312+
"<a href=\"#Part-1---Introduction-to-using-the-map-widget\">Back to Top</a>"
315313
]
316314
}
317315
],

guide/10-mapping-and-visualization-alt/part3_visualizing_spatial_data_on_the_map_widget.ipynb renamed to guide/10-mapping-and-visualization/part3_visualizing_spatial_data_on_the_map_widget.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"id": "6b1de307",
66
"metadata": {},
77
"source": [
8-
"# Part 3 - Visualizing spatial data on the map widget\n",
9-
"\n",
10-
"Guide to Mapping and Visualization (Part 3)"
8+
"# Part 3 - Visualizing spatial data on the map widget"
119
]
1210
},
1311
{
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"id": "3650119b",
66
"metadata": {},
77
"source": [
8-
"# Part 4 - Visualizing time enabled data on the map widget\n",
9-
"\n",
10-
"Guide to Mapping & Visualization (Part 4)"
8+
"# Part 4 - Visualizing time enabled data on the map widget"
119
]
1210
},
1311
{

guide/10-mapping-and-visualization-alt/part5_saving_updating_and_embedding_map_widget.ipynb renamed to guide/10-mapping-and-visualization/part5_saving_updating_and_embedding_map_widget.ipynb

Lines changed: 8 additions & 35 deletions
Large diffs are not rendered by default.

guide/10-mapping-and-visualization-alt/part7_utility_functions_for_the_map_widget.ipynb renamed to guide/10-mapping-and-visualization/part6_utility_functions_for_the_map_widget.ipynb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Part 7 - Utility functions for the map widget\n",
8-
"\n",
9-
"Guide to Mapping & Visualization (Part 7)"
7+
"# Part 6 - Utility functions for the map widget"
108
]
119
},
1210
{
@@ -16,7 +14,7 @@
1614
},
1715
"source": [
1816
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
19-
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Demonstrate-callback-features-with-on_click,-and-on_draw_end\" data-toc-modified-id=\"Demonstrate-callback-features-with-on_click,-and-on_draw_end-1\">Demonstrate callback features with <code>on_click</code>, and <code>on_draw_end</code></a></span></li><li><span><a href=\"#Show-message-in-map-widget-via-display_message\" data-toc-modified-id=\"Show-message-in-map-widget-via-display_message-2\">Show message in map widget via <code>display_message</code></a></span></li><li><span><a href=\"#Hide-the-Map/Scene-Switch-button-using-hide_mode_switch\" data-toc-modified-id=\"Hide-the-Map/Scene-Switch-button-using-hide_mode_switch-3\">Hide the Map/Scene Switch button using <code>hide_mode_switch</code></a></span></li><li><span><a href=\"#Configure-the-map-widget-with-the-Javascript-API-using-set_js_cdn\" data-toc-modified-id=\"Configure-the-map-widget-with-the-Javascript-API-using-set_js_cdn-4\">Configure the map widget with the Javascript API using <code>set_js_cdn</code></a></span></li><li><span><a href=\"#Conclusions\" data-toc-modified-id=\"Conclusions-5\">Conclusions</a></span></li></ul></div>"
17+
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Demonstrate-callback-features-with-on_click,-and-on_draw_end\" data-toc-modified-id=\"Demonstrate-callback-features-with-on_click,-and-on_draw_end-1\">Demonstrate callback features with <code>on_click</code>, and <code>on_draw_end</code></a></span></li><li><span><a href=\"#Show-message-in-map-widget-via-display_message\" data-toc-modified-id=\"Show-message-in-map-widget-via-display_message-2\">Show message in map widget via <code>display_message</code></a></span></li><li><span><a href=\"#Hide-the-Map/Scene-Switch-button-using-hide_mode_switch\" data-toc-modified-id=\"Hide-the-Map/Scene-Switch-button-using-hide_mode_switch-3\">Hide the Map/Scene Switch button using <code>hide_mode_switch</code></a></span></li><li><span><a href=\"#Configure-the-map-widget-with-the-Javascript-API-using-set_js_cdn\" data-toc-modified-id=\"Configure-the-map-widget-with-the-Javascript-API-using-set_js_cdn-4\">Configure the map widget with the Javascript API using <code>set_js_cdn</code></a></span></li><li><span><a href=\"#Conclusion\" data-toc-modified-id=\"Conclusion-5\">Conclusion</a></span></li></ul></div>"
2018
]
2119
},
2220
{
@@ -283,11 +281,11 @@
283281
"cell_type": "markdown",
284282
"metadata": {},
285283
"source": [
286-
"## Conclusions\n",
284+
"## Conclusion\n",
287285
"\n",
288-
"In Part 7 of this guide series, we discussed the utility functions of the `MapView` object, particularly in regard to using the `callback` and `display_message` mechanisms in creating interactivity for users.\n",
286+
"In Part 6 of this guide series, we discussed the utility functions of the `MapView` object, particularly in regard to using the `callback` and `display_message` mechanisms in creating interactivity for users.\n",
289287
"\n",
290-
"<a href=\"#Part-7---Utility-functions-for-the-map-widget\">Back to Top</a>"
288+
"<a href=\"#Part-6---Utility-functions-for-the-map-widget\">Back to Top</a>"
291289
]
292290
}
293291
],

0 commit comments

Comments
 (0)