-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publish_layer() fails with mapply error #184
Comments
This work is being done in https://github.com/JosiahParry/serde_esri/tree/geom It's almostttt done. I'll need to figure out how to get this into arcgisutils though. I'm torn between two options:
@elipousson this will affect you. Do you have a stance? |
The work being done in serde_esri can also be used to create arrays of features, individual geometries, as well as parse esri json more cleanly. I think it might be worth the effort to migrate it all to using serde_esri. Most of the scaffolding is there. What is not:
This also means that all functions will create the json string directly and not create a list object. So this means all But the benefit is that we know the geometries will be correct. If you need the list types we can -> create the string -> parse the string |
This is probably also the same time to fix |
I haven't built anything on top of the lower-level functions directly so, unless there are some possible consequences that I'm not thinking of, I'm somewhat agnostic on the solution. It all sounds promising though! Happy to help test when it is ready. |
This is drafted in R-ArcGIS/arcgisutils#48. |
Describe the bug
Publishing a hosted feature layer using
publish_layer()
is failing currently.To Reproduce
Created on 2024-04-19 with reprex v2.1.0
Expected behavior
Publishing should succeed with the valid input data (nc.shp).
Additional context
N/A
The text was updated successfully, but these errors were encountered: