diff --git a/p3k/geo/StaticMap.php b/p3k/geo/StaticMap.php index ec4918f..c295d7b 100644 --- a/p3k/geo/StaticMap.php +++ b/p3k/geo/StaticMap.php @@ -1,6 +1,6 @@ success) { + $result = Geocoder::geocode($properties['location']); + if(!$result) { #header('X-Marker-' . ($i+1) . ': error geocoding location "' . $properties['location'] . '"'); continue; }