[openstreetmap/openstreetmap-website] Error in bundle exec rake db:create (#2292)

Tom Hughes notifications at github.com
Sat Jul 6 11:27:51 UTC 2019


Firstly the web site doesn't use a postigs database - it uses a postgres database without the postgis extension.

Secondly in a literal sense it could be stored in the same database but as the schema is completely different the data would all be duplicated - the rendering data is held as postgis geometries while the main database is a database of our of design that preserves topology (how roads etc interconnect) which is not possible when using geometries.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2292#issuecomment-508918495
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20190706/3b9fd485/attachment.html>


More information about the rails-dev mailing list