Skip to content

Commit

Permalink
Fix and close #252
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialillusions committed Mar 5, 2023
1 parent 833ffa2 commit d0ec449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numbersidc/sidc/landequipment.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export default {
sId["220000"] = [];
sId["220100"] = [icn["GR.EQ.SENSOR"]];
sId["220200"] = [icn["GR.EQ.SENSOR EMPLACED"]];
sId["220300"] = [icn["GR.EQ.RADAR"]];
sId["220300"] = [icn["SI.IC.RADAR"]];
sId["230000"] = [icn["GR.IC.FF.EMERGENCY OPERATION"]];
sId["230100"] = [
icn["GR.EQ.CIVILIAN VEHICLE.UTILITY VEHICLE"],
Expand Down

0 comments on commit d0ec449

Please sign in to comment.