diff --git a/geoindicators/src/main/resources/styles/en/sld/rsu_lcz_primary.sld b/geoindicators/src/main/resources/styles/en/sld/rsu_lcz_primary.sld index b35ef49960..50e6a879fe 100644 --- a/geoindicators/src/main/resources/styles/en/sld/rsu_lcz_primary.sld +++ b/geoindicators/src/main/resources/styles/en/sld/rsu_lcz_primary.sld @@ -2,7 +2,7 @@ - + @@ -330,5 +330,5 @@ - + diff --git a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataFormattingTest.groovy b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataFormattingTest.groovy index ebc446360d..e21c64d8d5 100644 --- a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataFormattingTest.groovy +++ b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataFormattingTest.groovy @@ -314,7 +314,7 @@ class InputDataFormattingTest { zoneToExtract = "Riantec" zoneToExtract =[45.185546,5.751944,45.204296,5.784216] - zoneToExtract="Sassenage" + zoneToExtract=[50, 8.6, 50.2, 8.8] Map extractData = OSM.InputDataLoading.extractAndCreateGISLayers(h2GIS, zoneToExtract) diff --git a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/WorflowOSMTest.groovy b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/WorflowOSMTest.groovy index f50b71e03e..c7b0472f13 100644 --- a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/WorflowOSMTest.groovy +++ b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/WorflowOSMTest.groovy @@ -651,7 +651,7 @@ class WorflowOSMTest extends WorkflowAbstractTest { dirFile.mkdir() def location = "Nice" //def nominatim = OSMTools.Utilities.getNominatimData("Nantes") - location="Sassenage" + //location=[50, 8.6, 50.2, 8.8] //location = nominatim.bbox def osm_parmeters = [ @@ -674,7 +674,7 @@ class WorflowOSMTest extends WorkflowAbstractTest { ["distance" : 0, "rsu_indicators" : [ - "indicatorUse": ["LCZ"] //, "UTRF", "TEB"] + "indicatorUse": ["LCZ", "UTRF"] //, "UTRF", "TEB"] ]/*,"grid_indicators": [ "x_size": 200,