Skip to content

Commit ec641fd

Browse files
committed
update draw symbol
1 parent 88576d8 commit ec641fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/04_gis_analysts_data_scientists/traffic-light-detection-on-oriented-imagery.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,8 @@
10341034
" 'latestWkid': 3857}}\n",
10351035
" m.content.draw(arcgis.geometry.Point(intpoint), symbol=SimpleMarkerSymbolEsriSMS(**{\n",
10361036
" 'style': 'esriSMSSquare',\n",
1037-
" 'color': [255,0.0],\n",
1038-
" 'size': '8px',\n",
1037+
" 'color': [255,0,0],\n",
1038+
" 'size': 8,\n",
10391039
" }))"
10401040
]
10411041
},

0 commit comments

Comments
 (0)