demarches-normaliennes/app/assets/javascripts/new_design/carte/cadastre.js

11 lines
206 B
JavaScript
Raw Normal View History

2017-07-24 20:04:41 +02:00
function drawCadastre (map) {
drawLayerWithItems(map, dossierCadastres, {
fillColor: '#8A6D3B',
weight: 2,
opacity: 0.7,
color: '#8A6D3B',
dashArray: '3',
fillOpacity: 0.5
});
}