Skip to content

Commit

Permalink
continuando edgv 3.0 pro para edição
Browse files Browse the repository at this point in the history
  • Loading branch information
dinizime committed Oct 7, 2021
1 parent 4b760a7 commit fe285ca
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 85 deletions.
36 changes: 34 additions & 2 deletions edgv_300_orto/master_file_300_orto.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"modelo": "EDGV 3.0 Orto",
"versao": "2.0",
"versao": "2.1",
"schema_dados": "edgv",
"schema_dominios": "dominios",
"a_ser_preenchido": {
Expand Down Expand Up @@ -1077,7 +1077,6 @@
"nome": "barragem",
"categoria": "infra",
"primitivas": [
"MultiPolygon",
"MultiLinestring"
],
"atributos": [
Expand Down Expand Up @@ -1113,6 +1112,39 @@
}
]
},
{
"nome": "barragem",
"categoria": "infra",
"primitivas": [
"MultiPolygon"
],
"atributos": [
{
"nome": "nome",
"tipo": "varchar(255)",
"cardinalidade": "0..1"
},
{
"nome": "tipo",
"tipo": "smallint",
"cardinalidade": "1..1",
"mapa_valor": "tipo_barragem"
},
{
"nome": "material_construcao",
"tipo": "smallint",
"cardinalidade": "1..1",
"mapa_valor": "material_construcao",
"valores": [
0,
1,
2,
4,
23
]
}
]
},
{
"nome": "elemento_hidrografico",
"categoria": "elemnat",
Expand Down
Loading

0 comments on commit fe285ca

Please sign in to comment.