
- Journymap setup webmap update#
- Journymap setup webmap full#
- Journymap setup webmap pro#
- Journymap setup webmap software#
Journymap setup webmap full#
See v2.4 Release Notes (Section: Support for editing repeats) for full notes on editing related records support. It supports one-to-many feature-to-table relationships. It has a very intuitive interface and was specifically designed to be used offline. If you just need to add new point features with related data, Survey123 for ArcGIS is probably your best bet.
Journymap setup webmap update#
Update (Attachments not currently supported) Survey123 for ArcGIS (Documentation here) Survey123 for ArcGIS can only design data schemas for point features Survey123 for ArcGIS (link to video here in case it doesn't display properly)
Journymap setup webmap pro#
In each video, the same data schema is created so you can compare their setup.ĪrcGIS Pro (link to video here in case it doesn't display properly)ĪrcMap (link to video here in case it doesn't display properly) Check out the videos below for the workflows that I typically follow. User-maintained relationships are not recommended. When using related data, it is strongly recommended that you use GlobalIDs when defining relationships. Typically these are designed via ArcGIS for Desktop (ArcGIS Pro or ArcMap), but there is now an option to create them using Survey123 Connect for ArcGIS (once you only need to collect point features). Related data is supported when using ArcGIS Online hosted feature layers or feature services from ArcGIS for Server 10.3.1 or later. Once you have the data structure setup and published to ArcGIS Online/ArcGIS Enterprise, you configure the various apps as per usual. I have put together some videos which demonstrate how you setup the data structure - this is typically the part which people can struggle with but hopefully the videos help you get a solid start. You can edit through ArcGIS Pro/ArcMap, or your can publish to ArcGIS Online or ArcGIS Enterprise and edit data through the various apps that you configure in ArcGIS Online/Portal for ArcGIS. Once you have the data structure setup, you can start to edit the data.
Journymap setup webmap software#
So how can you use these kind of data structures in ArcGIS? You first design the data structure in your desktop software such as ArcGIS Pro/ArcMap/Survey123 Connect for ArcGIS. You can find out more about Relationships and ArcGIS here. In that case, your data would contain information about Houses which may contain many Residents who may own many Cars. You may want to store related data about related data! For example, you may want to gather information about the cars that residents own. A student may study multiple subjects at school, while a subject may be studied by multiple students.įinally relationships can also be nested. Students and subjects is the typical example that is used. A many to many relationship refers to cases whereby many records are associated with many other records. For example a husband may be associated with his wife. A one to one relationship refers to cases whereby one record is associated with another record. There are two other main types of relationships one to one and many to many. an illustration of this can be found below: In database lingo, this structure has a 'cardinality' of one to many, whereby the house has an association or relationship with multiple residents. You setup a unique identifier for each row in the houses table, and then for each resident we store a reference to this meaning that you can look at house, and then check what houses are related based on this value.

In order to deal with this, you setup two separate tables, one for houses, and one for residents. This is obviously inefficient and impractical. If you were to store all this data in the one table, you would have to have an infinite list of fields for the residents (resident one name, resident one date of birth, resident one occupation, resident two name, resident two date of birth, resident two occupation, etc.). Some houses will obviously have multiple residents. For each resident, you want to collect their name, date of birth, occupation, etc. You also want to collect data about the residents in each house. You want to collect data about the house itself, for example its address, type, condition, date built, etc. Lets say you were collecting housing data in a particular area.


I think the easiest way to explain related data is with a real case example: The answer is in its name! Related data is data that has an association or relationship with another piece of data. In this blog, I am going to discuss some of my experiences to help others get a better understanding of the capabilities available to them and how they can be setup. Over the past couple of months, I have being working quite a bit with related data in ArcGIS Online and associated apps.
