diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 16:19:22 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 16:40:41 +0200 |
commit | 79856bdc0910b39a96e0cb2c7ae2d75fee4866bb (patch) | |
tree | a1b754050d01e6c912c0b03583f8e9443d6c312d | |
parent | 5e4497202f7d48e82f4f14377c708a043d5a2a45 (diff) |
MRR: Drop export_date field.
Cf. 06adefab34f5a73fc3ae7f587c875dfb353eccfd in tools.
-rw-r--r-- | main.js | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -519,7 +519,6 @@ const layers = { ['Beslutsdatum', 'dec_date'], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -545,7 +544,6 @@ const layers = { ['Diarienummer', 'diarynr', { classes: ['feature-attr-dnr'] }], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -576,7 +574,6 @@ const layers = { ['Beslutsdatum', 'dec_date'], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -602,7 +599,6 @@ const layers = { ['Diarienummer', 'diarynr', { classes: ['feature-attr-dnr'] }], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -633,7 +629,6 @@ const layers = { ['Beslutsdatum', 'dec_date'], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -659,7 +654,6 @@ const layers = { ['Diarienummer', 'diarynr', { classes: ['feature-attr-dnr'] }], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ @@ -687,7 +681,6 @@ const layers = { ['Beslutsdatum', 'dec_date'], //['Kommun', 'Municipality'], //['Län', 'County'], - ['Senast uppdaterad', 'export_date'], ], style: [0, .1, .5, .5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 5].map(function(width, z) { return new Style({ |