Skip to content

Commit a03ba29

Browse files
committed
prose
1 parent 8e65152 commit a03ba29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guide/10-mapping-and-visualization/advanced-cartography-part2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Advanced Cartography (Part 2)\n",
8-
"This is the second part of \"Advanced Cartography\" series. To learn more about the advanced usage of Renderer options in Map Widget, e.g. Class Breaks in size and colors, and Unique Value Renderers, for numeric or orderable data, please refer to \"Part 1\" (`advanced-cartography-part1.ipynb`). The purpose of this series is to demo how to freely customize your own style or symbolizing. For previous coverage of map widgets, please go to [using the map widget](https://developers.arcgis.com/python/guide/using-the-map-widget) and [Advanced Map Widget Usage](https://developers.arcgis.com/python/guide/advanced-map-widget-useage/)"
8+
"This is the second part of \"Advanced Cartography\" series. To learn more about the advanced usage of Renderer options in Map Widget, e.g. Class Breaks in size and colors, and Unique Value Renderers, for numeric or orderable data, please refer to [Part 1](https://developers.arcgis.com/python/guide/advanced-cartography-part1/). The purpose of this series is to demo how to freely customize your own style or symbolizing. For previous coverage of map widgets, please go to [using the map widget](https://developers.arcgis.com/python/guide/using-the-map-widget) and [Advanced Map Widget Usage](https://developers.arcgis.com/python/guide/advanced-map-widget-useage/)"
99
]
1010
},
1111
{
@@ -67,7 +67,7 @@
6767
"source": [
6868
"Use unique symbols to show different types of things (categorical data), not counts or numeric measurements. For example, you can use different colors to represent different rail lines in the city. More documentation please refer to [Types (Unique symbols)](http://doc.arcgis.com/en/arcgis-online/create-maps/style-categories.htm#ESRI_SECTION1_1084DA17FD3C470B87A004AB55132D38)\n",
6969
"\n",
70-
"In the example of `map6`, since the two Map Services already carry `renderer` in the service resource, we do not need to further set up this property or so called the `drawingInfo` for them to be displayed. Otherwise, check the example for `map7` to see how you can customize the settings. "
70+
"In the example of `map6`, since the two Map Services already carry `renderer` in the service resource, we do not need to further set up this property or the `drawingInfo` property for them to be displayed. However, you can check the example for `map7` to see how you can customize the settings. "
7171
]
7272
},
7373
{
@@ -601,7 +601,7 @@
601601
],
602602
"metadata": {
603603
"kernelspec": {
604-
"display_name": "Python 3",
604+
"display_name": "Python 3 (ipykernel)",
605605
"language": "python",
606606
"name": "python3"
607607
},
@@ -615,7 +615,7 @@
615615
"name": "python",
616616
"nbconvert_exporter": "python",
617617
"pygments_lexer": "ipython3",
618-
"version": "3.8.2"
618+
"version": "3.10.14"
619619
},
620620
"toc": {
621621
"base_numbering": 1,
@@ -632,5 +632,5 @@
632632
}
633633
},
634634
"nbformat": 4,
635-
"nbformat_minor": 2
635+
"nbformat_minor": 4
636636
}

0 commit comments

Comments
 (0)