Corrections

This commit is contained in:
Charles P. 2024-09-24 18:50:57 +02:00
parent fb3b8e4ddc
commit da27ea358a
Signed by untrusted user who does not match committer: aeris
GPG key ID: 1708D5CC4095E76B
7 changed files with 16 additions and 28 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

20
Jenkinsfile vendored
View file

@ -36,7 +36,7 @@ pipeline {
}
}
stage('27.geojson') {
stage('27') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=27.geojson france-filtered.osm.pbf -o 27.osm.bz2 -v"
@ -44,7 +44,7 @@ pipeline {
}
}
stage('27-ext.geojson') {
stage('27-ext') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=27-ext.geojson france-filtered.osm.pbf -o 27-ext.osm.bz2 -v"
@ -52,7 +52,7 @@ pipeline {
}
}
stage('50.geojson') {
stage('50') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=50.geojson france-filtered.osm.pbf -o 50.osm.bz2 -v"
@ -60,7 +60,7 @@ pipeline {
}
}
stage('50-ext.geojson') {
stage('50-ext') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=50-ext.geojson france-filtered.osm.pbf -o 50-ext.osm.bz2 -v"
@ -68,7 +68,7 @@ pipeline {
}
}
stage('61.geojson') {
stage('61') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=61.geojson france-filtered.osm.pbf -o 61.osm.bz2 -v"
@ -76,7 +76,7 @@ pipeline {
}
}
stage('61-ext.geojson') {
stage('61-ext') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=61-ext.geojson france-filtered.osm.pbf -o 61-ext.osm.bz2 -v"
@ -84,7 +84,7 @@ pipeline {
}
}
stage('14.geojson') {
stage('14') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=14.geojson france-filtered.osm.pbf -o 14.osm.bz2 -v"
@ -92,7 +92,7 @@ pipeline {
}
}
stage('14-ext.geojson') {
stage('14-ext') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=14-ext.geojson france-filtered.osm.pbf -o 14-ext.osm.bz2 -v"
@ -100,7 +100,7 @@ pipeline {
}
}
stage('normandie.geojson') {
stage('normandie') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=normandie.geojson france-filtered.osm.pbf -o normandie.osm.bz2 -v"
@ -108,7 +108,7 @@ pipeline {
}
}
stage('normandie-ext.geojson') {
stage('normandie-ext') {
steps {
script {
sh "osmium extract --strategy complete_ways --polygon=normandie-ext.geojson france-filtered.osm.pbf -o normandie-ext.osm.bz2 -v"

File diff suppressed because one or more lines are too long