t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
556 stars 69 forks source link

gdal version bump + rename to_geo>to_geom naming conflict #300

Closed WouterVisscher closed 1 year ago

WouterVisscher commented 1 year ago

Update dependencies gdal 0.12.0 -> 0.14.0 and gdal-sys 0.6.0 -> 0.8.0. As stated in https://github.com/t-rex-tileserver/t-rex/issues/294 there needed to be some code changes. Like use gdal::vector::LayerAccess but mainly renaming the fn to_geo -> to_geom (quick fix) because gdal::vector::Geometry now also has a fn to_geo https://github.com/georust/gdal/blob/master/src/vector/geometry.rs#L483

pka commented 1 year ago

Thanks! Closes #294