Skip to content

Commit

Permalink
Implement capital project tiles
Browse files Browse the repository at this point in the history
Create the endpoint to serve mapbox vector tiles for capital projects

closes #253
  • Loading branch information
TangoYankee committed Jun 5, 2024
1 parent 8ca1900 commit 9c53ad7
Show file tree
Hide file tree
Showing 34 changed files with 1,598 additions and 6 deletions.
2 changes: 2 additions & 0 deletions db/migration/0006_brainy_wong.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS "capital_project_mercator_fill_m_poly_index" ON "capital_project" USING GIST (mercator_fill_m_poly);--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "capital_project_mercator_fill_m_pnt_index" ON "capital_project" USING GIST (mercator_fill_m_pnt);
Loading

0 comments on commit 9c53ad7

Please sign in to comment.