]> git.mxchange.org Git - city.git/commit
Added a lot new stuff for region maps (and prepared city maps). These maps can
authorRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 06:09:26 +0000 (08:09 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 06:09:26 +0000 (08:09 +0200)
commit317507fed8361be25688ae78bd0daa632feec04f
tree1cdd0eb03563d84abff239b0c6bf537491383022
parent2aade6bc6224d74a0e2d4d967e3f612e858fd651
Added a lot new stuff for region maps (and prepared city maps). These maps can
become really large and should not be created or expanded by the HTML client.
Better is to let the daemon do the work.

Signed-off-by: Roland Haeder <roland@mxchange.org>
13 files changed:
application/city/config.php
application/city/interfaces/database/frontend/city/.htaccess [new file with mode: 0644]
application/city/interfaces/database/frontend/city/class_CityInformationWrapper.php [new file with mode: 0644]
application/city/interfaces/database/frontend/class_CityInformationWrapper.php [deleted file]
application/city/interfaces/database/frontend/class_RegionInformationWrapper.php [deleted file]
application/city/interfaces/database/frontend/region/.htaccess [new file with mode: 0644]
application/city/interfaces/database/frontend/region/class_RegionInformationWrapper.php [new file with mode: 0644]
application/city/interfaces/database/frontend/region/class_RegionMapWrapper.php [new file with mode: 0644]
application/city/interfaces/manager/region/class_ManageableRegionMap.php [new file with mode: 0644]
application/city/main/database/frontend/city/class_CityInformationDatabaseWrapper.php
application/city/main/database/frontend/region/class_RegionMapDatabaseWrapper.php [new file with mode: 0644]
application/city/main/manager/region/class_RegionMapManager.php [new file with mode: 0644]
db/region_map/.htaccess [new file with mode: 0644]