I have a map using Polymaps (http://polymaps.org/) and am able to draw polygons based on a geoJSON file. How can I add the name to the polygon.
For example: Here is a bit of my geoJSON
"properties": {
"name": "NH",
I want to draw the polygon with the text NH inside of it.