Skip to content
Snippets Groups Projects
Commit 803a5b21 authored by Armand Bahi's avatar Armand Bahi
Browse files

Ajout coordsys sur les cartes

parent 25ca2730
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
CAUTION: Do not modify this file unless you know what you are doing. CAUTION: Do not modify this file unless you know what you are doing.
Unexpected results may occur if the code is changed deliberately. Unexpected results may occur if the code is changed deliberately.
--> -->
<dbmodel pgmodeler-ver="0.9.2" last-position="906,229" last-zoom="0.95" max-obj-count="40" <dbmodel pgmodeler-ver="0.9.2" last-position="609,0" last-zoom="0.95" max-obj-count="42"
default-owner="postgres"> default-owner="postgres">
<database name="new_database" is-template="false" allow-conns="true"> <database name="new_database" is-template="false" allow-conns="true">
</database> </database>
...@@ -122,7 +122,7 @@ flux_osm]]></comment> ...@@ -122,7 +122,7 @@ flux_osm]]></comment>
</constraint> </constraint>
</table> </table>
<table name="map" layer="0" collapse-mode="2" max-obj-count="9"> <table name="map" layer="0" collapse-mode="2" max-obj-count="10">
<schema name="s_vmap_2021"/> <schema name="s_vmap_2021"/>
<role name="postgres"/> <role name="postgres"/>
<position x="1400" y="60"/> <position x="1400" y="60"/>
...@@ -150,6 +150,9 @@ flux_osm]]></comment> ...@@ -150,6 +150,9 @@ flux_osm]]></comment>
<column name="maptools"> <column name="maptools">
<type name="json" length="0"/> <type name="json" length="0"/>
</column> </column>
<column name="coordsys_id" not-null="true">
<type name="integer" length="0"/>
</column>
<constraint name="map_pk" type="pk-constr" table="s_vmap_2021.map"> <constraint name="map_pk" type="pk-constr" table="s_vmap_2021.map">
<columns names="map_id" ref-type="src-columns"/> <columns names="map_id" ref-type="src-columns"/>
</constraint> </constraint>
...@@ -804,6 +807,12 @@ Si c'est Non : l'utilisateur a basculé sur l'édition manuelle du mapfile]]></c ...@@ -804,6 +807,12 @@ Si c'est Non : l'utilisateur a basculé sur l'édition manuelle du mapfile]]></c
<columns names="thememap_id" ref-type="dst-columns"/> <columns names="thememap_id" ref-type="dst-columns"/>
</constraint> </constraint>
<constraint name="fk_coordsys_id" type="fk-constr" comparison-type="MATCH FULL"
upd-action="NO ACTION" del-action="NO ACTION" ref-table="s_vmap_2021.coordsys" table="s_vmap_2021.map">
<columns names="coordsys_id" ref-type="src-columns"/>
<columns names="coordsys_id" ref-type="dst-columns"/>
</constraint>
<constraint name="fk_layer_id" type="fk-constr" comparison-type="MATCH FULL" <constraint name="fk_layer_id" type="fk-constr" comparison-type="MATCH FULL"
upd-action="NO ACTION" del-action="NO ACTION" ref-table="s_vmap_2021.layer" table="s_vmap_2021.layer_map"> upd-action="NO ACTION" del-action="NO ACTION" ref-table="s_vmap_2021.layer" table="s_vmap_2021.layer_map">
<columns names="layer_id" ref-type="src-columns"/> <columns names="layer_id" ref-type="src-columns"/>
...@@ -1148,4 +1157,9 @@ Si c'est Non : l'utilisateur a basculé sur l'édition manuelle du mapfile]]></c ...@@ -1148,4 +1157,9 @@ Si c'est Non : l'utilisateur a basculé sur l'édition manuelle du mapfile]]></c
dst-table="s_vmap_2021.fluxtype" reference-fk="fk_flyxtype_id" dst-table="s_vmap_2021.fluxtype" reference-fk="fk_flyxtype_id"
src-required="false" dst-required="false"/> src-required="false" dst-required="false"/>
<relationship name="rel_map_coordsys" type="relfk" layer="0"
src-table="s_vmap_2021.map"
dst-table="s_vmap_2021.coordsys" reference-fk="fk_coordsys_id"
src-required="false" dst-required="false"/>
</dbmodel> </dbmodel>
mcd/vmap_2021.png

695 KiB | W: | H:

mcd/vmap_2021.png

705 KiB | W: | H:

mcd/vmap_2021.png
mcd/vmap_2021.png
mcd/vmap_2021.png
mcd/vmap_2021.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment