Skip to content

Commit

Permalink
Updated the geotrellisContrib version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouffard committed Feb 21, 2019
1 parent d20cc90 commit 16945b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ object RasterSource {
source.copy(source = resampledSource)
}

val result = RasterSourceRDD.readFromRDD(resampledSourcesRDD, layout, partitioner)(sc)
val result = RasterSourceRDD.read(resampledSourcesRDD, layout, partitioner)(sc)

SpatialTiledRasterLayer(zoom, result)
}
Expand Down

0 comments on commit 16945b6

Please sign in to comment.