Correction de format
This commit is contained in:
parent
452b88546e
commit
bcd60a0fbd
1 changed files with 13 additions and 13 deletions
26
Jenkinsfile
vendored
26
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
|||
stage('Filtrer les tags pour le routage') {
|
||||
steps {
|
||||
script {
|
||||
sh 'osmium tags-filter france-latest.osm.pbf w/highway wa/public_transport=platform wa/railway=platform w/park_ride=yes r/type=restriction r/type=route -o france.osm.bz2 -f pbf,add_metadata=false -v'
|
||||
sh 'osmium tags-filter france-latest.osm.pbf w/highway wa/public_transport=platform wa/railway=platform w/park_ride=yes r/type=restriction r/type=route -o france-filtered.osm.pbf -f pbf,add_metadata=false -v'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ pipeline {
|
|||
stage('76') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=76.geojson france.osm.bz2 -o 76.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=76.geojson france-filtered.osm.pbf -o 76.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ pipeline {
|
|||
stage('76-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=76-ext.geojson france.osm.bz2 -o 76-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=76-ext.geojson france-filtered.osm.pbf -o 76-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ pipeline {
|
|||
stage('27.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=27.geojson france.osm.bz2 -o 27.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=27.geojson france-filtered.osm.pbf -o 27.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ pipeline {
|
|||
stage('27-ext.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=27-ext.geojson france.osm.bz2 -o 27-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=27-ext.geojson france-filtered.osm.pbf -o 27-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ pipeline {
|
|||
stage('50.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=50.geojson france.osm.bz2 -o 50.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=50.geojson france-filtered.osm.pbf -o 50.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ pipeline {
|
|||
stage('50-ext.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=50-ext.geojson france.osm.bz2 -o 50-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=50-ext.geojson france-filtered.osm.pbf -o 50-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ pipeline {
|
|||
stage('61.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=61.geojson france.osm.bz2 -o 61.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=61.geojson france-filtered.osm.pbf -o 61.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ pipeline {
|
|||
stage('61-ext.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=61-ext.geojson france.osm.bz2 -o 61-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=61-ext.geojson france-filtered.osm.pbf -o 61-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -87,7 +87,7 @@ pipeline {
|
|||
stage('14.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=14.geojson france.osm.bz2 -o 14.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=14.geojson france-filtered.osm.pbf -o 14.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -95,7 +95,7 @@ pipeline {
|
|||
stage('14-ext.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=14-ext.geojson france.osm.bz2 -o 14-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=14-ext.geojson france-filtered.osm.pbf -o 14-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ pipeline {
|
|||
stage('normandie.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie.geojson france.osm.bz2 -o normandie.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie.geojson france-filtered.osm.pbf -o normandie.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ pipeline {
|
|||
stage('normandie-ext.geojson') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie-ext.geojson france.osm.bz2 -o normandie-ext.osm.bz2"
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie-ext.geojson france-filtered.osm.pbf -o normandie-ext.osm.bz2 -v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue