From 90f542be1617d67525a86394aa65ee5493bb1bd9 Mon Sep 17 00:00:00 2001 From: johnlettman Date: Wed, 27 Mar 2024 20:13:57 +0000 Subject: [PATCH] deploy: 37ffd9cb6405baf2dd799a38f830a79bf98ab832 --- 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 6c96b21..076c104 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
    • Optional opts: Partial<OverpassOptions>

    Returns Promise<OverpassJson>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<OverpassJson>

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/loader.loader.html b/functions/loader.loader.html index d3cdfd6..14ee2b9 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.

Throws

when this (loader context) is not provided

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

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

Parameters

Returns GeoJsonProperties

Properties with tags other than name and address removed

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/properties.hasProperties.html b/functions/properties.hasProperties.html index 1a4e32e..93c4f93 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

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/properties.isTraversible.html b/functions/properties.isTraversible.html index bd167d5..3cd49bf 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

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/properties.processProperties.html b/functions/properties.processProperties.html index 5c251d6..ec5409e 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

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/syntax.stripComments.html b/functions/syntax.stripComments.html index 2b84349..2c10588 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

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/syntax.stripWhitespace.html b/functions/syntax.stripWhitespace.html index 3609293..298036e 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

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/modules/loader.html b/modules/loader.html index e557ace..7bbbb4c 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 2f76256..c49a8c3 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 b196606..e5e5b2c 100644 --- a/modules/syntax.html +++ b/modules/syntax.html @@ -1,4 +1,4 @@ -syntax | OverpassQL Loader

Index

Variables

maxContentSize +syntax | OverpassQL Loader

Generated using TypeDoc

\ No newline at end of file diff --git a/types/loader.Options.html b/types/loader.Options.html index cb0a654..4d084ce 100644 --- a/types/loader.Options.html +++ b/types/loader.Options.html @@ -25,4 +25,4 @@
  • Optional stripComments?: boolean

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

  • Optional stripWhitespace?: boolean

    Remove redundant whitespace to save space.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/loader.PropertiesFilter.html b/types/loader.PropertiesFilter.html index 9d5da9c..5f4c562 100644 --- a/types/loader.PropertiesFilter.html +++ b/types/loader.PropertiesFilter.html @@ -1 +1 @@ -PropertiesFilter | OverpassQL Loader

    Type alias PropertiesFilter

    PropertiesFilter: ((properties) => GeoJsonProperties)

    Type declaration

      • (properties): GeoJsonProperties
      • Parameters

        • properties: GeoJsonProperties

        Returns GeoJsonProperties

    Generated using TypeDoc

    \ No newline at end of file +PropertiesFilter | OverpassQL Loader

    Type alias PropertiesFilter

    PropertiesFilter: ((properties) => GeoJsonProperties)

    Type declaration

      • (properties): GeoJsonProperties
      • Parameters

        • properties: GeoJsonProperties

        Returns GeoJsonProperties

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/syntax.maxContentSize.html b/variables/syntax.maxContentSize.html index b8f26d7..4d4e160 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).

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file