Wednesday, 7 August 2013

JVectormap - Different Border/Stroke width for State and Regions

JVectormap - Different Border/Stroke width for State and Regions

I am using jVectorMap for displaying regions and State with geoJson data.
Basically it takes regions stroke width to show State borders. I want
different Border/Stroke width to regions and States.
code snippet for setting Border style -
regionStyle: { initial: { fill: "white", "fill-opacity": 1, stroke: "red",
"stroke-width": 0.2, "stroke-opacity": 1, } },
some help would be appreciated.

No comments:

Post a Comment