top | item 45126981

(no title)

e1gen-v | 5 months ago

I actually did this at work! Set up a fast api with a tile server endpoint and it wasn’t as bad as I thought it would be.

discuss

order

ajd555|5 months ago

Awesome, good job! Did you implement likes and polygons too?

e1gen-v|5 months ago

Yes but I actually didn’t end up building any of the tile logic in python. I used PostGIS and Postgres. Each query is like 25 lines and supports polys and lines out the box.