File tree 2 files changed +2
-1
lines changed
django-stubs/contrib/gis/gdal
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ class Layer(GDALBase):
24
24
@property
25
25
def name (self ) -> str : ...
26
26
@property
27
+ def num_feat (self ) -> int : ...
28
+ @property
27
29
def num_fields (self ) -> int : ...
28
30
@property
29
31
def geom_type (self ) -> OGRGeomType : ...
Original file line number Diff line number Diff line change @@ -627,7 +627,6 @@ django.contrib.gis.gdal.envelope.OGREnvelope.MinY
627
627
django.contrib.gis.gdal.geometries.LineString.coords
628
628
django.contrib.gis.gdal.geometries.OGRGeometry.geojson
629
629
django.contrib.gis.gdal.geometries.Polygon.exterior_ring
630
- django.contrib.gis.gdal.layer.Layer.num_feat
631
630
django.contrib.gis.gdal.libgdal.err_handler
632
631
django.contrib.gis.gdal.libgdal.lib_name
633
632
django.contrib.gis.gdal.libgdal.lwingdal
You can’t perform that action at this time.
0 commit comments