Disable surface area
This commit is contained in:
parent
06bd984091
commit
25281121d3
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ export class NatureReserves extends LayerDefinition {
|
||||||
this.style = this.generateStyleFunction();
|
this.style = this.generateStyleFunction();
|
||||||
this.elementsToShow = [
|
this.elementsToShow = [
|
||||||
new ImageCarouselWithUploadConstructor(),
|
new ImageCarouselWithUploadConstructor(),
|
||||||
new TagRenderingOptions({
|
/* new TagRenderingOptions({
|
||||||
freeform: {
|
freeform: {
|
||||||
key: "_surface",
|
key: "_surface",
|
||||||
renderTemplate: "{_surface}m²",
|
renderTemplate: "{_surface}m²",
|
||||||
template: "$$$"
|
template: "$$$"
|
||||||
}
|
}
|
||||||
}),
|
}),*/
|
||||||
new NameQuestion(),
|
new NameQuestion(),
|
||||||
new AccessTag(),
|
new AccessTag(),
|
||||||
new OperatorTag(),
|
new OperatorTag(),
|
||||||
|
|
Loading…
Reference in a new issue