Skip to content

Commit

Permalink
Some epsgs are not recognized by terralib TerraME#2331.
Browse files Browse the repository at this point in the history
  • Loading branch information
avancinirodrigo committed Feb 10, 2020
1 parent 92e0210 commit f7288ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gis/tests/tif/basic/Layer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ return {
local cl = Layer {
project = proj,
name = "Cells",
file = "cs_cerrado_clip_29101.shp"
file = "cs_cerrado_clip_29101.shp",
epsg = 29101 -- TODO(#2331)
}

cl:fill{
Expand Down

0 comments on commit f7288ee

Please sign in to comment.