openstates / openstates-geo

Source for state legislative district map tiles for openstates.org
MIT License
24 stars 12 forks source link

start switch to mts for mapbox upload #25

Closed johnseekins closed 1 year ago

johnseekins commented 1 year ago

Mapbox has deprecated the python CLI tool, the python sdk, and is clearly on a path to deprecate tippecanoe. The recommended new path is using MTS. The benefit is we no longer have to manually create tilesets. The drawback is it may be difficult to update our current tilesets.

Either way, we need to address this deficiency. This PR is a first pass at that.

Signed-off-by: John Seekins john@civiceagle.com