Skip to content

Commit

Permalink
Merge remote-tracking branch 'ebocher/update_november' into update_no…
Browse files Browse the repository at this point in the history
…vember

# Conflicts:
#	osm/src/test/groovy/org/orbisgis/geoclimate/osm/WorflowOSMTest.groovy
  • Loading branch information
ebocher committed Dec 8, 2023
2 parents 21655ab + fc4ef28 commit fd63b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld"
xmlns:ogc="http://www.opengis.net/ogc"
version="1.0.0">
<sld:UserLayer>
<sld:NamedLayer>
<sld:UserStyle>
<sld:FeatureTypeStyle>
<sld:Rule>
Expand Down Expand Up @@ -330,5 +330,5 @@
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:UserLayer>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ class InputDataFormattingTest {

//zoneToExtract="Sassenage"

zoneToExtract=[50, 8.6, 50.2, 8.8]

Map extractData = OSM.InputDataLoading.extractAndCreateGISLayers(h2GIS, zoneToExtract)

String formatedPlaceName = zoneToExtract.join("-").trim().split("\\s*(,|\\s)\\s*").join("_");
Expand Down

0 comments on commit fd63b7a

Please sign in to comment.