Actions
Feature #574
closedMap: multiple points and areas for Places
Start date:
2015-11-12
Estimated time:
16.00 h
Description
Spatial Whitepaper of features.
Interface description for GeoJSON objects
These JavaScript variables will be set by the application: gisPointAll (without selected, with not selected polygon centerpoints) gisPointSelected gisPolygonAll (without selected) gisPolygonSelected gisPolygonPointSelected (centerpoints of selected polygons) At insert/update these form fields will be used to write to database: $('#gisPoints') $('#gisPolygons') GeoJSON structure: { "type": "Feature", "geometry": { "type": "Point/Polygon", "coordinates": [12.0094131678343,47.864675435946] }, "properties": { "title": "ObjectName", "objectDescription": "ObjectDescription", "siteType": "ObjectType", "objectId": "134", "count": "3", "id": "1233", "shapeType": "centerpoint/polygoncenter", "name": "Prague Version 2", "description": "a descriptive description" } }, { "type": "Feature" ....
Updated by Alexander Watzinger almost 9 years ago
- Target version changed from 1.2.0 to 78
Updated by Stefan Eichert almost 9 years ago
Added content from older Issue #432.
Insert/Update/Delete polygons/linestrings/points from postGIS GIS-tables in leaflet Map-window (probably using leaflet draw)
todo:
1. insert geometries into postgis tables
2. get geometries from postgis tables into map
3. make geometries from postgis tables editable
3.1. remove/edit save/discard changes
Updated by Stefan Eichert almost 9 years ago
- Assignee changed from Alexander Watzinger to Stefan Eichert
Updated by Stefan Eichert almost 9 years ago
- Subject changed from Maps functionality for polygones to Spatial position and extend of physical things
Updated by Stefan Eichert almost 9 years ago
Ready to be implemented. @Alexander Watzinger: Discussion in 2016 after JSTREE is included?
tbd together: php database scripts to save input to db and queries to get db content to json.
Updated by Alexander Watzinger almost 9 years ago
- Target version changed from 78 to 2.0.0
Updated by Alexander Watzinger over 8 years ago
- Target version changed from 2.0.0 to 86
Updated by Alexander Watzinger over 8 years ago
- Description updated (diff)
- Target version changed from 86 to 2.0.0
Updated by Alexander Watzinger over 8 years ago
- Target version changed from 2.0.0 to 2.1.0
Updated by Alexander Watzinger over 8 years ago
- Description updated (diff)
- Assignee changed from Stefan Eichert to Alexander Watzinger
Updated by Alexander Watzinger over 8 years ago
- Description updated (diff)
- Status changed from Assigned to In Progress
Updated by Alexander Watzinger over 8 years ago
- Target version changed from 2.1.0 to 2.2.0
Updated by Alexander Watzinger about 8 years ago
- Subject changed from Spatial position and extend of physical things to Map features to add multiple points and areas for Places
Updated by Alexander Watzinger about 8 years ago
- Subject changed from Map features to add multiple points and areas for Places to Map: multiple points and areas for Places
- Description updated (diff)
Updated by Alexander Watzinger about 8 years ago
- Status changed from In Progress to Closed
Actions