mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Regional Obs notebook (website branch)
- update to maps request cell (remove redundancy)
This commit is contained in:
parent
a7f43d8ec9
commit
5ac569f12f
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@
|
|||
"# Define the maps request\n",
|
||||
"maps_request = DataAccessLayer.newDataRequest('maps')\n",
|
||||
"# filter for multiple states\n",
|
||||
"maps_request = DataAccessLayer.newDataRequest('maps')\n",
|
||||
"maps_request.addIdentifier('table', 'mapdata.states')\n",
|
||||
"maps_request.addIdentifier('geomField', 'the_geom')\n",
|
||||
"maps_request.addIdentifier('inLocation', 'true')\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue