Skip to content
Snippets Groups Projects
Commit bc1486d6 authored by Armand Bahi's avatar Armand Bahi
Browse files

fixed untracked files

parent 0b81257e
No related branches found
No related tags found
No related merge requests found
<?php
$properties['mapserver_alias'] = 'wms[ENV]';
$properties['test_wms_service'] = 'Test';
$properties['test_wms_service_default_content'] = ' STATUS ON<return> # Étentue de la carte<return> EXTENT -460868 6194115 1693884 7208427<return> # Taille de l\'image générée<return> SIZE 800 500<return> # Couleur de fond de l\'image générée<return> IMAGECOLOR 244 244 255<return> <return> # Format de sortie de l\'image générée (Jpeg)<return> OUTPUTFORMAT<return> NAME "AGG_JPEG"<return> DRIVER AGG/JPEG<return> IMAGEMODE RGB<return> END<return> <return> # Type de légende générée (HTML)<return> LEGEND<return> STATUS ON<return> IMAGECOLOR 244 244 244<return> KEYSIZE 15 15 <return> KEYSPACING 5 5<return> LABEL<return> TYPE TRUETYPE<return> FONT "arial"<return> SIZE 8<return> COLOR 0 0 0<return> PARTIALS TRUE<return> END<return> TEMPLATE "../template/legend.html"<return> END';
$properties['getFeatureInfo_default_content'] = '<!-- MapServer Template --><return><!DOCTYPE html><return><html><return><head><return> <style><return> table {<return> font-family: arial, sans-serif;<return> border-collapse: collapse;<return> width: 100%;<return> font-size: 12px;<return> }<return> td, th {<return> border: 1px solid #dddddd;<return> text-align: left;<return> padding: 8px;<return> }<return> tr:nth-child(even) {<return> background-color: #dddddd;<return> }<return> </style><return></head><return><body><return> {TABLE}<return></body><return></html>';
$properties['datadir'] = $properties['shared_dir'];
?>
<?php
$properties['map_dir'] = $properties['vas_home'] . '/ws_data/vm4ms/map';
$properties['map_url'] = $properties['web_server_name'] . '/' . $properties['ws_data_alias'] . '/vm4ms/map';
$properties['private_wms_service'] = 'private';
$properties['ms_debug_mode'] = 2;
$properties['ms_cgi_url'] = $properties['web_server_name'] . '/' . $properties['mapserver_alias'];
$properties['ms_log_dir'] = "{$properties['vas_home']}/log/mapserver";
$properties['use_msencrypt'] = false;
$properties['msencrypt_path'] = $properties['vas_home'] . '/server/mapserver/bin/msencrypt';
$properties['msencrypt_key_path'] = $properties['vas_home'] . '/ws_data/vm4ms/map/msencrypt/vm4ms_key.txt';
?>
<?php
$properties['schema_vm4ms'] = 's_vm4ms';
?>
\ No newline at end of file
<?php
$aAdminFields = Array(
'schema_vm4ms',
'ms_cgi_url',
'test_wms_service',
'map_dir',
'map_url',
'private_wms_service',
'ms_debug_mode',
'log_directories.MapServer',
'mapserver_alias',
'datadir',
'ms_log_dir',
'test_wms_service_default_content',
'getFeatureInfo_default_content'
);
$aUserFields = Array(
'ms_cgi_url',
'test_wms_service',
'map_dir',
'map_url',
'private_wms_service',
'ms_debug_mode',
'mapserver_alias',
'ms_log_dir',
'datadir',
);
$properties['aAdminFields'] = array_merge($properties['aAdminFields'], $aAdminFields);
$properties['aUserFields'] = array_merge($properties['aUserFields'], $aUserFields);
?>
<?php
// Numéro de la version de vMap4MapServer
define ("VM_VERSION", "[VERSION]");
define ("VM_BUILD", "[BUILD]");
define ("VM_MONTH_YEAR", "[MONTH_YEAR]");
define ("VM_STATUS", "UNSTABLE");
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment