Live data from Hacker News

Stately - A US state map in a font

intridea.github.com

1–10 of 30 posts

Re: Stately - A US state map in a font

#2
I like the idea of styling a map properly with CSS. I love the sheer WTF factor.

The fact we're seeing fonts (ab)used in this manner (and for icon fonts) says that we're sorely missing a good technical solution.

Re: Stately - A US state map in a font

#3
post #2

I like the idea of styling a map properly with CSS. I love the sheer WTF factor. The fact we're seeing fonts (ab)used in this manner (and for icon fonts) says that we're sorely missing a good technical solution.

Wikipedia (technically Wikimedia Commons, or whatever it's called) has lots of maps in SVG. I've used those before.

Re: Stately - A US state map in a font

#5
post #2

I like the idea of styling a map properly with CSS. I love the sheer WTF factor. The fact we're seeing fonts (ab)used in this manner (and for icon fonts) says that we're sorely missing a good technical solution.

Amazing indeed. So what is this font abuse really getting at? It's a means to introduce semantic information into vector graphics. Defining the semantics of a state, its shape and name, allows us to treat the state as an abstraction that can have formatting applied to it.

So how did web fonts end up as the approach? Because that's where browsers first acquired the notion of confluencing semantics and vector graphics. Fonts demand all the advantages of those entities: semantic information to define characters suitable for mapping to glyphs, the ability to apply styling to those glyphs (bold/italic/etc), and raster-independent scalability.

Could SVG do something like this, include semantic hooks in a file for applying styles? (I'm not too familiar with the format.)

Re: Stately - A US state map in a font

#6
post #2

I like the idea of styling a map properly with CSS. I love the sheer WTF factor. The fact we're seeing fonts (ab)used in this manner (and for icon fonts) says that we're sorely missing a good technical solution.

http://kartograph.org/ (and other such libs) exists, but I'm not sure it's as "designer-friendly" as a pure CSS solution, despite being able to style them in your stylesheet all the same.
Post reply on HN