Esri/terraformer

Should convert Features to ArcGIS JSON Graphic

patrickarlt opened this issue · 0 comments

To preserve the properties on geojson we should convert Features to...

{
    "geometry": geojson,
    "attributes": geojsonProperties
}