Skip to content

Conversation

fulups
Copy link
Contributor

@fulups fulups commented Dec 11, 2020

  • add new GeoJSON output format
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [118.0,9.0,54] }, "properties": {"aaa": "test 1","bbb": 1,"ccc":"2012-01-01:00:00.000Z", ...}, }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [14.0,2.0,12] }, "properties": {"aaa": "test 2","bbb": 2,"ccc":"2012-01-01:00:00.000Z", ...}, } ] } 
  • update README for this new format

  • update test cases for this new format

add support for new json object list output format
# Conflicts: #	README.md #	src/main/java/org/codelibs/elasticsearch/df/content/ContentType.java #	src/main/java/org/codelibs/elasticsearch/df/rest/RestDataAction.java #	src/test/java/org/codelibs/elasticsearch/df/DataFormatPluginTest.java
@marevol marevol merged commit 204caf8 into codelibs:master Dec 11, 2020
marevol added a commit that referenced this pull request Dec 17, 2020
marevol added a commit that referenced this pull request Feb 10, 2021
Revert "Add support for a new output format : GeoJSON (#62)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants