File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from typing import Any , Literal
22
3- from geojson .geometry import Geometry
4-
53from geojson import GeoJSON
4+ from geojson .geometry import Geometry
65
76class SimpleWebFeature :
87 id : None | int | str
Original file line number Diff line number Diff line change 11from collections .abc import Iterable
22from typing import Any
33
4- from geojson .base import GeoJSON
5-
64from geojson import Feature
5+ from geojson .base import GeoJSON
76
87DEFAULT_PRECISION : int
98
Original file line number Diff line number Diff line change 11from collections .abc import Generator
22from typing import Any , Literal
33
4- from geojson .geometry import Geometry
5-
64from geojson import Feature , GeoJSON
5+ from geojson .geometry import Geometry
76
87def coords (obj : Feature | Geometry | dict [str , Any ]) -> Generator [tuple [Any ]]: ...
98def map_coords (func , obj ) -> dict [str , Any ]: ...
You can’t perform that action at this time.
0 commit comments