Closed zsteiner closed 9 years ago
A Puerto Rico glyph is in the works and should be in very soon. Sorry for the delay. What other territories would be useful? Can't make any promises but...
Thank you for the reply, Scott. The main ones that we need are Puerto Rico and the U.S. Virgin Islands, but all the territories would be useful (Guam, Marshall Islands, American Samoa, North Mariana Islands).
Can we help out adding the territories? We should be able to generate SVG outlines for the territories. We use d3.js for some mapping in our system and it creates SVG outlines. I looked at Glyphs Mini and creating the font glyphs is out of my skill set, but , if SVGs would help, that's doable.
On Mar 31, 2013, at 8:16 PM, Scott Klein notifications@github.com wrote:
A Puerto Rico glyph is in the works and should be in very soon. Sorry for the delay. What other territories would be useful? Can't make any promises but...
— Reply to this email directly or view it on GitHub.
Hi Zach,
It'd be a great help if you generate the vector files for the territories. We have a tool that outputs eps's for us here:
https://github.com/propublica/stateface/tree/master/tools
You'll need gdal and cairo to use it. Once you have those installed you can run:
$ make $ ./font-for-us
We use the state plane srid's for each state from here:
https://github.com/propublica/stateface/blob/master/tools/state-planes.rb
But the tool will handle reprojecting for you. Just so we have the geographic sources available, can you also put the shapefiles you use in this directory?
https://github.com/propublica/stateface/tree/master/tools/us-states
Thanks!
--Jeff
Puerto Rico is in, so I think we can close this,have you made any progress on the other territories?
@thejefflarson Is there still interest in adding the territories? I'm willing to pick this up.
The glyph for Puerto Rico shows up as "3" in both the StateFace website (http://propublica.github.com/stateface/) and when used with downloaded files. Is a glyph for Puerto Rico planned? Is there any work on adding other territories?