mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
254 stars 38 forks source link

Features failing to render in Hecate UI #167

Closed lizziegooding closed 5 years ago

lizziegooding commented 5 years ago

Context

@samely and I noticed that certain features weren't being rendered in the Hecate UI, though they were queryable. See the following errors in the console:

Screen Shot 2019-05-24 at 12 21 32 PM

The address we were looking for is 900 Windemere Cir, Longview, Texas 75601, United States, z/x/y 19.39/32.5103247/-94.6816671

cc/ @ingalls

ingalls commented 5 years ago

This should be fixed in Hecate@0.70.x which updates the required postgis version and switches to use ST_AsMVT instead of the rust based VT generation