Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/cache-memory/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @koopjs/koop-core

## 10.4.19

### Patch Changes

- @koopjs/output-geoservices@8.1.25

## 10.4.17

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koopjs/koop-core",
"description": "Serve, transform, and query geospatial data on the web",
"version": "10.4.19",
"version": "10.4.18",
"contributors": [
{
"name": "Rich Gwozdz",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@koopjs/cache-memory": "6.0.0",
"@koopjs/logger": "5.0.0",
"@koopjs/output-geoservices": "8.1.25",
"@koopjs/output-geoservices": "8.1.24",
"@sindresorhus/fnv1a": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.5",
Expand Down
6 changes: 0 additions & 6 deletions packages/featureserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @koopjs/featureserver

## 9.3.0

### Minor Changes

Add indexes default for feature layer metadata

## 9.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/featureserver/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/featureserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/featureserver",
"version": "9.3.0",
"version": "9.2.1",
"description": "*An open source implementation of the GeoServices specification*",
"main": "src/index.js",
"directories": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ describe('FeatureLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: [],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -392,7 +391,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -554,7 +552,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -712,7 +709,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -908,7 +904,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1064,7 +1059,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1233,7 +1227,6 @@ describe('FeatureLayerMetadata', () => {
},
],
relationships: [],
indexes: [],
capabilities: 'list,of,stuff',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down
21 changes: 0 additions & 21 deletions packages/featureserver/src/helpers/table-layer-metadata.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: [],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -252,7 +251,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -367,7 +365,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -480,7 +477,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -593,7 +589,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -706,7 +701,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -819,7 +813,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -932,7 +925,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1045,7 +1037,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1158,7 +1149,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1271,7 +1261,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1384,7 +1373,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'hello,world',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1497,7 +1485,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query,Extract',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1610,7 +1597,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1723,7 +1709,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1836,7 +1821,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -1949,7 +1933,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand All @@ -1964,7 +1947,6 @@ describe('TableLayerMetadata', () => {
{
name: 'Hank Williams',
relationships: ['something'],
indexes: [],
description: 'There is a tear in my beer.',
copyrightText: 'copyright-text',
templates: ['templates'],
Expand Down Expand Up @@ -2074,7 +2056,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: ['something'],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -2330,7 +2311,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'list,of,stuff',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down Expand Up @@ -2452,7 +2432,6 @@ describe('TableLayerMetadata', () => {
maxRecordCountFactor: 1,
fields: ['fields'],
relationships: [],
indexes: [],
capabilities: 'list,of,stuff',
ownershipBasedAccessControlForFeatures: { allowOthersToQuery: true },
types: [],
Expand Down
1 change: 0 additions & 1 deletion packages/featureserver/src/metadata-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class MetadataDefaults {
maxRecordCountFactor: 1,
fields: [],
relationships: [],
indexes: [],
capabilities: 'Query',
ownershipBasedAccessControlForFeatures: {
allowOthersToQuery: true,
Expand Down
8 changes: 4 additions & 4 deletions packages/logger/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions packages/output-geoservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @koopjs/output-geoservices

## 8.1.25

### Patch Changes

- Updated dependencies [ac94a40]
- @koopjs/featureserver@9.3.0

## 8.1.24

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/output-geoservices/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading