mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
21 lines
472 B
JavaScript
21 lines
472 B
JavaScript
// entirely discarded tags
|
|
// https://github.com/systemed/potlatch2/blob/master/net/systemeD/halcyon/connection/XMLConnection.as#L24
|
|
iD.data.discarded = [
|
|
"created_by",
|
|
'tiger:upload_uuid',
|
|
'tiger:tlid',
|
|
'tiger:source',
|
|
'tiger:separated',
|
|
'geobase:datasetName',
|
|
'geobase:uuid',
|
|
'sub_sea:type',
|
|
"odbl",
|
|
"odbl:note",
|
|
"yh:LINE_NAME",
|
|
"yh:LINE_NUM",
|
|
"yh:STRUCTURE",
|
|
"yh:TOTYUMONO",
|
|
"yh:TYPE",
|
|
"yh:WIDTH_RANK"
|
|
];
|