Skip to content

Commit 75bbf73

Browse files
author
Vincent Landau
committed
add GeoData dep, fix typo
1 parent ddf7208 commit 75bbf73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ version = "0.0.1"
55

66
[deps]
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
8+
GeoData = "9b6fcbb8-86d6-11e9-1ce7-23a6bb139a78"
89
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
910
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
1011
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1112

1213
[compat]
1314
ArchGDAL = "0.6"
15+
GeoData = "0.4.6"
1416
julia = "1.6"

src/structs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An AbstractSpatialGraph must contain the following attributes/element:
1111
abstract type AbstractSpatialGraph{T} <: AbstractGraph{T} end
1212

1313
"""
14-
AbstractRsterGraph{T}
14+
AbstractRasterGraph{T}
1515
1616
An abstract type representing a spatially referenced graph, with graph vertices corresponding to pixels in a raster.
1717

0 commit comments

Comments
 (0)