Skip to content

Commit

Permalink
Community district tiles
Browse files Browse the repository at this point in the history
Serve mvts for community districts

closes #252
  • Loading branch information
TangoYankee committed Jun 14, 2024
1 parent c801216 commit 49dd824
Show file tree
Hide file tree
Showing 13 changed files with 1,307 additions and 1 deletion.
2 changes: 2 additions & 0 deletions db/migration/0008_closed_smasher.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS "community_district_mercator_fill_index" ON "community_district" USING GIST (mercator_fill);--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "community_district_mercator_label_index" ON "community_district" USING GIST (mercator_label);
Loading

0 comments on commit 49dd824

Please sign in to comment.