
vectorpipe.model.Nd.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.model
import scala.xml.Node
case class Nd(ref: Long)
object Nd {
def fromXML(node: Node): Nd =
Nd((node \@ "ref").toLong)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy