azavea / osmesa

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

Move to depend on Vectorpipe #154

Closed jpolchlo closed 5 years ago

jpolchlo commented 5 years ago

This PR removes osmesa.common and instead relies on the Vectorpipe project, now that the latter has achieve 1.0.0 status. That project is based on an export of the old osmesa.common, with additional capabilities added. This will position OSMesa to be a repository of utilities for generating specific content like vector tiles originating from OSM-formatted sources.

Closes #137