We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ed3c2 commit 40af14bCopy full SHA for 40af14b
GeoInterfaceRecipes/README.md
@@ -2,4 +2,16 @@
2
3
# GeoInterfaceRecipes
4
5
-Plot recipes for GeoInterface objects, using RecipesBase.jl
+Plot recipes for GeoInterface objects, using RecipesBase.jl (and Plots.jl)
6
+
7
+# Usage
8
+Add RecipesBase.jl support to a type that implements GeoInterface:
9
+```julia
10
+struct MyGeometry
11
+...
12
+end
13
+# overload GeoInterface methods
14
15
+import GeoInterfaceRcipes
16
+GeoInterfaceMakie.@enable_geo_plots MyGeometry
17
+```
0 commit comments