Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reintroduce GDAL extract projection
Fixes #20263 (when some other files are also fixed)
  • Loading branch information
havatv committed Oct 30, 2018
1 parent 2f1dec9 commit 296df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/gdal/GdalAlgorithmProvider.py
Expand Up @@ -71,7 +71,7 @@
from .tri import tri
from .warp import warp

# from .extractprojection import ExtractProjection
from .extractprojection import ExtractProjection
# from .rasterize_over import rasterize_over

from .Buffer import Buffer
Expand Down Expand Up @@ -181,7 +181,7 @@ def loadAlgorithms(self):
tri(),
warp(),
# rasterize(),
# ExtractProjection(),
ExtractProjection(),
# rasterize_over(),
# ----- OGR tools -----
Buffer(),
Expand Down

0 comments on commit 296df2e

Please sign in to comment.