Skip to content

Commit 40af14b

Browse files
authored
Update README.md
1 parent 11ed3c2 commit 40af14b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

GeoInterfaceRecipes/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@
22

33
# GeoInterfaceRecipes
44

5-
Plot recipes for GeoInterface objects, using RecipesBase.jl
5+
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

Comments
 (0)