Adventures in mapmaking: the search for grayscale tiles
newsletter.pnote.eu
Adventures in mapmaking: the search for grayscale tiles
1–10 of 10 posts
Re: Adventures in mapmaking: the search for grayscale tiles
#2Another option would be self hosting vector tiles(or finding the most generous free tier vector tiles) and using a custom grey scale styling that you could tweak to your needs.
Maputnik is a great tool for building custom vector stylesheets. (1)
Re: Adventures in mapmaking: the search for grayscale tiles
#3Re: Adventures in mapmaking: the search for grayscale tiles
#4Re: Adventures in mapmaking: the search for grayscale tiles
#5This would also let you set the grayscale on the tiles using imagemagick convert.
Neat project and thanks for the write up.
Re: Adventures in mapmaking: the search for grayscale tiles
#6Instructions for self-hosting a PMTiles file are available here: https://docs.protomaps.com/.
Re: Adventures in mapmaking: the search for grayscale tiles
#7Re: Adventures in mapmaking: the search for grayscale tiles
#8Re: Adventures in mapmaking: the search for grayscale tiles
#9Much ado about a single line of CSS :P I thought this would lead to something a little more interesting, like dynamically modifying/drawing the elements of the map or something. CSS filter is the way to go; and I'm glad to see that applying the filter on-the-fly client-side was performant!