Skip to main content

File picker and Read file bytes activities

Comments

2 comments

  • Permanently deleted user

    I ended up doing 2 things to make a solution. I'm not entirely happy with it though, as it has got more separate parts than I would like and implementing becomes trickier.

     

    1) I wrote a client side custom activity for streaming the shapefile parts into byte data (in-memory). The SDK was easy to get started with.

     

    2) I used a simple Workflow 4 activity to take the byte data I got from the shapefile (for prj,shp,dbf) and converted to a featureset using the ShapefileToFeatureSet activity. I passed this back to my WF5 workflow as JSON and continued my processing.

     

    I would be curious to know if Latitude is intending to develop more of the server side activities to bring workflow 5 to a similar functionality that is in 4. I.e. the ShapefileToFeatureSet activity would be useful.

    0
  • Permanently deleted user

    Hi Anthony,

    Could you post the ShapefileToFeatureSet activity suggestion to the Ideas page? https://communities.geocortex.com/s/ideas

    The server part of workflow 5 is still very young, so feedback about the activity selection is useful.

    0

Please sign in to leave a comment.