You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,11 @@ To set a field when an object already exists:
144
144
> fset fleet truck1 speed 90
145
145
```
146
146
147
+
To get a field when an object already exists:
148
+
```
149
+
> fget fleet truck1 speed
150
+
```
151
+
147
152
## Searching
148
153
149
154
Tile38 has support to search for objects and points that are within or intersects other objects. All object types can be searched including Polygons, MultiPolygons, GeometryCollections, etc.
0 commit comments