Skip to content

Commit aec4b05

Browse files
CalebRasdes12437
andauthored
Update Shared/Samples/Query with CQL filters/README.md
Co-authored-by: Destiny Hochhalter <[email protected]>
1 parent 2248508 commit aec4b05

File tree

1 file changed

+1
-1
lines changed
  • Shared/Samples/Query with CQL filters

1 file changed

+1
-1
lines changed

Shared/Samples/Query with CQL filters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Configure a CQL query by setting the where clause, max features count, and time
1818
2. Create a `QueryParameters` object.
1919
3. Set the parameters' `whereClause` and `maxFeatures` properties.
2020
4. Create a `TimeExtent` object using `Date` objects for the start time and end time being queried. Set the `timeExtent` property on the parameters.
21-
5. Populate the feature table using `populateFromService(using:clearCache:outFields:)()` with the custom query parameters created in the previous steps.
21+
5. Populate the feature table using `populateFromService(using:clearCache:outFields:)` with the custom query parameters created in the previous steps.
2222
6. Set the map view's viewpoint to view the newly queried features
2323

2424
## Relevant API

0 commit comments

Comments
 (0)