File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 version :
15- - ' 1.7'
1615 - ' 1' # automatically expands to the latest stable 1.x release of Julia
1716 - ' nightly'
1817 os :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1010XML = " 72c71f33-b9b6-44de-8c94-c961784809e2"
1111
1212[compat ]
13- GeoInterface = " 1"
13+ GeoInterface = " 1.3 "
1414OrderedCollections = " 1"
1515XML = " 0.3.0"
1616julia = " 1"
Original file line number Diff line number Diff line change 392392GeoInterface. geomtrait (o:: Polygon ) = GeoInterface. PolygonTrait ()
393393GeoInterface. ngeom (:: GeoInterface.PolygonTrait , o:: Polygon ) = 1 + length (o. innerBoundaryIs)
394394GeoInterface. getgeom (:: GeoInterface.PolygonTrait , o:: Polygon , i) = i == 1 ? o. outerBoundaryIs : o. innerBoundaryIs[i- 1 ]
395+ GeoInterface. ncoord (:: GeoInterface.PolygonTrait , o:: Polygon ) = length (first (o. outerBoundaryIs. coordinates))
395396
396397# -----------------------------------------------------------------------------# MultiGeometry <: Geometry
397398Base. @kwdef mutable struct MultiGeometry <: Geometry
You can’t perform that action at this time.
0 commit comments