[Geoserver-devel] [jira] (GEOS-6314) Allow JSON id generation to be optional

Jody Garnett created BugGEOS-6314
Allow JSON id generation to be optional

Issue Type:

BugBug

Affects Versions:

2.4.4

Assignee:

Andrea Aime

Components:

WFS

Created:

24/Jan/14 6:43 AM

Description:

The GeoJSON spec indicates that id generation is optional. For many clients this information is not always desired.

The associated pull request provides a format option id_policy:

  • true (or not supplied): results in normal data store featureid being included in output
  • false (or empty): allows id generation to be suppressed
  • attribute: attribute value used for id (and is no longer listed as a property)

Pull request also includes doc update.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Jody Garnett

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)