Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Ability to download photos with feature layer service #481

Closed geotrek closed 9 years ago

geotrek commented 9 years ago

It looks like the photos are stored server side in ESRI's cloud. How can I get access to these photos? If I share my app within my organization only, these photos are NOT publicly available right? I would like to download these photos via export to shapefile from the feature layer used in geoform.

driskull commented 9 years ago

@geotrek I think using an open data portal with the service should allow that. It's probably not something we would do on the geoform itself.

geotrek commented 9 years ago

Ok. So, I exported ESRI's feature service to GeoJSON and still the "Photo": null. The photos are null in geoforms view submission web map as well. Is this by design? The only place you can view the photos is on the web map you created in arcgis.com to build the geoform app. off of.

driskull commented 9 years ago

The photos are actually stored as attachments in the Feature Layer. So they aren't just a URL or a property in the attributes. I think I have an issue on here to allow viewing attachments of features on the GeoForm webmap, just haven't gotten to it yet.