Skip to content

Commit

Permalink
Parcelles non trouvées
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour committed May 26, 2023
1 parent 9da871e commit 6dfdb6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carte.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ <h2>Téléchargement</h2>
if (my_features[cuid]) {
my_features[cuid].setStyle({'color': 'red', 'fillColor': 'black', 'weight': '2'});//, 'stroke-opacity': '1', 'stroke-width': '2'});
$('#list_vos_parcelles').append(properties2li(my_features[cuid].feature.properties));
}else{
$('#list_vos_parcelles').append('<li>'+cuid+' non trouvée</li>');
}
});
$('#vos_parcelles').show();
Expand Down

0 comments on commit 6dfdb6e

Please sign in to comment.