azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
80 stars 26 forks source link

JTS Frames fixes #121

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

After much investigation, @jpolchlo (with assistance from @metasim) discovered that we were attempting to use JTS UDTs prior to their being registered. Initializing them lazily causes them to reference GeometryUDT after registration.