Skip to content

Commit

Permalink
Merge pull request #32 from kinimesi/main
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
roelderickx committed Apr 15, 2023
2 parents 70d2f04 + 9cbaec6 commit f7d2f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ogr2osm/ogr_datasource.py
Expand Up @@ -98,6 +98,9 @@ def set_query(self, query):


def __get_source_reprojection_func(self, layer):
if layer is None:
return None

layer_spatial_ref = layer.GetSpatialRef()

spatial_ref = None
Expand Down

0 comments on commit f7d2f33

Please sign in to comment.