From 42e4aea2a95737d40064dd06908baae6ac4bbe03 Mon Sep 17 00:00:00 2001 From: johnlettman Date: Mon, 15 Jul 2024 22:10:16 +0000 Subject: [PATCH] deploy: a4b6be4fcc821fc895aac2e2eb56031735b6a2e6 --- functions/loader.api.html | 2 +- functions/loader.loader.html | 2 +- functions/properties.defaultPropertiesFilter.html | 2 +- functions/properties.hasProperties.html | 2 +- functions/properties.isTraversible.html | 2 +- functions/properties.processProperties.html | 2 +- functions/syntax.stripComments.html | 2 +- functions/syntax.stripWhitespace.html | 2 +- modules/loader.html | 2 +- modules/properties.html | 2 +- modules/syntax.html | 2 +- types/loader.Options.html | 2 +- types/loader.PropertiesFilter.html | 2 +- variables/syntax.maxContentSize.html | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/functions/loader.api.html b/functions/loader.api.html index 4efdaff..e94e3df 100644 --- a/functions/loader.api.html +++ b/functions/loader.api.html @@ -1,3 +1,3 @@ api | OverpassQL Loader

API function for Overpass JSON responses. Useful if you want to implement your own way of doing it. :-)

-
  • Parameters

    • query: string
    • Optionalopts: Partial<OverpassOptions>

    Returns Promise<OverpassJson>

\ No newline at end of file +
\ No newline at end of file diff --git a/functions/loader.loader.html b/functions/loader.loader.html index dc5e1b4..fd71f98 100644 --- a/functions/loader.loader.html +++ b/functions/loader.loader.html @@ -5,4 +5,4 @@ loadable JavaScript module, optionally with minification and precached GeoJSON results.

when this (loader context) is not provided

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/properties.defaultPropertiesFilter.html b/functions/properties.defaultPropertiesFilter.html index cfd4fcf..90bb461 100644 --- a/functions/properties.defaultPropertiesFilter.html +++ b/functions/properties.defaultPropertiesFilter.html @@ -2,4 +2,4 @@ This removes everything but names and addresses.

\ No newline at end of file +
\ No newline at end of file diff --git a/functions/properties.hasProperties.html b/functions/properties.hasProperties.html index 2e379d3..a181d8d 100644 --- a/functions/properties.hasProperties.html +++ b/functions/properties.hasProperties.html @@ -2,4 +2,4 @@ GeoJSON properties.

Parameters

Returns boolean

True when the object contains properties

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/properties.isTraversible.html b/functions/properties.isTraversible.html index b19ca71..9c2dcea 100644 --- a/functions/properties.isTraversible.html +++ b/functions/properties.isTraversible.html @@ -2,4 +2,4 @@ key-value object, e.g., GeoJSON.

Parameters

Returns boolean

True when the object is traversible

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/properties.processProperties.html b/functions/properties.processProperties.html index 23f625c..a588cf2 100644 --- a/functions/properties.processProperties.html +++ b/functions/properties.processProperties.html @@ -3,4 +3,4 @@

Parameters

Returns GeoJsonProperties

OpenStreetMaps GeoJSON object after filtering with the function

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/syntax.stripComments.html b/functions/syntax.stripComments.html index bb750b9..b05d834 100644 --- a/functions/syntax.stripComments.html +++ b/functions/syntax.stripComments.html @@ -1,4 +1,4 @@ stripComments | OverpassQL Loader
  • Remove comments from an OverpassQL string.

    Parameters

    • content: string

      OverpassQL content string

    Returns string

    OverpassQL content string with comments removed

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/syntax.stripWhitespace.html b/functions/syntax.stripWhitespace.html index 81b6591..5762067 100644 --- a/functions/syntax.stripWhitespace.html +++ b/functions/syntax.stripWhitespace.html @@ -1,4 +1,4 @@ stripWhitespace | OverpassQL Loader
  • Remove whitespace from an OverpassQL string while preserving comments.

    Parameters

    • content: string

      OverpassQL content string

    Returns string

    OverpassQL content string with extra whitespace removed

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/modules/loader.html b/modules/loader.html index 18d2dd2..541143f 100644 --- a/modules/loader.html +++ b/modules/loader.html @@ -1,4 +1,4 @@ -loader | OverpassQL Loader

Index

Type Aliases

Options +loader | OverpassQL Loader

Index

Type Aliases

Functions

api loader diff --git a/modules/properties.html b/modules/properties.html index 29ebb9c..6d190ed 100644 --- a/modules/properties.html +++ b/modules/properties.html @@ -1,4 +1,4 @@ -properties | OverpassQL Loader

Index

Functions

defaultPropertiesFilter +properties | OverpassQL Loader

Index

Functions

defaultPropertiesFilter hasProperties isTraversible processProperties diff --git a/modules/syntax.html b/modules/syntax.html index 1b954eb..08594b8 100644 --- a/modules/syntax.html +++ b/modules/syntax.html @@ -1,4 +1,4 @@ -syntax | OverpassQL Loader

Index

Variables

maxContentSize +syntax | OverpassQL Loader
\ No newline at end of file diff --git a/types/loader.Options.html b/types/loader.Options.html index 2ebd856..e1537ac 100644 --- a/types/loader.Options.html +++ b/types/loader.Options.html @@ -25,4 +25,4 @@
  • OptionalstripComments?: boolean

    Remove comments to save space. The function to strip comments will respect "@preserve" directives.

  • OptionalstripWhitespace?: boolean

    Remove redundant whitespace to save space.

    -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/types/loader.PropertiesFilter.html b/types/loader.PropertiesFilter.html index f45d9f4..8e40d24 100644 --- a/types/loader.PropertiesFilter.html +++ b/types/loader.PropertiesFilter.html @@ -1 +1 @@ -PropertiesFilter | OverpassQL Loader

    Type Alias PropertiesFilter

    PropertiesFilter: ((properties: GeoJsonProperties) => GeoJsonProperties)
    \ No newline at end of file +PropertiesFilter | OverpassQL Loader

    Type Alias PropertiesFilter

    PropertiesFilter: ((properties: GeoJsonProperties) => GeoJsonProperties)
    \ No newline at end of file diff --git a/variables/syntax.maxContentSize.html b/variables/syntax.maxContentSize.html index 1c210e9..bc920c4 100644 --- a/variables/syntax.maxContentSize.html +++ b/variables/syntax.maxContentSize.html @@ -1,3 +1,3 @@ maxContentSize | OverpassQL Loader

    Variable maxContentSizeConst

    maxContentSize: number = 100000000

    Maximum permissible content size, measured in number of characters, to prevent occurrences of ReDoS (Regular expression Denial of Service).

    -
    \ No newline at end of file +
    \ No newline at end of file