protected virtual string GetCrsParam(MapProjection projection)
 {
     return("CRS=" + projection.GetCrsValue());
 }