Project

General

Profile

Feature #574

Updated by Alexander Watzinger over 7 years ago

[[Spatial Whitepaper]] of features. 

 *To do* 

 - remove old coordinate code 
 - multiple points 
 - multiple polygons 
 - format data to json 
 - translations for info 
 - look into polygons.php 

 - parameterize querys 
 - try transaction 
 - search to do 
 - new structure dump 
 - add version to login 
 - check DPP database (warnings?) 
 - remove old coordinate code (and db functions?) 

 *Questions* 

 - formatting: configure ide (tabs, whitespaces), excessive whitelines and semicolons; better and camel case variable/function names 
 - delete unneeded comments 
 - json format: define one instead of two, at the moment coordinates only work without quotes 
 - why different table for points and polygons if they have also a type field? 
 what to write in polygon info (entity-info like now, polygon-info or both?) 

Back