koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

F/serialize nested properties when converting to Esri JSON #212

Closed rgwozdz closed 2 years ago

rgwozdz commented 2 years ago

The transform-to-esri feature should stringify any nested GeoJSON properties. This is confirmed by looking at responses from AGO services. So something like:

"nested": {
  "foo": "bar"
}

should become:

"nested": "{\"foo\":\"bar\"}"