Skip to content

Commit 78a0b74

Browse files
committed
Updates symbols in ALS clinics sample
Resolves #4714
1 parent 7ef345d commit 78a0b74

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

samples/04_gis_analysts_data_scientists/identifying-suitable-sites-for-als-clinics-using-location-allocation-analysis.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -283,19 +283,19 @@
283283
" 'color': [0,92,230,39], 'width': 7}\n",
284284
" \n",
285285
" # Patient points within 90 minutes drive time to a proposed clinic location.\n",
286-
" allocated_demand_symbol = {'type' : 'esriPMS', 'url' : 'https://maps.esri.com/legends/Firefly/cool/1.png',\n",
287-
" 'contentType' : 'image/png', 'width' : 26, 'height' : 26,\n",
288-
" 'angle' : 0, 'xoffset' : 0, 'yoffset' : 0}\n",
286+
" allocated_demand_symbol = {\"angle\":0,\"xoffset\":0,\"yoffset\":0,\"type\":\"esriPMS\",\n",
287+
" \"url\":\"https://static.arcgis.com/images/Symbols/Firefly/FireflyA7.png\",\n",
288+
" \"contentType\":\"image/png\",\"width\":24,\"height\":24}\n",
289289
"\n",
290290
" # Patient points outside of a 90 minutes drive time to a proposed clinic location.\n",
291-
" unallocated_demand_symbol = {'type' : 'esriPMS', 'url' : 'https://maps.esri.com/legends/Firefly/warm/1.png',\n",
292-
" 'contentType' : 'image/png', 'width' : 19.5, 'height' : 19.5,\n",
293-
" 'angle' : 0, 'xoffset' : 0, 'yoffset' : 0}\n",
291+
" unallocated_demand_symbol = {\"angle\":0,\"xoffset\":0,\"yoffset\":0,\"type\":\"esriPMS\",\n",
292+
" \"url\":\"https://static.arcgis.com/images/Symbols/Firefly/FireflyB3.png\",\n",
293+
" \"contentType\":\"image/png\",\"width\":24,\"height\":24}\n",
294294
"\n",
295295
" # Selected clinic\n",
296-
" selected_facilities_symbol = {'type' : 'esriPMS', 'url' : 'https://maps.esri.com/legends/Firefly/ClinicSites.png',\n",
297-
" 'contentType' : 'image/png', 'width' : 26, 'height' : 26,\n",
298-
" 'angle' : 0, 'xoffset' : 0, 'yoffset' : 0} \n",
296+
" selected_facilities_symbol = {\"angle\":0,\"xoffset\":0,\"yoffset\":0,\"type\":\"esriPMS\",\n",
297+
" \"url\":\"https://static.arcgis.com/images/Symbols/State-Government/State-Health-Clinics.png\",\n",
298+
" \"contentType\":\"image/png\",\"width\":24,\"height\":24}\n",
299299
" \n",
300300
" # 3. Display the analysis results in the map\n",
301301
" # Add a slight delay for drama. \n",
@@ -515,4 +515,4 @@
515515
},
516516
"nbformat": 4,
517517
"nbformat_minor": 2
518-
}
518+
}

0 commit comments

Comments
 (0)