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

sup affichage attributes techniques

parent 137804c4
No related branches found
No related tags found
No related merge requests found
......@@ -580,6 +580,8 @@ var Class = Utils.Class(Information, {
var attributes = _.clone(feature.getProperties());
delete attributes[feature.getGeometryName()];
delete attributes.selected;
delete attributes.boundedBy;
delete attributes.state;
return attributes;
},
gotoFeatureBounds: function (boundsAndScales) {
......
......@@ -18,6 +18,8 @@ var Class = Utils.Class(IntersectInformation, {
var attributes = _.clone(feature.getProperties());
delete attributes[feature.getGeometryName()];
delete attributes.selected;
delete attributes.boundedBy;
delete attributes.state;
var geom = feature.getGeometry();
......
......@@ -19,6 +19,7 @@ var Class = Utils.Class(Selection, {
delete attributes[feature.getGeometryName()];
delete attributes.selected;
delete attributes.boundedBy;
delete attributes.state;
var geom = feature.getGeometry();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment