Project

General

Profile

Actions

Feature #574

closed

Map: multiple points and areas for Places

Added by Alexander Watzinger over 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
Maps
Target version:
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" ....

Actions #1

Updated by Alexander Watzinger over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #3

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #4

Updated by Alexander Watzinger over 8 years ago

  • Target version changed from 1.2.0 to 78
Actions #5

Updated by Stefan Eichert over 8 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

Actions #6

Updated by Stefan Eichert over 8 years ago

  • Assignee changed from Alexander Watzinger to Stefan Eichert
Actions #7

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #8

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #9

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #10

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #11

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #12

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #13

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #14

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #15

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #16

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #17

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #18

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #19

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #20

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #21

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #22

Updated by Stefan Eichert over 8 years ago

  • Subject changed from Maps functionality for polygones to Spatial position and extend of physical things
Actions #23

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #24

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #25

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #26

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #27

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #28

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #29

Updated by Stefan Eichert over 8 years ago

  • Description updated (diff)
Actions #30

Updated by Stefan Eichert over 8 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.

Actions #31

Updated by Alexander Watzinger about 8 years ago

  • Target version changed from 78 to 2.0.0
Actions #32

Updated by Alexander Watzinger about 8 years ago

  • Target version changed from 2.0.0 to 86
Actions #33

Updated by Alexander Watzinger almost 8 years ago

  • Description updated (diff)
Actions #34

Updated by Alexander Watzinger almost 8 years ago

  • Description updated (diff)
  • Target version changed from 86 to 2.0.0
Actions #35

Updated by Alexander Watzinger almost 8 years ago

  • Description updated (diff)
Actions #36

Updated by Alexander Watzinger almost 8 years ago

  • Target version changed from 2.0.0 to 2.1.0
Actions #37

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #38

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
  • Assignee changed from Stefan Eichert to Alexander Watzinger
Actions #39

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #40

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #41

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #42

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #43

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #44

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
  • Status changed from Assigned to In Progress
Actions #45

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #46

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #47

Updated by Stefan Eichert over 7 years ago

  • Description updated (diff)
Actions #48

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #49

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #50

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #51

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #52

Updated by Alexander Watzinger over 7 years ago

  • Target version changed from 2.1.0 to 2.2.0
Actions #53

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #54

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #55

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #56

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #57

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #58

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #59

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #60

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #61

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #62

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #63

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #64

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #65

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #66

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #67

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #68

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #69

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #70

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #71

Updated by Alexander Watzinger over 7 years ago

  • Subject changed from Spatial position and extend of physical things to Map features to add multiple points and areas for Places
Actions #72

Updated by Alexander Watzinger over 7 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)
Actions #73

Updated by Stefan Eichert over 7 years ago

  • Description updated (diff)
Actions #74

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #75

Updated by Alexander Watzinger over 7 years ago

  • Description updated (diff)
Actions #76

Updated by Alexander Watzinger over 7 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF