whosonfirst / go-whosonfirst-spatial-www

Opinionated web application for the go-whosonfirst-spatial packages.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Move bulk of cmd/server/main.go in to go-whosonfirst-spatial-http/app package #1

Closed thisisaaronland closed 3 years ago

thisisaaronland commented 3 years ago

So that it can be used more easily with custom database packages. For example:

https://github.com/whosonfirst/go-whosonfirst-spatial-database-sqlite

thisisaaronland commented 3 years ago

First cut of this is complete.