cartocss_helper 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -212,7 +212,7 @@ module CartoCSSHelper
|
|
212
212
|
filename = "#{cache_folder+"#{latitude} #{longitude} #{zlevel}zlevel #{image_size}px #{source.get_timestamp} #{source.download_bbox_size}.png"}"
|
213
213
|
if !File.exists?(filename)
|
214
214
|
source.load
|
215
|
-
|
215
|
+
TilemillHandler.run_tilemill_export_image(latitude, longitude, zlevel, render_bbox_size, image_size, filename)
|
216
216
|
end
|
217
217
|
collection.push(ImageForComparison.new(filename, "z#{zlevel}"))
|
218
218
|
}
|