@Test
 public void testGeoShapePolygon() throws JsonParseException, JsonMappingException, IOException {
   Polygon geom = rgb.createRandomPolygon();
   assertTrue(parserUtil.createGeometry(rgb.toMap(geom)).equalsExact(geom, 1e-9));
 }