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
* update notes in Quickstart>Edit a UDF and Quickstart>Next Steps
* remove a couple quickstart comments
* Update docs/quickstart.mdx
Co-authored-by: Maxime Lenormand <44133329+MaxLenormand@users.noreply.github.com>
---------
Co-authored-by: Maxime Lenormand <44133329+MaxLenormand@users.noreply.github.com>
The map updates automatically using from the geospatial information returned by `udf()`.
116
+
This interaction goes both ways as the map can [pass coordinates](/core-concepts/filetile/#map-tiles) into the UDF with `bbox` or XYZ indices, allowing Fused to spatially filter data.
117
+
118
+
:::
119
+
111
120
Let's explore this data a bit more, the map shows us we have US states, let's print out some more info about it, just before the `return`:
112
121
113
122
```python showLineNumbers
@@ -259,6 +268,7 @@ Congratulations, you've touched on all the core features of Fused. 🎉
259
268
Now you can dive deeper into more advanced topics:
260
269
- Learn more about [UDFs](/core-concepts/why/) (We showed how to return static vector files, but we can do a lot more!)
261
270
- Take a deeper look at [Workbench](/workbench/overview/)
271
+
- Play around with the [Examples](/user-guide/examples) to Fused in action
262
272
- Look into the [UDF Catalog](/workbench/udf-catalog/) to find UDFs from the community you could leverage
263
273
- Dive into the `fused`[Python SDK](/python-sdk/)
264
274
- Learn about how [Fused handles caching](/core-concepts/content-management/cache/)
0 commit comments