You'll all regret adding -ly to anything eventually. Still really awesome, can't wait to see the rest of the world.
Stately - A US state map in a font
21–30 of 30 posts
Re: Stately - A US state map in a font
#22You'll all regret adding -ly to anything eventually. Still really awesome, can't wait to see the rest of the world.
Re: Stately - A US state map in a font
#23What about old fashioned https://developer.mozilla.org/en-US/docs/HTML/Element/map and area tag? They are built specifically for this.
Re: Stately - A US state map in a font
#24You'll all regret adding -ly to anything eventually. Still really awesome, can't wait to see the rest of the world.
Does Flickr regret dropping a vowel in its name? There have been lots of naming trends and they don't seem to have had much effect on long-term success. What's wrong with -ly?
Re: Stately - A US state map in a font
#25You'll all regret adding -ly to anything eventually. Still really awesome, can't wait to see the rest of the world.
Does Flickr regret dropping a vowel in its name? There have been lots of naming trends and they don't seem to have had much effect on long-term success. What's wrong with -ly?
I have to say Improvely looks solid by the way.
Re: Stately - A US state map in a font
#26I 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.…
The complex part is usually simply working out which country/region/whatever corresponds to which in the first place; but this is a complaint more about the quality of the markup of the underlying SVG of an average map on Wikipedia, than about SVG itself.
Re: Stately - A US state map in a font
#27I love the idea, but they've made an odd choice in the way they've styled the page: I can't scroll down to read all the text. Page scrolling is jerky and the text disappears for me before I reach the bottom of the text. I had to inspect the page source to finish reading "How does it work?"
What browser/OS? Working fine on Chrome stable/Mac 10.8
Re: Stately - A US state map in a font
#28Re: Stately - A US state map in a font
#29Earlier quoted context omitted.
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.…
I'm not sure if I'm missing something in the question, but SVG plays very nicely with CSS. I frequently download SVG map files from Wikipedia, add new, more suitable, IDs to the relevant elements, and then add a CSS section at the top for shading individual countries or regions or whatever. The complex part is usually simply working out which country/region/whatever corresponds to which in the first place; but this i…
So we do have a good technical solution for what this submission is doing with the web font, as the top post asks. SVG with CSS would be a more proper way of expressing a styleable vectorized map of states. (But the web font is still an exceedingly clever hack, and grabs attention in a way that a boring old SVG tutorial wouldn't.)
Re: Stately - A US state map in a font
#30Earlier quoted context omitted.
I'm not sure if I'm missing something in the question, but SVG plays very nicely with CSS. I frequently download SVG map files from Wikipedia, add new, more suitable, IDs to the relevant elements, and then add a CSS section at the top for shading individual countries or regions or whatever. The complex part is usually simply working out which country/region/whatever corresponds to which in the first place; but this i…
Great info. The missing part is educating web developers that this is even possible. The thought that SVG can accept CSS styles never occurred to me until this thread and your answer. And I can hardly be the only such ill-informed web developer in the world. So we do have a good technical solution for what this submission is doing with the web font, as the top post asks. SVG with CSS would be a more proper way of exp…
In the original the states already had IDs (except, for some reason, Virginia), so it was simply a matter of moving the inline styling to a CSS section at the top.
The CSS can also be in a different file, which could be dynamically generated for different users if you wanted to build a simple "make a pretty map of which states you've visisted" app.