Returns true if a polygon with the given identifier exists.
bool polygonExists(String identifier) { return _polygons.containsKey(identifier); }