Matt Jackson

Results 32 comments of Matt Jackson

``` EB010 Area with names and grass --------------- MGCP EB010 Area Raw: {"F_CODE":"EB010","NAM":"Feature Name","NFI":"NFI String","NFN":"NFN String","VEG":"8"} LayerName: Geometry: Area Element Type: In Attrs: F_CODE: :EB010: In Attrs: NAM: :Feature Name:...

I think refining the FFN assignment based on the `HWT` attribute is reasonable and the code should changed from the current IF HWT, Then FFN=931. From the TRD: ``` When...

I will have a try with shapefiles but I'm not seeing this in the translation server. Splitting the output over multiple comments for readability. This script: `hoot:/home/dg/hoot/translations $ ./checkSingleFeature.js` feeds...

``` DB090 Line with unknown --------------- MGCP DB090 Line Raw: {"F_CODE":"DB090","MCC":"0","WID":"5"} LayerName: Geometry: Line Element Type: In Attrs: F_CODE: :DB090: In Attrs: MCC: :0: In Attrs: WID: :5: LayerName: Geometry:...

``` DB090 Area with concrete --------------- MGCP DB090 Area Raw: {"F_CODE":"DB090","MCC":"21","TRS":"9"} LayerName: Geometry: Area Element Type: In Attrs: F_CODE: :DB090: In Attrs: MCC: :21: In Attrs: TRS: :9: LayerName: Geometry:...

``` DB090 Area with unknown --------------- MGCP DB090 Area Raw: {"F_CODE":"DB090","MCC":"0","TRS":"9"} LayerName: Geometry: Area Element Type: In Attrs: F_CODE: :DB090: In Attrs: MCC: :0: In Attrs: TRS: :9: LayerName: Geometry:...

Adding more attributes. ``` DB090 Area with unknown and Embankment type --------------- MGCP DB090 Area Raw: {"FIC":"2","F_CODE":"DB090","MCC":"0","TRS":"9"} LayerName: Geometry: Area Element Type: In Attrs: FIC: :2: In Attrs: F_CODE: :DB090:...

I think I have this fixed. In MGCP, there is `AC000 (Processing Facility)` and `AL010 (Facility)`. In TDSvXXX there is only `AL010 (Facility)` When importing MGCP, `AC000` maps to `facility=processing`...