energy-data / energydata.info

energydata.info - open data and analytics for a sustainable energy future
http://energydata.info
MIT License
26 stars 6 forks source link

MVT extension tile processor broken #264

Closed jodiegardiner closed 5 years ago

jodiegardiner commented 5 years ago

Creating this ticket after the fact.

The MVT extension takes uploaded geojson resources, breaks them into manifold tile files then uploads them to Amazon S3 where they are called when a resource preview is viewed. This process silently failed and had been broken for some time before I noticed it. This meant that newly uploaded geojson files were not properly previewing and updated geojson resources were using the previous copy of the data for the purposes of the preview (note downloading the resource still got you the latest version).

This happened due to a change in upstream package requirements for the MVT extension.

jodiegardiner commented 5 years ago

I fixed this and deployed it in early Jan but missed creating a ticket here.