Révision a1063f68
Ajouté par Jocelyn Delande il y a presque 11 ans
genererPano.php | ||
---|---|---|
38 | 38 |
print("<p>Pour acceder à la liste des panoramas <a href=\".\">cliquer ici</a></p>\n") ; |
39 | 39 |
|
40 | 40 |
|
41 |
// Redirect in js to sumary page |
|
42 |
if ($_GET['wizard']) { |
|
43 |
printf('<script>window.location=\'panoInfo.php?name=%s\'</script>\n', $pano_name); |
|
44 |
} |
|
45 |
|
|
41 | 46 |
} catch (TilesGeneratorRightsException $e) { |
42 | 47 |
printf("<p class=\"error\">%s</p>\n", $e->getMessage()); |
43 | 48 |
} catch (TilesGeneratorScriptException $e) { |
Formats disponibles : Unified diff
The one-step upload now handles as well the tiles generation and stops on generation errors if needed