Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jun 10, 2024
1 parent bc6b663 commit 4302be1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ String formatUrbanAreas(JdbcDataSource datasource, String urban_areas, String zo
}
}
//Merging urban_areas

def mergingUrbanAreas = postfix("merging_urban_areas")
datasource.execute("""
CREATE TABLE $mergingUrbanAreas as select CAST((row_number() over()) as Integer) as id_urban,the_geom, type from
Expand Down

0 comments on commit 4302be1

Please sign in to comment.