Skip to content

Access to nested json fields #18

@mauriziocosmai

Description

@mauriziocosmai

Hi, I've created a new WMS service using a mongodb data store. Below you can see the layer preview and an extract of the mongodb json schema.

I used the plugin in order to create a new layer in geoserver, but it seems that it cannot parse all the json fields.
In particular the field "external" which is a nested array is not present in the list of my layers.

Regards
Maurizio

image

...
  "description": "FLUMENDOSA D",
  "geometry": {
    "type": "Point",
    "coordinates": [
      9.53485566216458,
      39.9593062203704
    ]
  },
  "external": [
    {
      "k": "building_type_id",
      "t": "int",
      "vs": null,
      "vb": null,
      "vi": 9,
      "vf": null,
      "vt": null
    },
....    
  ]
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions