0

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.

user3062114
  • 129
  • 1
  • 3
  • 12

1 Answers1

0

Looking at the current version code, that feature is not implemented on polymaps. You may want to fork polymaps so you can have <text> items near each graphic item.

Wariotx
  • 1
  • 1