Use pbfparser instead of XML parser in map-creator

This commit is contained in:
Manuel Fuhr 2021-10-09 08:05:52 +02:00
parent 11a9843f41
commit 78f33ee479
6 changed files with 108 additions and 296 deletions

View file

@ -2,11 +2,12 @@ plugins {
id 'java-library'
}
dependencies {
implementation project(':brouter-codec')
implementation project(':brouter-util')
implementation project(':brouter-expressions')
implementation group: 'org.openstreetmap.osmosis', name: 'osmosis-osm-binary', version: '0.48.3'
testImplementation('junit:junit:4.13.1')
}