public-transport / gtfs-via-postgres

Process GTFS Static/Schedule by importing it into a PostgreSQL database.
https://github.com/derhuerst/gtfs-via-postgres#gtfs-via-postgres
Other
93 stars 18 forks source link

add integration for Martin tile server? #40

Open derhuerst opened 1 year ago

derhuerst commented 1 year ago

https://martin.maplibre.org https://github.com/maplibre/martin/blob/b970b2169fbf9e4ad23522af8f78c28b1b095d61/README.md#usage

sabman commented 1 year ago

@derhuerst is the main blocker here the need to have geometry types instead of geography types? Shall we look into a flag to set the types in PostGIS? Thanks!

derhuerst commented 1 year ago

Not sure if there is any blocker at all. You're very welcome to start looking into this and provide either a) notes on your progress here, or b) a PR with your WIP implementation!