"${yOffset}")))))),
pair("renderers",
new Object[] { "SVG", "VML", "Canvas" })));
Point point = new Point(-111.04, 45.68);
Feature pointFeature = new Vector(point, toMap(pair("name", "toto"),
pair("age", 20), pair("favColor", "red"), pair("align", "cm")));
// create a polygon feature from a linear ring of points
List<Point> pointList = new ArrayList<Point>();
for (int p = 0; p < 6; ++p) {