Skip to content

Commit

Permalink
UFD Translator (#2616)
Browse files Browse the repository at this point in the history
* Cleaned up and added the UFD translator

refs: #2575

* Typo

refs: #2575

* Typo

refs: #2575
  • Loading branch information
mattjdnv authored Sep 11, 2018
1 parent 62c166d commit 4926338
Show file tree
Hide file tree
Showing 5 changed files with 3,736 additions and 186 deletions.
6 changes: 6 additions & 0 deletions conf/services/DefaultTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"CANEXPORT" : false,
"PATH" : "translations/GIFD_D4.js",
},
{
"NAME" : "UFD",
"DESCRIPTION" : "Urban Feature Data (UFD) Levels 1-3",
"CANEXPORT" : false,
"PATH" : "translations/UFD_to_Osm.js",
},
{
"NAME" : "WorldPortIndex",
"DESCRIPTION" : "NGA World Port Index",
Expand Down
14 changes: 7 additions & 7 deletions plugins/ggdm30_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -1766,13 +1766,13 @@ ggdm30.rules = {

// DKS - Daymark Shape
// ['DKS','-999999',undefined,undefined], // No Information
['DKS','1','daymark_shape','rectangle'], // Rectangle
['DKS','2','daymark_shape','square'], // Square
['DKS','3','daymark_shape','triangle'], // Triangle
['DKS','4','daymark_shape','cage'], // Cage
['DKS','5','daymark_shape','diamond'], // Diamond
['DKS','6','daymark_shape','circular'], // Circular
['DKS','7','daymark_shape','trapezoidal'], // Trapezoidal
['DKS','1','seamark:daymark:shape','rectangle'], // Rectangle
['DKS','2','seamark:daymark:shape','square'], // Square
['DKS','3','seamark:daymark:shape','triangle'], // Triangle
['DKS','4','seamark:daymark:shape','cage'], // Cage
['DKS','5','seamark:daymark:shape','diamond'], // Diamond
['DKS','6','seamark:daymark:shape','circle'], // Circular
['DKS','7','seamark:daymark:shape','trapezium'], // Trapezoidal

// DMBC - Undergrowth Density <interval closure>
['DMBC','2','undergrowth:density:closure','open_interval'], // Open Interval
Expand Down
Loading

0 comments on commit 4926338

Please sign in to comment.