Project

General

Profile

Feature #574

Updated by Alexander Watzinger over 7 years ago

[[Spatial Whitepaper]] of features. 

 *To do* 

 - implement new JSON functions 
 - transactions 

 - multiple points 
 - multiple polygons 
 - move marker-color from model to map 

 - search 
 - type 
 - count 
 - centerpoint for polygons 
 - look into polygons.php 
 - translations 
 - parameterize querys 
 - try transaction 
 - search to do 
 - new structure dump 
 - remove old coordinate code (and db functions?) 

 *geojson for objects* 

 <pre> 
 { 
     "type": "Feature", 
     "geometry": { 
         "type": "Point/Polygon", 
         "coordinates": [12.0094131678343,47.864675435946] 
     }, 
     "properties": { 
         "title": "ObjectName", 
         "objectDescription": "ObjectDescription", 
         "marker-color": "#fc4353", 
         "siteType": "ObjectType", 
         "objectId": "134", 
         "count": "3", 
         "id": "1233", 
         "shapeType": "centerpoint/polygoncenter", 
         "name": "Prague Version 2", 
         "description": "a descriptive description" 
     } 
 }, 
 { 
   "type": "Feature" .... 
 </pre> 

Back