Skip to content

Commit 548200a

Browse files
authored
Merge pull request #1209 from koopjs/revert-layer-indexes-default
revert(featureserver): revert add indexes default for layer metadata
2 parents 63a98b7 + 11c55dc commit 548200a

17 files changed

Lines changed: 29 additions & 80 deletions

packages/cache-memory/coverage.svg

Lines changed: 4 additions & 4 deletions
Loading

packages/core/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @koopjs/koop-core
22

3-
## 10.4.19
4-
5-
### Patch Changes
6-
7-
- @koopjs/output-geoservices@8.1.25
8-
93
## 10.4.17
104

115
### Patch Changes

packages/core/coverage.svg

Lines changed: 4 additions & 4 deletions
Loading

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@koopjs/koop-core",
33
"description": "Serve, transform, and query geospatial data on the web",
4-
"version": "10.4.19",
4+
"version": "10.4.18",
55
"contributors": [
66
{
77
"name": "Rich Gwozdz",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@koopjs/cache-memory": "6.0.0",
2323
"@koopjs/logger": "5.0.0",
24-
"@koopjs/output-geoservices": "8.1.25",
24+
"@koopjs/output-geoservices": "8.1.24",
2525
"@sindresorhus/fnv1a": "^2.0.1",
2626
"body-parser": "^1.19.0",
2727
"compression": "^1.7.5",

packages/featureserver/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @koopjs/featureserver
22

3-
## 9.3.0
4-
5-
### Minor Changes
6-
7-
Add indexes default for feature layer metadata
8-
93
## 9.2.1
104

115
### Patch Changes

packages/featureserver/coverage.svg

Lines changed: 4 additions & 4 deletions
Loading

packages/featureserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koopjs/featureserver",
3-
"version": "9.3.0",
3+
"version": "9.2.1",
44
"description": "*An open source implementation of the GeoServices specification*",
55
"main": "src/index.js",
66
"directories": {

packages/featureserver/src/helpers/feature-layer-metadata.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ describe('FeatureLayerMetadata', () => {
139139
maxRecordCountFactor: 1,
140140
fields: [],
141141
relationships: [],
142-
indexes: [],
143142
capabilities: 'Query',
144143
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
145144
types: [],
@@ -392,7 +391,6 @@ describe('FeatureLayerMetadata', () => {
392391
},
393392
],
394393
relationships: [],
395-
indexes: [],
396394
capabilities: 'Query',
397395
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
398396
types: [],
@@ -554,7 +552,6 @@ describe('FeatureLayerMetadata', () => {
554552
},
555553
],
556554
relationships: [],
557-
indexes: [],
558555
capabilities: 'Query',
559556
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
560557
types: [],
@@ -712,7 +709,6 @@ describe('FeatureLayerMetadata', () => {
712709
},
713710
],
714711
relationships: [],
715-
indexes: [],
716712
capabilities: 'Query',
717713
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
718714
types: [],
@@ -908,7 +904,6 @@ describe('FeatureLayerMetadata', () => {
908904
},
909905
],
910906
relationships: [],
911-
indexes: [],
912907
capabilities: 'Query',
913908
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
914909
types: [],
@@ -1064,7 +1059,6 @@ describe('FeatureLayerMetadata', () => {
10641059
},
10651060
],
10661061
relationships: [],
1067-
indexes: [],
10681062
capabilities: 'Query',
10691063
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
10701064
types: [],
@@ -1233,7 +1227,6 @@ describe('FeatureLayerMetadata', () => {
12331227
},
12341228
],
12351229
relationships: [],
1236-
indexes: [],
12371230
capabilities: 'list,of,stuff',
12381231
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
12391232
types: [],

packages/featureserver/src/helpers/table-layer-metadata.spec.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ describe('TableLayerMetadata', () => {
130130
maxRecordCountFactor: 1,
131131
fields: [],
132132
relationships: [],
133-
indexes: [],
134133
capabilities: 'Query',
135134
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
136135
types: [],
@@ -252,7 +251,6 @@ describe('TableLayerMetadata', () => {
252251
maxRecordCountFactor: 1,
253252
fields: ['fields'],
254253
relationships: [],
255-
indexes: [],
256254
capabilities: 'Query',
257255
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
258256
types: [],
@@ -367,7 +365,6 @@ describe('TableLayerMetadata', () => {
367365
maxRecordCountFactor: 1,
368366
fields: ['fields'],
369367
relationships: [],
370-
indexes: [],
371368
capabilities: 'Query',
372369
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
373370
types: [],
@@ -480,7 +477,6 @@ describe('TableLayerMetadata', () => {
480477
maxRecordCountFactor: 1,
481478
fields: ['fields'],
482479
relationships: [],
483-
indexes: [],
484480
capabilities: 'Query',
485481
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
486482
types: [],
@@ -593,7 +589,6 @@ describe('TableLayerMetadata', () => {
593589
maxRecordCountFactor: 1,
594590
fields: ['fields'],
595591
relationships: [],
596-
indexes: [],
597592
capabilities: 'Query',
598593
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
599594
types: [],
@@ -706,7 +701,6 @@ describe('TableLayerMetadata', () => {
706701
maxRecordCountFactor: 1,
707702
fields: ['fields'],
708703
relationships: [],
709-
indexes: [],
710704
capabilities: 'Query',
711705
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
712706
types: [],
@@ -819,7 +813,6 @@ describe('TableLayerMetadata', () => {
819813
maxRecordCountFactor: 1,
820814
fields: ['fields'],
821815
relationships: [],
822-
indexes: [],
823816
capabilities: 'Query',
824817
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
825818
types: [],
@@ -932,7 +925,6 @@ describe('TableLayerMetadata', () => {
932925
maxRecordCountFactor: 1,
933926
fields: ['fields'],
934927
relationships: [],
935-
indexes: [],
936928
capabilities: 'Query',
937929
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
938930
types: [],
@@ -1045,7 +1037,6 @@ describe('TableLayerMetadata', () => {
10451037
maxRecordCountFactor: 1,
10461038
fields: ['fields'],
10471039
relationships: [],
1048-
indexes: [],
10491040
capabilities: 'Query',
10501041
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
10511042
types: [],
@@ -1158,7 +1149,6 @@ describe('TableLayerMetadata', () => {
11581149
maxRecordCountFactor: 1,
11591150
fields: ['fields'],
11601151
relationships: [],
1161-
indexes: [],
11621152
capabilities: 'Query',
11631153
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
11641154
types: [],
@@ -1271,7 +1261,6 @@ describe('TableLayerMetadata', () => {
12711261
maxRecordCountFactor: 1,
12721262
fields: ['fields'],
12731263
relationships: [],
1274-
indexes: [],
12751264
capabilities: 'Query',
12761265
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
12771266
types: [],
@@ -1384,7 +1373,6 @@ describe('TableLayerMetadata', () => {
13841373
maxRecordCountFactor: 1,
13851374
fields: ['fields'],
13861375
relationships: [],
1387-
indexes: [],
13881376
capabilities: 'hello,world',
13891377
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
13901378
types: [],
@@ -1497,7 +1485,6 @@ describe('TableLayerMetadata', () => {
14971485
maxRecordCountFactor: 1,
14981486
fields: ['fields'],
14991487
relationships: [],
1500-
indexes: [],
15011488
capabilities: 'Query,Extract',
15021489
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
15031490
types: [],
@@ -1610,7 +1597,6 @@ describe('TableLayerMetadata', () => {
16101597
maxRecordCountFactor: 1,
16111598
fields: ['fields'],
16121599
relationships: [],
1613-
indexes: [],
16141600
capabilities: 'Query',
16151601
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
16161602
types: [],
@@ -1723,7 +1709,6 @@ describe('TableLayerMetadata', () => {
17231709
maxRecordCountFactor: 1,
17241710
fields: ['fields'],
17251711
relationships: [],
1726-
indexes: [],
17271712
capabilities: 'Query',
17281713
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
17291714
types: [],
@@ -1836,7 +1821,6 @@ describe('TableLayerMetadata', () => {
18361821
maxRecordCountFactor: 1,
18371822
fields: ['fields'],
18381823
relationships: [],
1839-
indexes: [],
18401824
capabilities: 'Query',
18411825
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
18421826
types: [],
@@ -1949,7 +1933,6 @@ describe('TableLayerMetadata', () => {
19491933
maxRecordCountFactor: 1,
19501934
fields: ['fields'],
19511935
relationships: [],
1952-
indexes: [],
19531936
capabilities: 'Query',
19541937
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
19551938
types: [],
@@ -1964,7 +1947,6 @@ describe('TableLayerMetadata', () => {
19641947
{
19651948
name: 'Hank Williams',
19661949
relationships: ['something'],
1967-
indexes: [],
19681950
description: 'There is a tear in my beer.',
19691951
copyrightText: 'copyright-text',
19701952
templates: ['templates'],
@@ -2074,7 +2056,6 @@ describe('TableLayerMetadata', () => {
20742056
maxRecordCountFactor: 1,
20752057
fields: ['fields'],
20762058
relationships: ['something'],
2077-
indexes: [],
20782059
capabilities: 'Query',
20792060
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
20802061
types: [],
@@ -2330,7 +2311,6 @@ describe('TableLayerMetadata', () => {
23302311
maxRecordCountFactor: 1,
23312312
fields: ['fields'],
23322313
relationships: [],
2333-
indexes: [],
23342314
capabilities: 'list,of,stuff',
23352315
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
23362316
types: [],
@@ -2452,7 +2432,6 @@ describe('TableLayerMetadata', () => {
24522432
maxRecordCountFactor: 1,
24532433
fields: ['fields'],
24542434
relationships: [],
2455-
indexes: [],
24562435
capabilities: 'list,of,stuff',
24572436
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
24582437
types: [],

packages/featureserver/src/metadata-defaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ class MetadataDefaults {
225225
maxRecordCountFactor: 1,
226226
fields: [],
227227
relationships: [],
228-
indexes: [],
229228
capabilities: 'Query',
230229
ownershipBasedAccessControlForFeatures: {
231230
allowOthersToQuery: true,

0 commit comments

Comments
 (0)