-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beach, Orchard, Mud metatile alignments, and reducing symbol size for allotments #956
Beach, Orchard, Mud metatile alignments, and reducing symbol size for allotments #956
Conversation
#770 was 6px to 8px, this is 5px to 8px. Could you throw together a 4px based one? |
…streetmap-carto into beach_orchard_metatile
Actually allotments came from 30x6 to 16x16, and is now cut to 8x8 as well. Checked in my tilemill, works fine. |
I was after a look at 4px repeating instead of 8px repeating. |
How does the pattern symbol size influence the performance? Should we keep them as small as possible, or maybe vice versa? For the random effect to be maintained over a certain area you need a minimum size of the seed tile. |
I am not fan of irregular patterns - but especially for orchards it makes no sense. This regular dot style is fitting, because typically trees are planted in regular patterns. |
I agree here with @mkoniecz, though in organic production you also have the idea of meadow orchards with scattered trees: Anyway, we have the discussion about randomising in #938. I'd propose to fix the regular pattern first so we can close the issues in #937. Once this PR gets merged i'd volunteer for squaring the other tiles. |
As i wrote i meant the irregular pattern for beaches, not for orchards. Repetition is not an issue, it is easily possible to produce such pattern in larger - the tool i linked in #938 can be used for that. But i understand regular grid patterns have a long tradition in the standard OSM style and introducing something different would be a big step. On the other hand beaches would be a nice test case to try this out and collect some opinions from people on the general concept. |
You're also changing mud and alotments. Is that intentional? If so, could you change the title of the pull request? |
@math1985 |
I have tested this PR, and I think it can be merged. |
@polarbearing Small suggestion, if you include 'resolves #299' / 'closes #299' / 'fixes #299' in your PR description, Github will automatically close the issue once the PR is merged. I changed your PR description to add it now. |
@math1985 According to https://help.github.com/articles/closing-issues-via-commit-messages it is necessary to modify commit message, not PR description. |
PR message works as well nowadays: https://github.com/blog/1506-closing-issues-via-pull-requests |
Beach, Orchard, Mud metatile alignments, and reducing symbol size for allotments
Summary:
Providing a fix for #299 - this changes the symbols for beach and orchard,
as well as mud.png exactly the same style, that would clear all 10px cases in #937
allotments.png just reduced in size without visual change.
Details:
For Beach, Orchard, Mud:
To maintain pixel-crispiness while bending to the Power of Two the density of the pebbles
has been reduced from 4+1 pixels to 7+1 pixels.
This follows the opinion in fixing the allotments in #770, where the wider style was accepted as
adding more clarity to the map.
New tiles:
edit: Adding 3+1 style for direct comparison, from discussion below:
Examples of current metatile artefacts:
http://www.openstreetmap.org/#map=18/52.37324/12.87641
Resolves #299.