Including a Map

For shells and some projects, you can include a map that will show the user a map of the project/shell location. The map is an aid to identifying and visualizing the project/shell in Unifier.

You can offer the map option to the user in two ways:

  • By entering an address
  • By using latitude and longitude coordinates

To provide the mapping feature, you must include on the form either:

  • An address field: uuu_address_code

    This field can be a manual-entry field, or you can create the field with a string formula. For example, if you had separate data elements for City, State, and Zip Code, you could combine them as a string formula for the address code.

    If you are using a formula to create the code, be sure to include the delimiter (such as a space or comma) between the fields. Otherwise, the map might not appear.

  • Both a latitude and longitude field: uuu_latitude and uuu_longitude
    The latitude field is accompanied by a globe icon, which users can use as a latitude picker.

    Note:

    For any form that requires geolocation, you must include both latitude and longitude DEs.