From: Roland Haeder Date: Tue, 28 Jul 2015 20:03:26 +0000 (+0200) Subject: Renamed columns to west, east, north and south + updated mind map. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f658f6e88ac218e9b97e4a0108bbdcc2ebf2608;p=city.git Renamed columns to west, east, north and south + updated mind map. Signed-off-by: Roland Haeder --- diff --git a/application/city/main/database/frontend/city_sections/class_CitySectionsDatabaseWrapper.php b/application/city/main/database/frontend/city_sections/class_CitySectionsDatabaseWrapper.php index 6e46284..eef07bc 100644 --- a/application/city/main/database/frontend/city_sections/class_CitySectionsDatabaseWrapper.php +++ b/application/city/main/database/frontend/city_sections/class_CitySectionsDatabaseWrapper.php @@ -40,12 +40,12 @@ class CitySectionsDatabaseWrapper extends BaseDatabaseWrapper implements CitySec const DB_COLUMN_SECTION_POSITION_Z = 'section_position_z'; // Connected neigbouring sections - const DB_COLUMN_SECTION_NEIGHBOUR_LEFT_ID = 'section_neighbour_left_id'; - const DB_COLUMN_SECTION_NEIGHBOUR_RIGHT_ID = 'section_neighbour_right_id'; - const DB_COLUMN_SECTION_NEIGHBOUR_TOP_ID = 'section_neighbour_top_id'; - const DB_COLUMN_SECTION_NEIGHBOUR_BOTTOM_ID = 'section_neighbour_bottom_id'; - const DB_COLUMN_SECTION_NEIGHBOUR_UP_ID = 'section_neighbour_up_id'; - const DB_COLUMN_SECTION_NEIGHBOUR_DOWN_ID = 'section_neighbour_down_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_WEST_ID = 'section_neighbour_west_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_EAST_ID = 'section_neighbour_east_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_NORTH_ID = 'section_neighbour_north_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_SOUTH_ID = 'section_neighbour_south_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_UP_ID = 'section_neighbour_up_id'; + const DB_COLUMN_SECTION_NEIGHBOUR_DOWN_ID = 'section_neighbour_down_id'; // Other settings: // Reserved section (see documentation) diff --git a/docs/mindmaps/Simple City Growth Simulation.mm b/docs/mindmaps/Simple City Growth Simulation.mm index a9c6355..004d24f 100644 --- a/docs/mindmaps/Simple City Growth Simulation.mm +++ b/docs/mindmaps/Simple City Growth Simulation.mm @@ -1,6 +1,6 @@ - + @@ -152,9 +152,72 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +