developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

fix incorrect import in example #86

Closed jackharrhy closed 1 year ago

jackharrhy commented 1 year ago

example uses PostgresSettings, but imports DatabaseSettings, classes do not seem compatible so this change makes the import match what is used in the example

vincentsarago commented 1 year ago

🙏 thanks @jackharrhy