File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed
guide/09-finding-places-with-geocoding Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change 990
990
},
991
991
{
992
992
"cell_type": "code",
993
- "execution_count": 46,
994
- "metadata": {},
995
- "outputs": [],
996
- "source": [
997
- "for airport in airports:\n",
998
- " airport['location'].update({\"spatialReference\" : {\"wkid\" : 4326}})"
999
- ]
1000
- },
1001
- {
1002
- "cell_type": "code",
1003
- "execution_count": 47,
1004
- "metadata": {},
1005
- "outputs": [],
1006
- "source": [
1007
- "for airport in airports:\n",
1008
- " popup = PopupInfo(**{ \n",
1009
- " \"title\" : airport['attributes']['PlaceName'], \n",
1010
- " \"description\" : airport['address']\n",
1011
- " }\n",
1012
- " )\n",
1013
- " map2.content.draw(airport['location'], popup)"
1014
- ]
1015
- },
1016
- {
1017
- "cell_type": "code",
1018
- "execution_count": 132,
993
+ "execution_count": null,
1019
994
"metadata": {},
1020
995
"outputs": [],
1021
996
"source": [
1042
1017
}
1043
1018
],
1044
1019
"source": [
1045
- "map2 = Map(\"CA \")\n",
1020
+ "map2 = Map(\"California \")\n",
1046
1021
"map2"
1047
1022
]
1048
1023
},
You can’t perform that action at this time.
0 commit comments