diff --git a/mcd/vmap_2021.dbm b/mcd/vmap_2021.dbm index 8d9736d90d3e8b3623c66be02e29815fca21727d..e9fd1dc95e30b019901ac8a67f47dfa731e739aa 100644 --- a/mcd/vmap_2021.dbm +++ b/mcd/vmap_2021.dbm @@ -3,7 +3,7 @@ CAUTION: Do not modify this file unless you know what you are doing. Unexpected results may occur if the code is changed deliberately. --> -<dbmodel pgmodeler-ver="0.9.2" last-position="458,0" last-zoom="0.85" max-obj-count="43" +<dbmodel pgmodeler-ver="0.9.2" last-position="0,0" last-zoom="1" max-obj-count="43" default-owner="postgres"> <database name="new_database" is-template="false" allow-conns="true"> </database> @@ -79,13 +79,17 @@ flux_osm]]></comment> </constraint> </table> -<table name="layer" layer="0" collapse-mode="2" max-obj-count="13"> +<table name="layer" layer="0" collapse-mode="2" max-obj-count="14"> <schema name="s_vmap_2021"/> <role name="postgres"/> - <position x="460" y="260"/> + <position x="460" y="240"/> <column name="layer_id" not-null="true"> <type name="serial" length="0"/> </column> + <column name="layertype" not-null="true"> + <type name="varchar" length="100"/> + <comment><![CDATA["postgres", "wms", "file", "wmts", "xyz", "osm"]]></comment> + </column> <column name="name"> <type name="varchar" length="100"/> <comment><![CDATA[Avec accents, espaces...]]></comment> diff --git a/mcd/vmap_2021.png b/mcd/vmap_2021.png index b7905abe5a98f97fa9b4f1c73f341cf3fcde8693..51f4f032b3279ee25c6e0df287f13f556aae2444 100644 Binary files a/mcd/vmap_2021.png and b/mcd/vmap_2021.png differ