Skip to content

Commit

Permalink
Changed a default value (#5310)
Browse files Browse the repository at this point in the history
* Changed a default value

refs: #5309

* Updated test file.

refs: #5309
  • Loading branch information
mattjdnv authored Apr 5, 2022
1 parent 46a04b2 commit 194e294
Show file tree
Hide file tree
Showing 6 changed files with 1,176 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion scripts/schema/ConvertTDSv71Schema_XML.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def readFeatures(xmlDoc,funcList,domList,namList,tfList,fSchema,tSchema):
geoList = {'C':'Line','Crv':'Line','S':'Area','Srf':'Area','P':'Point','Pnt':'Point','_':'None'}
typList = {'esriFieldTypeDouble':'Real','xs:double':'Real','esriFieldTypeString':'String','xs:string':'String',
'esriFieldTypeInteger':'Integer','xs:int':'Integer','esriFieldTypeGlobalID':'String'}
fixDefList = {'ZI013_CSP':'-999999','DOF':'-999999.0','ZI001_SPS':'-999999','CIW':'-999999'}
fixDefList = {'ZI013_CSP':'-999999','DOF':'-999999.0','ZI001_SPS':'-999999','CIW':'-999999','ZSAX_RX3':'noInformation'}

itemList = xmlDoc.getElementsByTagName('DataElement')

Expand Down
Loading

0 comments on commit 194e294

Please sign in to comment.