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

Update from SVN

parent ba29a827
No related branches found
No related tags found
No related merge requests found
<?php
$properties["fop_root_dir"] = $properties['vas_home'].'/server/fop';
$properties['phantomjs_root_path'] = $properties['vas_home'].'/server/phantomjs/bin/phantomjs';
$properties['printserver_alias'] = 'printserver[ENV]';
$properties["api_veremap"] = '';
$properties["vmap"]["wmsTilesWidth"] = 512;
$properties["vmap"]["wmsTilesHeight"] = 512;
$properties['popup']['style'] = 'max-height: 350px;<return>max-width: 350px;<return>min-height: 100px;<return>min-width: 200px;';
$properties["vmap"]["layers_collapsed"] = false;
$properties["vmap"]["layerstree_collapsed"] = false;
$properties["vmap"]["layersorder_collapsed"] = true;
$properties["vmap"]["legend_collapsed"] = false;
$properties['controls']['active_controls'] = 'Attribution|MousePosition|CurrentProjection|MapName|Scale|ScaleLine|OverviewMap|Zoom|ZoomSlider|RefreshSocket';
$properties["selection"]["limit_popup"] = 1;
$properties["selection"]["limit_list"] = 50;
$properties['snapping']['defaut_limit'] = 2000;
$properties['snapping']['defaut_tolerance'] = 15;
$properties['snapping']['defaut_visibility'] = false;
$properties['snapping']['defaut_snapp_mode'] = 'segment_edge_node';
?>
<?php
$properties['schema_vmap'] = 's_vmap';
$properties['use_proxy_for_tiles'] = false;
$properties["cadastre"]["api"] = "cadastreV2";
$properties['print']['equality_timeout'] = 1000;
$properties['print']['tile_size'] = 1024;
$properties['print']['features_zoom'] = 100;
$properties['print']['quality'] = 100;
$properties["use_veremap_api"] = false;
$properties["use_vm4ms_api"] = true;
$properties["owner_login"] = $properties["vitis_owner_login"];
$properties["owner_pass"] = $properties["vitis_owner_pass"];
$properties['vmap_log_dir'] = "{$properties['vas_home']}/log/vmap";
$properties['vmap_map_log_file'] = $properties['vmap_log_dir'] . '/map/' . date($properties["log_period"]) . '/map.log';
$properties['vmap_geocoders'] = '{"osm":{"title":"OpenStreetMap","url":"https://nominatim.openstreetmap.org/search?format=json&addressdetails=1&limit=[limit]&extratags=1&namedetails=1&polygon_geojson=1&countrycodes=fr&q=[search]","data_field":"data","title_field":"display_name","geojson_field":"geojson","summary_fields":[{"key":"address.country","label":"Pays"},{"key":"address.state","label":"Région"},{"key":"address.postcode","label":"Code postal"},{"key":"extratags.population","label":"Population"}]},"national_adresse":{"title":"Base nationale","url":"https://api-adresse.data.gouv.fr/search/?q=[search]&limit=[limit]","data_field":"data.features","title_field":"properties.label","geojson_field":"geometry","summary_fields":[{"key":"properties.context","label":"Département"},{"key":"properties.city","label":"Ville"},{"key":"properties.postcode","label":"Code postal"}]}}';
$properties['vmap_default_geocoders'] = 'osm';
?>
<?php
// Numéro de la version de Vmap
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