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