Skip to content
Snippets Groups Projects
Commit e08d17a4 authored by Gaelle.Barris's avatar Gaelle.Barris
Browse files

#82 - requêtes attributaires - pb envoi de plusieurs requêtes localize

parent 78029537
Branches
Tags
No related merge requests found
......@@ -72,12 +72,14 @@ var Class = Utils.Class(GazetteerInPlace, {
},
draw: function () {
this.showLevel(0, this.initValue);
var that = this;
$('#DescartesRequestManagerGazetteer').hide();
$('#DescartesRequestManagerChooseBtn').hide();
$('#DescartesRequestManagerChooseBtn').on('click', function () {
$('#DescartesRequestManagerGazetteer').show();
if (!that.levels[0].datasList) {
that.showLevel(0, that.initValue);
}
$('#DescartesRequestManagerChooseBtn').hide();
});
$("#DescartesRequestManagerChooseExtent input[name=DescartesRequestFlexRadio]").change(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment