Location based querying

Query based on your current location and visualize geospatial data on an interactive map

Query any database containing geospatial fields in Zing using location-based querying. This lets you:

  • Query based on your current location, a radius, or a specific location
  • Visualize locations on an interactive map
  • Overlay relevant aggregations, calculated fields, and metadata on each data point

To use location-based querying, your data source must contain:

  • A numeric field containing ‘lat’ somewhere in the field name (indicating latitude)
  • A numeric field containing ‘long’ somewhere in the field name (indicating longitude)

Using the SwiftQuery drag & drop editor:

  1. Click the drop down for chart types and select “Map” as the chart type. interactive builder dropdown maps interactive builder
  2. Drag and drop either the ‘lat’ or ‘long’ fields into the “Latitude” or “Longitude” area, and the other coordinate field should be auto-populated.
  3. A preview of the map with clusters of pins should be displayed.

Next, you can specify how each pin appears based on properties of the data:

  • Color: Each pin will have a color corresponding to a value from the field chosen.
  • Size: The size of each pin will depend on the relative magnitude of its value from the chosen field.
  • Location Filter: You can filter results shown, by specifying a location and a radius size within that location. You will need to give Zing permission to use your phone’s location if “Current location” is selected.
  • Labels: You can drag and drop fields inside this area to see each pin’s data for the fields selected on the map.

Here is a demonstration of how you can use SwiftQuery to visualize location data on a map interactively! maps interactive builder walkthrough

Using the list editor:

  1. Tap on a table or view containing latitude and longitude fields

  2. Tap and hold a latitude field, and then ‘set as latitude’. If you have a latitude field and longitude field with a similar name structure ( e.g. store_latitude and store_longitude )

    Zing will automatically select the corresponding latitude or longitude field.

  1. Optionally, you can select other fields and aggregations, whose values will appear on the map

  2. From here, you can tap ‘run question’ and all points returned from the query will be shown

    OR

    Select ‘Filter by location’ and give Zing permission to use your phone’s location:


    Then select the radius relative your current location, or type an alternate address to filter your query.

  3. Your query results are shown on a map (with up to 50 grouped data points).

    You can tap ‘full results’ to see all points for your query, or ‘Always show full results’ to always see full results for that question when saved.

    Zoom in or out an Zing will aggregate points for better usability.

  4. Tap on a data point to see all the values and metadata for each point. If you selected other fields than latitude / longitude in your query, or aggregations those will appear when you tap a point.

    If multiple points are on top of each other (e.g. multiple inspection dates on a given property and you’ve grouped by inspection_date, you’ll see arrows at the bottom of the screen to swipe through the values.

  5. Save the question.

  6. Each time you or anybody you’ve shared the question with opens the question, the results will be show relative to that person’s location if you specified ‘current location’ when constructing the query, if they have location services turned on.

Location queries can be run on iOS, Android, or the web.