Skip to content

Commit

Permalink
the json "all fields" that @kcondon fixed (making it importable via t…
Browse files Browse the repository at this point in the history
…he API), and the

corresponding control ddi export. #3648
  • Loading branch information
landreev committed Apr 11, 2023
1 parent 308a8ee commit 496ab1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@
},
{
"typeName": "productionPlace",
"multiple": false,
"multiple": true,
"typeClass": "primitive",
"value": "ProductionPlace"
"value": ["ProductionPlace"]
},
{
"typeName": "contributor",
Expand Down Expand Up @@ -842,51 +842,51 @@
"typeName": "westLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "10"
"value": "-72"
},
"eastLongitude": {
"typeName": "eastLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "20"
"value": "-70"
},
"northLongitude": {
"typeName": "northLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "30"
"value": "43"
},
"southLongitude": {
"typeName": "southLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "40"
"value": "42"
}
},
{
"westLongitude": {
"typeName": "westLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "50"
"value": "-18"
},
"eastLongitude": {
"typeName": "eastLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "60"
"value": "-13"
},
"northLongitude": {
"typeName": "northLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "70"
"value": "29"
},
"southLongitude": {
"typeName": "southLongitude",
"multiple": false,
"typeClass": "primitive",
"value": "80"
"value": "28"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
<geogUnit>GeographicUnit1</geogUnit>
<geogUnit>GeographicUnit2</geogUnit>
<geoBndBox>
<westBL>10</westBL>
<eastBL>20</eastBL>
<southBL>40</southBL>
<northBL>30</northBL>
<westBL>-72</westBL>
<eastBL>-70</eastBL>
<southBL>42</southBL>
<northBL>43</northBL>
</geoBndBox>
<anlyUnit>UnitOfAnalysis1</anlyUnit>
<anlyUnit>UnitOfAnalysis2</anlyUnit>
Expand Down

0 comments on commit 496ab1c

Please sign in to comment.