
vectorpipe.sources.Source.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vectorpipe_2.11 Show documentation
Show all versions of vectorpipe_2.11 Show documentation
Import OSM data and output to VectorTiles with GeoTrellis.
The newest version!
package vectorpipe.sources
object Source {
val AugmentedDiffs: String = "augmented-diffs"
val Changes: String = "changes"
val Changesets: String = "changesets"
val BaseURI: String = "base_uri"
val BatchSize: String = "batch_size"
val DatabaseURI: String = "db_uri"
val PartitionCount: String = "partition_count"
val ProcessName: String = "proc_name"
val StartSequence: String = "start_sequence"
val EndSequence: String = "end_sequence"
val ErrorHandler: String = "error_handler"
val ErrorCodes: Set[Int] = Set(403, 404)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy