Skip to content

Commit 6cd638a

Browse files
authored
Merge pull request #1 from jyaistMap/jy-rvw-kh-parcel
Add image as markdown instead of html to fix rendering
2 parents 5ba8065 + 9a11e8c commit 6cd638a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@
3131
"2. A polygon feature class called Records for storing legal document information about a set of parcels.\n",
3232
"3. A point feature class representing the physical, coordinated x,y,z locations on the ground.\n",
3333
"4. A lines feature class called Connection Lines to represent dimensions between points that are not parcel boundaries.\n",
34-
"5. Any number of parcel types\n",
35-
"\n",
36-
"<img align='left' width='450' src='https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/GUID-2239DE47-1DCF-42ED-B58D-D6C4B99DCA71-web.png' />"
34+
"5. Any number of parcel types"
35+
]
36+
},
37+
{
38+
"cell_type": "markdown",
39+
"metadata": {},
40+
"source": [
41+
"![parcel editing image](https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/GUID-2239DE47-1DCF-42ED-B58D-D6C4B99DCA71-web.png)"
3742
]
3843
},
3944
{
@@ -290,7 +295,7 @@
290295
],
291296
"metadata": {
292297
"kernelspec": {
293-
"display_name": "Python 3.9.11 ('arcgispro-py3')",
298+
"display_name": "Python 3 (ipykernel)",
294299
"language": "python",
295300
"name": "python3"
296301
},

0 commit comments

Comments
 (0)