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

Also available in: Atom PDF