From 473b62b3ebf519d0644304f8d503a90c39e7f73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Montero=20Lamas?= Date: Wed, 4 Sep 2024 02:36:15 +0200 Subject: [PATCH] Update grid overlay to add tilings (#1030) * Update grid overlay to add tilings Added square rotated 45 degrees, truncated square tiling, tetrakis square, triangular tiling, trihexagonal tiling and rhombille tiling with rhombus. Inspired by these uniform tilings: https://en.wikipedia.org/wiki/List_of_Euclidean_uniform_tilings * Fixed stroke width of grid tilings The stroke width of: - Tetrakis square. - Truncated square. - Triangle tiling. - Rhombille tiling. Now has all the same stroke width. * Updated grid to 25 px regular Fixed triangular and rhombic, rhombille. * fix typo on pattern triangle index.html fix * added wiki link and info icon - icon-info-circled - wiki article scale and distance * Center to center distance Updated svg to adjust distance to center to center cell instead of svg side. - Square 45 degrees - Triangular - Rhombille --- index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/index.html b/index.html index bf6e48e2..48be97ff 100644 --- a/index.html +++ b/index.html @@ -1082,6 +1082,13 @@ + + + + + + + @@ -1094,6 +1101,9 @@ id="styleGridSizeFriendly" data-tip="Distance between grid cell centers (in map scale)" > + + + @@ -7843,6 +7853,27 @@ + + + + + + + + + + + + + + + + + + + + +