+ if ((($bShowPolygons?1:0)
+ + ($bAsGeoJSON?1:0)
+ + ($bAsKML?1:0)
+ + ($bAsSVG?1:0)
+ + ($bAsTEXT?1:0)
+ ) > CONST_PolygonOutput_MaximumTypes) {
+ if (CONST_PolygonOutput_MaximumTypes) {
+ echo "Select only ".CONST_PolygonOutput_MaximumTypes." polgyon output option";
+ } else {
+ echo "Polygon output is disabled";
+ }
+ exit;
+ }