Skip to content

Add grid reference labels along the edges and optional per-cell#70

Closed
Pezmc wants to merge 1 commit into
emfcamp:mainfrom
Pezmc:worktree-add-grid-references
Closed

Add grid reference labels along the edges and optional per-cell#70
Pezmc wants to merge 1 commit into
emfcamp:mainfrom
Pezmc:worktree-add-grid-references

Conversation

@Pezmc

@Pezmc Pezmc commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Read from the existing grid in the site_plan (_main) vector tiles

Screenshot 2026-07-15 at 00 50 24 Screenshot 2026-07-15 at 00 51 12 Screenshot 2026-07-15 at 00 51 00

@russss

russss commented Jul 17, 2026

Copy link
Copy Markdown
Member

Fixed this in SQL:

create or replace view site.grid_labels as select "column" AS label, ST_Project(ST_Centroid(geom), 40, radians(15)) AS geom from grid where row = '1' union all select "row"::text AS label, ST_Project(ST_Centroid(geom), 40, radians(285)) AS geom from grid where "column" = 'A';

@russss russss closed this Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants