Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2835 → Rev 2836

/trunk/jrest/jrest.ini.php.defaut
75,18 → 75,19
taille_max = 2097152
taille_max_archive = 8500000
 
format_CRX2S = 63_63
format_XS = 150_100
format_CXS = 100_100
format_CRXS = 100_100
format_S = 400_300
format_CS = 300_300
format_CRS = 300_300
format_M = 600_450
format_L = 800_600
format_CRL = 600_600
format_XL = 1024_768
format_X2L = 1280_960
format_X2L = 1280_960
format_X3L = 1600_1200
format_CRX2S = 63_63
format_CS = 300_300
format_CXS = 100_100
format_CRXS = 100_100
 
url_service_geo_local = http://api.tela-botanica.org/service:eflore:0.1/osm/nom-commune
url_service_geo_mondial = http://api.tela-botanica.org/service:eflore:0.1/osm/zone-admin
/trunk/jrest/services/CelImageFormat.php
18,7 → 18,8
class CelImageFormat {
 
private $config;
private $formats = array('CRX2S', 'CRXS', 'CXS', 'CS', 'CRS', 'XS', 'S', 'M', 'L', 'XL', 'X2L', 'X3L', 'O');
// @TODO tirer ça de la config
private $formats = array('CRX2S', 'CRXS', 'CXS', 'CS', 'CRS', 'XS', 'S', 'M', 'L', 'CRL', 'XL', 'X2L', 'X3L', 'O');
const METHODE_TELECHARGEMENT = 'telecharger';
const METHODE_AFFICHAGE = 'afficher';
 
/trunk/jrest/services
Property changes:
Modified: svn:mergeinfo
Merged /branches/v2.24-sarcloir/jrest/services:r2829