can delete Consent plan file / added empty page in Consentform.pdf
This commit is contained in:
@@ -29,6 +29,8 @@ class Mapbox_StaticImageApi {
|
||||
$pin_part .= "+$pin_color($pin_gps_long,$pin_gps_lat)";
|
||||
}
|
||||
|
||||
$initial_path_count = 0;
|
||||
$path_count = 0;
|
||||
$path_parts = [];
|
||||
if(is_array($paths) && count($paths)) {
|
||||
$path_stroke_width = $paths["line_width"];
|
||||
@@ -37,8 +39,8 @@ class Mapbox_StaticImageApi {
|
||||
$path_fill_color = $paths["line_fill_color"];
|
||||
$path_fill_opacity = $paths["line_fill_opacity"];
|
||||
|
||||
$path_count = 0;
|
||||
$initial_path_count = 0;
|
||||
|
||||
|
||||
foreach($paths["coords"] as $path) {
|
||||
$initial_path_count++;
|
||||
//mfLoghandler::singleton()->debug(print_r($paths, true));
|
||||
@@ -101,7 +103,7 @@ class Mapbox_StaticImageApi {
|
||||
}
|
||||
}
|
||||
|
||||
if(is_array($url_opt_parts)) {
|
||||
if(is_array($url_opt_parts) && count($url_opt_parts)) {
|
||||
$url .= "/".implode(",", $url_opt_parts);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user